diff --git a/.gitignore b/.gitignore index 859c530..016d57b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /indexmap-1.9.3.crate /indexmap-2.0.0.crate /indexmap-2.0.1.crate +/indexmap-2.0.2.crate diff --git a/rust-indexmap.spec b/rust-indexmap.spec index c4a912f..1a79739 100644 --- a/rust-indexmap.spec +++ b/rust-indexmap.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate indexmap Name: rust-indexmap -Version: 2.0.1 +Version: 2.0.2 Release: %autorelease Summary: Hash table with consistent order and fast iteration @@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT URL: https://crates.io/crates/indexmap Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A hash table with consistent order and fast iteration.} @@ -121,7 +121,7 @@ use the "test_debug" 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 94c5a03..0000000 --- a/rust2rpm.conf +++ /dev/null @@ -1,3 +0,0 @@ -[DEFAULT] -unwanted-features = - rustc-rayon diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..55dd3e7 --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,5 @@ +[features] +hide = [ + "rustc-rayon", +] + diff --git a/sources b/sources index 64a0daa..dee50c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (indexmap-2.0.1.crate) = 69b7da13fdc3164630e79ea09bf7e036bdf9cc44384742069ef59b3f8f909a5912c65908f9c605748a1476722d0536c3468cb5243666b37215d3f4f5f38cabc1 +SHA512 (indexmap-2.0.2.crate) = 9511c8ae0e5c7bc591262343587c3a9278af049e7b57334e0a39950e791123a8bf7cb540bc4c7a3682e7f83f861fe3c5424c4aee9ac6269e68e7d5996af2af17