From 08fdc7b1e8f9f04610d29e8e649ae56fa9af668f Mon Sep 17 00:00:00 2001 From: wangge Date: Tue, 15 Sep 2020 18:52:56 +0800 Subject: [PATCH] Modify Source0 Url on master branch --- hplip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hplip.spec b/hplip.spec index 39fd3c0..cc1b806 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: 10 +Release: 11 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 @@ -274,6 +274,9 @@ install -d ${RPM_BUILD_ROOT}%{_datadir}/hplip/prnt/plugins %exclude %{python3_sitearch}/*.la %changelog +* Tue Sep 15 2020 Ge Wang - 3.18.6-11 +- Modify Source0 Url + * Mon Jun 22 2020 lizhenhua - 3.18.6-10 - Add python3 include path for compiler -- Gitee