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-librsvg-rebind] epel10: Hide features for unavailable librsvg2 versions
Date: Fri, 25 Sep 2026 14:47:07 GMT	[thread overview]
Message-ID: <179034762719.1.17614018746070781263.rpms-rust-librsvg-rebind-61f7b15730b8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-librsvg-rebind
Branch : epel10
Commit : 61f7b15730b81fb1d478b45b34cec8012d570431
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-25T16:19:03+02:00
Stats  : +6/-24 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-librsvg-rebind/c/61f7b15730b81fb1d478b45b34cec8012d570431?branch=epel10

Log:
Hide features for unavailable librsvg2 versions

---
diff --git a/rust-librsvg-rebind.spec b/rust-librsvg-rebind.spec
index 7381062..2a28f38 100644
--- a/rust-librsvg-rebind.spec
+++ b/rust-librsvg-rebind.spec
@@ -46,30 +46,6 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+v2_58-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+v2_58-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_58" feature of the "%{crate}" crate.
-
-%files       -n %{name}+v2_58-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+v2_59-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+v2_59-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_59" feature of the "%{crate}" crate.
-
-%files       -n %{name}+v2_59-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 17bed43..e13779b 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,3 +1,9 @@
+[features]
+hide = [
+    "v2_58",
+    "v2_59",
+]
+
 [tests]
 skip = ["src/lib.rs"]
 comments = ["test fixtures are not included in published crates"]

                 reply	other threads:[~2026-09-25 14:47 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=179034762719.1.17614018746070781263.rpms-rust-librsvg-rebind-61f7b15730b8@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