Update to version 0.19.0; Fixes RHBZ#2292295

epel10 imports/epel10/rust-git2-0.19.0-1.el10
Fabio Valentini 3 months ago
parent e226ffb8ab
commit 5fd278e2bc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -36,3 +36,4 @@
/git2-0.18.1.crate
/git2-0.18.2.crate
/git2-0.18.3.crate
/git2-0.19.0.crate

@ -1,12 +1,18 @@
--- git2-0.18.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ git2-0.18.3/Cargo.toml 2024-09-30T10:34:46.623498+00:00
@@ -51,9 +51,6 @@
--- git2-0.19.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ git2-0.19.0/Cargo.toml 2024-10-29T17:01:33.028659+00:00
@@ -44,15 +44,8 @@
[dependencies.url]
version = "2.0"
-[dev-dependencies.clap]
-version = "4.4.13"
-features = ["derive"]
-
[dev-dependencies.tempfile]
version = "3.1.0"
-
-[dev-dependencies.time]
-version = "0.1.39"
-
[features]
default = [
"ssh",

@ -5,7 +5,7 @@
%global crate git2
Name: rust-git2
Version: 0.18.3
Version: 0.19.0
Release: %autorelease
Summary: Bindings to libgit2 for interoperating with git repositories
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/git2
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop dependency on time ^0.1 which is only required for building examples
# * drop example-only dependencies (clap ^4, time ^0.1)
Patch: git2-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24

@ -1,6 +1,6 @@
[package]
cargo-toml-patch-comments = [
"drop dependency on time ^0.1 which is only required for building examples",
"drop example-only dependencies (clap ^4, time ^0.1)",
]
[features]

@ -1 +1 @@
SHA512 (git2-0.18.3.crate) = f74221d0d96c36d9362c762185b6715f93adc78d5b4db89a3008a2baeb4bb05d5cee2f3c53f59fec97e9a690f82ac3a4f29a1633445f63c6137512255fed48a5
SHA512 (git2-0.19.0.crate) = 9d868ba1594ace291002c4a10dcd43f192dbb8c2070abd74883e57a7f53825c7a29080ecbe4279f6c7ee845c261bcbc93b10004b99df27de41cd29bd48e137e8

Loading…
Cancel
Save