new upstream release
This commit is contained in:
parent
4851bec394
commit
d97465969e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libftdi-0.18.tar.gz
|
||||
/libftdi-0.19.tar.gz
|
||||
/libftdi-0.20.tar.gz
|
||||
|
@ -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 <cooly@gnome.eu.org> - 0.20-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.19-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user