Update to 0.13.17

epel9
returntrip 4 years ago
parent b0ae9d4b22
commit a390dfb4d4

1
.gitignore vendored

@ -24,3 +24,4 @@
/git2-0.13.12.crate
/git2-0.13.14.crate
/git2-0.13.15.crate
/git2-0.13.17.crate

@ -1,14 +1,5 @@
--- git2-0.13.15/Cargo.toml 2020-12-28T20:02:57+00:00
+++ git2-0.13.15/Cargo.toml 2020-12-29T13:01:10.185578+00:00
@@ -37,7 +37,7 @@
[dependencies.url]
version = "2.0"
[dev-dependencies.paste]
-version = "0.1.12"
+version = "1"
[dev-dependencies.structopt]
version = "0.3"
--- git2-0.13.17/Cargo.toml 2021-01-24T23:35:57+00:00
+++ git2-0.13.17/Cargo.toml 2021-02-05T18:41:08.195029+00:00
@@ -57,8 +57,6 @@
ssh = ["libgit2-sys/ssh"]
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]

@ -5,8 +5,8 @@
%global crate git2
Name: rust-%{crate}
Version: 0.13.15
Release: 2%{?dist}
Version: 0.13.17
Release: 1%{?dist}
Summary: Bindings to libgit2 for interoperating with git repositories
# Upstream license specification: MIT/Apache-2.0
@ -15,7 +15,6 @@ URL: https://crates.io/crates/git2
Source: %{crates_source}
# Initial patched metadata
# * No vendored/zlib-ng features
# * Update paste to 1, https://github.com/rust-lang/git2-rs/pull/654
Patch0: git2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -152,6 +151,9 @@ echo '/usr/bin/git'
%endif
%changelog
* Fri Feb 05 19:41:08 CET 2021 returntrip <stefano@figura.im> - 0.13.17-1
- Update to 0.13.17 (Fixes: RHBZ#1918811)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (git2-0.13.15.crate) = c08ada81843f512cb855f5951c0fc97d4bb64af98f834bba30255b1ea70e4a7848ff018944a6c4a7d36fc480e631be4c40a5259e493258a6bdc1c233775cecb9
SHA512 (git2-0.13.17.crate) = 5d95ff8d5c62df55b9995f2319dc350dfc9c44b90bb594f6b90df4985f8ebed50211e380885826251aa4e86eef1cfac99f648fba5f91cd4b725b0d05b3800fc9

Loading…
Cancel
Save