Update to version 2.10.2; Fixes RHBZ#2239958

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

1
.gitignore vendored

@ -1 +1,2 @@
/sval_ref-2.6.1.crate /sval_ref-2.6.1.crate
/sval_ref-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_ref %global crate sval_ref
Name: rust-sval_ref Name: rust-sval_ref
Version: 2.6.1 Version: 2.10.2
Release: %autorelease Release: %autorelease
Summary: Variant of sval::Value for types with internal references Summary: Variant of sval::Value for types with internal references
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/sval_ref URL: https://crates.io/crates/sval_ref
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A variant of sval::Value for types with internal references.} A variant of sval::Value for types with internal references.}
@ -72,7 +72,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %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_ref-2.6.1.crate) = 91ac822ae7b08c427fb5de860d4162e17e85b25b4219a32bc9ef1f5722b884624d78c17f46af332fb34ff6d2733c76603fc3a6b38c20001107c02d549b378fb0 SHA512 (sval_ref-2.10.2.crate) = 44311cef8fdbaa6fae1728af2cc56d22085cf7eb5d5b5acc63d5c33274b7017e189937b8503bc0ea8be95358aab4bb2c034fc37db4b08d04b342cca2c2a7c66d

Loading…
Cancel
Save