Rebuilt for GCC 5 C++11 ABI change

This commit is contained in:
Kalev Lember 2015-05-02 15:17:33 +02:00
parent fc985735ef
commit 32148bca5b
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: 1.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library to program and control the FTDI USB controller
Group: System Environment/Libraries
@ -138,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/cmake*
%postun c++ -p /sbin/ldconfig
%changelog
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.2-2
- Rebuilt for GCC 5 C++11 ABI change
* Sun Feb 8 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.2-1
- Update to 1.2
- Use %%license