Update to version 0.9.11; Fixes RHBZ#2107782

epel9
Fabio Valentini 2 years ago
parent 53d4eddf81
commit d6636c055c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/serde_yaml-0.8.23.crate
/serde_yaml-0.8.24.crate
/serde_yaml-0.8.25.crate
/serde_yaml-0.9.11.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate serde_yaml
Name: rust-%{crate}
Version: 0.8.25
Name: rust-serde_yaml
Version: 0.9.11
Release: %autorelease
Summary: YAML support for Serde
Summary: YAML data format for Serde
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_yaml
Source: %{crates_source}
@ -19,7 +18,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
YAML support for Serde.}
YAML data format for Serde.}
%description %{_description}

@ -1 +1 @@
SHA512 (serde_yaml-0.8.25.crate) = 2e4bc1b9af60fcbfe1036d0159579b52462c3c3f378cb71d23dbaee8ed82fcf7b3252c9fdd002adf7adbd2e6b09ecd009f1b4efb93cbe5b3cd29218a1b2c22bf
SHA512 (serde_yaml-0.9.11.crate) = e7cc4ee6c7299b633e0c27b131be893b70f0ec9082c7c1e1f2518a6102b632b28942bd20bce230e453f39b28356a8548a611d7219b4c3dec432ec4060dd93fdf

Loading…
Cancel
Save