rpms/hplip/devel hplip.spec,1.269,1.270

Jiří Popelka jpopelka at fedoraproject.org
Fri Apr 9 13:02:27 UTC 2010


Author: jpopelka

Update of /cvs/pkgs/rpms/hplip/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29827

Modified Files:
	hplip.spec 
Log Message:
3.10.2-9.1
- Used %{PATCH17} instead of referencing the patch file directly


Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -p -r1.269 -r1.270
--- hplip.spec	9 Apr 2010 12:25:35 -0000	1.269
+++ hplip.spec	9 Apr 2010 13:02:27 -0000	1.270
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 3.10.2
-Release: 9%{?dist}
+Release: 9.1%{?dist}
 License: GPLv2+ and MIT
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -166,12 +166,12 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
 # HP LaserJet 1320 series (bug #579920)
 # HP LaserJet 2300 (bug #576928)
 # HP LaserJet P2015 Series (bug #580231)
-for ppd_file in $(grep '^diff' ../hplip-deviceIDs-ppd.patch | cut -d " " -f 4);
+for ppd_file in $(grep '^diff' %{PATCH17} | cut -d " " -f 4);
 do
   gunzip ${ppd_file#*/}.gz
 done
 %patch17 -p1 -b .deviceIDs-ppd
-for ppd_file in $(grep '^diff' ../hplip-deviceIDs-ppd.patch | cut -d " " -f 4);
+for ppd_file in $(grep '^diff' %{PATCH17} | cut -d " " -f 4);
 do
   gzip -n ${ppd_file#*/}
 done
@@ -397,7 +397,7 @@ fi
 %{_bindir}/hpcups-update-ppds &>/dev/null ||:
 
 %changelog
-* Fri Apr  9 2010 Jiri Popelka <jpopelka at redhat.com> - 3.10.2-9
+* Fri Apr  9 2010 Jiri Popelka <jpopelka at redhat.com> - 3.10.2-9.1
 - Added/Corrected several IEEE 1284 Device IDs
   (bugs #577262, #577282, #577282, #577288, #577292, #577302,
   ,#577306, #577308, #577898, #579920, #580231)



More information about the scm-commits mailing list