From b141fe52ca4f90761b0f6b32641c8fb3a6150b2a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 12 Mar 2023 22:26:19 +0100 Subject: [PATCH] Regenerate with rust2rpm v24 --- README.md | 3 --- lab-fix-metadata.diff | 19 ++++++++++++++----- rust-lab.spec | 6 +++--- 3 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index fb20580..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-lab - -The rust-lab package \ No newline at end of file diff --git a/lab-fix-metadata.diff b/lab-fix-metadata.diff index 4cc60c7..f1811c4 100644 --- a/lab-fix-metadata.diff +++ b/lab-fix-metadata.diff @@ -1,13 +1,22 @@ --- lab-0.11.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ lab-0.11.0/Cargo.toml 2022-11-04T18:04:33.427714+00:00 -@@ -37,10 +37,6 @@ ++++ lab-0.11.0/Cargo.toml 2023-03-12T21:25:13.736516+00:00 +@@ -27,19 +27,8 @@ + [lib] + bench = false + +-[[bench]] +-name = "rgb_to_lab" +-harness = false +- +-[[bench]] +-name = "lab_to_rgb" +-harness = false [dev-dependencies.approx] version = "0.5" - +- -[dev-dependencies.criterion] -version = "0.3" -default-features = false -- + [dev-dependencies.lazy_static] version = "1.3.0" - diff --git a/rust-lab.spec b/rust-lab.spec index a800aef..9c63902 100644 --- a/rust-lab.spec +++ b/rust-lab.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 23 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} @@ -19,8 +19,8 @@ Patch: lab-fix-metadata.diff BuildRequires: rust-packaging >= 21 %global _description %{expand: -Tools for converting RGB colors to the CIE-L*a*b* color space, and comparing -differences in color.} +Tools for converting RGB colors to the CIE-L*a*b* color space, and +comparing differences in color.} %description %{_description}