Update to 0.10.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 89edc812ef
commit 38eb177e4f
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -8,3 +8,4 @@
/git2-0.8.0.crate
/git2-0.9.0.crate
/git2-0.9.1.crate
/git2-0.10.1.crate

@ -5,8 +5,8 @@
%global crate git2
Name: rust-%{crate}
Version: 0.9.1
Release: 3%{?dist}
Version: 0.10.1
Release: 1%{?dist}
Summary: Bindings to libgit2 for interoperating with git repositories
# Upstream license specification: MIT/Apache-2.0
@ -132,6 +132,9 @@ which use "unstable" feature of "%{crate}" crate.
%generate_buildrequires
%cargo_generate_buildrequires
%if ! %{__cargo_skip_build}
echo '/usr/bin/git'
%endif
%build
%cargo_build
@ -146,6 +149,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Tue Nov 19 11:18:59 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.1-1
- Update to 0.10.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (git2-0.9.1.crate) = 293a8d3c284bde2636ca600f5fcb460a6077783a15c4c3b4e5472d4486233d0c5aa18968cc4d0e9e019fa8a1706e04000c858f8c87e2d92d0114ad0f18f136b2
SHA512 (git2-0.10.1.crate) = 4860fe56038038322c4775fd15c1d5db5c44e9740c93b4437a4185035081c3d3521b1ec327b2774b7b852027d6ee2a8f81b2c1807a9ffe04423db08dd37f4b3d

Loading…
Cancel
Save