Update to version 0.2.10

epel9 imports/e9/rust-gix-command-0.2.10-1.el9
blinxen 1 year ago
parent 9c324174b2
commit 750f025c8e

1
.gitignore vendored

@ -2,3 +2,4 @@
/gix-command-0.2.7.crate
/gix-command-0.2.8.crate
/gix-command-0.2.9.crate
/gix-command-0.2.10.crate

@ -1,13 +1,12 @@
# Generated by rust2rpm 24
# * tests can only be run in-tree (missing dev-dependency: gix-testtools):
# https://github.com/Byron/gitoxide/discussions/900
# Generated by rust2rpm 25
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
%bcond_with check
%global debug_package %{nil}
%global crate gix-command
Name: rust-gix-command
Version: 0.2.9
Version: 0.2.10
Release: %autorelease
Summary: Handle gitoxide internal git command execution
@ -15,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-command
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A crate of the gitoxide project handling internal git command execution.}
@ -50,7 +49,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

@ -1,2 +0,0 @@
[DEFAULT]
summary = Handle gitoxide internal git command execution

@ -0,0 +1,6 @@
[package]
summary = "Handle gitoxide internal git command execution"
[tests]
run = ["none"]
comments = ["Deactivate tests because of a missing dev-dependency (gix-testtools)"]

@ -1 +1 @@
SHA512 (gix-command-0.2.9.crate) = 0fc972a098f5ae02b1feeb539e655cef303f2604f57b7468ed1d1157ea75289988e6a02d56dd484161757bb9ab4b1a0de538d082660912943f2b740315d21a3e
SHA512 (gix-command-0.2.10.crate) = 1e6b5fd5f4afdb6ef6943123e2c945e29a47aa7e08904788cfdb2bffc5d7146e2bcad15f9e3bff33a04229eeab2ebb3f0820fc0310fe859ebfa7706cdbcb9178

Loading…
Cancel
Save