From e15cf9974e3f169bc496bc04f0ebfb1e605944bb Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 6 Aug 2023 16:19:22 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- README.md | 3 --- rust-diff.spec | 13 +++++-------- 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 9ce628d..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-diff - -The rust-diff package \ No newline at end of file diff --git a/rust-diff.spec b/rust-diff.spec index 06e485e..9c84e9f 100644 --- a/rust-diff.spec +++ b/rust-diff.spec @@ -1,26 +1,23 @@ -# Generated by rust2rpm 21 -# * speculate is not packaged +# Generated by rust2rpm 24 +# * missing dev-dependencies: speculate ^0.1.2 %bcond_with check %global debug_package %{nil} %global crate diff -Name: rust-%{crate} +Name: rust-diff Version: 0.1.13 Release: %autorelease Summary: LCS based slice and string diffing implementation -# 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/diff Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -LCS based slice and string diffing implementation.} +An LCS based slice and string diffing implementation.} %description %{_description}