diff --git a/rust-tzfile.spec b/rust-tzfile.spec index 208a209..432c353 100644 --- a/rust-tzfile.spec +++ b/rust-tzfile.spec @@ -1,5 +1,5 @@ -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate tzfile @@ -13,8 +13,8 @@ License: MIT URL: https://crates.io/crates/tzfile Source: %{crates_source} # Manually created patch for downstream crate metadata changes -# * drop unused, benchmark-only criterion dev-dependency to speed up builds -# * adjust chrono-tz dev-dependency to allow up to 0.9 +# * drop unused, benchmark-only criterion dev-dependency +# * adjust chrono-tz dev-dependency to allow up to 0.10 Patch: tzfile-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 diff --git a/tzfile-fix-metadata.diff b/tzfile-fix-metadata.diff index 690ed07..656f7dd 100644 --- a/tzfile-fix-metadata.diff +++ b/tzfile-fix-metadata.diff @@ -1,5 +1,5 @@ --- tzfile-0.1.3/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ tzfile-0.1.3/Cargo.toml 2024-08-23T01:06:28.808395+00:00 ++++ tzfile-0.1.3/Cargo.toml 2024-12-08T20:09:11.758285+00:00 @@ -32,10 +32,7 @@ version = "0.4" @@ -8,7 +8,7 @@ - -[dev-dependencies.criterion] -version = "0.3" -+version = ">= 0.5, < 0.10" ++version = ">= 0.5, < 0.11" [dev-dependencies.lazy_static] version = "1.1"