Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -1,6 +1,6 @@
--- lab-0.11.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ lab-0.11.0/Cargo.toml 2024-10-02T16:17:10.254675+00:00
@@ -27,25 +27,14 @@
+++ lab-0.11.0/Cargo.toml 2023-03-12T21:25:13.736516+00:00
@@ -27,19 +27,8 @@
[lib]
bench = false
@ -20,10 +20,3 @@
[dev-dependencies.lazy_static]
version = "1.3.0"
[dev-dependencies.pretty_assertions]
-version = "0.7"
+version = "1"
[dev-dependencies.rand]
version = "0.8"

@ -1,4 +1,4 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
@ -13,11 +13,10 @@ License: MIT
URL: https://crates.io/crates/lab
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump pretty_assertions dev-dependecy from ^0.7 to ^1
# * drop unused, benchmark-only criterion dev-dependency
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch: lab-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Tools for converting RGB colors to the CIE-L*a*b* color space, and
@ -52,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -1,7 +0,0 @@
[package]
summary = "Tools for converting RGB colors to the CIE-L*a*b* color space"
cargo-toml-patch-comments = [
"bump pretty_assertions dev-dependecy from ^0.7 to ^1",
"drop unused, benchmark-only criterion dev-dependency",
]
Loading…
Cancel
Save