Update to 0.26.4
This commit is contained in:
parent
597053c524
commit
8ef192876f
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/pygit2-0.26.1.tar.gz
|
/pygit2-0.26.1.tar.gz
|
||||||
/pygit2-0.26.2.tar.gz
|
/pygit2-0.26.2.tar.gz
|
||||||
/pygit2-0.26.3.tar.gz
|
/pygit2-0.26.3.tar.gz
|
||||||
|
/pygit2-0.26.4.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global pkgname pygit2
|
%global pkgname pygit2
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 0.26.3
|
Version: 0.26.4
|
||||||
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
|
||||||
@ -128,6 +128,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 26 2018 Pete Walter <pwalter@fedoraproject.org> - 0.26.4-1
|
||||||
|
- Update to 0.26.4
|
||||||
|
|
||||||
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.26.3-3
|
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.26.3-3
|
||||||
- Update Python 2 dependency declarations to new packaging standards
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pygit2-0.26.3.tar.gz) = d12c4f33b8bb19b76a459cfd67413532e38198aaf1108e57f4b2f25e6572a9e36354b62799d9c35ad9f1884da6d9ba654e7bf594a853e810c0da5e6430bd4ad1
|
SHA512 (pygit2-0.26.4.tar.gz) = a9417932790f9dca6e6d2e9a7a54a7d02575e966e479f7a372c275b6ab7d4847702dc2694bd76787e9e0f05afa73763364f98db169062f49d63e6e81710427ad
|
||||||
|
Loading…
Reference in New Issue
Block a user