Update to version 0.6.2; Fixes RHBZ#2208359

epel9
Fabio Valentini 2 years ago
parent 81bcdba8f5
commit 3fe8030b15
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/serde_spanned-0.6.1.crate /serde_spanned-0.6.1.crate
/serde_spanned-0.6.2.crate

@ -5,17 +5,13 @@
%global crate serde_spanned %global crate serde_spanned
Name: rust-serde_spanned Name: rust-serde_spanned
Version: 0.6.1 Version: 0.6.2
Release: %autorelease Release: %autorelease
Summary: Serde-compatible spanned Value Summary: Serde-compatible spanned Value
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_spanned URL: https://crates.io/crates/serde_spanned
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * fix copypasta in upstream crate description:
# https://github.com/toml-rs/toml/pull/536
Patch: serde_spanned-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

@ -1,15 +0,0 @@
--- serde_spanned-0.6.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ serde_spanned-0.6.1/Cargo.toml 2023-03-30T21:13:30.708654+00:00
@@ -23,11 +23,7 @@
"benches/**/*",
"tests/**/*",
]
-description = """
-A native Rust encoder and decoder of TOML-formatted files and streams. Provides
-implementations of the standard Serialize/Deserialize traits for TOML data to
-facilitate deserializing and serializing Rust structures.
-"""
+description = "Serde-compatible spanned Value"
homepage = "https://github.com/toml-rs/toml"
documentation = "https://docs.rs/serde_spanned"
readme = "README.md"

@ -1 +1 @@
SHA512 (serde_spanned-0.6.1.crate) = 6271aa2af243021002a10cdbd16cb081bf10ab53a61cace104182eb4f28e0c0d7c447b7dcedb350ce78debf5ed6ce6502cb823ae9177d98c5288310094eb22d9 SHA512 (serde_spanned-0.6.2.crate) = ca64305238a8cc61cc4db3c9675299d34e4810dd63387be65231369cccb69c942c473b01388ee2b661cdaca8e133f1e8848bfa4d6a43eff28fda0fa9e1fe7ded

Loading…
Cancel
Save