From adb6c8ab29445b947ea02b684d8d43052ccd1395 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 7 Aug 2023 20:46:03 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- rust-weezl.spec | 13 +++++-------- weezl-fix-metadata.diff | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/rust-weezl.spec b/rust-weezl.spec index 266373d..f44b967 100644 --- a/rust-weezl.spec +++ b/rust-weezl.spec @@ -1,22 +1,19 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global crate weezl -Name: rust-%{crate} +Name: rust-weezl Version: 0.1.7 Release: %autorelease Summary: Fast LZW compression and decompression -# 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/weezl Source: %{crates_source} -# Initial patched metadata +# Manually created patch for downstream crate metadata changes # * drop unused, benchmark-only criterion dev-dependency to speed up builds -Patch0: weezl-fix-metadata.diff - -ExclusiveArch: %{rust_arches} +Patch: weezl-fix-metadata.diff BuildRequires: rust-packaging >= 21 diff --git a/weezl-fix-metadata.diff b/weezl-fix-metadata.diff index 239d401..609cbab 100644 --- a/weezl-fix-metadata.diff +++ b/weezl-fix-metadata.diff @@ -1,5 +1,5 @@ --- weezl-0.1.7/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ weezl-0.1.7/Cargo.toml 2022-07-18T08:34:15.942522+00:00 ++++ weezl-0.1.7/Cargo.toml 2023-08-07T18:44:09.114344+00:00 @@ -72,9 +72,6 @@ optional = true default-features = false