diff --git a/python-pygit2.spec b/python-pygit2.spec index 8decaa3..66992e3 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 0.27.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for libgit2 License: GPLv2 with linking exception @@ -85,6 +85,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.27.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Jan 24 2019 Pete Walter - 0.27.4-1 - Update to 0.27.4 - Enable tests on aarch64 as they seem fixed now