Update to version 2.10.2; Fixes RHBZ#2239957

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/sval-0.5.2.crate
/sval-1.0.0-alpha.5.crate
/sval-2.6.1.crate
/sval-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
Name: rust-sval
Version: 2.6.1
Version: 2.10.2
Release: %autorelease
Summary: Streaming, structured value serialization
@ -85,7 +85,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,2 +0,0 @@
[DEFAULT]
all-features = true

@ -0,0 +1,3 @@
[features]
enable-all = true

@ -1 +1 @@
SHA512 (sval-2.6.1.crate) = 15bbdbce7357a08ea618947ccb59818f3c3944dfa8b24bb22c23b75b42f30f235823dad441218d457d4c450824a59fd9a144133f35d106cd26c2ea152c898de5
SHA512 (sval-2.10.2.crate) = 53e27dcd155e6cf03fc59d5646a512911462613a7c1a5bcbc214981a36d794c8a248aaab5a5e21134ccec391b511ce63353ea71f43a9f316a0da9c7954cf2179

Loading…
Cancel
Save