Update to 0.8.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent f36ca4e9d9
commit cdf31c10ba
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -3,3 +3,4 @@
/simplelog-0.7.4.crate
/simplelog-0.7.5.crate
/simplelog-0.7.6.crate
/simplelog-0.8.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate simplelog
Name: rust-%{crate}
Version: 0.7.6
Version: 0.8.0
Release: 1%{?dist}
Summary: Simple and easy-to-use logging facility for Rust's log crate
@ -52,16 +52,16 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+term-devel
%package -n %{name}+termcolor-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+term-devel %{_description}
%description -n %{name}+termcolor-devel %{_description}
This package contains library source intended for building other packages
which use "term" feature of "%{crate}" crate.
which use "termcolor" feature of "%{crate}" crate.
%files -n %{name}+term-devel
%files -n %{name}+termcolor-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+test-devel
@ -95,6 +95,9 @@ which use "test" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 28 16:16:51 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.7.6-1
- Update to 0.7.6

@ -1 +1 @@
SHA512 (simplelog-0.7.6.crate) = ad8f5633968a207ed4fafcf1c8e25b3c8f5021e4ee7cb7723f7cd3af34b2c31485d65280d209817d92f4dd599ff9e8ed50836c45d872581e69a9e317c539dec7
SHA512 (simplelog-0.8.0.crate) = 4146098c469a63e1a101f6aad57129356b1ff30bfebbb2bc54cbb686656e1d8b439bcb7254b32ac618b1ebf0cb30b41a42cb12da02fba4ad09eb3b762106237e

Loading…
Cancel
Save