From 2ae36496a9aab0493b48ca3616ee8ad109f149ca Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 6 Aug 2023 16:54:54 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- README.md | 3 --- im-rc-fix-metadata.diff | 2 +- rust-im-rc.spec | 13 +++++-------- 3 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 976d7d7..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-im-rc - -The rust-im-rc package \ No newline at end of file diff --git a/im-rc-fix-metadata.diff b/im-rc-fix-metadata.diff index cd90550..3aeb746 100644 --- a/im-rc-fix-metadata.diff +++ b/im-rc-fix-metadata.diff @@ -1,5 +1,5 @@ --- im-rc-15.1.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ im-rc-15.1.0/Cargo.toml 2022-05-12T13:33:00.506027+00:00 ++++ im-rc-15.1.0/Cargo.toml 2023-08-06T14:52:54.312132+00:00 @@ -62,10 +62,6 @@ version = "1" optional = true diff --git a/rust-im-rc.spec b/rust-im-rc.spec index ab37935..57fc869 100644 --- a/rust-im-rc.spec +++ b/rust-im-rc.spec @@ -1,24 +1,21 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 # * missing dev-dependencies: metrohash %bcond_with check %global debug_package %{nil} %global crate im-rc -Name: rust-%{crate} +Name: rust-im-rc Version: 15.1.0 Release: %autorelease Summary: Immutable collection datatypes (the fast but not thread safe version) -# Upstream license specification: MPL-2.0+ -License: MPLv2.0 +License: MPL-2.0+ URL: https://crates.io/crates/im-rc Source: %{crates_source} -# Initial patched metadata +# Manually created patch for downstream crate metadata changes # * drop optional "pool" feature with missing "refpool" dependency -Patch0: im-rc-fix-metadata.diff - -ExclusiveArch: %{rust_arches} +Patch: im-rc-fix-metadata.diff BuildRequires: rust-packaging >= 21