Update to version 0.3.3; Fixes RHBZ#2235559

epel9
Fabio Valentini 2 years ago
parent 38af50c321
commit 92be4a41b8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/errno-0.3.0.crate /errno-0.3.0.crate
/errno-0.3.1.crate /errno-0.3.1.crate
/errno-0.3.2.crate /errno-0.3.2.crate
/errno-0.3.3.crate

@ -1,20 +1,23 @@
--- errno-0.3.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- errno-0.3.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ errno-0.3.2/Cargo.toml 2023-07-31T12:41:28.924418+00:00 +++ errno-0.3.3/Cargo.toml 2023-08-29T21:13:39.041411+00:00
@@ -29,21 +29,6 @@ @@ -29,24 +29,7 @@
default = ["std"] default = ["std"]
std = [] std = ["libc/std"]
-[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly] -[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
-version = "0.1.1" -version = "0.1.2"
- -
-[target."cfg(target_os=\"hermit\")".dependencies.libc] -[target."cfg(target_os=\"hermit\")".dependencies.libc]
-version = "0.2" -version = "0.2"
-default-features = false
- -
-[target."cfg(target_os=\"wasi\")".dependencies.libc] -[target."cfg(target_os=\"wasi\")".dependencies.libc]
-version = "0.2" -version = "0.2"
-default-features = false
- -
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2" version = "0.2"
default-features = false
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48" -version = "0.48"

@ -5,7 +5,7 @@
%global crate errno %global crate errno
Name: rust-errno Name: rust-errno
Version: 0.3.2 Version: 0.3.3
Release: %autorelease Release: %autorelease
Summary: Cross-platform interface to the errno variable Summary: Cross-platform interface to the errno variable

@ -1 +1 @@
SHA512 (errno-0.3.2.crate) = b728704f11cfb2bffd421ad39e7bab79b11e548e336e9dd1cfb902bdfbb78a8afb102ae5684fbd6ac4b01b12603a1011a1faa21cfd0702bb25a300364b17ff84 SHA512 (errno-0.3.3.crate) = 9524db39d0c9be287e0d2aed3358a86e961b2868717037212a2e9dc408bc73198ab23196d7923a9ba7e0e9357276075148f582e0325ad36ae1b212a8c674173e

Loading…
Cancel
Save