Update to 0.1.4

epel9
Josh Stone 5 years ago
parent 3ab9a05b38
commit a65350320c

1
.gitignore vendored

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

@ -1,8 +0,0 @@
--- iovec-0.1.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ iovec-0.1.2/Cargo.toml 2019-06-21T20:30:31.120489+00: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,17 +5,14 @@
%global crate iovec
Name: rust-%{crate}
Version: 0.1.2
Release: 7%{?dist}
Version: 0.1.4
Release: 1%{?dist}
Summary: Portable buffer type for scatter/gather I/O operations
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/iovec
Source: %{crates_source}
# Initial patched metadata
# * No windows
Patch0: iovec-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -75,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 0.1.4-1
- Update to 0.1.4
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (iovec-0.1.2.crate) = 3e523bcb8b9891be66398f44c97933d246b7a7fbfc4f315bfda6cdb22ca2786ccc82139ee1b646b4c24f6f50f57fba38f9b1fb7c75e859722e9e9c789b458223
SHA512 (iovec-0.1.4.crate) = e23fcaac239807daea20ddcf2cdd4fb858ba1aa970ce6248f70f0fba5bff7ebdb27247c0997ac0ff2791178f86ff9657e473d8f64b86c644763e5b3474edd158

Loading…
Cancel
Save