Update to 0.13.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 3a25dffffc
commit 4b2845efd4
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -12,3 +12,4 @@
/git2-0.10.2.crate
/git2-0.11.0.crate
/git2-0.12.0.crate
/git2-0.13.0.crate

@ -0,0 +1,10 @@
--- git2-0.13.0/Cargo.toml 2020-03-13T19:25:17+00:00
+++ git2-0.13.0/Cargo.toml 2020-03-19T09:58:43.088201+00:00
@@ -60,7 +60,6 @@
ssh = ["libgit2-sys/ssh"]
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
unstable = []
-vendored-openssl = ["openssl-sys/vendored"]
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1"
optional = true

@ -5,7 +5,7 @@
%global crate git2
Name: rust-%{crate}
Version: 0.12.0
Version: 0.13.0
Release: 1%{?dist}
Summary: Bindings to libgit2 for interoperating with git repositories
@ -13,6 +13,9 @@ Summary: Bindings to libgit2 for interoperating with git repositories
License: MIT or ASL 2.0
URL: https://crates.io/crates/git2
Source: %{crates_source}
# Initial patched metadata
# * No vendored
Patch0: git2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -149,6 +152,9 @@ echo '/usr/bin/git'
%endif
%changelog
* Thu Mar 19 10:57:28 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.13.0-1
- Update to 0.13.0
* Tue Mar 03 2020 Josh Stone <jistone@redhat.com> - 0.12.0-1
- Update to 0.12.0

@ -1 +1 @@
SHA512 (git2-0.12.0.crate) = 34d34809894da1cd5455f65244020020f39b7d48e379968c7bd8641987a69c1d8114dd2f9e54410ec32724126dc7237e1b5efce8ca1c6c044735e0875729317d
SHA512 (git2-0.13.0.crate) = a38945fa2ebd8998dfcf52603122ae556bc08ef2585dc02cee83dae6189e80011c969f6cbfa0063baa5c92345ac014929c423c399502730974ad7e1f6848a126

Loading…
Cancel
Save