diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0209ab2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/mio-0.8.10.crate diff --git a/.rust-mio.metadata b/.rust-mio.metadata index e69de29..fd96796 100644 --- a/.rust-mio.metadata +++ b/.rust-mio.metadata @@ -0,0 +1 @@ +bc9c715a24f69af36dba0c46b7b2f9096b3c55da SOURCES/mio-0.8.10.crate diff --git a/SOURCES/mio-0.8.9.crate b/SOURCES/mio-0.8.9.crate deleted file mode 100644 index b845b82..0000000 Binary files a/SOURCES/mio-0.8.9.crate and /dev/null differ diff --git a/SOURCES/mio-fix-metadata-auto.diff b/SOURCES/mio-fix-metadata-auto.diff index c92d9fe..3b44db0 100644 --- a/SOURCES/mio-fix-metadata-auto.diff +++ b/SOURCES/mio-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- mio-0.8.9/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ mio-0.8.9/Cargo.toml 2023-10-24T11:04:08.736049+00:00 +--- mio-0.8.10/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ mio-0.8.10/Cargo.toml 2024-01-11T20:15:45.126523+00:00 @@ -103,26 +103,9 @@ net = [] os-ext = [ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..4ef1a1f --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[features] +enable-all = true + diff --git a/SPECS/rust-mio.spec b/SPECS/rust-mio.spec index dc15195..db3e0b9 100644 --- a/SPECS/rust-mio.spec +++ b/SPECS/rust-mio.spec @@ -15,7 +15,7 @@ %global crate mio Name: rust-mio -Version: 0.8.9 +Version: 0.8.10 Release: %autorelease Summary: Lightweight non-blocking I/O @@ -122,14 +122,16 @@ use the "os-poll" feature of the "%{crate}" crate. %if %{with check} %check -#export RUST_BACKTRACE=1 %cargo_test -a %endif %changelog -* Thu Jan 11 2024 Arkady L. Shane - 0.8.9-1 +* Thu Jan 11 2024 Arkady L. Shane - 0.8.10-1 - Rebuilt for MSVSphere 9.3 +* Thu Jan 11 2024 Fabio Valentini - 0.8.10-1 +- Update to version 0.8.10; Fixes RHBZ#2253192 + * Wed Oct 25 2023 Fabio Valentini - 0.8.9-1 - Update to version 0.8.9; Fixes RHBZ#2245636