update to version 0.7.6

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/mio-0.7.1.crate
/mio-0.7.2.crate
/mio-0.7.5.crate
/mio-0.7.6.crate

@ -1,11 +1,11 @@
--- 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 = []
--- mio-0.7.6/Cargo.toml 2020-11-16T14:39:19+00:00
+++ mio-0.7.6/Cargo.toml 2020-11-19T22:50:15.626960+00:00
@@ -60,12 +60,3 @@
uds = ["net"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.69"
-[target."cfg(windows)".dependencies.miow]
-version = "0.3.3"
-version = "0.3.6"
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.3"

@ -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

@ -1 +1 @@
SHA512 (mio-0.7.5.crate) = 6c65befcce48a3259c6275cdb1e01bc7487fa91554d18cc08e047fcf2412df421211c29e69061d624ee8eb004cbb33fa16927c91b2a036284e9c54359c99198c
SHA512 (mio-0.7.6.crate) = d9faeba10f574775c949160fed0421b8ed7fb57d7fda7f9f9879ea609630b654e1a7de8801d8088bbb2cff659968584a3669612feb758f673cfe0a8a93616ca6

Loading…
Cancel
Save