Update to 0.13.9

epel9
Josh Stone 4 years ago
parent 1d0d3eda7b
commit 2ece99ede0

1
.gitignore vendored

@ -18,3 +18,4 @@
/git2-0.13.5.crate
/git2-0.13.6.crate
/git2-0.13.8.crate
/git2-0.13.9.crate

@ -1,10 +1,11 @@
--- git2-0.13.6/Cargo.toml 2020-05-19T17:09:54+00:00
+++ git2-0.13.6/Cargo.toml 2020-05-19T17:55:47.060094+00:00
@@ -54,7 +54,6 @@
--- git2-0.13.9/Cargo.toml 2020-08-19T20:16:39+00:00
+++ git2-0.13.9/Cargo.toml 2020-08-20T00:04:52.719299+00:00
@@ -54,8 +54,6 @@
ssh = ["libgit2-sys/ssh"]
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
unstable = []
-vendored-openssl = ["openssl-sys/vendored"]
-zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1"
optional = true

@ -5,8 +5,8 @@
%global crate git2
Name: rust-%{crate}
Version: 0.13.8
Release: 2%{?dist}
Version: 0.13.9
Release: 1%{?dist}
Summary: Bindings to libgit2 for interoperating with git repositories
# Upstream license specification: MIT/Apache-2.0
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/git2
Source: %{crates_source}
# Initial patched metadata
# * No vendored
# * No vendored/zlib-ng features
Patch0: git2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -152,6 +152,9 @@ echo '/usr/bin/git'
%endif
%changelog
* Wed Aug 19 2020 Josh Stone <jistone@redhat.com> - 0.13.9-1
- Update to 0.13.9
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (git2-0.13.8.crate) = 112ebb15b44d16439bc0b9796ddbaf366c66c97fd1caac498f562e4ca4266fcd243e1b1efa8ef34648de543b75132a630d85adde0c0d0e9f833fc2a7c343fb77
SHA512 (git2-0.13.9.crate) = 4f34d68eec5c1283750281df331e64cbf4dfa64adc7aaa06fffba86b842542f4f30e3249cf67c913323f8f8de04997dd270aa2c3c8cd24d2dc23f0472614aa76

Loading…
Cancel
Save