Update to version 1.13.0; Fixes RHBZ#1991108

epel10
Fabio Valentini 4 years ago
parent d92e614a92
commit 6b2a9c7132
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/simple_logger-1.9.0.crate /simple_logger-1.9.0.crate
/simple_logger-1.11.0.crate /simple_logger-1.11.0.crate
/simple_logger-1.12.1.crate /simple_logger-1.12.1.crate
/simple_logger-1.13.0.crate

@ -5,7 +5,7 @@
%global crate simple_logger %global crate simple_logger
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.12.1 Version: 1.13.0
Release: %autorelease Release: %autorelease
Summary: Logger that prints all messages with a readable output format Summary: Logger that prints all messages with a readable output format
@ -91,6 +91,18 @@ which use "colors" feature of "%{crate}" crate.
%files -n %{name}+colors-devel %files -n %{name}+colors-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+stderr-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+stderr-devel %{_description}
This package contains library source intended for building other packages
which use "stderr" feature of "%{crate}" crate.
%files -n %{name}+stderr-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+timestamps-devel %package -n %{name}+timestamps-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1,8 +1,8 @@
--- simple_logger-1.12.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- simple_logger-1.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ simple_logger-1.12.1/Cargo.toml 2021-07-31T12:24:03.371675+00:00 +++ simple_logger-1.13.0/Cargo.toml 2021-08-08T11:44:03.518667+00:00
@@ -42,9 +42,3 @@ @@ -43,9 +43,3 @@
colors = ["colored"]
default = ["colored", "chrono"] default = ["colored", "chrono"]
stderr = []
timestamps = ["chrono"] timestamps = ["chrono"]
-[target."cfg(windows)".dependencies.atty] -[target."cfg(windows)".dependencies.atty]
-version = "0.2.13" -version = "0.2.13"

@ -1 +1 @@
SHA512 (simple_logger-1.12.1.crate) = 6e4b17f75bda32490290ef72cb43ffb73035c4b23a802261f75f4f8960c08832248cfd32239c5bc0899162d252edb755c80b91e82cbff5e8caa868a092889146 SHA512 (simple_logger-1.13.0.crate) = f6dbb74a5d25895189092e567784daca9e0b4cb48a527a400b4c2ccfeed7ffcdd3f00719e8d084f82390971567b4c280bfc3c47db2356331c0107fbaef941b8c

Loading…
Cancel
Save