Update to version 0.10.0; Fixes RHBZ#2148278

epel10
Fabio Valentini 2 years ago
parent dd3f0e5817
commit f6195f1ec2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -24,3 +24,4 @@
/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 /env_logger-0.9.3.crate
/env_logger-0.10.0.crate

@ -1,3 +0,0 @@
# rust-env_logger
The rust-env_logger package

@ -1,23 +1,23 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%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.3 Version: 0.10.0
Release: %autorelease Release: %autorelease
Summary: Logging implementation configured via an environment variable Summary: Logging implementation for log which is configured via an environment variable
License: MIT OR Apache-2.0 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}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Logging implementation for `log` which is configured via an environment A logging implementation for `log` which is configured via an
variable.} environment variable.}
%description %{_description} %description %{_description}
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -49,52 +48,52 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+atty-devel %package -n %{name}+auto-color-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+atty-devel %{_description} %description -n %{name}+auto-color-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "atty" feature of the "%{crate}" crate. use the "auto-color" feature of the "%{crate}" crate.
%files -n %{name}+atty-devel %files -n %{name}+auto-color-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+humantime-devel %package -n %{name}+color-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+humantime-devel %{_description} %description -n %{name}+color-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "humantime" feature of the "%{crate}" crate. use the "color" feature of the "%{crate}" crate.
%files -n %{name}+humantime-devel %files -n %{name}+color-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+regex-devel %package -n %{name}+humantime-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+regex-devel %{_description} %description -n %{name}+humantime-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "regex" feature of the "%{crate}" crate. use the "humantime" feature of the "%{crate}" crate.
%files -n %{name}+regex-devel %files -n %{name}+humantime-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+termcolor-devel %package -n %{name}+regex-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+termcolor-devel %{_description} %description -n %{name}+regex-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "termcolor" feature of the "%{crate}" crate. use the "regex" feature of the "%{crate}" crate.
%files -n %{name}+termcolor-devel %files -n %{name}+regex-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep

@ -1 +1 @@
SHA512 (env_logger-0.9.3.crate) = a3ee86e77d980c2eefe4be32d75422aa0f9a60a43fd11bafaa3c9e556584cf65c36976a6aa650f87426edfd82de0cbb919e0906cdba6db8b486b4dd4b2583bbe SHA512 (env_logger-0.10.0.crate) = 4dd02f9d333a1f15657167ef4bd403eda5426cad17e0a4a43fa20cc65449345eb4d3fae2d6b10a3480016b9e23497fac13ed7e70b40c9450ef430be9f910d3e4

Loading…
Cancel
Save