public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gtk4-sys] f45: Expose v4_24 feature
@ 2026-09-18 14:23 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-18 14:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-gtk4-sys
Branch : f45
Commit : 4b4b7fd993a43f315d95be9f1dbc23c187e3ab78
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-09-18T16:11:57+02:00
Stats  : +16/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gtk4-sys/c/4b4b7fd993a43f315d95be9f1dbc23c187e3ab78?branch=f45

Log:
Expose v4_24 feature

---
diff --git a/rust-gtk4-sys.spec b/rust-gtk4-sys.spec
index a02b991..8e2841c 100644
--- a/rust-gtk4-sys.spec
+++ b/rust-gtk4-sys.spec
@@ -143,7 +143,7 @@ use the "v4_20" feature of the "%{crate}" crate.
 %package     -n %{name}+v4_22-devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       pkgconfig(gtk4) >= 4.21
+Requires:       pkgconfig(gtk4) >= 4.22
 
 %description -n %{name}+v4_22-devel %{_description}
 
@@ -153,6 +153,19 @@ use the "v4_22" feature of the "%{crate}" crate.
 %files       -n %{name}+v4_22-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+v4_24-devel
+Summary:        %{summary}
+BuildArch:      noarch
+Requires:       pkgconfig(gtk4) >= 4.23
+
+%description -n %{name}+v4_24-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v4_24" feature of the "%{crate}" crate.
+
+%files       -n %{name}+v4_24-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+v4_4-devel
 Summary:        %{summary}
 BuildArch:      noarch

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 86171a6..e936a98 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -6,7 +6,6 @@ comments = [
 
 [features]
 hide = [
-    "v4_24",
 ]
 
 [requires]
@@ -22,5 +21,6 @@ features.v4_14 = ["pkgconfig(gtk4) >= 4.14"]
 features.v4_16 = ["pkgconfig(gtk4) >= 4.16"]
 features.v4_18 = ["pkgconfig(gtk4) >= 4.18"]
 features.v4_20 = ["pkgconfig(gtk4) >= 4.20"]
-features.v4_22 = ["pkgconfig(gtk4) >= 4.21"]
+features.v4_22 = ["pkgconfig(gtk4) >= 4.22"]
+features.v4_24 = ["pkgconfig(gtk4) >= 4.23"]
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-18 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 14:23 [rpms/rust-gtk4-sys] f45: Expose v4_24 feature Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox