Update to 1.2.0

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

1
.gitignore vendored

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

@ -1,15 +1,15 @@
# Generated by rust2rpm # Generated by rust2rpm-9-1.fc31
%bcond_with check %bcond_with 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.0.1 Version: 1.2.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
# https://github.com/borntyping/rust-simple_logger/issues/7 # Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/simple_logger URL: https://crates.io/crates/simple_logger
Source: %{crates_source} Source: %{crates_source}
@ -18,6 +18,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
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(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)
@ -36,6 +37,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
@ -51,6 +53,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+colored-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+colored-devel %{_description}
This package contains library source intended for building other packages
which use "colored" feature of "%{crate}" crate.
%files -n %{name}+colored-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -67,5 +81,8 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun May 12 11:11:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-1
- Update to 1.2.0
* Sat Apr 27 09:28:47 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1 * Sat Apr 27 09:28:47 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (simple_logger-1.0.1.crate) = 77bbb79800e441f313da2cac353535fb8bf042849318b8377b44b10ff50a64a148fd60707f9b83a042fa87b5b0dd1fe8c0d87f2577b6a60e3071cd45afd23bdd SHA512 (simple_logger-1.2.0.crate) = e6b034e75f28ce641fb57e9572408fa179aa2230cfc744ee3605ddc9173a959be701bd9c7288949176211ecac42b8075d43193afdb1531441fa8b41f35da5e7e

Loading…
Cancel
Save