Update to version 0.9.27; Fixes RHBZ#2246259

epel9
Fabio Valentini 1 year ago
parent 738c2f352e
commit 49c607d092
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -32,3 +32,4 @@
/serde_yaml-0.9.21.crate /serde_yaml-0.9.21.crate
/serde_yaml-0.9.22.crate /serde_yaml-0.9.22.crate
/serde_yaml-0.9.25.crate /serde_yaml-0.9.25.crate
/serde_yaml-0.9.27.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 serde_yaml %global crate serde_yaml
Name: rust-serde_yaml Name: rust-serde_yaml
Version: 0.9.25 Version: 0.9.27
Release: %autorelease Release: %autorelease
Summary: YAML data format for Serde Summary: YAML data format for Serde
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_yaml URL: https://crates.io/crates/serde_yaml
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
YAML data format for Serde.} YAML data format for Serde.}
@ -48,7 +48,7 @@ use the "default" 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 (serde_yaml-0.9.25.crate) = a86b0fee5a62dc54fadbd3b9f174ac767a55ea3e0a2f98fcd5f3d6e5c60d76f79d4dad07436a686b786fe2d89367f647287dcf554076d272a83e72cad5df2172 SHA512 (serde_yaml-0.9.27.crate) = 661b6a796caa3da6fabc3b24e798f9608c97706d49f64f05b8e046d40fd7c5e60ac66c3a88d399fdcd7eb2c71f3b6cec0104bdaf46870404e938b08fd55c7ea5

Loading…
Cancel
Save