update to version 1.9.0

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/simple_logger-1.5.0.crate
/simple_logger-1.6.0.crate
/simple_logger-1.7.0.crate
/simple_logger-1.9.0.crate

@ -5,7 +5,7 @@
%global crate simple_logger
Name: rust-%{crate}
Version: 1.7.0
Version: 1.9.0
Release: 1%{?dist}
Summary: Logger that prints all messages with a readable output format
@ -98,6 +98,9 @@ which use "colored" feature of "%{crate}" crate.
%endif
%changelog
* Wed Sep 16 2020 Fabio Valentini <decathorpe@gmail.com> - 1.9.0-1
- Update to version 1.9.0.
* Tue Sep 01 2020 Josh Stone <jistone@redhat.com> - 1.7.0-1
- Update to 1.7.0

@ -1,6 +1,6 @@
--- simple_logger-1.6.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ simple_logger-1.6.0/Cargo.toml 2020-02-25T12:09:23.735423+00:00
@@ -31,9 +31,3 @@
--- simple_logger-1.9.0/Cargo.toml 2020-09-02T08:16:50+00:00
+++ simple_logger-1.9.0/Cargo.toml 2020-09-16T21:43:22.672718+00:00
@@ -32,9 +32,3 @@
[features]
default = ["colored", "chrono"]

@ -1 +1 @@
SHA512 (simple_logger-1.7.0.crate) = 34567ab1e36a197cf4f05752e29daf07a27b5f9b4ede8ed6bac0237528db248f0817a5df5b33629fdcdb87479d772fab1c8aeb7a944b41dddbea3b64635c996e
SHA512 (simple_logger-1.9.0.crate) = 72349298fd9e4623d5ee36942c07332ed2f1c7d9b44eadfbfaefb3c0dc7d434da2aaf8642c88950f31536f37d13150f4da0fb103f430d42e8d51de8539844d3a

Loading…
Cancel
Save