|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# * async-std is not packaged yet
|
|
|
|
# * async-std is not packaged yet
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -6,8 +6,8 @@
|
|
|
|
%global crate crossterm
|
|
|
|
%global crate crossterm
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.17.7
|
|
|
|
Version: 0.18.2
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Crossplatform terminal library for manipulating terminals
|
|
|
|
Summary: Crossplatform terminal library for manipulating terminals
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
@ -16,7 +16,6 @@ URL: https://crates.io/crates/crossterm
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows
|
|
|
|
# * No windows
|
|
|
|
# * Bump to parking_lot 0.11, https://github.com/crossterm-rs/crossterm/pull/486
|
|
|
|
|
|
|
|
Patch0: crossterm-fix-metadata.diff
|
|
|
|
Patch0: crossterm-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -69,16 +68,16 @@ which use "event-stream" feature of "%{crate}" crate.
|
|
|
|
%files -n %{name}+event-stream-devel
|
|
|
|
%files -n %{name}+event-stream-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+futures-util-devel
|
|
|
|
%package -n %{name}+futures-core-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+futures-util-devel %{_description}
|
|
|
|
%description -n %{name}+futures-core-devel %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
which use "futures-util" feature of "%{crate}" crate.
|
|
|
|
which use "futures-core" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+futures-util-devel
|
|
|
|
%files -n %{name}+futures-core-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+serde-devel
|
|
|
|
%package -n %{name}+serde-devel
|
|
|
@ -113,6 +112,10 @@ find -type f -executable -exec chmod -v -x '{}' +
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.18.2-1
|
|
|
|
|
|
|
|
- Update to version 0.18.2.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1883428
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 11 2020 Josh Stone <jistone@redhat.com> - 0.17.7-3
|
|
|
|
* Fri Sep 11 2020 Josh Stone <jistone@redhat.com> - 0.17.7-3
|
|
|
|
- Bump to parking_lot 0.11
|
|
|
|
- Bump to parking_lot 0.11
|
|
|
|
|
|
|
|
|
|
|
|