Compare commits

...

7 Commits

4
.gitignore vendored

@ -1,2 +1,6 @@
/gix-ref-0.36.0.crate /gix-ref-0.36.0.crate
/gix-ref-0.38.0.crate /gix-ref-0.38.0.crate
/gix-ref-0.43.0.crate
/gix-ref-0.44.1.crate
/gix-ref-0.47.0.crate
/gix-ref-0.50.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-ref %global crate gix-ref
Name: rust-gix-ref Name: rust-gix-ref
Version: 0.38.0 Version: 0.50.0
Release: %autorelease Release: %autorelease
Summary: Gix implementation for handling git references Summary: Gix implementation for handling git references
@ -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-ref-0.38.0.crate) = 94a416e5bce0fe31e89d886da84a7a1638d59f167ff2ba32ec2f321bf0cd4397bf674a8471673bbf0066cc6eb4f965c570a739d973ce77778d3c1ad32a394483 SHA512 (gix-ref-0.50.0.crate) = 34c50bfd2904085c28404d5b3f1473c8b46989574d4070440aa88d2a9004aa1ea14a4563aa0555c2de0cbffd10ea59c95d70fb51eaf1484f35f04fdbd6de2cc1

Loading…
Cancel
Save