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

4
.gitignore vendored

@ -26,7 +26,3 @@
/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,11 +1,11 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate env_logger
Name: rust-env_logger
Version: 0.11.6
Version: 0.10.1
Release: %autorelease
Summary: Logging implementation for log which is configured via an environment variable
@ -96,18 +96,6 @@ use the "regex" feature of the "%{crate}" crate.
%files -n %{name}+regex-devel
%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
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (env_logger-0.11.6.crate) = 1ec41e4c4eee4ea6bea38d40e739b1f324ef236fc786553fd77c6bacf6303f13d35c1626d3408a18346d42ebf5c896869deba133ef34b8cccf3729957c72de0e
SHA512 (env_logger-0.10.1.crate) = 5749661d10a482447527f4641a86a77dfecff0984e13f07cc9392359287c74837af8b290c358a4888934ae3ec0389f51e8cd269fbcc48cd27bd44bbacac41b0f

Loading…
Cancel
Save