update to version 0.1.16

epel9
Fabio Valentini 4 years ago
parent 7c70138432
commit 051ff5b3f4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/terminal_size-0.1.12.crate /terminal_size-0.1.12.crate
/terminal_size-0.1.13.crate /terminal_size-0.1.13.crate
/terminal_size-0.1.15.crate /terminal_size-0.1.15.crate
/terminal_size-0.1.16.crate

@ -5,8 +5,8 @@
%global crate terminal_size %global crate terminal_size
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.15 Version: 0.1.16
Release: 2%{?dist} Release: 1%{?dist}
Summary: Gets the size of your Linux or Windows terminal Summary: Gets the size of your Linux or Windows terminal
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -75,6 +75,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.16-1
- Update to version 0.1.16.
- Fixes RHBZ#1917889
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (terminal_size-0.1.15.crate) = cf1612f46c8502e079b87a240ddecdc02be8481cb7b78115ba1550a9a732103bc19de11f46160dbc5af06f8576d3dc780ed0b199b7f24c92fc0734e0d07e484e SHA512 (terminal_size-0.1.16.crate) = afefb529a80249ec398b444f593b6010b2a85e65e29557373cec72ee18bac5a5359aa2da3cda28d494f34c8eaddfc8a82029fb936d49726261ae0c5557bd5c17

@ -1,5 +1,5 @@
--- terminal_size-0.1.15/Cargo.toml 2020-11-13T21:09:30+00:00 --- terminal_size-0.1.16/Cargo.toml 1970-01-01T00:00:00+00:00
+++ terminal_size-0.1.15/Cargo.toml 2020-12-02T19:55:36.623070+00:00 +++ terminal_size-0.1.16/Cargo.toml 2021-03-04T11:23:00.318509+00:00
@@ -22,6 +22,3 @@ @@ -22,6 +22,3 @@
repository = "https://github.com/eminence/terminal-size" repository = "https://github.com/eminence/terminal-size"
[target."cfg(not(windows))".dependencies.libc] [target."cfg(not(windows))".dependencies.libc]

Loading…
Cancel
Save