Update to 1.5.0

epel10
Josh Stone 5 years ago
parent 544879032c
commit c0c60e32c5

1
.gitignore vendored

@ -2,3 +2,4 @@
/simple_logger-1.2.0.crate
/simple_logger-1.3.0.crate
/simple_logger-1.4.0.crate
/simple_logger-1.5.0.crate

@ -5,7 +5,7 @@
%global crate simple_logger
Name: rust-%{crate}
Version: 1.4.0
Version: 1.5.0
Release: 1%{?dist}
Summary: Logger that prints all messages with a readable output format
@ -55,6 +55,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+chrono-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+chrono-devel %{_description}
This package contains library source intended for building other packages
which use "chrono" feature of "%{crate}" crate.
%files -n %{name}+chrono-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+colored-devel
Summary: %{summary}
BuildArch: noarch
@ -86,6 +98,9 @@ which use "colored" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jan 28 2020 Josh Stone <jistone@redhat.com> - 1.5.0-1
- Update to 1.5.0
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.4.0-1
- Update to 1.4.0

@ -1,9 +1,9 @@
--- simple_logger-1.4.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ simple_logger-1.4.0/Cargo.toml 2020-01-15T06:50:38.850531+00:00
@@ -30,9 +30,3 @@
--- simple_logger-1.5.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ simple_logger-1.5.0/Cargo.toml 2020-01-28T17:16:41.090606+00:00
@@ -31,9 +31,3 @@
[features]
default = ["colored"]
default = ["colored", "chrono"]
-[target."cfg(windows)".dependencies.atty]
-version = "0.2.13"
-

@ -1 +1 @@
SHA512 (simple_logger-1.4.0.crate) = ecf37d33c66aa1d00a7d76395ca562fa0075f24675fe4778cb3adfcd86cbafb933126fa7f4ff49ba04a65cf0eb09f34189eaad4794d531a02cd7442c565e1491
SHA512 (simple_logger-1.5.0.crate) = 5c10f5d3c876cf17d5bb65fe0860def3c651ebc6363bf20fe3c703fef68a3c0c1578745f5105bf2bb6dcaf26295d0f278f5e1c67f31cdcf4d678721afa4db04e

Loading…
Cancel
Save