This commit is contained in:
Dennis Gilmore 2015-06-17 15:17:39 +00:00
parent 32148bca5b
commit 44e6b8ec11
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: 2%{?dist}
Release: 3%{?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
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.2-2
- Rebuilt for GCC 5 C++11 ABI change