Update to 0.3.12

epel9
Josh Stone 5 years ago
parent 3ca8b98915
commit aebb68e816

1
.gitignore vendored

@ -10,3 +10,4 @@
/socket2-0.3.9.crate /socket2-0.3.9.crate
/socket2-0.3.10.crate /socket2-0.3.10.crate
/socket2-0.3.11.crate /socket2-0.3.11.crate
/socket2-0.3.12.crate

@ -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 socket2 %global crate socket2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.11 Version: 0.3.12
Release: 2%{?dist} Release: 1%{?dist}
Summary: Utilities for handling networking sockets Summary: Utilities for handling networking sockets
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -42,7 +42,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}
@ -54,7 +54,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}+pair-devel %package -n %{name}+pair-devel
Summary: %{summary} Summary: %{summary}
@ -66,7 +66,7 @@ This package contains library source intended for building other packages
which use "pair" feature of "%{crate}" crate. which use "pair" feature of "%{crate}" crate.
%files -n %{name}+pair-devel %files -n %{name}+pair-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+reuseport-devel %package -n %{name}+reuseport-devel
Summary: %{summary} Summary: %{summary}
@ -78,7 +78,7 @@ This package contains library source intended for building other packages
which use "reuseport" feature of "%{crate}" crate. which use "reuseport" feature of "%{crate}" crate.
%files -n %{name}+reuseport-devel %files -n %{name}+reuseport-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unix-devel %package -n %{name}+unix-devel
Summary: %{summary} Summary: %{summary}
@ -90,7 +90,7 @@ This package contains library source intended for building other packages
which use "unix" feature of "%{crate}" crate. which use "unix" feature of "%{crate}" crate.
%files -n %{name}+unix-devel %files -n %{name}+unix-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
@ -113,6 +113,9 @@ which use "unix" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 0.3.12-1
- Update to 0.3.12
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1,9 +1,9 @@
--- socket2-0.3.10/Cargo.toml 1970-01-01T00:00:00+00:00 --- socket2-0.3.12/Cargo.toml 2020-04-01T13:54:40+00:00
+++ socket2-0.3.10/Cargo.toml 2019-07-28T16:33:11.734047+00:00 +++ socket2-0.3.12/Cargo.toml 2020-04-01T22:33:35.322167+00:00
@@ -34,8 +34,3 @@ @@ -34,8 +34,3 @@
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc] [target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
version = "0.2.42" version = "0.2.66"
-[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.11.crate) = 6b29b2e4e36fcc165f658da5a2e92980713134d3b68a43b993e4f1cd049530b7c0a119918c4a9528d8d2be27cf8642fd8b6d3ebc2469ca5525045da56022a91c SHA512 (socket2-0.3.12.crate) = b39014c4c48d0aead812d9310651f459654314163e9f7d059801ee6e56ee116eacb912738b1dd58b5b979997c7334811161257e9b7a024299a2422808445d6ad

Loading…
Cancel
Save