Compare commits

...

12 Commits

Author SHA1 Message Date
Fabio Valentini 80f9caf724
Update to version 0.11.6; Fixes RHBZ#2333531
2 weeks ago
Fabio Valentini fa6d9f7992
Include upstream patch to fix invalid code block attributes in docstrings
5 months ago
Fabio Valentini 8e663aa6da
Update to version 0.11.5; Fixes RHBZ#2299486
6 months ago
Fedora Release Engineering 5077aaa13e Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Benjamin A. Beasley 7dffac8a2e
Update to version 0.11.3 (Fixes RHBZ#2267922)
9 months ago
Fabio Valentini 67f188c8ed
Update to version 0.11.2; Fixes RHBZ#2258923
11 months ago
Fedora Release Engineering f37966ff99 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 7b29d99a17
Update to version 0.10.1; Fixes RHBZ#2249086
1 year ago
Fedora Release Engineering 385e260b14 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini f6195f1ec2
Update to version 0.10.0; Fixes RHBZ#2148278
2 years ago
Fedora Release Engineering dd3f0e5817 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 0d83962771
Update to version 0.9.3; Fixes RHBZ#2140630
2 years ago

7
.gitignore vendored

@ -23,3 +23,10 @@
/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
/env_logger-0.10.0.crate
/env_logger-0.10.1.crate
/env_logger-0.11.2.crate
/env_logger-0.11.3.crate
/env_logger-0.11.5.crate
/env_logger-0.11.6.crate

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

@ -1,25 +1,23 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%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.11.6
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}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%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}
@ -35,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}/
@ -51,16 +48,28 @@ 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}
BuildArch: noarch
%description -n %{name}+auto-color-devel %{_description}
This package contains library source intended for building other packages which
use the "auto-color" feature of the "%{crate}" crate.
%files -n %{name}+auto-color-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+color-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+atty-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 "atty" feature of the "%{crate}" crate. use the "color" feature of the "%{crate}" crate.
%files -n %{name}+atty-devel %files -n %{name}+color-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+humantime-devel %package -n %{name}+humantime-devel
@ -87,20 +96,20 @@ 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}+termcolor-devel %package -n %{name}+unstable-kv-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+termcolor-devel %{_description} %description -n %{name}+unstable-kv-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 "unstable-kv" feature of the "%{crate}" crate.
%files -n %{name}+termcolor-devel %files -n %{name}+unstable-kv-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (env_logger-0.9.1.crate) = f97b63eb00e8565d8c6aabb306ed8a91ee4241ba35dd9b6e08e0029daf7fa5a54425553d4c0839e369e55fda2c85c9704f658fbb760a093f55c38429f6705d65 SHA512 (env_logger-0.11.6.crate) = 1ec41e4c4eee4ea6bea38d40e739b1f324ef236fc786553fd77c6bacf6303f13d35c1626d3408a18346d42ebf5c896869deba133ef34b8cccf3729957c72de0e

Loading…
Cancel
Save