update to version 0.3.3

epel9
Fabio Valentini 4 years ago
parent 0662f5cdf2
commit abf176ce08
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/termios-0.3.0.crate /termios-0.3.0.crate
/termios-0.3.1.crate /termios-0.3.1.crate
/termios-0.3.2.crate /termios-0.3.2.crate
/termios-0.3.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate termios %global crate termios
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.2 Version: 0.3.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: Safe bindings for the termios library Summary: Safe bindings for the termios library
# Upstream license specification: MIT # Upstream license specification: MIT
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.3-1
- Update to version 0.3.3.
- Fixes RHBZ#1887625
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (termios-0.3.2.crate) = d672f0bf950da913ac94f94b01d1dc15f29064fc9ae8a0ccf09d399bfabc61c6906f255f60dfbd6b83a8493ac23f9f7c82a5852f854c498eddab1a04a48a4907 SHA512 (termios-0.3.3.crate) = 3d4cacdaa8bbbd9083a050e723c93510829210f5ca8eb806e661a3a1e3c8aee33565142c5df34fca74aad0d26319525ee70ca6faf3f55a29427423d37fda43ff

Loading…
Cancel
Save