Update to 1.0.5

epel9
Josh Stone 6 years ago
parent e9ebce417e
commit 3761bec6b3

1
.gitignore vendored

@ -7,3 +7,4 @@
/termcolor-1.0.1.crate /termcolor-1.0.1.crate
/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

@ -1,4 +1,4 @@
# Generated by rust2rpm # Generated by rust2rpm-9-1.fc30
# * Tests are run in infrastructure # * Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate termcolor %global crate termcolor
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.4 Version: 1.0.5
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
@ -69,6 +69,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 1.0.5-1
- Update to 1.0.5
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-4 * Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-4
- Adapt to new packaging - Adapt to new packaging

@ -1 +1 @@
SHA512 (termcolor-1.0.4.crate) = cc2f90f453834666b3dcf96c48695cc1fc48c6aacf71437bab635678f486cf02ba6e1c040ff011be078a17b50f9f6d2c09fec771e362d8d2d07526b0f040df6b SHA512 (termcolor-1.0.5.crate) = d729ef6da68be8e2ce19ef02336193d8baea97a28cc8789806587da829471222a0c7669b4485ef81b1d52e85096d787dcfd4f064c894904602b595aa024fcdca

Loading…
Cancel
Save