|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|