update to version 0.8.4

epel9
Fabio Valentini 4 years ago
parent 3fc2b500c7
commit 94bdd39e53
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/env_logger-0.8.1.crate
/env_logger-0.8.2.crate
/env_logger-0.8.3.crate
/env_logger-0.8.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate env_logger
Name: rust-%{crate}
Version: 0.8.3
Version: 0.8.4
Release: 1%{?dist}
Summary: Logging implementation configured via an environment variable
@ -120,6 +120,10 @@ which use "termcolor" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.4-1
- Update to version 0.8.4.
- Fixes RHBZ#1970813
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-1
- Update to version 0.8.3.
- Fixes RHBZ#1927897

@ -1 +1 @@
SHA512 (env_logger-0.8.3.crate) = 7f6c3c79b8f4efb8d1d4e4b879c1c78a427f15669244ce1eca869aea9bcad950ffa5b59f3f8e4513e085c2daf1f5857313b374e238fc78b731bba2646ec895ff
SHA512 (env_logger-0.8.4.crate) = 9e4478ff609a2e1e1a902a55b221af43a52622fdb5668dc33fb0be354b964708b7b6d13b7f1ef11982f45fa7e71f0712a2ab3fd4ea98155a5115e5a7c3d33049

Loading…
Cancel
Save