Update to version 2.10.2; Fixes RHBZ#2239967

epel9 imports/e9/rust-sval_serde-2.10.2-1.el9
Fabio Valentini 1 year ago
parent b8a395c797
commit 6d3503b423
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/sval_serde-2.6.1.crate
/sval_serde-2.10.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate sval_serde
Name: rust-sval_serde
Version: 2.6.1
Version: 2.10.2
Release: %autorelease
Summary: Integration between serde::Serialize and sval::Value
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/sval_serde
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Integration between serde::Serialize and sval::Value.}
@ -72,7 +72,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (sval_serde-2.6.1.crate) = 7deccae3f402c4f9750128d443d9b2c8a24c4823fdeb33c822b4445f0771aea310d3eb8b3d18ab9a52a84a40b4af5dce6c5542f25f91e5b15a9d2b86a8ef3505
SHA512 (sval_serde-2.10.2.crate) = b8612cce980543ac199d6fed4f3c092dbd6fb043439871dda0a617612d082ea0eff09f474dfda6a6153a1df28fa3160002700537a7ff2e4fcdee5e4d7ab7cc8e

Loading…
Cancel
Save