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.21/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 2020-04-30T04:51:39.732913+00:00
@@ -54,18 +54,5 @@ @@ -54,18 +54,5 @@
[features] [features]
default = ["with-deprecated"] default = ["with-deprecated"]

@ -1,12 +1,12 @@
# Generated by rust2rpm 11 # Generated by rust2rpm 13
%bcond_without 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-%{crate}0.6
Version: 0.6.21 Version: 0.6.21
Release: 1%{?dist} Release: 2%{?dist}
Summary: Lightweight non-blocking IO Summary: Lightweight non-blocking IO
# Upstream license specification: MIT # Upstream license specification: MIT
@ -41,8 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version}/{azure-pipelines.yml,.cirrus.yml,ci}
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -54,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}+with-deprecated-devel %package -n %{name}+with-deprecated-devel
Summary: %{summary} Summary: %{summary}
@ -66,7 +65,7 @@ This package contains library source intended for building other packages
which use "with-deprecated" feature of "%{crate}" crate. which use "with-deprecated" feature of "%{crate}" crate.
%files -n %{name}+with-deprecated-devel %files -n %{name}+with-deprecated-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
@ -88,5 +87,8 @@ which use "with-deprecated" feature of "%{crate}" crate.
%endif %endif
%changelog %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 * 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 - Fork from rust-mio package for 0.6 branch

Loading…
Cancel
Save