Update to 1.5.4

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent bca98192b8
commit 62432d41cd
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/termion-1.5.1.crate /termion-1.5.1.crate
/termion-1.5.2.crate /termion-1.5.2.crate
/termion-1.5.3.crate /termion-1.5.3.crate
/termion-1.5.4.crate

@ -6,8 +6,8 @@
%global crate termion %global crate termion
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.5.3 Version: 1.5.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: Bindless library for manipulating terminals Summary: Bindless library for manipulating terminals
# Upstream license specification: MIT # Upstream license specification: MIT
@ -46,7 +46,6 @@ which use "%{crate}" crate.
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/logo.svg
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -79,6 +78,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Dec 02 08:20:34 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.4-1
- Update to 1.5.4
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-2 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (termion-1.5.3.crate) = 1cbe60f97d5f8b95e6a57ec9b7cfcf37459bc8dbcf8424b055f04b2ecdaf069e1bb52222364a2f380dc3f63039fe3823d424228af1c212a8b3790b7dd55d5deb SHA512 (termion-1.5.4.crate) = a55ec1b6a8d5ae310f8f15b09e3984c85276d3931f59c912b73b95860fa91df1a8215bfe0e7aa0e4ac0ef0cb4dfa0ce2a1f900e858b43c9a05ffd0043ce6e0f2

@ -1,5 +1,5 @@
--- termion-1.5.3/Cargo.toml 1970-01-01T00:00:00+00:00 --- termion-1.5.4/Cargo.toml 2019-11-29T16:45:59+00:00
+++ termion-1.5.3/Cargo.toml 2019-06-18T21:49:40.209756+00:00 +++ termion-1.5.4/Cargo.toml 2019-12-02T07:20:34.208578+00:00
@@ -21,12 +21,6 @@ @@ -21,12 +21,6 @@
license = "MIT" license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/termion" repository = "https://gitlab.redox-os.org/redox-os/termion"

Loading…
Cancel
Save