Update to 0.9.1

epel9
Josh Stone 5 years ago
parent e20dae1bfb
commit e7bf4e75de

1
.gitignore vendored

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

@ -1,9 +1,9 @@
--- os_pipe-0.8.2/Cargo.toml 1970-01-01T00:00:00+00:00 --- os_pipe-0.9.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ os_pipe-0.8.2/Cargo.toml 2019-09-08T14:09:00.307276+00:00 +++ os_pipe-0.9.1/Cargo.toml 2019-11-19T21:20:55.704436+00:00
@@ -20,6 +20,3 @@ @@ -22,6 +22,3 @@
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.libc]
version = "0.15.0" version = "0.2.62"
-[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", "processthreadsapi", "winnt"]

@ -8,7 +8,7 @@
%global crate os_pipe %global crate os_pipe
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.2 Version: 0.9.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Cross-platform library for opening OS pipes Summary: Cross-platform library for opening OS pipes
@ -77,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 0.9.1-1
- Update to 0.9.1
* Sun Sep 08 16:09:00 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.2-1 * Sun Sep 08 16:09:00 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.2-1
- Update to 0.8.2 - Update to 0.8.2

@ -1 +1 @@
SHA512 (os_pipe-0.8.2.crate) = a60afcc928e506051e5cd6cc845bfc8e0daf55bec175c10964649c906a47781b04e8e65f0f1d53a2c167de867b289881eab3d4e5965106cfbef1ff64f9571627 SHA512 (os_pipe-0.9.1.crate) = 6ff4440363c7fd8994efd714ec975dab3be29197ca8cc52e411d8671d7f6f3a7e2dde48ac69f824303576e3cabfc8285d8c09ec4dc9510dc633d64a39cd054a6

Loading…
Cancel
Save