update to version 0.1.17

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/terminal_size-0.1.13.crate
/terminal_size-0.1.15.crate
/terminal_size-0.1.16.crate
/terminal_size-0.1.17.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate terminal_size
Name: rust-%{crate}
Version: 0.1.16
Version: 0.1.17
Release: 1%{?dist}
Summary: Gets the size of your Linux or Windows terminal
@ -75,6 +75,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun May 16 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.17-1
- Update to version 0.1.17.
- Fixes RHBZ#1960805
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.16-1
- Update to version 0.1.16.
- Fixes RHBZ#1917889

@ -1 +1 @@
SHA512 (terminal_size-0.1.16.crate) = afefb529a80249ec398b444f593b6010b2a85e65e29557373cec72ee18bac5a5359aa2da3cda28d494f34c8eaddfc8a82029fb936d49726261ae0c5557bd5c17
SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201

@ -1,5 +1,5 @@
--- terminal_size-0.1.16/Cargo.toml 1970-01-01T00:00:00+00:00
+++ terminal_size-0.1.16/Cargo.toml 2021-03-04T11:23:00.318509+00:00
--- terminal_size-0.1.17/Cargo.toml 1970-01-01T00:00:00+00:00
+++ terminal_size-0.1.17/Cargo.toml 2021-05-16T10:29:28.968942+00:00
@@ -22,6 +22,3 @@
repository = "https://github.com/eminence/terminal-size"
[target."cfg(not(windows))".dependencies.libc]

Loading…
Cancel
Save