update to version 2.7.0

epel9
Fabio Valentini 4 years ago
parent f3906ed38a
commit b138b9d91f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/slog-2.4.1.crate
/slog-2.5.2.crate
/slog-2.7.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate slog
Name: rust-%{crate}
Version: 2.5.2
Release: 4%{?dist}
Version: 2.7.0
Release: 1%{?dist}
Summary: Structured, extensible, composable logging for Rust
# Upstream license specification: MPL-2.0 OR MIT OR Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MPL2 LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+dynamic-keys-devel
Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "dynamic-keys" feature of "%{crate}" crate.
%files -n %{name}+dynamic-keys-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+erased-serde-devel
Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "erased-serde" feature of "%{crate}" crate.
%files -n %{name}+erased-serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+max_level_debug-devel
Summary: %{summary}
@ -86,7 +86,7 @@ This package contains library source intended for building other packages
which use "max_level_debug" feature of "%{crate}" crate.
%files -n %{name}+max_level_debug-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+max_level_error-devel
Summary: %{summary}
@ -98,7 +98,7 @@ This package contains library source intended for building other packages
which use "max_level_error" feature of "%{crate}" crate.
%files -n %{name}+max_level_error-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+max_level_info-devel
Summary: %{summary}
@ -110,7 +110,7 @@ This package contains library source intended for building other packages
which use "max_level_info" feature of "%{crate}" crate.
%files -n %{name}+max_level_info-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+max_level_off-devel
Summary: %{summary}
@ -122,7 +122,7 @@ This package contains library source intended for building other packages
which use "max_level_off" feature of "%{crate}" crate.
%files -n %{name}+max_level_off-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+max_level_trace-devel
Summary: %{summary}
@ -134,7 +134,7 @@ This package contains library source intended for building other packages
which use "max_level_trace" feature of "%{crate}" crate.
%files -n %{name}+max_level_trace-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+max_level_warn-devel
Summary: %{summary}
@ -146,7 +146,7 @@ This package contains library source intended for building other packages
which use "max_level_warn" feature of "%{crate}" crate.
%files -n %{name}+max_level_warn-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nested-values-devel
Summary: %{summary}
@ -158,7 +158,7 @@ This package contains library source intended for building other packages
which use "nested-values" feature of "%{crate}" crate.
%files -n %{name}+nested-values-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nothreads-devel
Summary: %{summary}
@ -170,7 +170,7 @@ 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
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+release_max_level_debug-devel
Summary: %{summary}
@ -182,7 +182,7 @@ This package contains library source intended for building other packages
which use "release_max_level_debug" feature of "%{crate}" crate.
%files -n %{name}+release_max_level_debug-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+release_max_level_error-devel
Summary: %{summary}
@ -194,7 +194,7 @@ This package contains library source intended for building other packages
which use "release_max_level_error" feature of "%{crate}" crate.
%files -n %{name}+release_max_level_error-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+release_max_level_info-devel
Summary: %{summary}
@ -206,7 +206,7 @@ This package contains library source intended for building other packages
which use "release_max_level_info" feature of "%{crate}" crate.
%files -n %{name}+release_max_level_info-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+release_max_level_off-devel
Summary: %{summary}
@ -218,7 +218,7 @@ This package contains library source intended for building other packages
which use "release_max_level_off" feature of "%{crate}" crate.
%files -n %{name}+release_max_level_off-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+release_max_level_trace-devel
Summary: %{summary}
@ -230,7 +230,7 @@ This package contains library source intended for building other packages
which use "release_max_level_trace" feature of "%{crate}" crate.
%files -n %{name}+release_max_level_trace-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+release_max_level_warn-devel
Summary: %{summary}
@ -242,7 +242,7 @@ This package contains library source intended for building other packages
which use "release_max_level_warn" feature of "%{crate}" crate.
%files -n %{name}+release_max_level_warn-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -254,7 +254,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -275,6 +275,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Mon Nov 30 2020 Fabio Valentini <decathorpe@gmail.com> - 2.7.0-1
- Update to version 2.7.0.
- Fixes RHBZ#1902585
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (slog-2.5.2.crate) = f6772595240abd8aeb1644d40007db7640331491543ea5633f1c3cf7ef6b802dca50069a7b2bee8476c42e23884b39d8d2af3025576c13c851f41649924cc6df
SHA512 (slog-2.7.0.crate) = 13bab46e288596d856adac80a6481d803646f27ef7bc1669ee2f7667b321b33beceb050348007a0ef28d0722bb597fed2139eef4685d01269ffe271830d1b15b

Loading…
Cancel
Save