From 051ff5b3f4120ed3e485372b05a618d5789b9fc5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 4 Mar 2021 12:24:56 +0100 Subject: [PATCH] update to version 0.1.16 --- .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 9334088..50aa53c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /terminal_size-0.1.12.crate /terminal_size-0.1.13.crate /terminal_size-0.1.15.crate +/terminal_size-0.1.16.crate diff --git a/rust-terminal_size.spec b/rust-terminal_size.spec index bbad2d0..5ec5cbe 100644 --- a/rust-terminal_size.spec +++ b/rust-terminal_size.spec @@ -5,8 +5,8 @@ %global crate terminal_size Name: rust-%{crate} -Version: 0.1.15 -Release: 2%{?dist} +Version: 0.1.16 +Release: 1%{?dist} Summary: Gets the size of your Linux or Windows terminal # Upstream license specification: MIT OR Apache-2.0 @@ -75,6 +75,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Mar 04 2021 Fabio Valentini - 0.1.16-1 +- Update to version 0.1.16. +- Fixes RHBZ#1917889 + * Wed Jan 27 2021 Fedora Release Engineering - 0.1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 718e4b4..e2db267 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (terminal_size-0.1.15.crate) = cf1612f46c8502e079b87a240ddecdc02be8481cb7b78115ba1550a9a732103bc19de11f46160dbc5af06f8576d3dc780ed0b199b7f24c92fc0734e0d07e484e +SHA512 (terminal_size-0.1.16.crate) = afefb529a80249ec398b444f593b6010b2a85e65e29557373cec72ee18bac5a5359aa2da3cda28d494f34c8eaddfc8a82029fb936d49726261ae0c5557bd5c17 diff --git a/terminal_size-fix-metadata.diff b/terminal_size-fix-metadata.diff index eee6a87..4ee97b6 100644 --- a/terminal_size-fix-metadata.diff +++ b/terminal_size-fix-metadata.diff @@ -1,5 +1,5 @@ ---- terminal_size-0.1.15/Cargo.toml 2020-11-13T21:09:30+00:00 -+++ terminal_size-0.1.15/Cargo.toml 2020-12-02T19:55:36.623070+00:00 +--- 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 @@ -22,6 +22,3 @@ repository = "https://github.com/eminence/terminal-size" [target."cfg(not(windows))".dependencies.libc]