Update to 0.2.34

epel9
Josh Stone 5 years ago
parent cae5e7124f
commit 48cad9407c

1
.gitignore vendored

@ -1,3 +1,4 @@
/net2-0.2.31.crate /net2-0.2.31.crate
/net2-0.2.32.crate /net2-0.2.32.crate
/net2-0.2.33.crate /net2-0.2.33.crate
/net2-0.2.34.crate

@ -1,9 +1,9 @@
--- net2-0.2.33/Cargo.toml 1970-01-01T00:00:00+00:00 --- net2-0.2.34/Cargo.toml 2020-05-01T21:07:39+00:00
+++ net2-0.2.33/Cargo.toml 2019-06-22T07:37:47.354641+00:00 +++ net2-0.2.34/Cargo.toml 2020-05-05T01:15:31.975899+00:00
@@ -29,6 +29,3 @@ @@ -30,6 +30,3 @@
nightly = [] nightly = []
[target."cfg(any(target_os=\"redox\", unix))".dependencies.libc] [target."cfg(any(target_os=\"redox\", unix, target_os=\"wasi\"))".dependencies.libc]
version = "0.2.42" version = "0.2.54"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3" -version = "0.3"
-features = ["handleapi", "winsock2", "ws2def", "ws2ipdef", "ws2tcpip"] -features = ["handleapi", "winsock2", "ws2def", "ws2ipdef", "ws2tcpip"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate net2 %global crate net2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.33 Version: 0.2.34
Release: 8%{?dist} Release: 1%{?dist}
Summary: Extensions to the standard library's networking types as proposed in RFC 1158 Summary: Extensions to the standard library's networking types as proposed in RFC 1158
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+duration-devel %package -n %{name}+duration-devel
Summary: %{summary} Summary: %{summary}
@ -65,7 +65,7 @@ This package contains library source intended for building other packages
which use "duration" feature of "%{crate}" crate. which use "duration" feature of "%{crate}" crate.
%files -n %{name}+duration-devel %files -n %{name}+duration-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel %package -n %{name}+nightly-devel
Summary: %{summary} Summary: %{summary}
@ -77,7 +77,7 @@ This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate. which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel %files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -98,6 +98,9 @@ which use "nightly" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue May 05 2020 Josh Stone <jistone@redhat.com> - 0.2.34-1
- Update to 0.2.34
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.33-8 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.33-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (net2-0.2.33.crate) = e522b399071daf1a9b913429e2eee52503d9604114feaf6987e97b85c128246b9137e3dcf03f45ca93d623ca6a4b295c9b703db4c319af47498e07d7714c07a9 SHA512 (net2-0.2.34.crate) = 136ba95ad540545165fc2e34fdb5aab7da8f6b20e7682302ad5796b86cbf3d80b5364679c82caa19151b277f9d18de053968fda779ffff8ac88024940772709b

Loading…
Cancel
Save