Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini f6f552710f
Update to version 0.10.1; Fixes RHBZ#2249086
1 year ago
Fabio Valentini 6436fbed6e
Update to version 0.10.0; Fixes RHBZ#2148278
2 years ago
Fabio Valentini e389e8a5b2
Update to version 0.9.3; Fixes RHBZ#2140630
2 years ago
Fabio Valentini 25ac62fed1
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits d9854296fa
Rebuild
3 years ago

3
.gitignore vendored

@ -23,3 +23,6 @@
/env_logger-0.8.4.crate
/env_logger-0.9.0.crate
/env_logger-0.9.1.crate
/env_logger-0.9.3.crate
/env_logger-0.10.0.crate
/env_logger-0.10.1.crate

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

@ -1,25 +1,23 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate env_logger
Name: rust-env_logger
Version: 0.9.1
Version: 0.10.1
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
URL: https://crates.io/crates/env_logger
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Logging implementation for `log` which is configured via an environment
variable.}
A logging implementation for `log` which is configured via an
environment variable.}
%description %{_description}
@ -35,7 +33,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
@ -51,56 +48,56 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+atty-devel
%package -n %{name}+auto-color-devel
Summary: %{summary}
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
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
%package -n %{name}+humantime-devel
%package -n %{name}+color-devel
Summary: %{summary}
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
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
%package -n %{name}+regex-devel
%package -n %{name}+humantime-devel
Summary: %{summary}
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
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
%package -n %{name}+termcolor-devel
%package -n %{name}+regex-devel
Summary: %{summary}
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
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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (env_logger-0.9.1.crate) = f97b63eb00e8565d8c6aabb306ed8a91ee4241ba35dd9b6e08e0029daf7fa5a54425553d4c0839e369e55fda2c85c9704f658fbb760a093f55c38429f6705d65
SHA512 (env_logger-0.10.1.crate) = 5749661d10a482447527f4641a86a77dfecff0984e13f07cc9392359287c74837af8b290c358a4888934ae3ec0389f51e8cd269fbcc48cd27bd44bbacac41b0f

Loading…
Cancel
Save