Update to version 0.20.0; Fixes RHBZ#2292294

epel10 imports/epel10/rust-git2-curl-0.20.0-1.el10
Fabio Valentini 4 months ago
parent 231316f1c9
commit 626624e4d3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/git2-curl-0.17.0.crate /git2-curl-0.17.0.crate
/git2-curl-0.18.0.crate /git2-curl-0.18.0.crate
/git2-curl-0.19.0.crate /git2-curl-0.19.0.crate
/git2-curl-0.20.0.crate

@ -1,10 +1,9 @@
--- git2-curl-0.19.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- git2-curl-0.20.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ git2-curl-0.19.0/Cargo.toml 2023-12-04T12:27:25.812480+00:00 +++ git2-curl-0.20.0/Cargo.toml 2024-10-29T17:11:46.609725+00:00
@@ -54,9 +54,3 @@ @@ -55,8 +55,3 @@
[dev-dependencies.tempfile] [dev-dependencies.tempfile]
version = "3.0" version = "3.0"
-
-[features] -[features]
-zlib-ng-compat = [ -zlib-ng-compat = [
- "git2/zlib-ng-compat", - "git2/zlib-ng-compat",

@ -1,4 +1,4 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
# * missing dev-dependencies: civet, conduit, conduit-git-http-backend # * missing dev-dependencies: civet, conduit, conduit-git-http-backend
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate git2-curl %global crate git2-curl
Name: rust-git2-curl Name: rust-git2-curl
Version: 0.19.0 Version: 0.20.0
Release: %autorelease Release: %autorelease
Summary: Backend for an HTTP transport in libgit2 powered by libcurl Summary: Backend for an HTTP transport in libgit2 powered by libcurl

@ -1 +1 @@
SHA512 (git2-curl-0.19.0.crate) = 900c0c9d58517e1ce567ccdc07046fba6b6cadc9ccdbd67ffcf4215b003d137b69020602441579b4243560cd413d3c3c13af4e121af870490b66a793ed6edadb SHA512 (git2-curl-0.20.0.crate) = 06d704e8f5227418bd0b3379c0dd503d694b4071d00432a1ff7593815e5074e02272a3f4e003d0feb7e9e3e806abdf68a5224a0366124f6a83681a9295f58424

Loading…
Cancel
Save