update to version 1.5.6

epel9
Fabio Valentini 4 years ago
parent 021efe1b86
commit 171f5e2881
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/termion-1.5.3.crate
/termion-1.5.4.crate
/termion-1.5.5.crate
/termion-1.5.6.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
# * Tests rely on tty
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate termion
Name: rust-%{crate}
Version: 1.5.5
Release: 5%{?dist}
Version: 1.5.6
Release: 1%{?dist}
Summary: Bindless library for manipulating terminals
# Upstream license specification: MIT
@ -78,6 +78,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 1.5.6-1
- Update to version 1.5.6.
- Fixes RHBZ#1920668
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (termion-1.5.5.crate) = 4362678cba8cce41f8435d8184c80f94a0bb24055a7b7a922b15ba162f6dbe4143c37d6b9adb1ce226d160a96610f2827e5cba4a41c141f32b2c91265a1a25ad
SHA512 (termion-1.5.6.crate) = 228b6fa7e2f280d6bfc7cef77e7a1d0d8f597178e66af0bde1b1fb6553857b511ba8a6786165815aac6d8a082fd37191f4ea35a47f1e1182f7f2c6086eb34a8c

@ -1,16 +1,16 @@
--- termion-1.5.4/Cargo.toml 2019-11-29T16:45:59+00:00
+++ termion-1.5.4/Cargo.toml 2019-12-02T07:20:34.208578+00:00
--- termion-1.5.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ termion-1.5.6/Cargo.toml 2021-03-26T10:04:49.078281+00:00
@@ -21,12 +21,6 @@
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/termion"
[dependencies.numtoa]
-version = "0.1.0"
-version = "0.1"
-features = ["std"]
+version = "0.2.3"
[target."cfg(not(target_os = \"redox\"))".dependencies.libc]
version = "0.2.8"
version = "0.2"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1"
-version = "0.2"
-
-[target."cfg(target_os = \"redox\")".dependencies.redox_termios]
-version = "0.1"

Loading…
Cancel
Save