From 171f5e28818808ffe37680c3381a4734011e3a5c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 26 Mar 2021 11:07:36 +0100 Subject: [PATCH] update to version 1.5.6 --- .gitignore | 1 + rust-termion.spec | 10 +++++++--- sources | 2 +- termion-fix-metadata.diff | 10 +++++----- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ca2b130..8f1d056 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /termion-1.5.3.crate /termion-1.5.4.crate /termion-1.5.5.crate +/termion-1.5.6.crate diff --git a/rust-termion.spec b/rust-termion.spec index 86ddf7a..afc00ed 100644 --- a/rust-termion.spec +++ b/rust-termion.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 # * Tests rely on tty %bcond_with check %global debug_package %{nil} @@ -6,8 +6,8 @@ %global crate termion Name: rust-%{crate} -Version: 1.5.5 -Release: 5%{?dist} +Version: 1.5.6 +Release: 1%{?dist} Summary: Bindless library for manipulating terminals # Upstream license specification: MIT @@ -78,6 +78,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Mar 26 2021 Fabio Valentini - 1.5.6-1 +- Update to version 1.5.6. +- Fixes RHBZ#1920668 + * Wed Jan 27 2021 Fedora Release Engineering - 1.5.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 0053122..675fb51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (termion-1.5.5.crate) = 4362678cba8cce41f8435d8184c80f94a0bb24055a7b7a922b15ba162f6dbe4143c37d6b9adb1ce226d160a96610f2827e5cba4a41c141f32b2c91265a1a25ad +SHA512 (termion-1.5.6.crate) = 228b6fa7e2f280d6bfc7cef77e7a1d0d8f597178e66af0bde1b1fb6553857b511ba8a6786165815aac6d8a082fd37191f4ea35a47f1e1182f7f2c6086eb34a8c diff --git a/termion-fix-metadata.diff b/termion-fix-metadata.diff index 8579c38..9055173 100644 --- a/termion-fix-metadata.diff +++ b/termion-fix-metadata.diff @@ -1,16 +1,16 @@ ---- termion-1.5.4/Cargo.toml 2019-11-29T16:45:59+00:00 -+++ termion-1.5.4/Cargo.toml 2019-12-02T07:20:34.208578+00:00 +--- termion-1.5.6/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ termion-1.5.6/Cargo.toml 2021-03-26T10:04:49.078281+00:00 @@ -21,12 +21,6 @@ license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/termion" [dependencies.numtoa] --version = "0.1.0" +-version = "0.1" -features = ["std"] +version = "0.2.3" [target."cfg(not(target_os = \"redox\"))".dependencies.libc] - version = "0.2.8" + version = "0.2" -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] --version = "0.1" +-version = "0.2" - -[target."cfg(target_os = \"redox\")".dependencies.redox_termios] -version = "0.1"