|
|
|
@ -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
|
|
|
|
|