|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate polling
|
|
|
|
%global crate polling
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 2.0.3
|
|
|
|
Version: 2.1.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Portable interface to epoll, kqueue, event ports, and wepoll
|
|
|
|
Summary: Portable interface to epoll, kqueue, event ports, and wepoll
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ License: ASL 2.0 or MIT
|
|
|
|
URL: https://crates.io/crates/polling
|
|
|
|
URL: https://crates.io/crates/polling
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * drop Windows dependencies
|
|
|
|
# * drop windows-specific dependencies
|
|
|
|
Patch0: polling-fix-metadata.diff
|
|
|
|
Patch0: polling-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -86,6 +86,10 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
|
|
|
|
|
|
|
- Update to version 2.1.0.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1971619
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
|
|
|
|
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
|
|
|
|
- Update to version 2.0.3.
|
|
|
|
- Update to version 2.0.3.
|
|
|
|
- Fixes RHBZ#1941141
|
|
|
|
- Fixes RHBZ#1941141
|
|
|
|