From 44e6b8ec11b310107138cf74d3bbafd6c58b829f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 15:17:39 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- libftdi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libftdi.spec b/libftdi.spec index fb4a257..c3b1c13 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: 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 - 1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat May 02 2015 Kalev Lember - 1.2-2 - Rebuilt for GCC 5 C++11 ABI change