Compare commits

..

8 Commits

5
.gitignore vendored

@ -1,2 +1,7 @@
/gix-pack-0.42.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 25
# Generated by rust2rpm 27
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check
%bcond check 0
%global debug_package %{nil}
%global crate gix-pack
Name: rust-gix-pack
Version: 0.44.0
Version: 0.57.0
Release: %autorelease
Summary: Implements git packs and related data structures
@ -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}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (gix-pack-0.44.0.crate) = 172615be848161ff12c6c5e87fdd58fe97ebb8c4896e93efb8674cc1fa5d66eb20500ee7337082000e1a07e9b00c68417b5d5a6ca9efb86c0a0c58c393198fcb
SHA512 (gix-pack-0.57.0.crate) = 17b30be223917b2889b7bd52619308b1f7ee03bd674d2810f681dff45d6a60b45653e4171a896c9cd35393ad21e71d11b1444eec1a28756b7fa5f5bb4ad1bbe2

Loading…
Cancel
Save