Compare commits

..

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

@ -1,12 +0,0 @@
--- idna-0.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ idna-0.5.0/Cargo.toml 2024-09-14T19:58:41.428643+00:00
@@ -50,9 +50,6 @@
[dev-dependencies.assert_matches]
version = "1.3"
-[dev-dependencies.bencher]
-version = "0.1"
-
[dev-dependencies.serde_json]
version = "1.0"

@ -1,4 +1,4 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
@ -12,9 +12,6 @@ Summary: IDNA (Internationalizing Domain Names in Applications) and Punyc
License: MIT OR Apache-2.0
URL: https://crates.io/crates/idna
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only bencher dev-dependency
Patch: idna-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24

@ -1,6 +1,3 @@
[package]
summary = "IDNA (Internationalizing Domain Names in Applications) and Punycode"
cargo-toml-patch-comments = [
"drop unused, benchmark-only bencher dev-dependency",
]

Loading…
Cancel
Save