public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-selectors] epel10: Update to version 0.24.0; Fixes RHBZ#2171840
Date: Mon, 15 Jun 2026 14:14:07 GMT	[thread overview]
Message-ID: <178153284718.1.5485374557312296134.rpms-rust-selectors-d4aec85dd96c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-selectors
            Branch : epel10
            Commit : d4aec85dd96c411d426c723d2f02bd22ccf7e953
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2023-03-29T11:42:16+02:00
            Stats  : +7/-3 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-selectors/c/d4aec85dd96c411d426c723d2f02bd22ccf7e953?branch=epel10

            Log:
            Update to version 0.24.0; Fixes RHBZ#2171840

- Disable shmem feature

We don't have to_shmem and to_shmem_derive packaged for Fedora.

---
diff --git a/.gitignore b/.gitignore
index 2120010..7ce9537 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /selectors-0.23.0.crate
+/selectors-0.24.0.crate

diff --git a/rust-selectors.spec b/rust-selectors.spec
index b7ee048..3f9cc9e 100644
--- a/rust-selectors.spec
+++ b/rust-selectors.spec
@@ -5,7 +5,7 @@
 %global crate selectors
 
 Name:           rust-selectors
-Version:        0.23.0
+Version:        0.24.0
 Release:        %autorelease
 Summary:        CSS Selectors matching for Rust
 
@@ -13,7 +13,7 @@ License:        MPL-2.0
 URL:            https://crates.io/crates/selectors
 Source:         %{crates_source}
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 CSS Selectors matching for Rust.}

diff --git a/rust2rpm.conf b/rust2rpm.conf
new file mode 100644
index 0000000..07c6588
--- /dev/null
+++ b/rust2rpm.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+unwanted-features =
+  shmem

diff --git a/sources b/sources
index 86e1d4c..284d7a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (selectors-0.23.0.crate) = accbdc79342e958638724d68cfc89d6c218ee4fb42e15ef0a5fc204525ff75986491a67ea105c9528ce123397337cb7d0cc979e7beeafa97642487760d6712f7
+SHA512 (selectors-0.24.0.crate) = ab4e71d2e36befc731ecc561105021e648a6964c8cca9684553fbf2a8d1c47b97e809926fb2c52de39fd7441bd9820b81ce06b575ee28e9535ed1efca1124c83

                 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=178153284718.1.5485374557312296134.rpms-rust-selectors-d4aec85dd96c@fedoraproject.org \
    --to=klember@redhat.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