Compare commits

..

6 Commits

3
.gitignore vendored

@ -1,2 +1,5 @@
/gix-lock-9.0.0.crate /gix-lock-9.0.0.crate
/gix-lock-11.0.0.crate /gix-lock-11.0.0.crate
/gix-lock-13.1.1.crate
/gix-lock-14.0.0.crate
/gix-lock-16.0.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-lock %global crate gix-lock
Name: rust-gix-lock Name: rust-gix-lock
Version: 11.0.0 Version: 16.0.0
Release: %autorelease Release: %autorelease
Summary: Git-style lock-file implementation Summary: Git-style lock-file implementation
@ -32,7 +32,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
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/

@ -1 +1 @@
SHA512 (gix-lock-11.0.0.crate) = 79f75ed576adf3d3eb2cace954291cea1374fce73b8f1c82c65298ac5453150815f3f65ee9b325fab1d00f724e78e3f00d71d072c7233b9f469cbd130d55f210 SHA512 (gix-lock-16.0.0.crate) = 9e2f2580cbeeae241dfc704c08be403960551c058a3b015848c2780c9501a5843ff44e133c7604a497e4cc82e10440d249dc297665076247fc17a3c592166447

Loading…
Cancel
Save