From 1d684976363a595b8302312295b62a2bef408e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Thu, 17 Jun 2021 20:15:14 +0200 Subject: [PATCH] Bump strum and strum_macros to 0.21 --- rust-system-deps.spec | 6 +++++- system-deps-fix-metadata.diff | 15 ++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/rust-system-deps.spec b/rust-system-deps.spec index c625558..bcefc34 100644 --- a/rust-system-deps.spec +++ b/rust-system-deps.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 1.3.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Declarative dependencies in Cargo.toml # Upstream license specification: MIT/Apache-2.0 @@ -16,6 +16,7 @@ URL: https://crates.io/crates/system-deps Source: %{crates_source} # Initial patched metadata # * bump version-compare from 0.0.10 to 0.0.11 (already upstream) +# * Bump strum and strum_macros to 0.21 (already upstream) Patch0: system-deps-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -76,6 +77,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Jun 17 2021 Robert-André Mauchin - 1.3.2-6 +- Bump strum and strum_macros to 0.21 + * Wed Jan 27 2021 Fedora Release Engineering - 1.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/system-deps-fix-metadata.diff b/system-deps-fix-metadata.diff index 0085b57..68c1894 100644 --- a/system-deps-fix-metadata.diff +++ b/system-deps-fix-metadata.diff @@ -1,5 +1,18 @@ --- system-deps-1.3.2/Cargo.toml 2020-07-10T07:53:27+00:00 -+++ system-deps-1.3.2/Cargo.toml 2020-12-15T20:24:13.027079+00:00 ++++ system-deps-1.3.2/Cargo.toml 2021-06-17T18:02:06.238944+00:00 +@@ -28,10 +28,10 @@ + version = "0.3.8" + + [dependencies.strum] +-version = "0.18" ++version = "0.21" + + [dependencies.strum_macros] +-version = "0.18" ++version = "0.21" + + [dependencies.thiserror] + version = "1" @@ -41,7 +41,7 @@ default-features = false