diff --git a/.cvsignore b/.cvsignore index e7a2966..53134d2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libftdi-0.16.tar.gz +libftdi-0.17.tar.gz diff --git a/libftdi.spec b/libftdi.spec index 88f5589..97dc983 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: 7%{?dist} +Version: 0.17 +Release: 1%{?dist} Summary: Library to program and control the FTDI USB controller Group: System Environment/Libraries @@ -88,6 +88,8 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang_ft2232 rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang_cbus rm -f $RPM_BUILD_ROOT/%{_bindir}/find_all rm -f $RPM_BUILD_ROOT/%{_bindir}/find_all_pp +rm -f $RPM_BUILD_ROOT/%{_bindir}/baud_test +rm -f $RPM_BUILD_ROOT/%{_bindir}/serial_read %clean rm -rf $RPM_BUILD_ROOT @@ -110,6 +112,7 @@ rm -rf $RPM_BUILD_ROOT %files python %defattr(-, root, root, -) +%doc AUTHORS ChangeLog COPYING.LIB README %{python_sitearch}/* %files c++ @@ -136,6 +139,9 @@ exit 0 %postun c++ -p /sbin/ldconfig %changelog +* Sun Dec 20 2009 Lucian Langa - 0.17-1 +- new upstream release + * Sat Aug 22 2009 Lucian Langa - 0.16-7 - add group for udev rule (#517773) diff --git a/sources b/sources index d369206..1757dde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -524af6f39aefa1a4e8fac12c6be0ed06 libftdi-0.16.tar.gz +810c69cfaa078b49795c224ef9b6b851 libftdi-0.17.tar.gz