public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gdk-pixbuf-sys] epel10: Hide features for unavailable gdk-pixbuf2 versions
@ 2026-09-25 13:52 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 13:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gdk-pixbuf-sys
Branch : epel10
Commit : 58748c48abfbd18ff956fd0d08a860f4910ca0f5
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-25T15:48:47+02:00
Stats : +1/-13 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf-sys/c/58748c48abfbd18ff956fd0d08a860f4910ca0f5?branch=epel10
Log:
Hide features for unavailable gdk-pixbuf2 versions
---
diff --git a/rust-gdk-pixbuf-sys.spec b/rust-gdk-pixbuf-sys.spec
index c5d8cc5..c0d1487 100644
--- a/rust-gdk-pixbuf-sys.spec
+++ b/rust-gdk-pixbuf-sys.spec
@@ -76,19 +76,6 @@ use the "v2_42" feature of the "%{crate}" crate.
%files -n %{name}+v2_42-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+v2_44-devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.43
-
-%description -n %{name}+v2_44-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "v2_44" feature of the "%{crate}" crate.
-
-%files -n %{name}+v2_44-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 8343d25..fd138e5 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,6 +5,7 @@ cargo-toml-patch-comments = [
[features]
hide = [
+ "v2_44",
]
[requires]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 13:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 13:52 [rpms/rust-gdk-pixbuf-sys] epel10: Hide features for unavailable gdk-pixbuf2 versions Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox