diff --git a/README.md b/README.md deleted file mode 100644 index 0c486f0..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-bitmaps - -The rust-bitmaps package \ No newline at end of file diff --git a/bitmaps-fix-metadata.diff b/bitmaps-fix-metadata.diff index 13d0983..c6d45b1 100644 --- a/bitmaps-fix-metadata.diff +++ b/bitmaps-fix-metadata.diff @@ -1,6 +1,12 @@ --- bitmaps-2.1.0/Cargo.toml 2020-03-26T13:33:13+00:00 -+++ bitmaps-2.1.0/Cargo.toml 2022-12-20T20:41:13.080777+00:00 -@@ -25,10 +25,10 @@ ++++ bitmaps-2.1.0/Cargo.toml 2023-08-22T20:10:45.990608+00:00 +@@ -20,15 +20,15 @@ + documentation = "http://docs.rs/bitmaps" + readme = "./README.md" + categories = ["data-structures"] +-license = "MPL-2.0+" ++license = "MPL-2.0" + repository = "https://github.com/bodil/bitmaps" [dependencies.typenum] version = "1.10.0" [dev-dependencies.proptest] diff --git a/rust-bitmaps.spec b/rust-bitmaps.spec index 8a65497..07e9b91 100644 --- a/rust-bitmaps.spec +++ b/rust-bitmaps.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 23 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} @@ -9,10 +9,12 @@ Version: 2.1.0 Release: %autorelease Summary: Fixed size boolean arrays -License: MPL-2.0+ +License: MPL-2.0 URL: https://crates.io/crates/bitmaps Source: %{crates_source} # Manually created patch for downstream crate metadata changes +# * fix invalid SPDX identifier in crate license: +# https://github.com/bodil/bitmaps/issues/24 # * bump proptest dev-dependency from 0.9 to 1.0 # * bump proptest-derive dev-dependency from 0.1 to 0.3 Patch: bitmaps-fix-metadata.diff