Compare commits

..

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

@ -1,15 +0,0 @@
--- directories-5.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ directories-5.0.1/Cargo.toml 2024-11-12T22:28:37.157435+00:00
@@ -25,12 +25,5 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/soc/directories-rs"
-[[bench]]
-name = "constructors"
-harness = false
-
[dependencies.dirs-sys]
version = "0.4.1"
-
-[dev-dependencies.bencher]
-version = "0.1.5"

@ -1,4 +1,4 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -12,9 +12,6 @@ Summary: Platform-specific standard locations of directories
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/directories URL: https://crates.io/crates/directories
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency
Patch: directories-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1,6 +1,3 @@
[package] [package]
summary = "Platform-specific standard locations of directories" summary = "Platform-specific standard locations of directories"
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]

Loading…
Cancel
Save