diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..518d50b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ahash-0.8.7.crate diff --git a/.rust-ahash.metadata b/.rust-ahash.metadata index e69de29..c7a5766 100644 --- a/.rust-ahash.metadata +++ b/.rust-ahash.metadata @@ -0,0 +1 @@ +7101d1d2f9a11963788a010d2643aa3cc6b62c3c SOURCES/ahash-0.8.7.crate diff --git a/SOURCES/ahash-0.8.6.crate b/SOURCES/ahash-0.8.6.crate deleted file mode 100644 index f564bcd..0000000 Binary files a/SOURCES/ahash-0.8.6.crate and /dev/null differ diff --git a/SOURCES/ahash-fix-metadata.diff b/SOURCES/ahash-fix-metadata.diff index 3122d4a..9b99b1e 100644 --- a/SOURCES/ahash-fix-metadata.diff +++ b/SOURCES/ahash-fix-metadata.diff @@ -1,9 +1,14 @@ ---- ahash-0.8.6/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ ahash-0.8.6/Cargo.toml 2023-10-27T12:03:48.887092+00:00 -@@ -79,11 +79,6 @@ - path = "tests/bench.rs" - harness = false +--- ahash-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ ahash-0.8.7/Cargo.toml 2024-01-04T16:34:49.328136+00:00 +@@ -75,16 +75,6 @@ + bench = true + doc = true +-[[bench]] +-name = "ahash" +-path = "tests/bench.rs" +-harness = false +- -[[bench]] -name = "map" -path = "tests/map_tests.rs" @@ -12,8 +17,8 @@ [dependencies.atomic-polyfill] version = "1.0.1" optional = true -@@ -107,10 +102,6 @@ - version = "0.7.14" +@@ -108,10 +98,6 @@ + version = "0.7.31" features = ["simd"] default-features = false - diff --git a/SPECS/rust-ahash.spec b/SPECS/rust-ahash.spec index 0aba131..619a2aa 100644 --- a/SPECS/rust-ahash.spec +++ b/SPECS/rust-ahash.spec @@ -15,7 +15,7 @@ %global crate ahash Name: rust-ahash -Version: 0.8.6 +Version: 0.8.7 Release: %autorelease Summary: Non-cryptographic hash function using AES-NI for high performance @@ -109,6 +109,18 @@ use the "getrandom" feature of the "%{crate}" crate. %files -n %{name}+getrandom-devel %ghost %{crate_instdir}/Cargo.toml +%package -n %{name}+nightly-arm-aes-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nightly-arm-aes-devel %{_description} + +This package contains library source intended for building other packages which +use the "nightly-arm-aes" feature of the "%{crate}" crate. + +%files -n %{name}+nightly-arm-aes-devel +%ghost %{crate_instdir}/Cargo.toml + %package -n %{name}+no-rng-devel Summary: %{summary} BuildArch: noarch @@ -184,6 +196,9 @@ rm tests/{bench.rs,map_tests.rs} %endif %changelog +* Thu Jan 04 2024 Fabio Valentini - 0.8.7-1 +- Update to version 0.8.7; Fixes RHBZ#2256230 + * Mon Nov 20 2023 Arkady L. Shane - 0.8.6-1 - Rebuilt for MSVSphere 9.2