diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59aed91 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/portable-atomic-1.6.0.crate diff --git a/.rust-portable-atomic.metadata b/.rust-portable-atomic.metadata index e69de29..ffa5539 100644 --- a/.rust-portable-atomic.metadata +++ b/.rust-portable-atomic.metadata @@ -0,0 +1 @@ +b900c68c00e18179f95043439e232388a69babed SOURCES/portable-atomic-1.6.0.crate diff --git a/SOURCES/portable-atomic-1.5.1.crate b/SOURCES/portable-atomic-1.5.1.crate deleted file mode 100644 index fe257b1..0000000 Binary files a/SOURCES/portable-atomic-1.5.1.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..553347c --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,4 @@ +[tests] +run = ["none"] +comments = ["tests can only be run in-tree"] + diff --git a/SPECS/rust-portable-atomic.spec b/SPECS/rust-portable-atomic.spec index e0e848d..13bcf04 100644 --- a/SPECS/rust-portable-atomic.spec +++ b/SPECS/rust-portable-atomic.spec @@ -16,7 +16,7 @@ %global crate portable-atomic Name: rust-portable-atomic -Version: 1.5.1 +Version: 1.6.0 Release: %autorelease Summary: Portable atomic types including support for 128-bit atomics, atomic float, etc @@ -199,9 +199,12 @@ use the "unsafe-assume-single-core" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 1.5.1-1 +* Mon Jan 15 2024 Arkady L. Shane - 1.6.0-1 - Rebuilt for MSVSphere 9.3 +* Thu Jan 11 2024 Fabio Valentini - 1.6.0-1 +- Update to version 1.6.0; Fixes RHBZ#2253112 + * Mon Nov 13 2023 Fabio Valentini - 1.5.1-1 - Update to version 1.5.1; Fixes RHBZ#2246855