Compare commits

..

4 Commits

2
.gitignore vendored

@ -11,3 +11,5 @@
/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 /terminal_size-0.3.0.crate
/terminal_size-0.4.0.crate
/terminal_size-0.4.1.crate

@ -1,21 +1,21 @@
# Generated by rust2rpm 24 # 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.3.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
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/terminal_size URL: https://crates.io/crates/terminal_size
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: terminal_size-fix-metadata-auto.diff Patch: terminal_size-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Gets the size of your Linux or Windows terminal.} Gets the size of your Linux or Windows terminal.}
@ -50,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (terminal_size-0.3.0.crate) = f3bc9144aa8a87556543584a2495df6267ce3bb017f3ed3d00fa43e89b5de783e1285ca62dbad9dd9c3b37e3a476a6f3ab0804eba2411cb594a569bbdb310681 SHA512 (terminal_size-0.4.1.crate) = e07bdbdf695bf9a607ea7c7c4c5b22a8637b0871877114aa305717a04d31a6b7670e2a79435810aefefe25db8c9a655e4c4ba6075d4ec76322a30cdf71ff03be

@ -1,11 +1,11 @@
--- terminal_size-0.3.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.3.0/Cargo.toml 2023-09-20T09:57:36.789420+00:00 +++ terminal_size-0.4.1/Cargo.toml 2024-12-01T20:25:50.527543+00:00
@@ -31,9 +31,3 @@ @@ -46,9 +46,3 @@
version = "0.38.0" version = "0.38.0"
features = ["termios"] features = ["termios"]
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0" -version = "0.59.0"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_Console", - "Win32_System_Console",

Loading…
Cancel
Save