From d97465969e3927e6744d692f212fc16b8c81b03e Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Fri, 4 May 2012 22:33:17 +0200 Subject: [PATCH] new upstream release --- .gitignore | 1 + libftdi.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de01df7..827f45e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libftdi-0.18.tar.gz /libftdi-0.19.tar.gz +/libftdi-0.20.tar.gz diff --git a/libftdi.spec b/libftdi.spec index 962e621..71b5311 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: 3%{?dist} +Version: 0.20 +Release: 1%{?dist} Summary: Library to program and control the FTDI USB controller Group: System Environment/Libraries @@ -99,6 +99,7 @@ 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 +rm -f $RPM_BUILD_ROOT/%{_bindir}/serial_test %clean rm -rf $RPM_BUILD_ROOT @@ -146,6 +147,9 @@ exit 0 %postun c++ -p /sbin/ldconfig %changelog +* Fri May 04 2012 Lucian Langa - 0.20-1 +- new upstream release + * Fri Jan 13 2012 Fedora Release Engineering - 0.19-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index a95c090..e240d84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6e25f33b4327b1b7aa1156947da45f3 libftdi-0.19.tar.gz +355d4474e3faa81b485d6a604b06951f libftdi-0.20.tar.gz