rpms/hplip/devel .cvsignore, 1.21, 1.22 hplip-udev-rules.patch, 1.4, 1.5 hplip.spec, 1.163, 1.164 sources, 1.21, 1.22 hplip-subprocess-replacement.patch, 1.1, NONE

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Mon Oct 22 12:02:34 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4156

Modified Files:
	.cvsignore hplip-udev-rules.patch hplip.spec sources 
Removed Files:
	hplip-subprocess-replacement.patch 
Log Message:
* Mon Oct 22 2007 Tim Waugh <twaugh at redhat.com> 2.7.10-1
- 2.7.10.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	4 Oct 2007 09:37:46 -0000	1.21
+++ .cvsignore	22 Oct 2007 12:01:59 -0000	1.22
@@ -18,3 +18,4 @@
 hplip-2.7.6.tar.gz
 hplip-2.7.7.tar.gz
 hplip-2.7.9.tar.gz
+hplip-2.7.10.tar.gz

hplip-udev-rules.patch:

Index: hplip-udev-rules.patch
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/devel/hplip-udev-rules.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hplip-udev-rules.patch	4 Oct 2007 09:37:46 -0000	1.4
+++ hplip-udev-rules.patch	22 Oct 2007 12:01:59 -0000	1.5
@@ -1,16 +1,16 @@
-diff -up hplip-2.7.9/data/rules/55-hpmud.rules.udev-rules hplip-2.7.9/data/rules/55-hpmud.rules
---- hplip-2.7.9/data/rules/55-hpmud.rules.udev-rules	2007-10-03 10:36:09.000000000 +0100
-+++ hplip-2.7.9/data/rules/55-hpmud.rules	2007-10-03 10:41:28.000000000 +0100
-@@ -1,18 +1,20 @@
+diff -up hplip-2.7.10/data/rules/55-hpmud.rules.udev-rules hplip-2.7.10/data/rules/55-hpmud.rules
+--- hplip-2.7.10/data/rules/55-hpmud.rules.udev-rules	2007-10-17 23:50:47.000000000 +0100
++++ hplip-2.7.10/data/rules/55-hpmud.rules	2007-10-22 12:57:37.000000000 +0100
+@@ -1,21 +1,21 @@
  # Udev rules file for HP printer products.
  
  ACTION!="add", GOTO="hpmud_rules_end"
 -SUBSYSTEM=="ppdev", OWNER="lp", GROUP="lp", MODE="0666"
--SUBSYSTEM!="usb_device", GOTO="hpmud_rules_end"
 +SUBSYSTEM=="ppdev", GROUP="lp", MODE="0664"
-+SUBSYSTEM!="usb", GOTO="hpmud_rules_end"
-+ATTR{devnum}!="?*", GOTO="hpmud_rules_end"
-+ATTR{busnum}!="?*", GOTO="hpmud_rules_end"
+ SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="pid_test"
+ SUBSYSTEM!="usb_device", GOTO="hpmud_rules_end"
+ 
+ LABEL="pid_test"
  
  # Check for AiO products (0x03f0xx11).
 -SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??11", OWNER="lp", GROUP="lp", MODE="0666"


Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- hplip.spec	12 Oct 2007 08:58:35 -0000	1.163
+++ hplip.spec	22 Oct 2007 12:01:59 -0000	1.164
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
-Version: 2.7.9
-Release: 3%{?dist}
+Version: 2.7.10
+Release: 1%{?dist}
 License: GPLv2+ and MIT
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -20,7 +20,6 @@
 Patch4: hplip-marker-supply.patch
 Patch5: hplip-libm.patch
 Patch6: hplip-udev-rules.patch
-Patch7: hplip-subprocess-replacement.patch
 Patch8: hplip-libsane.patch
 Patch9: hplip-media-empty.patch
 Patch11: hplip-unload-traceback.patch
@@ -112,9 +111,6 @@
 # Fix the udev rules file (bug #248740).
 %patch6 -p1 -b .udev-rules
 
-# Applied patch to fix remnants of CVE-2007-5208 (bug #329111).
-%patch7 -p1 -b .subprocess-replacement
-
 # Link libsane-hpaio against libsane (bug #234813).
 %patch8 -p1 -b .libsane
 
@@ -286,6 +282,9 @@
 exit 0
 
 %changelog
+* Mon Oct 22 2007 Tim Waugh <twaugh at redhat.com> 2.7.10-1
+- 2.7.10.
+
 * Fri Oct 12 2007 Tim Waugh <twaugh at redhat.com> 2.7.9-3
 - Applied patch to fix remnants of CVE-2007-5208 (bug #329111).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	4 Oct 2007 09:37:46 -0000	1.21
+++ sources	22 Oct 2007 12:01:59 -0000	1.22
@@ -1 +1 @@
-a05aeb5679c3ce429bea7f3335609aee  hplip-2.7.9.tar.gz
+eafb815ca4b4bb5a2f35a76ee3c2dc72  hplip-2.7.10.tar.gz


--- hplip-subprocess-replacement.patch DELETED ---




More information about the fedora-extras-commits mailing list