Update to 0.11.2

Signed-off-by: Igor Raits <igor.raits@gmail.com>
epel9
Igor Raits 3 years ago
parent 4163e9812f
commit 028c73fb1c
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

10
.gitignore vendored

@ -1,9 +1 @@
/simplelog-0.5.2.crate
/simplelog-0.5.3.crate
/simplelog-0.7.4.crate
/simplelog-0.7.5.crate
/simplelog-0.7.6.crate
/simplelog-0.8.0.crate
/simplelog-0.9.0.crate
/simplelog-0.10.0.crate
/simplelog-0.10.2.crate
/simplelog-*.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate simplelog
Name: rust-%{crate}
Version: 0.10.2
Version: 0.11.2
Release: %autorelease
Summary: Simple and easy-to-use logging facility for Rust's log crate
@ -15,9 +15,6 @@ URL: https://crates.io/crates/simplelog
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE.MIT LICENSE.APACHE2
%doc README.md CHANGELOG.md
%license LICENSE.APACHE2 LICENSE.MIT
%doc CHANGELOG.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,20 +43,44 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+ansi_term-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ansi_term-devel %{_description}
This package contains library source intended for building other packages which
use the "ansi_term" feature of the "%{crate}" crate.
%files -n %{name}+ansi_term-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+paris-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+paris-devel %{_description}
This package contains library source intended for building other packages which
use the "paris" feature of the "%{crate}" crate.
%files -n %{name}+paris-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+termcolor-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+termcolor-devel %{_description}
This package contains library source intended for building other packages
which use "termcolor" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "termcolor" feature of the "%{crate}" crate.
%files -n %{name}+termcolor-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -70,8 +91,8 @@ BuildArch: noarch
%description -n %{name}+test-devel %{_description}
This package contains library source intended for building other packages
which use "test" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "test" feature of the "%{crate}" crate.
%files -n %{name}+test-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (simplelog-0.10.2.crate) = 0895b3b65e1dc55df20ffeaf0b2aa1f2e5449b7ab33e0eddc9c346a2de124c5299e9d1aad89f7fb131b690735b5225670b0ead6482326e5b3427c9188164ebf1
SHA512 (simplelog-0.11.2.crate) = 468f0a84471b2933d4afc243db2be82e15b83e7ccc49de90fe967e9e2aab620308c0d3a107cc1b737149246f99e54e39efdabb63293994e6194192eefd2208fa

Loading…
Cancel
Save