diff --git a/libftdi.spec b/libftdi.spec index c17ec28..c07bcfa 100644 --- a/libftdi.spec +++ b/libftdi.spec @@ -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: 1%{?dist} +Release: 2%{?dist} Summary: Library to program and control the FTDI USB controller Group: System Environment/Libraries @@ -60,6 +60,8 @@ for building C++ applications with libftdi. %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 - 0.17-2 +- fix incorrect UDEV rule (#563566) + * Mon Jan 04 2010 Lucian Langa - 0.17-1 - add bindings typo patch - drop multilib patch