diff --git a/python-pycxx.spec b/python-pycxx.spec index 5868c67..2149a16 100644 --- a/python-pycxx.spec +++ b/python-pycxx.spec @@ -10,7 +10,7 @@ Name: python-%{modname} Version: 7.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Write Python extensions in C++ License: BSD @@ -136,6 +136,9 @@ test "$(pkg-config --modversion PyCXX)" = "%{version}" %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 7.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Mon Jul 08 2019 Barry Scott - 7.1.3-1 - Update to 7.1.3 which includes mempry leak fix in python 3 Py::String