Update to 0.7.10

epel10
Josh Stone 7 years ago
parent 2db44ad5c0
commit b2b0f5a753

1
.gitignore vendored

@ -6,3 +6,4 @@
/libgit2-sys-0.7.2.crate
/libgit2-sys-0.7.7.crate
/libgit2-sys-0.7.8.crate
/libgit2-sys-0.7.10.crate

@ -5,10 +5,11 @@
%global crate libgit2-sys
Name: rust-%{crate}
Version: 0.7.8
Version: 0.7.10
Release: 1%{?dist}
Summary: Native bindings to the libgit2 library
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/libgit2-sys
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -71,6 +72,9 @@ rm -vrf libgit2
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.7.10-1
- Update to 0.7.10
* Mon Sep 17 2018 Josh Stone <jistone@redhat.com> - 0.7.8-1
- Update to 0.7.8

@ -1 +1 @@
SHA512 (libgit2-sys-0.7.8.crate) = 21953739a729ba04352c4da3804139fdc717b2230618f8b6976824f8ce52c5578f03e6c7e319c3fd08fa2b935a71f7e5899777aba7c872e3f6a819228c07219a
SHA512 (libgit2-sys-0.7.10.crate) = d8900f8ffd0588593942a21625cb5b12f75f63531612c57a32440db632d783167b570c288a1e94f0fe0fe818ec6d1afcbcda94d5dee3cae5603e43e1be4913e1

Loading…
Cancel
Save