diff --git a/.gitignore b/.gitignore index 950d8b2..289e439 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /termcolor-0.3.2.crate /termcolor-0.3.3.crate +/termcolor-0.3.4.crate diff --git a/rust-termcolor.spec b/rust-termcolor.spec index 9c78994..a4395da 100644 --- a/rust-termcolor.spec +++ b/rust-termcolor.spec @@ -5,8 +5,8 @@ %global crate termcolor Name: rust-%{crate} -Version: 0.3.3 -Release: 4%{?dist} +Version: 0.3.4 +Release: 1%{?dist} Summary: Simple cross platform library for writing colored text to a terminal License: Unlicense or MIT @@ -14,7 +14,7 @@ URL: https://crates.io/crates/termcolor Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # Initial patched metadata # * No windows -Patch0: termcolor-0.3.3-fix-metadata.diff +Patch0: termcolor-0.3.4-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -54,6 +54,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Feb 12 2018 Igor Gnatenko - 0.3.4-1 +- Update to 0.3.4 + * Fri Feb 09 2018 Fedora Release Engineering - 0.3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index b3808ad..5d9652d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (termcolor-0.3.3.crate) = 1f62c970a2592777b5399940a7a2864155ec5641f2150e9a59715be0e58ee8573961fd73e44134f7e516e38abdfa569ede09a93c8551943fb10c5dfc11d7937e +SHA512 (termcolor-0.3.4.crate) = e64d0cf7b63093432bd1fd971ad4ddc282346fc17823fb3a9228d29baae5e0ceaeb4e8fc122eb81a1e3ac2c04b0deba95a7e3eb49633420d1b12bf094b10b52b diff --git a/termcolor-0.3.3-fix-metadata.diff b/termcolor-0.3.3-fix-metadata.diff deleted file mode 100644 index a2a5737..0000000 --- a/termcolor-0.3.3-fix-metadata.diff +++ /dev/null @@ -1,8 +0,0 @@ ---- termcolor-0.3.3/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ termcolor-0.3.3/Cargo.toml 2017-09-22T18:12:29.272233+02:00 -@@ -25,5 +25,3 @@ - [lib] - name = "termcolor" - bench = false --[target."cfg(windows)".dependencies.wincolor] --version = "0.1.3" diff --git a/termcolor-0.3.4-fix-metadata.diff b/termcolor-0.3.4-fix-metadata.diff new file mode 100644 index 0000000..bfeb72d --- /dev/null +++ b/termcolor-0.3.4-fix-metadata.diff @@ -0,0 +1,8 @@ +--- termcolor-0.3.4/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ termcolor-0.3.4/Cargo.toml 2018-02-12T16:24:26.906187+01:00 +@@ -25,5 +25,3 @@ + [lib] + name = "termcolor" + bench = false +-[target."cfg(windows)".dependencies.wincolor] +-version = "0.1.6"