import rust-errno-0.3.8-1.el9

i9ce changed/i9ce/rust-errno-0.3.8-1.el9
MSVSphere Packaging Team 1 year ago
parent 858a238381
commit 004bbf81dd

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/errno-0.3.8.crate

@ -0,0 +1 @@
59cee568d24f6ef28db6f7b2c2f48d5c6310cffd SOURCES/errno-0.3.8.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- errno-0.3.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- errno-0.3.8/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 2023-12-31T16:57:31.535058+00:00
@@ -29,21 +29,7 @@ @@ -29,21 +29,7 @@
default = ["std"] default = ["std"]
std = ["libc/std"] std = ["libc/std"]
@ -17,7 +17,7 @@
default-features = false default-features = false
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48" -version = "0.52"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_Diagnostics_Debug", - "Win32_System_Diagnostics_Debug",

@ -15,7 +15,7 @@
%global crate errno %global crate errno
Name: rust-errno Name: rust-errno
Version: 0.3.6 Version: 0.3.8
Release: %autorelease Release: %autorelease
Summary: Cross-platform interface to the errno variable Summary: Cross-platform interface to the errno variable
@ -91,6 +91,12 @@ use the "std" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Dec 31 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.8-1
- Update to version 0.3.8; Fixes RHBZ#2251840
* Sat Nov 25 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.7-1
- Update to version 0.3.7; Fixes RHBZ#2249903
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.6-1 * Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.6-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save