Update to 0.3.7

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/socket2-0.3.4.crate /socket2-0.3.4.crate
/socket2-0.3.5.crate /socket2-0.3.5.crate
/socket2-0.3.6.crate /socket2-0.3.6.crate
/socket2-0.3.7.crate

@ -5,7 +5,7 @@
%global crate socket2 %global crate socket2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.6 Version: 0.3.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Utilities for handling networking sockets Summary: Utilities for handling networking sockets
@ -14,14 +14,14 @@ URL: https://crates.io/crates/socket2
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata # Initial patched metadata
# * No windows or redox # * No windows or redox
Patch0: socket2-0.3.6-fix-metadata.diff Patch0: socket2-0.3.7-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(cfg-if) >= 0.1.0 with crate(cfg-if) < 0.2.0) BuildRequires: (crate(cfg-if) >= 0.1.0 with crate(cfg-if) < 0.2.0)
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0) BuildRequires: (crate(libc) >= 0.2.42 with crate(libc) < 0.3.0)
%if %{with check} %if %{with check}
# [dev-dependencies] # [dev-dependencies]
BuildRequires: (crate(tempdir) >= 0.3.0 with crate(tempdir) < 0.4.0) BuildRequires: (crate(tempdir) >= 0.3.0 with crate(tempdir) < 0.4.0)
@ -62,6 +62,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Thu Jun 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.7-1
- Update to 0.3.7
* Tue Jun 05 2018 Josh Stone <jistone@redhat.com> - 0.3.6-1 * Tue Jun 05 2018 Josh Stone <jistone@redhat.com> - 0.3.6-1
- Update to 0.3.6 - Update to 0.3.6

@ -1,9 +1,9 @@
--- socket2-0.3.6/Cargo.toml 1969-12-31T16:00:00-08:00 --- socket2-0.3.7/Cargo.toml 1970-01-01T01:00:00+01:00
+++ socket2-0.3.6/Cargo.toml 2018-06-04T21:26:47.924414-07:00 +++ socket2-0.3.7/Cargo.toml 2018-06-28T11:00:16.832072+02:00
@@ -33,8 +33,3 @@ @@ -33,8 +33,3 @@
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc] [target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
version = "0.2" version = "0.2.42"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1.38" -version = "0.1.38"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]

@ -1 +1 @@
SHA512 (socket2-0.3.6.crate) = afce6a4dc256fdf3fb131e36965e416895e2fd0d906b271e63ec6213c36ddf899c4d8deb139902a2e75631243f9c244d44494a21d2b8b2eb07b7fb78a3518b77 SHA512 (socket2-0.3.7.crate) = 8f1244ff7b8a100026736eb1a873b3de219e9cb9beadc92a889e083579c4eb93145f987cc91a32440f2216402b8a3591de6afd6b0285a4b75dff7711fb3659a3

Loading…
Cancel
Save