Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

5
.gitignore vendored

@ -1,7 +1,2 @@
/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
/gix-pack-0.57.0.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 27 # 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 # * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond check 0 %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-pack %global crate gix-pack
Name: rust-gix-pack Name: rust-gix-pack
Version: 0.57.0 Version: 0.44.0
Release: %autorelease Release: %autorelease
Summary: Implements git packs and related data structures Summary: Implements git packs and related data structures
@ -34,6 +34,7 @@ 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.57.0.crate) = 17b30be223917b2889b7bd52619308b1f7ee03bd674d2810f681dff45d6a60b45653e4171a896c9cd35393ad21e71d11b1444eec1a28756b7fa5f5bb4ad1bbe2 SHA512 (gix-pack-0.44.0.crate) = 172615be848161ff12c6c5e87fdd58fe97ebb8c4896e93efb8674cc1fa5d66eb20500ee7337082000e1a07e9b00c68417b5d5a6ca9efb86c0a0c58c393198fcb

Loading…
Cancel
Save