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