rpms/libfprint/devel 0001-Add-udev-rules-to-set-devices-to-autosuspend.patch, 1.1, 1.2 libfprint.spec, 1.30, 1.31

Matthew Garrett mjg59 at fedoraproject.org
Wed Jun 30 18:55:25 UTC 2010


Author: mjg59

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

Modified Files:
	0001-Add-udev-rules-to-set-devices-to-autosuspend.patch 
	libfprint.spec 
Log Message:
* Wed Jun 30 2010 Matthew Garrett <mjg at redhat.com> 0.1.0-16.pre3
- Fix #505438 to avoid message on boot on some systems


0001-Add-udev-rules-to-set-devices-to-autosuspend.patch:
 Makefile.am              |   13 ++++++--
 fprint-list-udev-rules.c |   74 ++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 84 insertions(+), 3 deletions(-)

Index: 0001-Add-udev-rules-to-set-devices-to-autosuspend.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libfprint/devel/0001-Add-udev-rules-to-set-devices-to-autosuspend.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0001-Add-udev-rules-to-set-devices-to-autosuspend.patch	1 Oct 2009 16:07:53 -0000	1.1
+++ 0001-Add-udev-rules-to-set-devices-to-autosuspend.patch	30 Jun 2010 18:55:24 -0000	1.2
@@ -102,7 +102,7 @@ index 0000000..874e41a
 +	if (blacklist)
 +	    continue;
 +
-+	printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", ATTRS{idProduct}==\"%04x\", ATTR{power/level}=\"auto\"\n", driver->id_table[i].vendor, driver->id_table[i].product);
++	printf ("SUBSYSTEM==\"usb\", ATTRS{idVendor}==\"%04x\", ATTRS{idProduct}==\"%04x\", ATTRS{dev}==\"*\", ATTR{power/level}=\"auto\"\n", driver->id_table[i].vendor, driver->id_table[i].product);
 +    }
 +}
 +


Index: libfprint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libfprint/devel/libfprint.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- libfprint.spec	1 Jun 2010 10:15:03 -0000	1.30
+++ libfprint.spec	30 Jun 2010 18:55:24 -0000	1.31
@@ -1,6 +1,6 @@
 Name:           libfprint
 Version:        0.1.0
-Release:        16.pre2%{?dist}
+Release:        16.pre3%{?dist}
 Summary:        Tool kit for fingerprint scanner
 
 Group:          System Environment/Libraries
@@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Wed Jun 30 2010 Matthew Garrett <mjg at redhat.com> 0.1.0-16.pre3
+- Fix #505438 to avoid message on boot on some systems
+
 * Tue Jun 01 2010 Bastien Nocera <bnocera at redhat.com> 0.1.0-16.pre2
 - Add README to package
 



More information about the scm-commits mailing list