Compare commits

...

5 Commits

3
.gitignore vendored

@ -35,3 +35,6 @@
/serde_yaml-0.9.27.crate /serde_yaml-0.9.27.crate
/serde_yaml-0.9.29.crate /serde_yaml-0.9.29.crate
/serde_yaml-0.9.30.crate /serde_yaml-0.9.30.crate
/serde_yaml-0.9.31.crate
/serde_yaml-0.9.33.crate
/serde_yaml-0.9.34+deprecated.crate

@ -1,17 +1,20 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate serde_yaml %global crate serde_yaml
%global upstream_version 0.9.34+deprecated
Name: rust-serde_yaml Name: rust-serde_yaml
Version: 0.9.30 Version: 0.9.34
Release: %autorelease Release: %autorelease
Summary: YAML data format for Serde Summary: YAML data format for Serde
License: MIT OR Apache-2.0 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 %{crate} %{upstream_version}}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: serde_yaml-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24
@ -48,7 +51,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} -p1 %autosetup -n %{crate}-%{upstream_version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,16 @@
--- serde_yaml-0.9.34+deprecated/Cargo.toml 1970-01-01T00:00:01+00:00
+++ serde_yaml-0.9.34+deprecated/Cargo.toml 2024-05-16T20:43:59.833589+00:00
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.64"
name = "serde_yaml"
-version = "0.9.34+deprecated"
+version = "0.9.34"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "YAML data format for Serde"
documentation = "https://docs.rs/serde_yaml/"
@@ -60,3 +60,4 @@
[dev-dependencies.serde_derive]
version = "1.0.195"
+

@ -1 +1 @@
SHA512 (serde_yaml-0.9.30.crate) = 5490d2af795062263b2daf3613dfc1fbdf259cca2bdcb1395fde1e2e535291035980220ca5aa0e97f99b3041acbcc7fdaea133f3503026be72db3b17fcbafb23 SHA512 (serde_yaml-0.9.34+deprecated.crate) = 64329436d18bc3b1a0737afff7c8727f7e04c71b2bf6022f597a45f0860fa3a678eac688f61f0bf7a7846f98809f427c9907625e1d00c8691c383043c1cffaca

Loading…
Cancel
Save