public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-selectors] epel10: Update to version 0.31.0
Date: Mon, 15 Jun 2026 14:14:10 GMT	[thread overview]
Message-ID: <178153285099.1.10719048788222024577.rpms-rust-selectors-eb27fa15747b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-selectors
Branch : epel10
Commit : eb27fa15747beb548fa1db19f82b265a2653e98c
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-03-03T01:03:06+01:00
Stats  : +11/-32 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-selectors/c/eb27fa15747beb548fa1db19f82b265a2653e98c?branch=epel10

Log:
Update to version 0.31.0

---
diff --git a/.gitignore b/.gitignore
index c0e8871..841167e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /selectors-0.23.0.crate
 /selectors-0.24.0.crate
 /selectors-0.25.0.crate
+/selectors-0.31.0.crate

diff --git a/README.md b/README.md
deleted file mode 100644
index bdcb6d6..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-selectors
-
-The rust-selectors package

diff --git a/rust-selectors.spec b/rust-selectors.spec
index 99ada7d..d30c354 100644
--- a/rust-selectors.spec
+++ b/rust-selectors.spec
@@ -1,22 +1,19 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate selectors
 
 Name:           rust-selectors
-Version:        0.25.0
+Version:        0.31.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:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 CSS Selectors matching for Rust.}
@@ -34,6 +31,7 @@ use the "%{crate}" crate.
 
 %files          devel
 # FIXME: no license files detected
+%doc %{crate_instdir}/CHANGES.md
 %doc %{crate_instdir}/README.md
 %{crate_instdir}/
 
@@ -62,7 +60,7 @@ use the "bench" feature of the "%{crate}" crate.
 %ghost %{crate_instdir}/Cargo.toml
 
 %prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
 %cargo_prep
 
 %generate_buildrequires

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..0da0003
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,3 @@
+[features]
+hide = ["to_shmem"]
+

diff --git a/selectors-fix-metadata.diff b/selectors-fix-metadata.diff
deleted file mode 100644
index 15a2562..0000000
--- a/selectors-fix-metadata.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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 f2f31c1..74c982f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (selectors-0.25.0.crate) = cdab3c87fed0ca7f20ebadc48cd495c5c9494a65e5b849bdc533ca2eb77d3a380e84cae68f04a1df81e0729779fcdb98a8f2300cfcb28338c9b3016e18f3feb3
+SHA512 (selectors-0.31.0.crate) = cc5f1f61f16cd75290098496abf7384e7ee497a6ef9372f6b1034b09e4b3964434211dbe9f2a041cf329a6d683e5c7f4f7bebb42b1b6507274973e5987b69c50

                 reply	other threads:[~2026-06-15 14:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178153285099.1.10719048788222024577.rpms-rust-selectors-eb27fa15747b@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox