Update to version 0.11.0 (rhbz#2253264)

epel10
blinxen 10 months ago
parent 86e60ea746
commit 4e964cf9ac

1
.gitignore vendored

@ -1,2 +1,3 @@
/gix-archive-0.4.0.crate
/gix-archive-0.6.0.crate
/gix-archive-0.11.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check
@ -7,7 +7,7 @@
%global crate gix-archive
Name: rust-gix-archive
Version: 0.6.0
Version: 0.11.0
Release: %autorelease
Summary: Archive generation from of a worktree stream
@ -34,7 +34,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
# We exclude the tests directory because they contain bash scripts
# and the automatic Requires detection falsely adds bash as a required dependency.
# Tests are disabled anyway so this should have no effect.

@ -1 +1 @@
SHA512 (gix-archive-0.6.0.crate) = 80a864f4a3c55902c094731bc6e0cadfe175f76981b4cb9d765e1b401a8f5631049ab3478e46a34366d798079dd4b6541d6772a95a7d0df5d068ad8de50a6aaa
SHA512 (gix-archive-0.11.0.crate) = 4be749d5bbdae5b7e14f1bd9d9182215cf72bdd8da9e6a057386737944f224e79326e3e3d853fc45ce49d966c4c93f7f05f73bc1be680fed0ea25df35a7e0dc5

Loading…
Cancel
Save