Update to version 0.3.0; Fixes RHBZ#2239057

epel9 imports/e9/rust-terminal_size-0.3.0-1.el9
Fabio Valentini 1 year ago
parent 2f7d76761f
commit e6ce5be41d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/terminal_size-0.2.3.crate /terminal_size-0.2.3.crate
/terminal_size-0.2.5.crate /terminal_size-0.2.5.crate
/terminal_size-0.2.6.crate /terminal_size-0.2.6.crate
/terminal_size-0.3.0.crate

@ -5,7 +5,7 @@
%global crate terminal_size %global crate terminal_size
Name: rust-terminal_size Name: rust-terminal_size
Version: 0.2.6 Version: 0.3.0
Release: %autorelease Release: %autorelease
Summary: Gets the size of your Linux or Windows terminal Summary: Gets the size of your Linux or Windows terminal

@ -1 +1 @@
SHA512 (terminal_size-0.2.6.crate) = 95f38bc00f8c5e1a6913bb2a0a7c46d96e02a4f3234af1623ad3d7be41eae677e77f1b5d5d005d1e9d778fcc6c87196f67a51ab37caab5b4d299da79c85d06ed SHA512 (terminal_size-0.3.0.crate) = f3bc9144aa8a87556543584a2495df6267ce3bb017f3ed3d00fa43e89b5de783e1285ca62dbad9dd9c3b37e3a476a6f3ab0804eba2411cb594a569bbdb310681

@ -1,7 +1,7 @@
--- terminal_size-0.2.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- terminal_size-0.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ terminal_size-0.2.6/Cargo.toml 2023-04-04T14:08:35.547424+00:00 +++ terminal_size-0.3.0/Cargo.toml 2023-09-20T09:57:36.789420+00:00
@@ -31,9 +31,3 @@ @@ -31,9 +31,3 @@
version = "0.37.0" version = "0.38.0"
features = ["termios"] features = ["termios"]
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]

Loading…
Cancel
Save