Update to version 0.15.6; Fixes RHBZ#2208233

epel9
Fabio Valentini 2 years ago
parent 5cc5c3abf1
commit 4ea53af0a7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/console-0.15.1.crate /console-0.15.1.crate
/console-0.15.2.crate /console-0.15.2.crate
/console-0.15.5.crate /console-0.15.5.crate
/console-0.15.6.crate

@ -1,3 +0,0 @@
# rust-console
The rust-console package

@ -1,6 +1,6 @@
--- console-0.15.5/Cargo.toml 1970-01-01T00:00:01+00:00 --- console-0.15.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ console-0.15.5/Cargo.toml 1970-01-01T00:00:01+00:00 +++ console-0.15.6/Cargo.toml 2023-05-18T16:25:43.833842+00:00
@@ -53,14 +53,3 @@ @@ -59,14 +59,3 @@
] ]
windows-console-colors = ["ansi-parsing"] windows-console-colors = ["ansi-parsing"]
@ -8,7 +8,7 @@
-version = "0.3" -version = "0.3"
- -
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42.0" -version = "0.45.0"
-features = [ -features = [
- "Win32_Foundation", - "Win32_Foundation",
- "Win32_System_Console", - "Win32_System_Console",

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate console %global crate console
Name: rust-console Name: rust-console
Version: 0.15.5 Version: 0.15.6
Release: %autorelease Release: %autorelease
Summary: Terminal and console abstraction for Rust Summary: Terminal and console abstraction for Rust
@ -18,7 +18,7 @@ Patch: console-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Terminal and console abstraction for Rust.} A terminal and console abstraction for Rust.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (console-0.15.5.crate) = 54dc15a0c0d7e1a96a368e5866e1e5ea9d11b0b7eafd0e086376085efd3f656bcf5ec86f4eb387b42dd8cd4258f9162c401914d519a175331d0c1873794f8d43 SHA512 (console-0.15.6.crate) = ce7f7da4a0a1fd6b04ca41fc80a63b6799413bec2a35aabb14fd66690e53e3d7b7361cacb99e000793ae66d905b22dcf25595d51987e856620fb47fc9a020dc0

Loading…
Cancel
Save