From 2d725c9a1fe55868ae69682044f1eae1b0944131 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 13 Feb 2022 13:14:52 +0100 Subject: [PATCH] Update to version 0.9.0; Fixes RHBZ#1956134 --- .gitignore | 1 + rust-crosstermion.spec | 89 ++++++++++++++++++++---------------------- sources | 2 +- 3 files changed, 45 insertions(+), 47 deletions(-) diff --git a/.gitignore b/.gitignore index db998b6..80aca87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /crosstermion-0.5.0.crate /crosstermion-0.6.0.crate /crosstermion-0.7.0.crate +/crosstermion-0.9.0.crate diff --git a/rust-crosstermion.spec b/rust-crosstermion.spec index 1b1ad0f..b6e4add 100644 --- a/rust-crosstermion.spec +++ b/rust-crosstermion.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 18 +# Generated by rust2rpm 20 %bcond_without check %global debug_package %{nil} %global crate crosstermion Name: rust-%{crate} -Version: 0.7.0 +Version: 0.9.0 Release: %autorelease Summary: Unification of crossterm and termion behind a common facade for use with feature flags @@ -15,9 +15,6 @@ URL: https://crates.io/crates/crosstermion Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif BuildRequires: rust-packaging @@ -33,12 +30,12 @@ BuildArch: noarch %description devel %{_description} -This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate. %files devel %license LICENSE.md -%doc README.md CHANGELOG.md +%doc CHANGELOG.md README.md %{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel @@ -47,8 +44,8 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} -This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -59,8 +56,8 @@ BuildArch: noarch %description -n %{name}+ansi_term-devel %{_description} -This package contains library source intended for building other packages -which use "ansi_term" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "ansi_term" feature of the "%{crate}" crate. %files -n %{name}+ansi_term-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -71,8 +68,8 @@ BuildArch: noarch %description -n %{name}+async-channel-devel %{_description} -This package contains library source intended for building other packages -which use "async-channel" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "async-channel" feature of the "%{crate}" crate. %files -n %{name}+async-channel-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -83,8 +80,8 @@ BuildArch: noarch %description -n %{name}+color-devel %{_description} -This package contains library source intended for building other packages -which use "color" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "color" feature of the "%{crate}" crate. %files -n %{name}+color-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -95,8 +92,8 @@ BuildArch: noarch %description -n %{name}+crossterm-devel %{_description} -This package contains library source intended for building other packages -which use "crossterm" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "crossterm" feature of the "%{crate}" crate. %files -n %{name}+crossterm-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -107,8 +104,8 @@ BuildArch: noarch %description -n %{name}+futures-channel-devel %{_description} -This package contains library source intended for building other packages -which use "futures-channel" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "futures-channel" feature of the "%{crate}" crate. %files -n %{name}+futures-channel-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -119,8 +116,8 @@ BuildArch: noarch %description -n %{name}+futures-core-devel %{_description} -This package contains library source intended for building other packages -which use "futures-core" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "futures-core" feature of the "%{crate}" crate. %files -n %{name}+futures-core-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -131,8 +128,8 @@ BuildArch: noarch %description -n %{name}+futures-lite-devel %{_description} -This package contains library source intended for building other packages -which use "futures-lite" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "futures-lite" feature of the "%{crate}" crate. %files -n %{name}+futures-lite-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -143,8 +140,8 @@ BuildArch: noarch %description -n %{name}+input-async-devel %{_description} -This package contains library source intended for building other packages -which use "input-async" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "input-async" feature of the "%{crate}" crate. %files -n %{name}+input-async-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -155,8 +152,8 @@ BuildArch: noarch %description -n %{name}+input-async-crossterm-devel %{_description} -This package contains library source intended for building other packages -which use "input-async-crossterm" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "input-async-crossterm" feature of the "%{crate}" crate. %files -n %{name}+input-async-crossterm-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -167,8 +164,8 @@ BuildArch: noarch %description -n %{name}+termion-devel %{_description} -This package contains library source intended for building other packages -which use "termion" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "termion" feature of the "%{crate}" crate. %files -n %{name}+termion-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -179,8 +176,8 @@ BuildArch: noarch %description -n %{name}+tui-devel %{_description} -This package contains library source intended for building other packages -which use "tui" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "tui" feature of the "%{crate}" crate. %files -n %{name}+tui-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -191,8 +188,8 @@ BuildArch: noarch %description -n %{name}+tui-crossterm-devel %{_description} -This package contains library source intended for building other packages -which use "tui-crossterm" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "tui-crossterm" feature of the "%{crate}" crate. %files -n %{name}+tui-crossterm-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -203,8 +200,8 @@ BuildArch: noarch %description -n %{name}+tui-crossterm-backend-devel %{_description} -This package contains library source intended for building other packages -which use "tui-crossterm-backend" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "tui-crossterm-backend" feature of the "%{crate}" crate. %files -n %{name}+tui-crossterm-backend-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -215,8 +212,8 @@ BuildArch: noarch %description -n %{name}+tui-react-devel %{_description} -This package contains library source intended for building other packages -which use "tui-react" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "tui-react" feature of the "%{crate}" crate. %files -n %{name}+tui-react-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -227,8 +224,8 @@ BuildArch: noarch %description -n %{name}+tui-react-crossterm-devel %{_description} -This package contains library source intended for building other packages -which use "tui-react-crossterm" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "tui-react-crossterm" feature of the "%{crate}" crate. %files -n %{name}+tui-react-crossterm-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -239,8 +236,8 @@ BuildArch: noarch %description -n %{name}+tui-react-termion-devel %{_description} -This package contains library source intended for building other packages -which use "tui-react-termion" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "tui-react-termion" feature of the "%{crate}" crate. %files -n %{name}+tui-react-termion-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -251,8 +248,8 @@ BuildArch: noarch %description -n %{name}+tui-termion-devel %{_description} -This package contains library source intended for building other packages -which use "tui-termion" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "tui-termion" feature of the "%{crate}" crate. %files -n %{name}+tui-termion-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -263,8 +260,8 @@ BuildArch: noarch %description -n %{name}+tui-termion-backend-devel %{_description} -This package contains library source intended for building other packages -which use "tui-termion-backend" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "tui-termion-backend" feature of the "%{crate}" crate. %files -n %{name}+tui-termion-backend-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml diff --git a/sources b/sources index 242bda6..4198706 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crosstermion-0.7.0.crate) = 24a46ea5e84037cec2010d7caeded52c27ee5199b70f814e9cdb8d14089c9ae2cdaa66218ea40c15e72a21b70d8c70ef059140094704bf3a11746688b1cf1b09 +SHA512 (crosstermion-0.9.0.crate) = 32613c9174b1e6ecafa87e903d10907b02614b0231b6ab4aa994994ddd8f85e01dc4114564208af1aad76617fdab00d4fc82c0b7d66e71d18b76c535f59c38e8