Update to version 0.9.3; Fixes RHBZ#2140630

epel9
Fabio Valentini 2 years ago
parent 25ac62fed1
commit e389e8a5b2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/env_logger-0.8.4.crate /env_logger-0.8.4.crate
/env_logger-0.9.0.crate /env_logger-0.9.0.crate
/env_logger-0.9.1.crate /env_logger-0.9.1.crate
/env_logger-0.9.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate env_logger %global crate env_logger
Name: rust-env_logger Name: rust-env_logger
Version: 0.9.1 Version: 0.9.3
Release: %autorelease Release: %autorelease
Summary: Logging implementation configured via an environment variable Summary: Logging implementation configured via an environment variable
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/env_logger URL: https://crates.io/crates/env_logger
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (env_logger-0.9.1.crate) = f97b63eb00e8565d8c6aabb306ed8a91ee4241ba35dd9b6e08e0029daf7fa5a54425553d4c0839e369e55fda2c85c9704f658fbb760a093f55c38429f6705d65 SHA512 (env_logger-0.9.3.crate) = a3ee86e77d980c2eefe4be32d75422aa0f9a60a43fd11bafaa3c9e556584cf65c36976a6aa650f87426edfd82de0cbb919e0906cdba6db8b486b4dd4b2583bbe

Loading…
Cancel
Save