Update to version 2.10.2; Fixes RHBZ#2239966

epel9 imports/e9/rust-sval_derive-2.10.2-1.el9
Fabio Valentini 1 year ago
parent 505be89b89
commit 88ed32d331
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/sval_derive-0.5.2.crate /sval_derive-0.5.2.crate
/sval_derive-1.0.0-alpha.5.crate /sval_derive-1.0.0-alpha.5.crate
/sval_derive-2.6.1.crate /sval_derive-2.6.1.crate
/sval_derive-2.10.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate sval_derive %global crate sval_derive
Name: rust-sval_derive Name: rust-sval_derive
Version: 2.6.1 Version: 2.10.2
Release: %autorelease Release: %autorelease
Summary: Derive support for sval Summary: Derive support for sval
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/sval_derive URL: https://crates.io/crates/sval_derive
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Derive support for sval.} Derive support for sval.}
@ -47,8 +47,44 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+flatten-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+flatten-devel %{_description}
This package contains library source intended for building other packages which
use the "flatten" feature of the "%{crate}" crate.
%files -n %{name}+flatten-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (sval_derive-2.6.1.crate) = f8bf0fde5751ad9b10c32810d2afd950775493ac462d1db770140c7e7730f4ec06797be2461ea9715b4e9fb246ca36b7a783fb8458cf15f622897c15af335f38 SHA512 (sval_derive-2.10.2.crate) = 9d6a3b701920377ec3e7622a2be200b62f0cb36000608a93d72bcc3f2c7be16242806c4db499fcf2ad979bbfefd209817caa17ded9d83364c41110d9d568abae

Loading…
Cancel
Save