Compare commits

..

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

6
.gitignore vendored

@ -3,9 +3,3 @@
/gix-command-0.2.8.crate /gix-command-0.2.8.crate
/gix-command-0.2.9.crate /gix-command-0.2.9.crate
/gix-command-0.2.10.crate /gix-command-0.2.10.crate
/gix-command-0.3.6.crate
/gix-command-0.3.7.crate
/gix-command-0.3.8.crate
/gix-command-0.3.9.crate
/gix-command-0.3.11.crate
/gix-command-0.4.1.crate

@ -1,12 +1,12 @@
# 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)
%bcond check 0 %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-command %global crate gix-command
Name: rust-gix-command Name: rust-gix-command
Version: 0.4.1 Version: 0.2.10
Release: %autorelease Release: %autorelease
Summary: Handle gitoxide internal git command execution Summary: Handle gitoxide internal git command execution
@ -33,6 +33,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-command-0.4.1.crate) = e72821b8f007eb8422feb32b5991148dc464ecf873ad7e05be0a07cad8e0da5a9d1a785e1bd7c038a99058b0a87d8cd3c3e7c001b701644022cd0ab8e862da0f SHA512 (gix-command-0.2.10.crate) = 1e6b5fd5f4afdb6ef6943123e2c945e29a47aa7e08904788cfdb2bffc5d7146e2bcad15f9e3bff33a04229eeab2ebb3f0820fc0310fe859ebfa7706cdbcb9178

Loading…
Cancel
Save