Update to 0.3.2

epel9
Josh Stone 7 years ago
parent 5a458e5eda
commit 4f29d47922

1
.gitignore vendored

@ -1,2 +1,3 @@
/socket2-0.3.0.crate
/socket2-0.3.1.crate
/socket2-0.3.2.crate

@ -5,8 +5,8 @@
%global crate socket2
Name: rust-%{crate}
Version: 0.3.1
Release: 2%{?dist}
Version: 0.3.2
Release: 1%{?dist}
Summary: Utilities for handling networking sockets
License: MIT or ASL 2.0
@ -14,14 +14,14 @@ URL: https://crates.io/crates/socket2
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows
Patch0: socket2-0.3.1-fix-metadata.diff
Patch0: socket2-0.3.2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(cfg-if) >= 0.1.0 with crate(cfg-if) < 0.2.0)
BuildRequires: (crate(libc) >= 0.2.14 with crate(libc) < 0.3.0)
BuildRequires: (crate(libc) >= 0.2.37 with crate(libc) < 0.3.0)
%if %{with check}
# [dev-dependencies]
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}/
%changelog
* Thu Mar 01 2018 Josh Stone <jistone@redhat.com> - 0.3.2-1
- Update to 0.3.2
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1,9 +1,9 @@
--- socket2-0.3.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ socket2-0.3.1/Cargo.toml 2018-01-24T22:58:00.064863+01:00
--- socket2-0.3.2/Cargo.toml 1969-12-31T16:00:00-08:00
+++ socket2-0.3.2/Cargo.toml 2018-02-28T18:04:35.295312-08:00
@@ -33,6 +33,3 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.14"
version = "0.2.37"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.3"
-features = ["handleapi", "ws2def", "ws2ipdef", "ws2tcpip", "minwindef"]

@ -1 +1 @@
SHA512 (socket2-0.3.1.crate) = 50595a4f28e472423d2cd9afae971a7e62e1c0e948c5ede4dc4778a4f9d55f402e9e3adc23d008c18861d8e9b482f1edca673e775063b52a71018a75aaff6bfa
SHA512 (socket2-0.3.2.crate) = 7bb98e332db4b0fc226ce644cea2549f0b42993b9384621456aae38e53d061021fb52a0738cb56797d6c4f4db013df5c79ca833ad94241136f454ff0a4c7305a

Loading…
Cancel
Save