|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate mio
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.7.5
|
|
|
|
|
Version: 0.7.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Lightweight non-blocking IO
|
|
|
|
|
|
|
|
|
@ -67,6 +67,30 @@ which use "extra-docs" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+extra-docs-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+net-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+net-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "net" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+net-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+os-ext-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+os-ext-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "os-ext" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+os-ext-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+os-poll-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -159,6 +183,10 @@ export RUST_BACKTRACE=1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.6-1
|
|
|
|
|
- Update to version 0.7.6.
|
|
|
|
|
- Fixes RHBZ#1898162
|
|
|
|
|
|
|
|
|
|
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.5-1
|
|
|
|
|
- Update to version 0.7.5.
|
|
|
|
|
- Fixes RHBZ#1883627
|
|
|
|
|