Update to version 2.10.2; Fixes RHBZ#2239956

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/sval_json-1.0.0-alpha.5.crate
/sval_json-2.6.1.crate
/sval_json-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_json
Name: rust-sval_json
Version: 2.6.1
Version: 2.10.2
Release: %autorelease
Summary: JSON support for sval
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/sval_json
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
JSON support for sval.}
@ -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_json-2.6.1.crate) = 79e1b5bdb9968986f923b6cf81cece28a7ebf449637a350f03a0ae066a89c698165801ebd1b55c9ec6316afecdbe63316a9e1bb1eb8ecaaf0a29767a15108dee
SHA512 (sval_json-2.10.2.crate) = 8779a02a329b1d12821aad27290ffc17e4fbf70a21874a776df158b0e637590f55bd232bd8433dfe60058f1a55e7747fa5c32cd6e32ab2a43d464238b7060fed

Loading…
Cancel
Save