diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a414d2e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ring-0.17.7.crate diff --git a/.rust-ring.metadata b/.rust-ring.metadata index e69de29..8de8cac 100644 --- a/.rust-ring.metadata +++ b/.rust-ring.metadata @@ -0,0 +1 @@ +a4fcc2a673507ca5fb8a2c3413a4c55d16656127 SOURCES/ring-0.17.7.crate diff --git a/SOURCES/ring-0.17.6.crate b/SOURCES/ring-0.17.6.crate deleted file mode 100644 index 8e92440..0000000 Binary files a/SOURCES/ring-0.17.6.crate and /dev/null differ diff --git a/SOURCES/ring-fix-metadata-auto.diff b/SOURCES/ring-fix-metadata-auto.diff index 437cfad..b696b3f 100644 --- a/SOURCES/ring-fix-metadata-auto.diff +++ b/SOURCES/ring-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- ring-0.17.6/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ ring-0.17.6/Cargo.toml 2023-11-30T11:36:38.885312+00:00 +--- ring-0.17.7/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ ring-0.17.7/Cargo.toml 2024-01-11T20:30:28.301946+00:00 @@ -219,17 +219,6 @@ version = "0.2.148" default-features = false @@ -15,7 +15,7 @@ -version = "0.3.37" -default-features = false - - [target."cfg(any(target_arch = \"x86\",target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\", target_os = \"windows\"))))".dependencies.spin] + [target."cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\",target_arch = \"x86_64\"))".dependencies.spin] version = "0.9.8" features = ["once"] @@ -238,3 +227,4 @@ diff --git a/SOURCES/ring-fix-metadata.diff b/SOURCES/ring-fix-metadata.diff index cbab66e..c6f67c3 100644 --- a/SOURCES/ring-fix-metadata.diff +++ b/SOURCES/ring-fix-metadata.diff @@ -1,5 +1,5 @@ ---- ring-0.17.6/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ ring-0.17.6/Cargo.toml 2023-11-30T11:37:21.742455+00:00 +--- ring-0.17.7/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ ring-0.17.7/Cargo.toml 2024-01-11T20:30:22.204922+00:00 @@ -165,7 +165,7 @@ "cryptography", "no-std", diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..7fa10fa --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,4 @@ +[tests] +run = ["none"] +comments = ["test fixtures are not included in published crates"] + diff --git a/SPECS/rust-ring.spec b/SPECS/rust-ring.spec index 2e8e10a..3808e00 100644 --- a/SPECS/rust-ring.spec +++ b/SPECS/rust-ring.spec @@ -16,7 +16,7 @@ %global crate ring Name: rust-ring -Version: 0.17.6 +Version: 0.17.7 Release: %autorelease Summary: Safe, fast, small crypto using Rust @@ -155,9 +155,12 @@ use the "test_logging" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.17.6-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.17.7-1 - Rebuilt for MSVSphere 9.3 +* Thu Jan 11 2024 Fabio Valentini - 0.17.7-1 +- Update to version 0.17.7; Fixes RHBZ#2253082 + * Thu Nov 30 2023 Fabio Valentini - 0.17.6-1 - Update to version 0.17.6; Fixes RHBZ#2251978