Regenerate with rust2rpm v24

epel10
Fabio Valentini 2 years ago
parent 6011009d3a
commit 2ae36496a9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-im-rc
The rust-im-rc package

@ -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 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 @@ @@ -62,10 +62,6 @@
version = "1" version = "1"
optional = true optional = true

@ -1,24 +1,21 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
# * missing dev-dependencies: metrohash # * missing dev-dependencies: metrohash
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate im-rc %global crate im-rc
Name: rust-%{crate} Name: rust-im-rc
Version: 15.1.0 Version: 15.1.0
Release: %autorelease Release: %autorelease
Summary: Immutable collection datatypes (the fast but not thread safe version) Summary: Immutable collection datatypes (the fast but not thread safe version)
# Upstream license specification: MPL-2.0+ License: MPL-2.0+
License: MPLv2.0
URL: https://crates.io/crates/im-rc URL: https://crates.io/crates/im-rc
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Manually created patch for downstream crate metadata changes
# * drop optional "pool" feature with missing "refpool" dependency # * drop optional "pool" feature with missing "refpool" dependency
Patch0: im-rc-fix-metadata.diff Patch: im-rc-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

Loading…
Cancel
Save