Update to version 0.10.0 (rhbz#2253283)

epel10
blinxen 10 months ago
parent fcf2f0bdae
commit 9d50c10aac

1
.gitignore vendored

@ -1,2 +1,3 @@
/gix-submodule-0.3.0.crate
/gix-submodule-0.5.0.crate
/gix-submodule-0.10.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-submodule
Name: rust-gix-submodule
Version: 0.5.0
Version: 0.10.0
Release: %autorelease
Summary: Git submodules implementation
@ -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
%{crate_instdir}/
# We exclude the tests directory because they contain bash scripts
# and the automatic Requires detection falsely adds bash as a required dependency.

@ -1 +1 @@
SHA512 (gix-submodule-0.5.0.crate) = 42bc2a8a0da15e523d3fd2eeadbc084fa2fe912ab9290b8cb10503b4502953430e0d4797f60a4e4b222226f0c7e97add89036ccabf215d6fdf273ce35e50f5f0
SHA512 (gix-submodule-0.10.0.crate) = 4540e2b7fdd0c2642be53f766efdc517adce57dc791e7955af6e20727d5a55780d1130184275579fa942f622f42c61aa6d6a503d8b1e318e524133361ee308b6

Loading…
Cancel
Save