Update to version 0.13.1

epel9 imports/e9/rust-gix-hash-0.13.1-1.el9
blinxen 1 year ago
parent 5c72692725
commit bde77908fa

1
.gitignore vendored

@ -2,3 +2,4 @@
/gix-hash-0.11.3.crate /gix-hash-0.11.3.crate
/gix-hash-0.11.4.crate /gix-hash-0.11.4.crate
/gix-hash-0.13.0.crate /gix-hash-0.13.0.crate
/gix-hash-0.13.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-hash %global crate gix-hash
Name: rust-gix-hash Name: rust-gix-hash
Version: 0.13.0 Version: 0.13.1
Release: %autorelease Release: %autorelease
Summary: Borrowed and owned git hash digests used to identify git objects Summary: Borrowed and owned git hash digests used to identify git objects
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-hash URL: https://crates.io/crates/gix-hash
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Borrowed and owned git hash digests used to identify git objects.} Borrowed and owned git hash digests used to identify git objects.}
@ -72,7 +72,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

@ -1 +1 @@
SHA512 (gix-hash-0.13.0.crate) = 6d2859ff2468798f27e48a83d7635d181f74f1e2ff056f30c7037ca7fcedf0efe3739fcac5809266b92b5065c79a2512831ce244280c6f2af1d5e8781401b709 SHA512 (gix-hash-0.13.1.crate) = 3dd18418945e52c316a3d28da40e3bbda97e9e6d302327c3cdb8c71db54bb3e4fa0084e9174118fbf91aa4ec1b02b5e91c2dedf434afdfc647994a1c3c2bb371

Loading…
Cancel
Save