update to version 0.8.1

epel9
Fabio Valentini 4 years ago
parent 8bf0b29a17
commit 6496187574
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/env_logger-0.6.1.crate
/env_logger-0.6.2.crate
/env_logger-0.7.1.crate
/env_logger-0.8.1.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate env_logger
Name: rust-%{crate}
Version: 0.7.1
Release: 4%{?dist}
Summary: Logging implementation for `log` which is configured via environment variable
Version: 0.8.1
Release: 1%{?dist}
Summary: Logging implementation configured via an environment variable
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
@ -38,8 +38,9 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{.github/,rust-toolchain}
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,7 +52,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+atty-devel
Summary: %{summary}
@ -63,7 +64,7 @@ This package contains library source intended for building other packages
which use "atty" feature of "%{crate}" crate.
%files -n %{name}+atty-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+humantime-devel
Summary: %{summary}
@ -75,7 +76,7 @@ This package contains library source intended for building other packages
which use "humantime" feature of "%{crate}" crate.
%files -n %{name}+humantime-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-devel
Summary: %{summary}
@ -87,7 +88,7 @@ This package contains library source intended for building other packages
which use "regex" feature of "%{crate}" crate.
%files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+termcolor-devel
Summary: %{summary}
@ -99,7 +100,7 @@ This package contains library source intended for building other packages
which use "termcolor" feature of "%{crate}" crate.
%files -n %{name}+termcolor-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -120,6 +121,10 @@ which use "termcolor" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1
- Update to version 0.8.1.
- Fixes RHBZ#1889010
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (env_logger-0.7.1.crate) = 604060d2ee83ab337a2d20d6784d1b7541534d2fd9e1662fc5c709fa681672a9db5e34d00face864b56ae321962e644ebe29fbb6d68a0d556419cf5d71c6149f
SHA512 (env_logger-0.8.1.crate) = 3a5f7892edc7c3d92cd2b487cf3a331d5b2034236b6e2b90b3193caf3d689997e9c01773d3f9138e56ab5744e8e62cabc29620ed06c0cbbe18364b0c26b55954

Loading…
Cancel
Save