Compare commits

..

7 Commits

4
.gitignore vendored

@ -1,2 +1,6 @@
/gix-submodule-0.3.0.crate /gix-submodule-0.3.0.crate
/gix-submodule-0.5.0.crate /gix-submodule-0.5.0.crate
/gix-submodule-0.10.0.crate
/gix-submodule-0.11.0.crate
/gix-submodule-0.14.0.crate
/gix-submodule-0.17.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
# * 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 check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-submodule %global crate gix-submodule
Name: rust-gix-submodule Name: rust-gix-submodule
Version: 0.5.0 Version: 0.17.0
Release: %autorelease Release: %autorelease
Summary: Git submodules implementation Summary: Git submodules implementation
@ -34,7 +34,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/ %{crate_instdir}/
# We exclude the tests directory because they contain bash scripts # We exclude the tests directory because they contain bash scripts
# and the automatic Requires detection falsely adds bash as a required dependency. # 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.17.0.crate) = 122ab7a7468af1cec6dd49cd29b1f14d1148c5c0cb3c3c05bd42366e6bcec81e5ebaae76fbcf28d0459db7fcf3c1bcbca34fd60adaba3d7d366dcc970ce4bdf5

Loading…
Cancel
Save