Compare commits

..

8 Commits

5
.gitignore vendored

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

Loading…
Cancel
Save