update to version 0.7.5

epel9
Fabio Valentini 4 years ago
parent f1157bd8ec
commit 41a8e91f3a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/mio-0.7.0.crate
/mio-0.7.1.crate
/mio-0.7.2.crate
/mio-0.7.5.crate

@ -1,6 +1,6 @@
--- mio-0.7.2/Cargo.toml 2020-10-02T08:07:03+00:00
+++ mio-0.7.2/Cargo.toml 2020-10-07T11:43:21.105328+00:00
@@ -60,12 +60,3 @@
--- mio-0.7.5/Cargo.toml 2020-10-31T18:22:28+00:00
+++ mio-0.7.5/Cargo.toml 2020-11-05T22:44:02.274380+00:00
@@ -58,12 +58,3 @@
uds = []
[target."cfg(unix)".dependencies.libc]
version = "0.2.69"

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate mio
Name: rust-%{crate}
Version: 0.7.2
Version: 0.7.5
Release: 1%{?dist}
Summary: Lightweight non-blocking IO
@ -91,6 +91,18 @@ which use "os-util" feature of "%{crate}" crate.
%files -n %{name}+os-util-devel
%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
Summary: %{summary}
BuildArch: noarch
@ -147,6 +159,10 @@ export RUST_BACKTRACE=1
%endif
%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
- Update to version 0.7.2.

@ -1 +1 @@
SHA512 (mio-0.7.2.crate) = d15cc71fbb23bbe2f6eac08589619ed7ff5892dde8df2d2f808fffacfd452e9c114dc5556e18216c8cab8bae23d38fb54f544508c485105fb472c201a429b496
SHA512 (mio-0.7.5.crate) = 6c65befcce48a3259c6275cdb1e01bc7487fa91554d18cc08e047fcf2412df421211c29e69061d624ee8eb004cbb33fa16927c91b2a036284e9c54359c99198c

Loading…
Cancel
Save