diff --git a/.gitignore b/.gitignore index d68f620..3f53250 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /termion-1.5.1.crate /termion-1.5.2.crate /termion-1.5.3.crate +/termion-1.5.4.crate diff --git a/rust-termion.spec b/rust-termion.spec index 6391d61..b50a3d0 100644 --- a/rust-termion.spec +++ b/rust-termion.spec @@ -6,8 +6,8 @@ %global crate termion Name: rust-%{crate} -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.5.4 +Release: 1%{?dist} Summary: Bindless library for manipulating terminals # Upstream license specification: MIT @@ -46,7 +46,6 @@ which use "%{crate}" crate. %license LICENSE %doc README.md %{cargo_registry}/%{crate}-%{version}/ -%exclude %{cargo_registry}/%{crate}-%{version}/logo.svg %package -n %{name}+default-devel Summary: %{summary} @@ -79,6 +78,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Mon Dec 02 08:20:34 CET 2019 Igor Gnatenko - 1.5.4-1 +- Update to 1.5.4 + * Fri Jul 26 2019 Fedora Release Engineering - 1.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 330deab..007fabd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (termion-1.5.3.crate) = 1cbe60f97d5f8b95e6a57ec9b7cfcf37459bc8dbcf8424b055f04b2ecdaf069e1bb52222364a2f380dc3f63039fe3823d424228af1c212a8b3790b7dd55d5deb +SHA512 (termion-1.5.4.crate) = a55ec1b6a8d5ae310f8f15b09e3984c85276d3931f59c912b73b95860fa91df1a8215bfe0e7aa0e4ac0ef0cb4dfa0ce2a1f900e858b43c9a05ffd0043ce6e0f2 diff --git a/termion-fix-metadata.diff b/termion-fix-metadata.diff index 84159bf..8579c38 100644 --- a/termion-fix-metadata.diff +++ b/termion-fix-metadata.diff @@ -1,5 +1,5 @@ ---- termion-1.5.3/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ termion-1.5.3/Cargo.toml 2019-06-18T21:49:40.209756+00:00 +--- 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 @@ -21,12 +21,6 @@ license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/termion"