Update to version 1.1.4; Fixes RHBZ#2188747

epel9
Fabio Valentini 2 years ago
parent 022efadc5c
commit 8ed09b708f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/os_pipe-1.1.1.crate
/os_pipe-1.1.2.crate
/os_pipe-1.1.3.crate
/os_pipe-1.1.4.crate

@ -1,3 +0,0 @@
# rust-os_pipe
The rust-os_pipe package

@ -1,11 +1,11 @@
--- os_pipe-1.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
--- os_pipe-1.1.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.4/Cargo.toml 2023-04-22T19:52:46.339590+00:00
@@ -35,11 +35,3 @@
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.62"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-version = "0.48.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Pipes",

@ -1,5 +1,5 @@
--- os_pipe-1.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.3/Cargo.toml 2023-02-03T13:01:58.717854+00:00
--- os_pipe-1.1.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ os_pipe-1.1.4/Cargo.toml 2023-04-22T19:52:51.168626+00:00
@@ -25,6 +25,7 @@
]
license = "MIT"

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
# * tests require building the example binaries
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate os_pipe
Name: rust-os_pipe
Version: 1.1.3
Version: 1.1.4
Release: %autorelease
Summary: Cross-platform library for opening OS pipes
@ -22,7 +22,7 @@ Patch: os_pipe-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Cross-platform library for opening OS pipes.}
A cross-platform library for opening OS pipes.}
%description %{_description}

@ -1 +1 @@
SHA512 (os_pipe-1.1.3.crate) = 08ebca25a9364e476a87327212b67460eae383d0429e63ca85e361fdd1b69c382eb2a0de4a7ceafb1916029d219dc4e6eb183ae621eadb98db629e8eff5bba0d
SHA512 (os_pipe-1.1.4.crate) = 8568008e30fdc47c1c89f7368654d26407fb6594cd89e2b85786c875d9dd99e77ed2bb84d281351072670e2dfe7a952d6251c6fb4d111ebe6a63cb34942b6aa3

Loading…
Cancel
Save