Update to version 0.6.23

epel9 imports/e9/rust-mio0.6-0.6.23-1.el9
Fabio Valentini 2 years ago
parent c913065834
commit 62718562b8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/mio-0.6.20.crate /mio-0.6.20.crate
/mio-0.6.21.crate /mio-0.6.21.crate
/mio-0.6.22.crate /mio-0.6.22.crate
/mio-0.6.23.crate

@ -1,3 +0,0 @@
# rust-mio0.6
The rust-mio0.6 package

@ -1,5 +1,5 @@
--- mio-0.6.22/Cargo.toml 2020-05-01T19:28:07+00:00 --- mio-0.6.23/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.6.22/Cargo.toml 2020-05-05T01:08:25.881476+00:00 +++ mio-0.6.23/Cargo.toml 2023-05-16T22:26:47.741342+00:00
@@ -54,18 +54,5 @@ @@ -54,18 +54,5 @@
[features] [features]
default = ["with-deprecated"] default = ["with-deprecated"]
@ -15,7 +15,7 @@
-version = "0.2" -version = "0.2"
- -
-[target."cfg(windows)".dependencies.miow] -[target."cfg(windows)".dependencies.miow]
-version = "0.2.1" -version = "0.2.2"
- -
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.2.6" -version = "0.2.6"

@ -1,28 +1,22 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 24
# * outdated dev-dependencies: bytes
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate mio %global crate mio
Name: rust-%{crate}0.6 Name: rust-mio0.6
Version: 0.6.22 Version: 0.6.23
Release: %autorelease Release: %autorelease
Summary: Lightweight non-blocking IO Summary: Lightweight non-blocking IO
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/mio URL: https://crates.io/crates/mio
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Automatically generated patch to strip foreign dependencies
# * No windows or fuchsia Patch: mio-fix-metadata-auto.diff
Patch0: mio-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Lightweight non-blocking IO.} Lightweight non-blocking IO.}
@ -35,13 +29,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md CHANGELOG.md %doc %{crate_instdir}/CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,11 +44,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+with-deprecated-devel %package -n %{name}+with-deprecated-devel
Summary: %{summary} Summary: %{summary}
@ -61,11 +56,11 @@ BuildArch: noarch
%description -n %{name}+with-deprecated-devel %{_description} %description -n %{name}+with-deprecated-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "with-deprecated" feature of "%{crate}" crate. use the "with-deprecated" feature of the "%{crate}" crate.
%files -n %{name}+with-deprecated-devel %files -n %{name}+with-deprecated-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -82,8 +77,7 @@ which use "with-deprecated" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# Tests below depend on having networking present %cargo_test
%cargo_test -- -- --skip poll::Poll --skip poll::Poll::deregister --skip poll::Poll::register --skip poll::Poll::reregister --skip sys::unix::ready::UnixReady --skip test_multicast::test_multicast
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (mio-0.6.22.crate) = b500b0271779942512c1d02756ee4caf4e00488f6929a06a7be8a46cc44318edaeb80abfaf6367d7201978a3529a6b5424679e07b719ee8194f0dc37aaf56ca5 SHA512 (mio-0.6.23.crate) = ea95d15072fe36524a85b50108415a809d7ea3744deee45e4b6a1b763a11c88cda6dbabe4f8d01945a5edeb52296a74fcf457c85be3032c1311a35025860d05c

Loading…
Cancel
Save