From 85e4569c136a8e238871a00e7172fe2b9694d53d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Dec 02 2020 20:00:29 +0000 Subject: update to version 0.1.15 --- diff --git a/.gitignore b/.gitignore index 603860d..9334088 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /terminal_size-0.1.11.crate /terminal_size-0.1.12.crate /terminal_size-0.1.13.crate +/terminal_size-0.1.15.crate diff --git a/rust-terminal_size.spec b/rust-terminal_size.spec index e4081f5..d470ee8 100644 --- a/rust-terminal_size.spec +++ b/rust-terminal_size.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} %global crate terminal_size Name: rust-%{crate} -Version: 0.1.13 -Release: 3%{?dist} +Version: 0.1.15 +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 +* Wed Dec 02 2020 Fabio Valentini - 0.1.15-1 +- Update to version 0.1.15. +- Fixes RHBZ#1897718 + * Sat Aug 01 2020 Fedora Release Engineering - 0.1.13-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index c54af1a..718e4b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (terminal_size-0.1.13.crate) = 75efac1092c6919efc7d427e3cf7d4c36a4d12b3d5c38ee35f94ddf2fb0efcc16fb92e608382905475d5de3078e9c64a29ec77816572797fdfb53a6708eaf266 +SHA512 (terminal_size-0.1.15.crate) = cf1612f46c8502e079b87a240ddecdc02be8481cb7b78115ba1550a9a732103bc19de11f46160dbc5af06f8576d3dc780ed0b199b7f24c92fc0734e0d07e484e diff --git a/terminal_size-fix-metadata.diff b/terminal_size-fix-metadata.diff index fb540c5..eee6a87 100644 --- a/terminal_size-fix-metadata.diff +++ b/terminal_size-fix-metadata.diff @@ -1,5 +1,5 @@ ---- terminal_size-0.1.13/Cargo.toml 2020-07-03T17:50:10+00:00 -+++ terminal_size-0.1.13/Cargo.toml 2020-07-10T23:39:27.767967+00:00 +--- 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 @@ -22,6 +22,3 @@ repository = "https://github.com/eminence/terminal-size" [target."cfg(not(windows))".dependencies.libc]