Update to 0.8.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 18f03c2cbd
commit e20dae1bfb
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/os_pipe-0.8.1.crate /os_pipe-0.8.1.crate
/os_pipe-0.8.2.crate

@ -1,11 +1,9 @@
--- os_pipe-0.8.1/Cargo.toml 1970-01-01T00:00:00+00:00 --- os_pipe-0.8.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ os_pipe-0.8.1/Cargo.toml 2019-07-07T14:18:20.977524+00:00 +++ os_pipe-0.8.2/Cargo.toml 2019-09-08T14:09:00.307276+00:00
@@ -19,7 +19,4 @@ @@ -20,6 +20,3 @@
license = "MIT"
repository = "https://github.com/oconnor663/os_pipe.rs" repository = "https://github.com/oconnor663/os_pipe.rs"
[target."cfg(not(windows))".dependencies.nix] [target."cfg(not(windows))".dependencies.nix]
-version = "0.13.0" version = "0.15.0"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3.5" -version = "0.3.5"
-features = ["handleapi", "namedpipeapi", "processenv", "winbase"] -features = ["handleapi", "namedpipeapi", "processenv", "winbase"]
+version = "0.14.0"

@ -8,8 +8,8 @@
%global crate os_pipe %global crate os_pipe
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.1 Version: 0.8.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Cross-platform library for opening OS pipes Summary: Cross-platform library for opening OS pipes
# Upstream license specification: MIT # Upstream license specification: MIT
@ -18,7 +18,6 @@ URL: https://crates.io/crates/os_pipe
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
# * Update nix to 0.14, https://github.com/oconnor663/os_pipe.rs/pull/17<Paste>
Patch0: os_pipe-fix-metadata.diff Patch0: os_pipe-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -78,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Sep 08 16:09:00 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.2-1
- Update to 0.8.2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (os_pipe-0.8.1.crate) = 731f8708e3b14771b79c3ba528f01fe484d969819f5b0900d9fa91ec2bd836b3cdc8d302513a0959d63978e6ff7705cd31d00061e9909b40d5e8864cbe5aa489 SHA512 (os_pipe-0.8.2.crate) = a60afcc928e506051e5cd6cc845bfc8e0daf55bec175c10964649c906a47781b04e8e65f0f1d53a2c167de867b289881eab3d4e5965106cfbef1ff64f9571627

Loading…
Cancel
Save