Compare commits

...

6 Commits

4
.gitignore vendored

@ -1,2 +1,6 @@
/gix-pack-0.42.0.crate /gix-pack-0.42.0.crate
/gix-pack-0.44.0.crate /gix-pack-0.44.0.crate
/gix-pack-0.49.0.crate
/gix-pack-0.51.0.crate
/gix-pack-0.51.1.crate
/gix-pack-0.53.0.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
# * 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
@ -7,7 +7,7 @@
%global crate gix-pack %global crate gix-pack
Name: rust-gix-pack Name: rust-gix-pack
Version: 0.44.0 Version: 0.53.0
Release: %autorelease Release: %autorelease
Summary: Implements git packs and related data structures Summary: Implements git packs and related data structures
@ -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}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (gix-pack-0.44.0.crate) = 172615be848161ff12c6c5e87fdd58fe97ebb8c4896e93efb8674cc1fa5d66eb20500ee7337082000e1a07e9b00c68417b5d5a6ca9efb86c0a0c58c393198fcb SHA512 (gix-pack-0.53.0.crate) = d7297d16b3a1aa5754a998f8c98733ef0bc498b76c2093585c6447b979bf63c343454e4dc9f37bc3afdaf8a1b5173cf16d60854c7f56fc382f27fe95d735ac2d

Loading…
Cancel
Save