update to version 1.11.0

epel10
Fabio Valentini 4 years ago
parent 72d07efae4
commit e2bced7e1f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/simple_logger-1.6.0.crate /simple_logger-1.6.0.crate
/simple_logger-1.7.0.crate /simple_logger-1.7.0.crate
/simple_logger-1.9.0.crate /simple_logger-1.9.0.crate
/simple_logger-1.11.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate simple_logger %global crate simple_logger
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.9.0 Version: 1.11.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Logger that prints all messages with a readable output format Summary: Logger that prints all messages with a readable output format
@ -98,6 +98,10 @@ which use "colored" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 1.11.0-1
- Update to version 1.11.0.
- Fixes RHBZ#1884193
* Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 1.9.0-1 * Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 1.9.0-1
- Update to version 1.9.0. - Update to version 1.9.0.

@ -1,5 +1,5 @@
--- simple_logger-1.9.0/Cargo.toml 2020-09-02T08:16:50+00:00 --- simple_logger-1.11.0/Cargo.toml 2020-10-08T09:17:31+00:00
+++ simple_logger-1.9.0/Cargo.toml 2020-09-16T21:43:22.672718+00:00 +++ simple_logger-1.11.0/Cargo.toml 2020-11-09T14:37:49.418026+00:00
@@ -32,9 +32,3 @@ @@ -32,9 +32,3 @@
[features] [features]

@ -1 +1 @@
SHA512 (simple_logger-1.9.0.crate) = 72349298fd9e4623d5ee36942c07332ed2f1c7d9b44eadfbfaefb3c0dc7d434da2aaf8642c88950f31536f37d13150f4da0fb103f430d42e8d51de8539844d3a SHA512 (simple_logger-1.11.0.crate) = 03b71f09fb0c86a84b7286035b09af295cab29346a40bfb53caf3105927f9647d48c63100f2090fc9e6a0a56b4191ec977881046ca9d854ed581832be1c61b18

Loading…
Cancel
Save