diff --git a/pcapy.spec b/pcapy.spec index 8d90748..b100938 100644 --- a/pcapy.spec +++ b/pcapy.spec @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pcapy Version: 0.10.8 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Python interface to libpcap Group: Development/Languages @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0755,root,root) %{python_sitearch}/* %changelog +* Thu Jun 18 2015 Fedora Release Engineering - 0.10.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat May 02 2015 Kalev Lember - 0.10.8-6 - Rebuilt for GCC 5 C++11 ABI change