Update to version 4.3.0; Fixes RHBZ#2251252

epel10
Fabio Valentini 1 year ago
parent 28371c0697
commit 1356e62836
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/simple_logger-1.13.0.crate /simple_logger-1.13.0.crate
/simple_logger-1.16.0.crate /simple_logger-1.16.0.crate
/simple_logger-4.2.0.crate /simple_logger-4.2.0.crate
/simple_logger-4.3.0.crate

@ -5,7 +5,7 @@
%global crate simple_logger %global crate simple_logger
Name: rust-simple_logger Name: rust-simple_logger
Version: 4.2.0 Version: 4.3.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

@ -1,11 +1,11 @@
--- simple_logger-4.2.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- simple_logger-4.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ simple_logger-4.2.0/Cargo.toml 2023-10-14T20:48:31.168047+00:00 +++ simple_logger-4.3.0/Cargo.toml 2023-11-25T10:16:57.658865+00:00
@@ -75,9 +75,3 @@ @@ -75,9 +75,3 @@
threads = [] threads = []
timestamps = ["time"] timestamps = ["time"]
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "^0.42.0" -version = "^0.48.0"
-features = [ -features = [
- "Win32_System_Console", - "Win32_System_Console",
- "Win32_Foundation", - "Win32_Foundation",

@ -1 +1 @@
SHA512 (simple_logger-4.2.0.crate) = 09025a9a04f9bb076ab6f2ff4e560ef0ad865cc38923ad8a4389bf28d8a48d82c7356bbe25b08ee624750cb3d84590ca13e93763e6eb7b9e7d54956a46caf254 SHA512 (simple_logger-4.3.0.crate) = 7673646552f8723004cfb6ddefbd0f4fa5fff4fa3819b7b8d69344213956f9db0fa62f516715dc21b6b7569f5822b06c8b8f6979dd12628b4415f83769a8a79e

Loading…
Cancel
Save