update to version 2.0.3

epel9
Fabio Valentini 4 years ago
parent 9839ace434
commit fef230dfcd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/polling-2.0.2.crate /polling-2.0.2.crate
/polling-2.0.3.crate

@ -1,6 +1,6 @@
--- polling-2.0.2/Cargo.toml 2020-10-18T22:25:54+00:00 --- polling-2.0.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ polling-2.0.2/Cargo.toml 2021-01-06T14:21:57.543074+00:00 +++ polling-2.0.3/Cargo.toml 2021-03-21T13:36:14.309370+00:00
@@ -36,9 +36,3 @@ @@ -35,9 +35,3 @@
std = [] std = []
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.77" version = "0.2.77"

@ -5,8 +5,8 @@
%global crate polling %global crate polling
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.0.2 Version: 2.0.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Portable interface to epoll, kqueue, event ports, and wepoll Summary: Portable interface to epoll, kqueue, event ports, and wepoll
# Upstream license specification: Apache-2.0 OR MIT # Upstream license specification: Apache-2.0 OR MIT
@ -86,6 +86,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
- Update to version 2.0.3.
- Fixes RHBZ#1941141
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (polling-2.0.2.crate) = a5c61bebe926181731681322a37dbd2ca5b03a56a7e72690cc577cd1eb0b1e26513e89ff4c57a2053764f0897f0ab2a4125af37de0acb600a7d50570f9dad6c9 SHA512 (polling-2.0.3.crate) = c6c621bf5fa47b4626c70fd01942fc9d801c11adc6374a905e1195e9e57618e5678879a9db56504202bcd558f96cd038b0fe54e142d0b65d2013550561f0bbab

Loading…
Cancel
Save