Update to 0.14.1

epel9
Josh Stone 5 years ago
parent 3156fc32cd
commit 7f61af841b

1
.gitignore vendored

@ -6,3 +6,4 @@
/git2-curl-0.12.0.crate /git2-curl-0.12.0.crate
/git2-curl-0.13.0.crate /git2-curl-0.13.0.crate
/git2-curl-0.14.0.crate /git2-curl-0.14.0.crate
/git2-curl-0.14.1.crate

@ -0,0 +1,9 @@
--- git2-curl-0.14.1/Cargo.toml 2020-08-19T20:17:52+00:00
+++ git2-curl-0.14.1/Cargo.toml 2020-08-20T00:06:28.079581+00:00
@@ -46,6 +46,3 @@
[dev-dependencies.tempfile]
version = "3.0"
-
-[features]
-zlib-ng-compat = ["git2/zlib-ng-compat", "curl/zlib-ng-compat"]

@ -6,14 +6,17 @@
%global crate git2-curl %global crate git2-curl
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.14.0 Version: 0.14.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Backend for an HTTP transport in libgit2 powered by libcurl Summary: Backend for an HTTP transport in libgit2 powered by libcurl
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/git2-curl URL: https://crates.io/crates/git2-curl
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * No zlib-ng feature
Patch0: git2-curl-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -72,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 0.14.1-1
- Update to 0.14.1
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (git2-curl-0.14.0.crate) = 02832f8df3ac82974246478284fcbdb34c48fde32a173e10bcd635a8cf5e510d26824b3f0ddb1e5b5859edb03fc8ea8b5185e3460145a8bc8bd1b53eb1010d90 SHA512 (git2-curl-0.14.1.crate) = bd1f074631f902c1affd167db0cbff329aa07b2a46758af97c71dfbb5308a82562efa2c42e21c5be63d7c93bc1052d688beb71cfe1588a4c2e9705679cec5a1c

Loading…
Cancel
Save