public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cssparser] epel10: Relax phf dependency to allow phf v0.11
@ 2026-06-15 14:13 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 14:13 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-cssparser
Branch : epel10
Commit : 1ec2ddb30f66df8adbb13fb7be9a0b69048b3547
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2023-07-28T15:31:01+02:00
Stats  : +14/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cssparser/c/1ec2ddb30f66df8adbb13fb7be9a0b69048b3547?branch=epel10

Log:
Relax phf dependency to allow phf v0.11

---
diff --git a/README.md b/README.md
deleted file mode 100644
index 4e21609..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-cssparser
-
-The rust-cssparser package
\ No newline at end of file

diff --git a/cssparser-fix-metadata.diff b/cssparser-fix-metadata.diff
new file mode 100644
index 0000000..16cb46f
--- /dev/null
+++ b/cssparser-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- cssparser-0.29.6/Cargo.toml	1970-01-01T00:00:01+00:00
++++ cssparser-0.29.6/Cargo.toml	2023-07-28T13:10:01.251939+00:00
+@@ -43,7 +43,7 @@
+ version = "0.1"
+ 
+ [dependencies.phf]
+-version = ">=0.8,<=0.10"
++version = ">=0.8,<=0.12"
+ features = ["macros"]
+ 
+ [dependencies.serde]

diff --git a/rust-cssparser.spec b/rust-cssparser.spec
index 2716094..0e3689f 100644
--- a/rust-cssparser.spec
+++ b/rust-cssparser.spec
@@ -12,6 +12,9 @@ Summary:        Rust implementation of CSS Syntax Level 3
 License:        MPL-2.0
 URL:            https://crates.io/crates/cssparser
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * relax phf dependency to allow phf v0.11
+Patch:          cssparser-fix-metadata.diff
 
 BuildRequires:  rust-packaging >= 21
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 14:13 [rpms/rust-cssparser] epel10: Relax phf dependency to allow phf v0.11 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox