From 49897c2c299dd28aacea3535bc073bb79da3616f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 11:09:47 +0000 Subject: [PATCH] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- python-pygit2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pygit2.spec b/python-pygit2.spec index 13616a7..98721cb 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 0.24.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for libgit2 License: GPLv2 with linking exception URL: http://www.pygit2.org @@ -97,6 +97,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %doc docs/_build/html/* %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.24.1-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Wed Jun 22 2016 Igor Gnatenko - 0.24.1-1 - Update to 0.24.1 (RHBZ #1348750)