Update to 0.13.24

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 3 years ago
parent 51a2721b1d
commit 460e113147
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -27,3 +27,4 @@
/git2-0.13.17.crate
/git2-0.13.19.crate
/git2-0.13.20.crate
/git2-0.13.24.crate

@ -1,3 +1,7 @@
[DEFAULT]
buildrequires =
/usr/bin/git
unwanted-features =
vendored-libgit2
vendored-openssl
zlib-ng-compat

@ -1,20 +1,12 @@
--- git2-0.13.20/Cargo.toml 1970-01-01T00:00:00+00:00
+++ git2-0.13.20/Cargo.toml 2021-11-28T08:05:09.962412+00:00
@@ -46,7 +46,7 @@
--- git2-0.13.24/Cargo.toml 1970-01-01T00:00:01+00:00
+++ git2-0.13.24/Cargo.toml 2021-11-28T16:12:00.235342+00:00
@@ -44,9 +44,6 @@
[dev-dependencies.tempfile]
version = "3.1.0"
[dev-dependencies.thread-id]
-[dev-dependencies.thread-id]
-version = "3.3.0"
+version = "4"
-
[dev-dependencies.time]
version = "0.1.39"
@@ -57,8 +57,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,7 +5,7 @@
%global crate git2
Name: rust-%{crate}
Version: 0.13.20
Version: 0.13.24
Release: %autorelease
Summary: Bindings to libgit2 for interoperating with git repositories
@ -14,8 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/git2
Source: %{crates_source}
# Initial patched metadata
# * No vendored/zlib-ng features
# * Bump thread-id to 4, https://github.com/rust-lang/git2-rs/pull/775
# * Drop thread-id dependency, https://github.com/rust-lang/git2-rs/pull/776
Patch0: git2-fix-metadata.diff
ExclusiveArch: %{rust_arches}

@ -1 +1 @@
SHA512 (git2-0.13.20.crate) = 2c0a9cf3391f4ea5eaa48c8fcc08a1cf27b877cc4960332bfdbb95620f9b161f720c35f87bf98e3771749a01444bf8e2337e6d8fc1a34962d4b041473115293f
SHA512 (git2-0.13.24.crate) = 34d74a3102b752c6dcf7d3fd60888ce07abec5ea16e9ad9a3aa3381151474475e502362dd2b8ef661b46ed08098cb5ec9505a2c0f1642dfb6eda495e04db0371

Loading…
Cancel
Save