diff --git a/libftdi.spec b/libftdi.spec index dd0044a..d1a1052 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.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library to program and control the FTDI USB controller Group: System Environment/Libraries @@ -146,6 +146,9 @@ exit 0 %postun c++ -p /sbin/ldconfig %changelog +* Fri Nov 25 2011 Lucian Langa - 0.19-2 +- fix bug #678781 - too generic name in man file + * Sat Jun 18 2011 Lucian Langa - 0.19-1 - new upstream release