From 3fcd5ad3af8656d01b8ebc7f04efcd40a73080f1 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 14 Jan 2020 22:36:24 -0800 Subject: [PATCH] Update to 1.1.0 --- .gitignore | 1 + rust-termcolor.spec | 13 ++++++++----- sources | 2 +- termcolor-fix-metadata.diff | 14 +++++++------- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index fadd649..e03349e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /termcolor-1.0.3.crate /termcolor-1.0.4.crate /termcolor-1.0.5.crate +/termcolor-1.1.0.crate diff --git a/rust-termcolor.spec b/rust-termcolor.spec index b9ea483..b07ae7b 100644 --- a/rust-termcolor.spec +++ b/rust-termcolor.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} %global crate termcolor Name: rust-%{crate} -Version: 1.0.5 -Release: 4%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Simple cross platform library for writing colored text to a terminal # Upstream license specification: Unlicense OR MIT @@ -41,7 +41,7 @@ which use "%{crate}" crate. %files devel %license COPYING UNLICENSE LICENSE-MIT %doc README.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -53,7 +53,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 15 2020 Josh Stone - 1.1.0-1 +- Update to 1.1.0 + * Fri Jul 26 2019 Fedora Release Engineering - 1.0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index eb6f351..c38d69a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (termcolor-1.0.5.crate) = d729ef6da68be8e2ce19ef02336193d8baea97a28cc8789806587da829471222a0c7669b4485ef81b1d52e85096d787dcfd4f064c894904602b595aa024fcdca +SHA512 (termcolor-1.1.0.crate) = 41b05b047cbfdd5e3990eb36f635dc8ccf26a42bd5403d6d14a9f3c341e92b61c3b8d4d5f4fcd29071a97b3d96280ed59b4557b63a769390e2729fc82ab39702 diff --git a/termcolor-fix-metadata.diff b/termcolor-fix-metadata.diff index 089a96c..67a0f5b 100644 --- a/termcolor-fix-metadata.diff +++ b/termcolor-fix-metadata.diff @@ -1,8 +1,8 @@ ---- termcolor-1.0.5/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ termcolor-1.0.5/Cargo.toml 2019-06-20T07:38:56.935036+00:00 -@@ -26,5 +26,3 @@ - [lib] - name = "termcolor" +--- termcolor-1.1.0/Cargo.toml 2020-01-11T15:08:11+00:00 ++++ termcolor-1.1.0/Cargo.toml 2020-01-15T06:35:47.343501+00:00 +@@ -29,5 +29,3 @@ bench = false --[target."cfg(windows)".dependencies.wincolor] --version = "1" + [dev-dependencies.doc-comment] + version = "0.3" +-[target."cfg(windows)".dependencies.winapi-util] +-version = "0.1.3"