From c4fb268ba4f5c25585170a583bb2ab7f45104281 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 1 Dec 2024 21:27:00 +0100 Subject: [PATCH] Update to version 0.4.1; Fixes RHBZ#2329576 --- .gitignore | 1 + rust-terminal_size.spec | 6 +++--- sources | 2 +- terminal_size-fix-metadata-auto.diff | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d925176..5626d8c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /terminal_size-0.2.6.crate /terminal_size-0.3.0.crate /terminal_size-0.4.0.crate +/terminal_size-0.4.1.crate diff --git a/rust-terminal_size.spec b/rust-terminal_size.spec index fdcdcc4..6755240 100644 --- a/rust-terminal_size.spec +++ b/rust-terminal_size.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate terminal_size Name: rust-terminal_size -Version: 0.4.0 +Version: 0.4.1 Release: %autorelease Summary: Gets the size of your Linux or Windows terminal diff --git a/sources b/sources index a6f5cdd..54f1f03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (terminal_size-0.4.0.crate) = b1a66cdf4e94997b5291f3becfac1e2a838f6c3f6c068faa1ff1aa775b2a97d41be2aff5460d88928786cfd7dc8dac5e2d46a62b475d40343e1fd517c6299897 +SHA512 (terminal_size-0.4.1.crate) = e07bdbdf695bf9a607ea7c7c4c5b22a8637b0871877114aa305717a04d31a6b7670e2a79435810aefefe25db8c9a655e4c4ba6075d4ec76322a30cdf71ff03be diff --git a/terminal_size-fix-metadata-auto.diff b/terminal_size-fix-metadata-auto.diff index 0cc4fb4..10d1288 100644 --- a/terminal_size-fix-metadata-auto.diff +++ b/terminal_size-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- terminal_size-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ terminal_size-0.4.0/Cargo.toml 2024-10-04T20:11:30.138643+00:00 -@@ -45,9 +45,3 @@ +--- terminal_size-0.4.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ terminal_size-0.4.1/Cargo.toml 2024-12-01T20:25:50.527543+00:00 +@@ -46,9 +46,3 @@ version = "0.38.0" features = ["termios"]