Mailinglist Archive: opensuse-commit (817 mails)
| < Previous | Next > |
commit hplip for openSUSE:11.1
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 04 Dec 2008 02:35:29 +0100
- Message-id: <20081204013529.BE7E5678179@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package hplip for openSUSE:11.1
checked in at Thu Dec 4 02:35:29 CET 2008.
--------
--- old-versions/11.1/all/hplip/hplip.changes 2008-12-03 11:20:03.000000000
+0100
+++ /mounts/work_src_done/11.1/hplip/hplip.changes 2008-12-03
17:31:01.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 3 17:30:47 CET 2008 - lnussel@xxxxxxx
+
+- use "usb" instead of "usb_device" (bnc#438867)
+
+-------------------------------------------------------------------
calling whatdependson for 11.1-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hplip.spec ++++++
--- /var/tmp/diff_new_pack.M26357/_old 2008-12-04 02:33:45.000000000 +0100
+++ /var/tmp/diff_new_pack.M26357/_new 2008-12-04 02:33:45.000000000 +0100
@@ -483,6 +483,8 @@
%{_libdir}/libhpmud.*
%changelog
+* Wed Dec 03 2008 lnussel@xxxxxxx
+- use "usb" instead of "usb_device" (bnc#438867)
* Wed Dec 03 2008 jsmeix@xxxxxxx
- Moved /etc/hal/fdi/policy/10osvendor/70-hpmud.fdi
to /usr/share/hal/fdi/information/20thirdparty/70-hpmud.fdi
++++++ create_hal_global_fdi_from_hpmud_rules ++++++
--- /var/tmp/diff_new_pack.M26357/_old 2008-12-04 02:33:46.000000000 +0100
+++ /var/tmp/diff_new_pack.M26357/_new 2008-12-04 02:33:46.000000000 +0100
@@ -42,9 +42,9 @@
exec <$TMP_DATA
while read PRODUCT
do echo
- echo ' <match key="info.subsystem" string="usb_device">'
- echo ' <match key="usb_device.vendor_id" int="0x03f0">'
- echo -n ' <match key="usb_device.product_id" int="'
+ echo ' <match key="info.subsystem" string="usb">'
+ echo ' <match key="usb.vendor_id" int="0x03f0">'
+ echo -n ' <match key="usb.product_id" int="'
echo -n "$PRODUCT"
echo '">'
echo ' <append key="info.capabilities"
type="strlist">scanner</append>'
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |