Update to version 2.2.1; Fixes RHBZ#2072114

epel9
Fabio Valentini 3 years ago
parent 5d89658060
commit 883e965112
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/femme-2.1.1.crate /femme-2.1.1.crate
/femme-2.2.1.crate

@ -1,9 +1,10 @@
--- femme-2.1.1/Cargo.toml 2020-08-10T13:59:21+00:00 --- femme-2.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ femme-2.1.1/Cargo.toml 2021-04-28T23:38:02.172034+00:00 +++ femme-2.2.1/Cargo.toml 2022-05-11T13:54:26.460265+00:00
@@ -38,13 +38,3 @@ @@ -52,14 +52,3 @@
version = "1.0.56"
[dev-dependencies.kv-log-macro] [dev-dependencies.kv-log-macro]
version = "1.0.5" version = "1.0.5"
-
-[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] -[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
-version = "0.3.25" -version = "0.3.25"
- -

@ -1,13 +1,13 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate femme %global crate femme
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.1.1 Version: 2.2.1
Release: %autorelease Release: %autorelease
Summary: Pretty-printer and ndjson logger for log crate Summary: Pretty-printer and ndjson logger for the log crate
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -18,14 +18,12 @@ Source: %{crates_source}
Patch0: femme-fix-metadata.diff Patch0: femme-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Not just a pretty (inter)face: pretty-printer and ndjson logger for log crate.} Not just a pretty (inter)face: pretty-printer and ndjson logger for the log
crate.}
%description %{_description} %description %{_description}
@ -35,13 +33,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,11 +48,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (femme-2.1.1.crate) = 0c0b70f22f01ecb92751d7d3d945f31efba47ba8c5e61c6a92d71ba99e09b229f114681860c2525beaafc0382f2261e863cb10bd298834d1fc4e4609a4945d64 SHA512 (femme-2.2.1.crate) = b1fa5b9b5c346325b3bbcf7b968a26d7b372e21a2f461f5aa63e07f04716e9d8e8b6b36846379c8403e81785105e781dae5aa580395e2cc7d38f4ad90c769c54

Loading…
Cancel
Save