|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm-9-1.fc31
|
|
|
|
# Generated by rust2rpm 9
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate simple_logger
|
|
|
|
%global crate simple_logger
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 1.2.0
|
|
|
|
Version: 1.3.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Logger that prints all messages with a readable output format
|
|
|
|
Summary: Logger that prints all messages with a readable output format
|
|
|
|
|
|
|
|
|
|
|
@ -15,15 +15,20 @@ URL: https://crates.io/crates/simple_logger
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
%if %{__cargo_skip_build}
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
|
|
|
%if ! %{__cargo_skip_build}
|
|
|
|
BuildRequires: (crate(chrono/default) >= 0.4.6 with crate(chrono/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(chrono/default) >= 0.4.6 with crate(chrono/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(colored/default) >= 1.6.0 with crate(colored/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(colored/default) >= 1.6.0 with crate(colored/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(log/default) >= 0.4.5 with crate(log/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(log/std) >= 0.4.5 with crate(log/std) < 0.5.0)
|
|
|
|
BuildRequires: (crate(log/std) >= 0.4.5 with crate(log/std) < 0.5.0)
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description %{expand:
|
|
|
|
A logger that prints all messages with a readable output format.
|
|
|
|
Logger that prints all messages with a readable output format.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %{_description}
|
|
|
|
%description %{_description}
|
|
|
|
|
|
|
|
|
|
|
@ -81,6 +86,9 @@ which use "colored" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jun 11 19:17:15 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-1
|
|
|
|
|
|
|
|
- Update to 1.3.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 12 11:11:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-1
|
|
|
|
* Sun May 12 11:11:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-1
|
|
|
|
- Update to 1.2.0
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
|
|
|
|
|
|
|