diff --git a/.gitignore b/.gitignore index f63d32e..9df1b8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /str_indices-0.4.1.crate /str_indices-0.4.2.crate +/str_indices-0.4.3.crate diff --git a/rust-str_indices.spec b/rust-str_indices.spec index fd4ab02..ce5a0eb 100644 --- a/rust-str_indices.spec +++ b/rust-str_indices.spec @@ -5,7 +5,7 @@ %global crate str_indices Name: rust-str_indices -Version: 0.4.2 +Version: 0.4.3 Release: %autorelease Summary: Count and convert between indexing schemes on string slices @@ -66,8 +66,6 @@ use the "simd" feature of the "%{crate}" crate. %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep -# See: https://github.com/cessen/str_indices/pull/22 -chmod -x benches/all.rs %generate_buildrequires %cargo_generate_buildrequires diff --git a/sources b/sources index 20d940d..16aa45e 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (str_indices-0.4.1.crate) = 3ef64bde04a57e5946854f7b2adc7fb8cd01d885046b0b31d02f2155e3c3b29d2004d55cf69d54c3bbba661487a9dfd351a41144603838cc15391e3dcacf69a0 -SHA512 (str_indices-0.4.2.crate) = 0ad9ef81d44b634e33210755a197b1740d87bba5b25f3c886b34c68a04682f8cf715e0cffc81984f698bd6df42c39be700bd5f08f406162d3373322208df4ffd +SHA512 (str_indices-0.4.3.crate) = 5db263130eb605f4a2ee9bbb34ea21e0989d87ab2d6b7cf1a3ae6e756956970b0cb6e8f45d2e935e81c3abe7172e93ac682f4aaad464d171263aa306235033cd diff --git a/str_indices-fix-metadata.diff b/str_indices-fix-metadata.diff index 98757cd..b637732 100644 --- a/str_indices-fix-metadata.diff +++ b/str_indices-fix-metadata.diff @@ -1,5 +1,5 @@ ---- str_indices-0.4.2/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ str_indices-0.4.2/Cargo.toml 2023-10-19T16:42:54.958020+00:00 +--- str_indices-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ str_indices-0.4.3/Cargo.toml 2023-11-07T20:20:56.010316+00:00 @@ -40,10 +40,6 @@ [dependencies]