This commit is contained in:
Dennis Gilmore 2011-02-07 23:49:15 -06:00
parent 0f28bfb5f5
commit d66da5361f
1 changed files with 4 additions and 1 deletions

View File

@ -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.18
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Library to program and control the FTDI USB controller
Group: System Environment/Libraries
@ -142,6 +142,9 @@ exit 0
%postun c++ -p /sbin/ldconfig
%changelog
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Dec 06 2010 Dan Horák <dan[at]danny.cz> - 0.18-4
- fix build with libusb >= 1:0.1.3 (wrapper around libusb1)