update to version 0.13.0

epel9
Fabio Valentini 4 years ago
parent 5c9b3e6abb
commit 192a663594
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/console-0.10.1.crate
/console-0.11.2.crate
/console-0.11.3.crate
/console-0.13.0.crate

@ -1,14 +1,11 @@
--- console-0.11.3/Cargo.toml 2020-05-18T15:45:22+00:00
+++ console-0.11.3/Cargo.toml 2020-05-18T17:58:05.021185+00:00
@@ -43,17 +43,6 @@
--- console-0.13.0/Cargo.toml 2020-10-18T13:11:17+00:00
+++ console-0.13.0/Cargo.toml 2020-10-25T10:11:55.903671+00:00
@@ -43,15 +43,4 @@
[features]
ansi-parsing = ["regex"]
-default = ["unicode-width", "ansi-parsing", "windows-console-colors"]
-windows-console-colors = ["ansi-parsing", "winapi-util"]
+default = ["unicode-width", "ansi-parsing"]
[target."cfg(unix)".dependencies.termios]
version = "0.3"
-[target."cfg(windows)".dependencies.encode_unicode]
-version = "0.3"
-
@ -19,3 +16,4 @@
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3"
-optional = true
+default = ["unicode-width", "ansi-parsing"]

@ -5,8 +5,8 @@
%global crate console
Name: rust-%{crate}
Version: 0.11.3
Release: 2%{?dist}
Version: 0.13.0
Release: 1%{?dist}
Summary: Terminal and console abstraction for Rust
# Upstream license specification: MIT
@ -110,6 +110,9 @@ which use "unicode-width" feature of "%{crate}" crate.
%endif
%changelog
* Sun Oct 25 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.0-1
- Update to version 0.13.0.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (console-0.11.3.crate) = 9eae29976d27c46de43e8839ec909fd6fa392a630b47610097e5d8882d3c3bfdbed5be5fe2b8f88a6c01e53ec89e9d4840cf834da7bee334cdf76f337ace3eb5
SHA512 (console-0.13.0.crate) = b687031ebfec1ee705c47e147239b602ffc147eec021ce7c9a4f400db7e3e0b1cf124b4c1664f9ffd1f3719f13a5d65c67bb15146bf42dccc5733373bd10b20c

Loading…
Cancel
Save