Update to version 0.38.0

epel9 imports/e9/rust-gix-ref-0.38.0-1.el9
blinxen 1 year ago
parent 1cc90c345e
commit 7a3b30b4c5

1
.gitignore vendored

@ -1 +1,2 @@
/gix-ref-0.36.0.crate /gix-ref-0.36.0.crate
/gix-ref-0.38.0.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# Deactivate tests because of a missing dev-dependency (gix-testtools) # * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-ref %global crate gix-ref
Name: rust-gix-ref Name: rust-gix-ref
Version: 0.36.0 Version: 0.38.0
Release: %autorelease Release: %autorelease
Summary: Gix implementation for handling git references Summary: Gix implementation for handling git references
@ -73,7 +74,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,9 @@
[package]
summary = "Gix implementation for handling git references"
[tests]
run = ["none"]
comments = [
"Deactivate tests because of a missing dev-dependency (gix-testtools)",
"See https://github.com/Byron/gitoxide/discussions/900 for more information"
]

@ -1 +1 @@
SHA512 (gix-ref-0.36.0.crate) = abe49b4bc3b6f555b506251d8845785f8c4498456c0bb0d120da9ee6ac2b7572d31f1d63d0d5e19cc46e6370845cc4112b20876992ecea172b780dc28fc10745 SHA512 (gix-ref-0.38.0.crate) = 94a416e5bce0fe31e89d886da84a7a1638d59f167ff2ba32ec2f321bf0cd4397bf674a8471673bbf0066cc6eb4f965c570a739d973ce77778d3c1ad32a394483

Loading…
Cancel
Save