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

4
.gitignore vendored

@ -26,3 +26,7 @@
/env_logger-0.9.3.crate /env_logger-0.9.3.crate
/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.3.crate
/env_logger-0.11.5.crate
/env_logger-0.11.6.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # 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.10.1 Version: 0.11.6
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.10.1.crate) = 5749661d10a482447527f4641a86a77dfecff0984e13f07cc9392359287c74837af8b290c358a4888934ae3ec0389f51e8cd269fbcc48cd27bd44bbacac41b0f SHA512 (env_logger-0.11.6.crate) = 1ec41e4c4eee4ea6bea38d40e739b1f324ef236fc786553fd77c6bacf6303f13d35c1626d3408a18346d42ebf5c896869deba133ef34b8cccf3729957c72de0e

Loading…
Cancel
Save