Update to version 0.11.3 (Fixes RHBZ#2267922)

epel10
Benjamin A. Beasley 9 months ago committed by Fabio Valentini
parent 67f188c8ed
commit 7dffac8a2e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -27,3 +27,4 @@
/env_logger-0.10.0.crate /env_logger-0.10.0.crate
/env_logger-0.10.1.crate /env_logger-0.10.1.crate
/env_logger-0.11.2.crate /env_logger-0.11.2.crate
/env_logger-0.11.3.crate

@ -5,7 +5,7 @@
%global crate env_logger %global crate env_logger
Name: rust-env_logger Name: rust-env_logger
Version: 0.11.2 Version: 0.11.3
Release: %autorelease Release: %autorelease
Summary: Logging implementation for log which is configured via an environment variable Summary: Logging implementation for log which is configured via an environment variable
@ -96,6 +96,18 @@ use the "regex" feature of the "%{crate}" crate.
%files -n %{name}+regex-devel %files -n %{name}+regex-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-kv-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-kv-devel %{_description}
This package contains library source intended for building other packages which
use the "unstable-kv" feature of the "%{crate}" crate.
%files -n %{name}+unstable-kv-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (env_logger-0.11.2.crate) = 12029a99de8eb2c5514d138869cc3242a32799bbf94932c3d8030fa8ed7cd10e9026738a9591116a2397c4875c0cb22b2c64faf120246e88a63ad420aa17e427 SHA512 (env_logger-0.11.3.crate) = 50df911455429a83088c87d30137fda6fc73971ffd32eb66f21e0d006bce92580c519d4a3a3fddadb7bdcce5d6dc33df853dff6373fe66f128cfd60ca26f9f02

Loading…
Cancel
Save