Revert "Update to 0.25.0 (RHBZ #1408689)"
This reverts commit d882a19025
.
This commit is contained in:
parent
d882a19025
commit
cde38d02aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,4 +12,3 @@
|
||||
/pygit2-0.24.0.tar.gz
|
||||
/pygit2-0.24.1.tar.gz
|
||||
/pygit2-0.24.2.tar.gz
|
||||
/pygit2-0.25.0.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pkgname pygit2
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 0.25.0
|
||||
Release: 1%{?dist}
|
||||
Version: 0.24.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Python bindings for libgit2
|
||||
License: GPLv2 with linking exception
|
||||
URL: http://www.pygit2.org
|
||||
@ -55,6 +55,7 @@ Python 3 version.
|
||||
Summary: Documentation for %{name}
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-sphinx
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description doc
|
||||
Documentation for %{name}.
|
||||
@ -93,13 +94,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
||||
%{python3_sitearch}/_%{pkgname}.*.so
|
||||
|
||||
%files doc
|
||||
%license COPYING
|
||||
%doc docs/_build/html/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.25.0-1
|
||||
- Update to 0.25.0 (RHBZ #1408689)
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.24.2-2
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user