Update to 1.5.3

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

1
.gitignore vendored

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

@ -1,4 +1,4 @@
# Generated by rust2rpm-9-1.fc30
# Generated by rust2rpm 10
# * Tests rely on tty
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate termion
Name: rust-%{crate}
Version: 1.5.2
Version: 1.5.3
Release: 1%{?dist}
Summary: Bindless library for manipulating terminals
@ -22,13 +22,14 @@ Patch0: termion-fix-metadata.diff
Patch1: 0001-Update-numtoa.patch
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(libc/default) >= 0.2.8 with crate(libc/default) < 0.3.0)
BuildRequires: (crate(numtoa/default) >= 0.2.3 with crate(numtoa/default) < 0.3.0)
%global _description \
A bindless library for manipulating terminals.
%global _description %{expand:
Bindless library for manipulating terminals.}
%description %{_description}
@ -63,6 +64,9 @@ which use "default" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -75,6 +79,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jun 18 23:45:53 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.3-1
- Update to 1.5.3
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 1.5.2-1
- Update to 1.5.2

@ -1 +1 @@
SHA512 (termion-1.5.2.crate) = 573432550daf6b9edf60783a056df7f1b40ac51585194c8a6181a7b21b22a9d95d9389b3dbf90a050dbacc8988e7b1bbb189756fb5444e11cabd06b3d6c0119b
SHA512 (termion-1.5.3.crate) = 1cbe60f97d5f8b95e6a57ec9b7cfcf37459bc8dbcf8424b055f04b2ecdaf069e1bb52222364a2f380dc3f63039fe3823d424228af1c212a8b3790b7dd55d5deb

@ -1,5 +1,5 @@
--- termion-1.5.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ termion-1.5.2/Cargo.toml 2019-06-03T18:22:14.839632+00:00
--- 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
@@ -21,12 +21,6 @@
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/termion"

Loading…
Cancel
Save