Update to 1.3.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel10
Igor Gnatenko 6 years ago
parent 081ac37453
commit f253e73abd
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/simple_logger-1.0.1.crate
/simple_logger-1.2.0.crate
/simple_logger-1.3.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm-9-1.fc31
%bcond_with check
# Generated by rust2rpm 9
%bcond_without check
%global debug_package %{nil}
%global crate simple_logger
Name: rust-%{crate}
Version: 1.2.0
Version: 1.3.0
Release: 1%{?dist}
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}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%if ! %{__cargo_skip_build}
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(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)
%endif
%global _description \
A logger that prints all messages with a readable output format.
%global _description %{expand:
Logger that prints all messages with a readable output format.}
%description %{_description}
@ -81,6 +86,9 @@ which use "colored" feature of "%{crate}" crate.
%endif
%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
- Update to 1.2.0

@ -1 +1 @@
SHA512 (simple_logger-1.2.0.crate) = e6b034e75f28ce641fb57e9572408fa179aa2230cfc744ee3605ddc9173a959be701bd9c7288949176211ecac42b8075d43193afdb1531441fa8b41f35da5e7e
SHA512 (simple_logger-1.3.0.crate) = 0bdef89a5fc1b93e1dfe0c31709eaf57a1e6562fa67e4190f4dcff4617d930bf1f4e8c480000cd97e5028dc6287612603b05ec9a7a1382c187a82544edd52b4d

Loading…
Cancel
Save