Compare commits

..

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

5
.gitignore vendored

@ -1,7 +1,2 @@
/gix-negotiate-0.7.0.crate /gix-negotiate-0.7.0.crate
/gix-negotiate-0.9.0.crate /gix-negotiate-0.9.0.crate
/gix-negotiate-0.13.0.crate
/gix-negotiate-0.13.1.crate
/gix-negotiate-0.13.2.crate
/gix-negotiate-0.15.0.crate
/gix-negotiate-0.18.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-negotiate %global crate gix-negotiate
Name: rust-gix-negotiate Name: rust-gix-negotiate
Version: 0.18.0 Version: 0.9.0
Release: %autorelease Release: %autorelease
Summary: Implementation of various negotiation algorithms used by gix Summary: Implementation of various negotiation algorithms used by gix
@ -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-negotiate-0.18.0.crate) = 83625c7f9faeb4d5509f9f2e13589dad24b263f3ecd6bb58810ba39cfe359d25d07c021c38a049740a729791a990863ed528bb0f7c2d014011258fe90c0772a1 SHA512 (gix-negotiate-0.9.0.crate) = f11fc5a65465eb409c536fdaf89130235b5f81f36258554a4022f2cc37dd07aa9d78d169e1fab119987b4dd54dc89c50c65fe75953867ea49a30db81a7501701

Loading…
Cancel
Save