diff --git a/libftdi.spec b/libftdi.spec index 6819b01..b0efc50 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.16 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library to program and control the FTDI USB controller Group: System Environment/Libraries @@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT %postun c++ -p /sbin/ldconfig %changelog +* Fri Jul 31 2009 Lucian Langa - 0.16-6 +- rebuilt with modified patch + * Fri Jul 31 2009 Lucian Langa - 0.16-5 - fix multilib conflict in libftdi-config (#508498)