Update to version 0.28.0

epel9 imports/e9/rust-gix-actor-0.28.0-1.el9
blinxen 1 year ago
parent c4785a933e
commit 77e0d7445d

1
.gitignore vendored

@ -2,3 +2,4 @@
/gix-actor-0.24.2.crate /gix-actor-0.24.2.crate
/gix-actor-0.26.0.crate /gix-actor-0.26.0.crate
/gix-actor-0.27.0.crate /gix-actor-0.27.0.crate
/gix-actor-0.28.0.crate

@ -1,13 +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 # * 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-actor %global crate gix-actor
Name: rust-gix-actor Name: rust-gix-actor
Version: 0.27.0 Version: 0.28.0
Release: %autorelease Release: %autorelease
Summary: Way to identify git actors Summary: Way to identify git actors
@ -86,7 +86,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,6 @@
[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-actor-0.27.0.crate) = c99f97e2667df78fe99f55f19e41e3830e4cfe9a4adddbd3e107a18f256242f43008c9fcaef176e12fb720838da11f68543872aa06afde350c5a96e1965a473b SHA512 (gix-actor-0.28.0.crate) = c458078e2008773460add33c2093d79ef21c2fa788419d79c31bbde13d1d2ede1161a491e33200ba71419f08b6ab2c35319627b6671b7ffc4e8521cbfdd0dec4

Loading…
Cancel
Save