From 5da2fc260c4f2010ba75abbdbe07e9ea07ce9ffd Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 9 Aug 2024 15:11:25 +0200 Subject: [PATCH] Update to version 1.8.0; Fixes RHBZ#2296350 --- .gitignore | 1 + rust-tinyvec.spec | 2 +- rust2rpm.toml | 6 ++++++ sources | 2 +- tinyvec-fix-metadata.diff | 4 ++-- 5 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 rust2rpm.toml diff --git a/.gitignore b/.gitignore index 3d2c4a8..2f285fb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /tinyvec-1.6.0.crate /tinyvec-1.6.1.crate /tinyvec-1.7.0.crate +/tinyvec-1.8.0.crate diff --git a/rust-tinyvec.spec b/rust-tinyvec.spec index 2a3a2ff..9c29cd8 100644 --- a/rust-tinyvec.spec +++ b/rust-tinyvec.spec @@ -5,7 +5,7 @@ %global crate tinyvec Name: rust-tinyvec -Version: 1.7.0 +Version: 1.8.0 Release: %autorelease Summary: 100% safe vec-like data structures diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..035623a --- /dev/null +++ b/rust2rpm.toml @@ -0,0 +1,6 @@ +[package] +cargo-toml-patch-comments = [ + "drop unused debugger_visualizer support", + "drop unused, benchmark-only criterion dev-dependency", +] + diff --git a/sources b/sources index 8e7950d..7fc078e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tinyvec-1.7.0.crate) = 9628e5a8861d01e22f00161b3cee58861a2801cd0c64016872bc0c6fb49899a553abd0bbed61064ed91e3a8fbd93e311b2a622fd21d74345e80ec27c1e2f36db +SHA512 (tinyvec-1.8.0.crate) = b7b32e38229645965900f80f298685f13e6d13e58cfd6945409a6643ca9c9adc2621456956d5998ab9dd91c2db4ae79638b156ca0d9c7c5505023fd9b28414df diff --git a/tinyvec-fix-metadata.diff b/tinyvec-fix-metadata.diff index 71a92ed..0746de8 100644 --- a/tinyvec-fix-metadata.diff +++ b/tinyvec-fix-metadata.diff @@ -1,5 +1,5 @@ ---- tinyvec-1.7.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tinyvec-1.7.0/Cargo.toml 2024-07-06T13:57:06.965548+00:00 +--- tinyvec-1.8.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ tinyvec-1.8.0/Cargo.toml 2024-08-09T13:09:16.202528+00:00 @@ -77,29 +77,8 @@ ]