diff --git a/change-udev-rules.diff b/change-udev-rules.diff index 0906e5f..f655f09 100644 --- a/change-udev-rules.diff +++ b/change-udev-rules.diff @@ -1,8 +1,13 @@ --- 55-hpmud.rules.orig 2007-05-17 18:48:16.000000000 +0200 -+++ 55-hpmud.rules 2007-06-19 14:28:42.000000000 +0200 -@@ -1,5 +1,5 @@ ++++ 55-hpmud.rules 2007-07-26 09:10:14.000000000 +0200 +@@ -1,5 +1,9 @@ # TODO: add PROGRAM rule for 7/xx/xx printer class interface - SUBSYSTEM!="usb_device", GOTO="hpmud_rules_end" +-SUBSYSTEM!="usb_device", GOTO="hpmud_rules_end" ++SUBSYSTEM=="usb", GOTO="hpmud_rules_continue" ++# For backward compatibility match also against "usb_device": ++SUBSYSTEM=="usb_device", GOTO="hpmud_rules_continue" ++GOTO="hpmud_rules_end" ++LABEL="hpmud_rules_continue" ACTION!="add", GOTO="hpmud_rules_end" -SYSFS{idVendor}=="03f0", GROUP="lp" +SYSFS{idVendor}=="03f0", OWNER="root", GROUP="lp", MODE="0660" diff --git a/hpijs-standalone.spec b/hpijs-standalone.spec index fd147bf..9a8c07c 100644 --- a/hpijs-standalone.spec +++ b/hpijs-standalone.spec @@ -17,7 +17,7 @@ Summary: HPIJS stand-alone # x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June) # Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc Version: 2.7.6 -Release: 2 +Release: 7 Group: Hardware/Printing License: BSD 3-Clause, In general all applications are covered by the GNU General Public License (GPL) and the backend is covered by a MIT license. The printer driver HPIJS uses a BSD license. See the COPYING file in the HPLIP tar ball for more details. URL: http://hpinkjet.sourceforge.net/ diff --git a/hplip.changes b/hplip.changes index 06ccd2c..609dea5 100644 --- a/hplip.changes +++ b/hplip.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 26 09:15:21 CEST 2007 - jsmeix@suse.de + +- Changed change-udev-rules.diff so that 55-hpmud.rules matches + also against the new SUBSYSTEM=="usb" but keep "usb_device" + for backward compatibility (Novell/Suse Bugzilla bug #294161). + ------------------------------------------------------------------- Fri Jul 6 10:26:21 CEST 2007 - jsmeix@suse.de diff --git a/hplip.spec b/hplip.spec index 91bc2f7..749f7be 100644 --- a/hplip.spec +++ b/hplip.spec @@ -17,7 +17,7 @@ Summary: HP's Printing, Scanning, and Faxing Software # x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June) # Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc Version: 2.7.6 -Release: 2 +Release: 9 Group: Hardware/Printing License: BSD 3-Clause, GPL v2 or later, In general all applications are covered by the GNU General Public License (GPL) and the backend is covered by a MIT license. The printer driver HPIJS uses a BSD license. See the COPYING file in the HPLIP tar ball for more details. URL: http://hpinkjet.sourceforge.net/ @@ -357,6 +357,10 @@ exit 0 %{_libdir}/libhpmud.* %changelog +* Thu Jul 26 2007 - jsmeix@suse.de +- Changed change-udev-rules.diff so that 55-hpmud.rules matches + also against the new SUBSYSTEM=="usb" but keep "usb_device" + for backward compatibility (Novell/Suse Bugzilla bug #294161). * Fri Jul 06 2007 - jsmeix@suse.de - fix-printing-white-spaces-and-empty-lines.diff fixes printing white spaces and empty lines according to a mail from HP