Update to 0.17.6

epel9
Josh Stone 5 years ago
parent 48fd43db57
commit bbf357582e

1
.gitignore vendored

@ -15,3 +15,4 @@
/crossterm-0.16.0.crate /crossterm-0.16.0.crate
/crossterm-0.17.4.crate /crossterm-0.17.4.crate
/crossterm-0.17.5.crate /crossterm-0.17.5.crate
/crossterm-0.17.6.crate

@ -1,9 +1,9 @@
--- crossterm-0.17.5/Cargo.toml 2020-05-23T11:31:26+00:00 --- crossterm-0.17.6/Cargo.toml 2020-07-06T17:58:34+00:00
+++ crossterm-0.17.5/Cargo.toml 2020-05-23T18:16:32.069008+00:00 +++ crossterm-0.17.6/Cargo.toml 2020-07-10T17:22:16.807630+00:00
@@ -71,9 +71,3 @@ @@ -73,9 +73,3 @@
[target."cfg(unix)".dependencies.signal-hook] [target."cfg(unix)".dependencies.signal-hook]
version = "0.1.15" version = "0.1.15"
features = ["mio-support"] features = ["mio-0_7-support"]
-[target."cfg(windows)".dependencies.crossterm_winapi] -[target."cfg(windows)".dependencies.crossterm_winapi]
-version = "0.6.1" -version = "0.6.1"
- -

@ -6,7 +6,7 @@
%global crate crossterm %global crate crossterm
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.17.5 Version: 0.17.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: Crossplatform terminal library for manipulating terminals Summary: Crossplatform terminal library for manipulating terminals
@ -68,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-devel %package -n %{name}+futures-util-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+futures-devel %{_description} %description -n %{name}+futures-util-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" feature of "%{crate}" crate. which use "futures-util" feature of "%{crate}" crate.
%files -n %{name}+futures-devel %files -n %{name}+futures-util-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
@ -112,6 +112,9 @@ find -type f -executable -exec chmod -v -x '{}' +
%endif %endif
%changelog %changelog
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 0.17.6-1
- Update to 0.17.6
* Sat May 23 20:16:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.17.5-1 * Sat May 23 20:16:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.17.5-1
- Update to 0.17.5 - Update to 0.17.5

@ -1 +1 @@
SHA512 (crossterm-0.17.5.crate) = e501d8c0cd63d8963420ac644c383d7b80f8f53734df81e370cafec29e6f0c55e40f1b2e64f812a47a35792b79fbb40c5d63ff71841bff924edd42f3516b80c1 SHA512 (crossterm-0.17.6.crate) = e981e9340c58fb6bc90bd02da33c9987cf36db3d9e5d57bcf37e86e84bc3a46c36ceca626f6132001ff792448015dd84e48be0484f7197988fa7bb1290210ef2

Loading…
Cancel
Save