rpms/libftdi/F-13 libftdi.spec,1.16,1.17

Lucian Langa lucilanga at fedoraproject.org
Thu Mar 11 19:35:05 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/libftdi/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29587

Modified Files:
	libftdi.spec 
Log Message:
fix incorrect udev rule


Index: libftdi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libftdi/F-13/libftdi.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- libftdi.spec	16 Jan 2010 15:07:22 -0000	1.16
+++ libftdi.spec	11 Mar 2010 19:35:04 -0000	1.17
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name:		libftdi
 Version:	0.17
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Library to program and control the FTDI USB controller
 
 Group:		System Environment/Libraries
@@ -60,6 +60,8 @@ for building C++ applications with libft
 %prep
 %setup -q
 sed -i -e 's/HTML_FOOTER            =/HTML_FOOTER            = no_date_footer.html/g' doc/Doxyfile.in
+#kernel does not provide usb_device anymore
+sed -i -e 's/usb_device/usb/g' packages/99-libftdi.rules
 %patch0 -p1 -b .bindings-typo
 
 
@@ -137,6 +139,9 @@ exit 0
 %postun c++ -p /sbin/ldconfig
 
 %changelog
+* Thu Mar 11 2010 Lucian Langa <cooly at gnome.eu.org> - 0.17-3
+- fix incorrect UDEV rule (#563566)
+
 * Sat Jan 16 2010 Lucian Langa <cooly at gnome.eu.org> - 0.17-2
 - do not package static libfiles (#556068)
 



More information about the scm-commits mailing list