public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-selectors] epel10: Update to 0.25.0
@ 2026-06-15 14:14 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-06-15 14:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-selectors
Branch : epel10
Commit : bcd2dcd1536ee9ec8e8c0b6e1559a8cdb6610dc2
Author : Kalev Lember <klember@redhat.com>
Date : 2023-10-01T21:18:53+02:00
Stats : +27/-6 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-selectors/c/bcd2dcd1536ee9ec8e8c0b6e1559a8cdb6610dc2?branch=epel10
Log:
Update to 0.25.0
- Bump phf dep to 0.11
---
diff --git a/.gitignore b/.gitignore
index 7ce9537..c0e8871 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/selectors-0.23.0.crate
/selectors-0.24.0.crate
+/selectors-0.25.0.crate
diff --git a/rust-selectors.spec b/rust-selectors.spec
index 3f9cc9e..99ada7d 100644
--- a/rust-selectors.spec
+++ b/rust-selectors.spec
@@ -5,15 +5,18 @@
%global crate selectors
Name: rust-selectors
-Version: 0.24.0
+Version: 0.25.0
Release: %autorelease
Summary: CSS Selectors matching for Rust
License: MPL-2.0
URL: https://crates.io/crates/selectors
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * bump phf dep to 0.11
+Patch: selectors-fix-metadata.diff
-BuildRequires: cargo-rpm-macros >= 24
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
CSS Selectors matching for Rust.}
diff --git a/rust2rpm.conf b/rust2rpm.conf
deleted file mode 100644
index 07c6588..0000000
--- a/rust2rpm.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[DEFAULT]
-unwanted-features =
- shmem
diff --git a/selectors-fix-metadata.diff b/selectors-fix-metadata.diff
new file mode 100644
index 0000000..15a2562
--- /dev/null
+++ b/selectors-fix-metadata.diff
@@ -0,0 +1,20 @@
+--- selectors-0.25.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ selectors-0.25.0/Cargo.toml 2023-10-01T19:18:16.525285+00:00
+@@ -52,7 +52,7 @@
+ version = "1"
+
+ [dependencies.phf]
+-version = "0.10"
++version = "0.11"
+
+ [dependencies.precomputed-hash]
+ version = "0.1"
+@@ -64,7 +64,7 @@
+ version = "1.0"
+
+ [build-dependencies.phf_codegen]
+-version = "0.10"
++version = "0.11"
+
+ [features]
+ bench = []
diff --git a/sources b/sources
index 284d7a3..f2f31c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (selectors-0.24.0.crate) = ab4e71d2e36befc731ecc561105021e648a6964c8cca9684553fbf2a8d1c47b97e809926fb2c52de39fd7441bd9820b81ce06b575ee28e9535ed1efca1124c83
+SHA512 (selectors-0.25.0.crate) = cdab3c87fed0ca7f20ebadc48cd495c5c9494a65e5b849bdc533ca2eb77d3a380e84cae68f04a1df81e0729779fcdb98a8f2300cfcb28338c9b3016e18f3feb3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 14:14 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:14 [rpms/rust-selectors] epel10: Update to 0.25.0 Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox