diff --git a/.gitignore b/.gitignore index 7462fb7..8cc91ea 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rust-gix-command.spec b/rust-gix-command.spec index e540bb0..0076c67 100644 --- a/rust-gix-command.spec +++ b/rust-gix-command.spec @@ -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 diff --git a/rust2rpm.conf b/rust2rpm.conf deleted file mode 100644 index 6875044..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,2 +0,0 @@ -[DEFAULT] -summary = Handle gitoxide internal git command execution diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..4de7ed2 --- /dev/null +++ b/rust2rpm.toml @@ -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)"] diff --git a/sources b/sources index c52217c..1c4fe0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gix-command-0.2.9.crate) = 0fc972a098f5ae02b1feeb539e655cef303f2604f57b7468ed1d1157ea75289988e6a02d56dd484161757bb9ab4b1a0de538d082660912943f2b740315d21a3e +SHA512 (gix-command-0.2.10.crate) = 1e6b5fd5f4afdb6ef6943123e2c945e29a47aa7e08904788cfdb2bffc5d7146e2bcad15f9e3bff33a04229eeab2ebb3f0820fc0310fe859ebfa7706cdbcb9178