|
|
|
@ -5,11 +5,11 @@
|
|
|
|
|
%global crate slog
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 2.4.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.5.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Structured, extensible, composable logging for Rust
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MPL-2.0/MIT/Apache-2.0
|
|
|
|
|
# Upstream license specification: MPL-2.0 OR MIT OR Apache-2.0
|
|
|
|
|
License: MPLv2.0 or MIT or ASL 2.0
|
|
|
|
|
URL: https://crates.io/crates/slog
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
@ -160,6 +160,18 @@ which use "nested-values" feature of "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+nested-values-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+nothreads-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+nothreads-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages
|
|
|
|
|
which use "nothreads" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+nothreads-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+release_max_level_debug-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -263,6 +275,9 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 03 14:12:03 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.5.2-1
|
|
|
|
|
- Update to 2.5.2
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|