Update to 0.1.2

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 0bfaa8715d
commit 92a8937cc3
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/iovec-0.1.1.crate
/iovec-0.1.2.crate

@ -1,10 +0,0 @@
--- iovec-0.1.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ iovec-0.1.1/Cargo.toml 2017-11-06T08:43:34.473955+01:00
@@ -22,7 +22,5 @@
categories = ["network-programming", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/carllerche/iovec"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2"

@ -0,0 +1,8 @@
--- iovec-0.1.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ iovec-0.1.2/Cargo.toml 2018-01-27T06:52:19.454851+01:00
@@ -24,5 +24,3 @@
repository = "https://github.com/carllerche/iovec"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.2"

@ -5,8 +5,8 @@
%global crate iovec
Name: rust-%{crate}
Version: 0.1.1
Release: 2%{?dist}
Version: 0.1.2
Release: 1%{?dist}
Summary: Portable buffer type for scatter/gather I/O operations
License: MIT or ASL 2.0
@ -14,7 +14,7 @@ URL: https://crates.io/crates/iovec
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows
Patch0: iovec-0.1.1-fix-metadata.diff
Patch0: iovec-0.1.2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -57,6 +57,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Sat Jan 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-1
- Update to 0.1.2
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-2
- Rebuild for rust-packaging v5

@ -1 +1 @@
SHA512 (iovec-0.1.1.crate) = fd97b6d50abc847804ab2a6a0353258c9cea5bd725944a403d5e7fe3e6cc9a6ec86ec8f9d304820ab468e3ee354cbc201ea372dedf3ef13487c7ec65c6d9709f
SHA512 (iovec-0.1.2.crate) = 3e523bcb8b9891be66398f44c97933d246b7a7fbfc4f315bfda6cdb22ca2786ccc82139ee1b646b4c24f6f50f57fba38f9b1fb7c75e859722e9e9c789b458223

Loading…
Cancel
Save