From 202222ae575d77a5c2f1d3e0d762d78160ad2582 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Fri, 27 Mar 2020 11:05:34 +0100 Subject: [PATCH] Update to 0.1.11 Signed-off-by: Igor Raits --- .gitignore | 1 + rust-terminal_size.spec | 7 +++++-- sources | 2 +- terminal_size-fix-metadata.diff | 9 ++------- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 1b45af7..0a01c1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /terminal_size-0.1.8.crate /terminal_size-0.1.9.crate /terminal_size-0.1.10.crate +/terminal_size-0.1.11.crate diff --git a/rust-terminal_size.spec b/rust-terminal_size.spec index 657994c..df19aa2 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.10 -Release: 2%{?dist} +Version: 0.1.11 +Release: 1%{?dist} Summary: Gets the size of your Linux or Windows terminal # Upstream license specification: MIT OR Apache-2.0 @@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Mar 27 11:04:48 CET 2020 Igor Raits - 0.1.11-1 +- Update to 0.1.11 + * Thu Jan 30 2020 Fedora Release Engineering - 0.1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 1b1e271..c39db2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (terminal_size-0.1.10.crate) = ebe617c7329d34270b254d58c107ff941381cc18222a8f9a32e5fe937715de64269d336fdf49caeaa0afc8b88955c402c9650d74af3276f3694f286282400d85 +SHA512 (terminal_size-0.1.11.crate) = 937f9bb0c302cd64edbd541be77729eb50d73185a1944c40990e716af714ebc6da4939521164c93782ace7047d0fd355d44a64ea7417c4d5fd4f377451b0dd8c diff --git a/terminal_size-fix-metadata.diff b/terminal_size-fix-metadata.diff index fa82ff4..55e552a 100644 --- a/terminal_size-fix-metadata.diff +++ b/terminal_size-fix-metadata.diff @@ -1,10 +1,5 @@ -<<<<<<< HEAD ---- terminal_size-0.1.9/Cargo.toml 2020-01-05T23:29:06+00:00 -+++ terminal_size-0.1.9/Cargo.toml 2020-01-07T18:15:14.630826+00:00 -======= ---- terminal_size-0.1.10/Cargo.toml 2020-01-08T21:21:37+00:00 -+++ terminal_size-0.1.10/Cargo.toml 2020-01-11T16:21:22.903179+00:00 ->>>>>>> Update to 0.1.10 +--- terminal_size-0.1.11/Cargo.toml 2020-03-27T02:22:44+00:00 ++++ terminal_size-0.1.11/Cargo.toml 2020-03-27T10:04:47.990118+00:00 @@ -22,6 +22,3 @@ repository = "https://github.com/eminence/terminal-size" [dependencies.libc]