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