Update to version 0.4.1; Fixes RHBZ#2329576

epel10 imports/epel10/rust-terminal_size-0.4.1-1.el10
Fabio Valentini 3 months ago
parent 9ac53c5fa1
commit c4fb268ba4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/terminal_size-0.2.6.crate /terminal_size-0.2.6.crate
/terminal_size-0.3.0.crate /terminal_size-0.3.0.crate
/terminal_size-0.4.0.crate /terminal_size-0.4.0.crate
/terminal_size-0.4.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate terminal_size %global crate terminal_size
Name: rust-terminal_size Name: rust-terminal_size
Version: 0.4.0 Version: 0.4.1
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.4.0.crate) = b1a66cdf4e94997b5291f3becfac1e2a838f6c3f6c068faa1ff1aa775b2a97d41be2aff5460d88928786cfd7dc8dac5e2d46a62b475d40343e1fd517c6299897 SHA512 (terminal_size-0.4.1.crate) = e07bdbdf695bf9a607ea7c7c4c5b22a8637b0871877114aa305717a04d31a6b7670e2a79435810aefefe25db8c9a655e4c4ba6075d4ec76322a30cdf71ff03be

@ -1,6 +1,6 @@
--- terminal_size-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- terminal_size-0.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ terminal_size-0.4.0/Cargo.toml 2024-10-04T20:11:30.138643+00:00 +++ terminal_size-0.4.1/Cargo.toml 2024-12-01T20:25:50.527543+00:00
@@ -45,9 +45,3 @@ @@ -46,9 +46,3 @@
version = "0.38.0" version = "0.38.0"
features = ["termios"] features = ["termios"]

Loading…
Cancel
Save