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-gio-sys] epel10: Hide features for unavailable glib2 versions
Date: Fri, 25 Sep 2026 13:29:36 GMT	[thread overview]
Message-ID: <179034297633.1.14409754300765359366.rpms-rust-gio-sys-2621ceb05a25@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-gio-sys
Branch : epel10
Commit : 2621ceb05a2567cf7113e1d8f14e1bf59466f104
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-25T15:27:35+02:00
Stats  : +5/-65 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gio-sys/c/2621ceb05a2567cf7113e1d8f14e1bf59466f104?branch=epel10

Log:
Hide features for unavailable glib2 versions

---
diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec
index ddc8d96..c06f9b6 100644
--- a/rust-gio-sys.spec
+++ b/rust-gio-sys.spec
@@ -210,71 +210,6 @@ use the "v2_80" feature of the "%{crate}" crate.
 %files       -n %{name}+v2_80-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+v2_82-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.82
-
-%description -n %{name}+v2_82-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_82" feature of the "%{crate}" crate.
-
-%files       -n %{name}+v2_82-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+v2_84-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.84
-
-%description -n %{name}+v2_84-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_84" feature of the "%{crate}" crate.
-
-%files       -n %{name}+v2_84-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+v2_86-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.86
-
-%description -n %{name}+v2_86-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_86" feature of the "%{crate}" crate.
-
-%files       -n %{name}+v2_86-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+v2_88-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.88
-
-%description -n %{name}+v2_88-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_88" feature of the "%{crate}" crate.
-
-%files       -n %{name}+v2_88-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+v2_90-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.89
-
-%description -n %{name}+v2_90-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_90" feature of the "%{crate}" crate.
-
-%files       -n %{name}+v2_90-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 387f064..624335a 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -11,6 +11,11 @@ comments = [
 
 [features]
 hide = [
+    "v2_82",
+    "v2_84",
+    "v2_86",
+    "v2_88",
+    "v2_90",
 ]
 
 [requires]

                 reply	other threads:[~2026-09-25 13:29 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=179034297633.1.14409754300765359366.rpms-rust-gio-sys-2621ceb05a25@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