Update to version 0.9.0

epel9 imports/e9/rust-gix-negotiate-0.9.0-1.el9
blinxen 1 year ago
parent e08da2748a
commit e90d1c7f85

1
.gitignore vendored

@ -1 +1,2 @@
/gix-negotiate-0.7.0.crate
/gix-negotiate-0.9.0.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 24
# Deactivate tests because of a missing dev-dependency (gix-testtools)
# Generated by rust2rpm 25
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check
%global debug_package %{nil}
%global crate gix-negotiate
Name: rust-gix-negotiate
Version: 0.7.0
Version: 0.9.0
Release: %autorelease
Summary: Implementation of various negotiation algorithms used by gix
@ -14,7 +15,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-negotiate
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A crate of the gitoxide project implementing negotiation algorithms.}
@ -49,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,9 @@
[package]
summary = "Implementation of various negotiation algorithms used by gix"
[tests]
run = ["none"]
comments = [
"Deactivate tests because of a missing dev-dependency (gix-testtools)",
"See https://github.com/Byron/gitoxide/discussions/900 for more information"
]

@ -1 +1 @@
SHA512 (gix-negotiate-0.7.0.crate) = 9ede034c9e8cd5dc52da67f9c9522a1cba373099ff49fe5af8b64e203a442fed84859382c27c1f72d0131101936c700e80ceeb00a7686e5c20854f9582726b8c
SHA512 (gix-negotiate-0.9.0.crate) = f11fc5a65465eb409c536fdaf89130235b5f81f36258554a4022f2cc37dd07aa9d78d169e1fab119987b4dd54dc89c50c65fe75953867ea49a30db81a7501701

Loading…
Cancel
Save