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