Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 38fd32a097
commit 0f8cc75f15
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,5 +1,5 @@
--- mio-0.6.20/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.6.20/Cargo.toml 2019-11-22T19:34:26.604578+00:00
--- mio-0.6.21/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.6.21/Cargo.toml 2020-04-30T04:51:39.732913+00:00
@@ -54,18 +54,5 @@
[features]
default = ["with-deprecated"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 11
%bcond_without check
# Generated by rust2rpm 13
%bcond_with check
%global debug_package %{nil}
%global crate mio
Name: rust-%{crate}0.6
Version: 0.6.21
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Lightweight non-blocking IO
# Upstream license specification: MIT
@ -41,8 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/{azure-pipelines.yml,.cirrus.yml,ci}
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -54,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+with-deprecated-devel
Summary: %{summary}
@ -66,7 +65,7 @@ This package contains library source intended for building other packages
which use "with-deprecated" feature of "%{crate}" crate.
%files -n %{name}+with-deprecated-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -88,5 +87,8 @@ which use "with-deprecated" feature of "%{crate}" crate.
%endif
%changelog
* Thu Apr 30 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.6.21-2
- Regenerate
* Wed Apr 29 21:19:34 CEST 2020 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.6.21-1
- Fork from rust-mio package for 0.6 branch

Loading…
Cancel
Save