From 27b7b55a5e955d08acb71159f2b4693f1d6b7aef Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 16 May 2021 12:31:11 +0200 Subject: [PATCH] update to version 0.1.17 --- .gitignore | 1 + rust-terminal_size.spec | 8 ++++++-- sources | 2 +- terminal_size-fix-metadata.diff | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 50aa53c..c175880 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rust-terminal_size.spec b/rust-terminal_size.spec index 5ec5cbe..b5f79cf 100644 --- a/rust-terminal_size.spec +++ b/rust-terminal_size.spec @@ -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 - 0.1.17-1 +- Update to version 0.1.17. +- Fixes RHBZ#1960805 + * Thu Mar 04 2021 Fabio Valentini - 0.1.16-1 - Update to version 0.1.16. - Fixes RHBZ#1917889 diff --git a/sources b/sources index e2db267..82ad4b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (terminal_size-0.1.16.crate) = afefb529a80249ec398b444f593b6010b2a85e65e29557373cec72ee18bac5a5359aa2da3cda28d494f34c8eaddfc8a82029fb936d49726261ae0c5557bd5c17 +SHA512 (terminal_size-0.1.17.crate) = 96ec1bc8abd597f01ae59da567036d5d40b422764a4da662e2030c3ef4ce80a983c8b6a4ef1f34d88e649e0b1ea27b206d56a31924bcd2d31ff7e5a2e96d4201 diff --git a/terminal_size-fix-metadata.diff b/terminal_size-fix-metadata.diff index 4ee97b6..50b1cd8 100644 --- a/terminal_size-fix-metadata.diff +++ b/terminal_size-fix-metadata.diff @@ -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]