update to version 2.0.0

epel9
Fabio Valentini 4 years ago
parent c6e6c842c7
commit 201d5796c4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/colored-1.9.0.crate /colored-1.9.0.crate
/colored-1.9.2.crate /colored-1.9.2.crate
/colored-1.9.3.crate /colored-1.9.3.crate
/colored-2.0.0.crate

@ -1,5 +1,5 @@
--- colored-1.9.3/Cargo.toml 1970-01-01T00:00:00+00:00 --- colored-2.0.0/Cargo.toml 2020-07-14T06:26:13+00:00
+++ colored-1.9.3/Cargo.toml 2020-02-24T06:03:52.395355+00:00 +++ colored-2.0.0/Cargo.toml 2020-11-30T20:53:37.205056+00:00
@@ -33,7 +33,3 @@ @@ -33,7 +33,3 @@
[features] [features]

@ -1,4 +1,4 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
# * rspec is not packaged # * rspec is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate colored %global crate colored
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.9.3 Version: 2.0.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Most simple way to add colors in your terminal Summary: Most simple way to add colors in your terminal
# Upstream license specification: MPL-2.0 # Upstream license specification: MPL-2.0
@ -88,6 +88,10 @@ find -type f -executable -exec chmod -v -x '{}' +
%endif %endif
%changelog %changelog
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 2.0.0-1
- Update to version 2.0.0.
- Fixes RHBZ#1856656
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (colored-1.9.3.crate) = 72a77360148b960662d62aa63313e235c155c761948ecc67d92f244a99fefc92ad133e1820634358130db841095027cd99b64a79aa6fa41a279e0d5d505aacd6 SHA512 (colored-2.0.0.crate) = c9ee830c1e8a32372ab8c7ce569701deaa6533fa369fc1b4c04bed57b1e686ed775fc76c3d9815ad21ee69cfc7c30d645abcbacad39081c7e37ff83ebb6d9e8a

Loading…
Cancel
Save