diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72c83c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/errno-0.3.8.crate diff --git a/.rust-errno.metadata b/.rust-errno.metadata index e69de29..d08ba1c 100644 --- a/.rust-errno.metadata +++ b/.rust-errno.metadata @@ -0,0 +1 @@ +59cee568d24f6ef28db6f7b2c2f48d5c6310cffd SOURCES/errno-0.3.8.crate diff --git a/SOURCES/errno-0.3.6.crate b/SOURCES/errno-0.3.6.crate deleted file mode 100644 index 9c3ffb5..0000000 Binary files a/SOURCES/errno-0.3.6.crate and /dev/null differ diff --git a/SOURCES/errno-fix-metadata-auto.diff b/SOURCES/errno-fix-metadata-auto.diff index 0ab7c6c..6e81160 100644 --- a/SOURCES/errno-fix-metadata-auto.diff +++ b/SOURCES/errno-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- errno-0.3.6/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ errno-0.3.6/Cargo.toml 2023-11-09T21:46:07.329507+00:00 +--- errno-0.3.8/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ errno-0.3.8/Cargo.toml 2023-12-31T16:57:31.535058+00:00 @@ -29,21 +29,7 @@ default = ["std"] std = ["libc/std"] @@ -17,7 +17,7 @@ default-features = false -[target."cfg(windows)".dependencies.windows-sys] --version = "0.48" +-version = "0.52" -features = [ - "Win32_Foundation", - "Win32_System_Diagnostics_Debug", diff --git a/SPECS/rust-errno.spec b/SPECS/rust-errno.spec index 8792ce2..da84807 100644 --- a/SPECS/rust-errno.spec +++ b/SPECS/rust-errno.spec @@ -15,7 +15,7 @@ %global crate errno Name: rust-errno -Version: 0.3.6 +Version: 0.3.8 Release: %autorelease Summary: Cross-platform interface to the errno variable @@ -91,6 +91,12 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog +* Sun Dec 31 2023 Fabio Valentini - 0.3.8-1 +- Update to version 0.3.8; Fixes RHBZ#2251840 + +* Sat Nov 25 2023 Fabio Valentini - 0.3.7-1 +- Update to version 0.3.7; Fixes RHBZ#2249903 + * Mon Nov 20 2023 Arkady L. Shane - 0.3.6-1 - Rebuilt for MSVSphere 9.2