From 1884e7414eb1b83197b7f3825f3754f1a830fe0a Mon Sep 17 00:00:00 2001 From: wangge Date: Thu, 17 Sep 2020 19:00:47 +0800 Subject: [PATCH] Modify Source0 url on LTS-Next branch --- hplip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hplip.spec b/hplip.spec index d38711e..6315096 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,10 +1,10 @@ Name: hplip Summary: HP Linux Imaging and Printing Project Version: 3.18.6 -Release: 9 +Release: 10 License: GPLv2+ and MIT and BSD and IJG and Public Domain and GPLv2+ with exceptions and ISC Url: https://developers.hp.com/hp-linux-imaging-and-printing -Source0: http://downloads.sourceforge.net/sourceforge/hplip/hplip-%{version}.tar.gz +Source0: https://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.gz/download?use_mirror=ufpr#/%{name}-%{version}.tar.gz Source1: hpcups-update-ppds.sh Source2: copy-deviceids.py Source3: hplip.appdata.xml @@ -271,5 +271,8 @@ install -d ${RPM_BUILD_ROOT}%{_datadir}/hplip/prnt/plugins %exclude %{python3_sitearch}/*.la %changelog +* Tue Sep 15 2020 Ge Wang - 3.18.6-10 +- Modify Source0 Url + * Wed Nov 27 2019 caomeng - 3.18.6-9 - Package init -- Gitee