Update to 1.1.0

epel9
Josh Stone 5 years ago
parent 5e93a13498
commit 3fcd5ad3af

1
.gitignore vendored

@ -8,3 +8,4 @@
/termcolor-1.0.3.crate /termcolor-1.0.3.crate
/termcolor-1.0.4.crate /termcolor-1.0.4.crate
/termcolor-1.0.5.crate /termcolor-1.0.5.crate
/termcolor-1.1.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate termcolor %global crate termcolor
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.5 Version: 1.1.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: Simple cross platform library for writing colored text to a terminal Summary: Simple cross platform library for writing colored text to a terminal
# Upstream license specification: Unlicense OR MIT # Upstream license specification: Unlicense OR MIT
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license COPYING UNLICENSE LICENSE-MIT %license COPYING UNLICENSE LICENSE-MIT
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -53,7 +53,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.1.0-1
- Update to 1.1.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-4 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (termcolor-1.0.5.crate) = d729ef6da68be8e2ce19ef02336193d8baea97a28cc8789806587da829471222a0c7669b4485ef81b1d52e85096d787dcfd4f064c894904602b595aa024fcdca SHA512 (termcolor-1.1.0.crate) = 41b05b047cbfdd5e3990eb36f635dc8ccf26a42bd5403d6d14a9f3c341e92b61c3b8d4d5f4fcd29071a97b3d96280ed59b4557b63a769390e2729fc82ab39702

@ -1,8 +1,8 @@
--- termcolor-1.0.5/Cargo.toml 1970-01-01T00:00:00+00:00 --- termcolor-1.1.0/Cargo.toml 2020-01-11T15:08:11+00:00
+++ termcolor-1.0.5/Cargo.toml 2019-06-20T07:38:56.935036+00:00 +++ termcolor-1.1.0/Cargo.toml 2020-01-15T06:35:47.343501+00:00
@@ -26,5 +26,3 @@ @@ -29,5 +29,3 @@
[lib]
name = "termcolor"
bench = false bench = false
-[target."cfg(windows)".dependencies.wincolor] [dev-dependencies.doc-comment]
-version = "1" version = "0.3"
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3"

Loading…
Cancel
Save