From f9aa4bf75a2c958fafe92811ce579e2f3f270c25 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 24 2016 22:18:12 +0000 Subject: bump release --- diff --git a/python-pygit2.spec b/python-pygit2.spec index 659c279..85cff27 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 0.23.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for libgit2 URL: http://www.pygit2.org Source: http://pypi.python.org/packages/source/p/%{pkgname}/%{pkgname}-%{version}.tar.gz @@ -98,6 +98,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %doc docs/_build/html/* %changelog +* Wed Feb 24 2016 Pierre-Yves Chibon - 0.23.3-2 +- Fix building 0.23.3 also in i686 + * Sun Feb 14 2016 Igor Gnatenko - 0.23.3-1 - Update to 0.23.3 - Fix compliance with new packaging guidelines