Update to version 0.6.0

epel9 imports/e9/rust-gix-archive-0.6.0-1.el9
blinxen 1 year ago
parent 7a5bc4d77f
commit cda9fa190c

1
.gitignore vendored

@ -1 +1,2 @@
/gix-archive-0.4.0.crate /gix-archive-0.4.0.crate
/gix-archive-0.6.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-archive %global crate gix-archive
Name: rust-gix-archive Name: rust-gix-archive
Version: 0.4.0 Version: 0.6.0
Release: %autorelease Release: %autorelease
Summary: Archive generation from of a worktree stream Summary: Archive generation from of a worktree stream
@ -101,7 +102,7 @@ use the "zip" 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-archive-0.4.0.crate) = 73c4b1ca9aab6823bffe2028fe6a47d385266d1fce96270aeccbaa6e7670187aec7cbd6bcb1c07e6e54f12ab0872be7b239e1a60f2a98e51c15e0aa61f2f517e SHA512 (gix-archive-0.6.0.crate) = 80a864f4a3c55902c094731bc6e0cadfe175f76981b4cb9d765e1b401a8f5631049ab3478e46a34366d798079dd4b6541d6772a95a7d0df5d068ad8de50a6aaa

Loading…
Cancel
Save