Update to 0.25.1
This commit is contained in:
parent
1ec0be87c7
commit
962c2527d5
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/pygit2-0.24.1.tar.gz
|
/pygit2-0.24.1.tar.gz
|
||||||
/pygit2-0.24.2.tar.gz
|
/pygit2-0.24.2.tar.gz
|
||||||
/pygit2-0.25.0.tar.gz
|
/pygit2-0.25.0.tar.gz
|
||||||
|
/pygit2-0.25.1.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global pkgname pygit2
|
%global pkgname pygit2
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 0.25.0
|
Version: 0.25.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
|
|
||||||
License: GPLv2 with linking exception
|
License: GPLv2 with linking exception
|
||||||
@ -126,6 +126,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 27 2017 Pete Walter <pwalter@fedoraproject.org> - 0.25.1-1
|
||||||
|
- Update to 0.25.1
|
||||||
|
|
||||||
* Mon Apr 10 2017 Pete Walter <pwalter@fedoraproject.org> - 0.25.0-3
|
* Mon Apr 10 2017 Pete Walter <pwalter@fedoraproject.org> - 0.25.0-3
|
||||||
- Trivial spec file fixes
|
- Trivial spec file fixes
|
||||||
- Add Python 3 conditionals
|
- Add Python 3 conditionals
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pygit2-0.25.0.tar.gz) = 5619b09d3bf7aca6ccab2c29d2b220ec6942ba9190b4d52c058bcc29036ff10e20ed869c6ebc8131dccba07205699c7d567c0db538e54db64bdb058c3a0ca080
|
SHA512 (pygit2-0.25.1.tar.gz) = bb98786ee10d00822a9d61617052ee58dbd2ea5285a30cb13ea1c0ada5827ce11a66368f70ae2201c817f93fbbc596a781b74421b09735fbeaeb1a05f5bd5d4d
|
||||||
|
Loading…
Reference in New Issue
Block a user