public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-libadwaita] rawhide: Update to version 0.9.2; Fixes RHBZ#2497775
@ 2026-07-10 17:12 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-10 17:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-libadwaita
Branch : rawhide
Commit : 9998b0c9e15d05ac1890a8c890a22ad4fadb9dc8
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-10T19:09:23+02:00
Stats : +21/-2 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-libadwaita/c/9998b0c9e15d05ac1890a8c890a22ad4fadb9dc8?branch=rawhide
Log:
Update to version 0.9.2; Fixes RHBZ#2497775
---
diff --git a/.gitignore b/.gitignore
index 1db71e4..857b949 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/libadwaita-0.7.2.crate
/libadwaita-0.8.0.crate
/libadwaita-0.9.1.crate
+/libadwaita-0.9.2.crate
diff --git a/rust-libadwaita.spec b/rust-libadwaita.spec
index a6fe777..d52328a 100644
--- a/rust-libadwaita.spec
+++ b/rust-libadwaita.spec
@@ -5,7 +5,7 @@
%global crate libadwaita
Name: rust-libadwaita
-Version: 0.9.1
+Version: 0.9.2
Release: %autorelease
Summary: Rust bindings for libadwaita
@@ -58,6 +58,18 @@ use the "gio_v2_80" feature of the "%{crate}" crate.
%files -n %{name}+gio_v2_80-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+gtk_v4_10-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+gtk_v4_10-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "gtk_v4_10" feature of the "%{crate}" crate.
+
+%files -n %{name}+gtk_v4_10-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%package -n %{name}+gtk_v4_18-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..846e0bb
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,6 @@
+[features]
+hide = [
+ "v1_10",
+ "gtk_v4_24",
+]
+
diff --git a/sources b/sources
index ef0a886..3491a38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libadwaita-0.9.1.crate) = 4aa3e36f954db060cc6d379503ab942c19919462fc15f29a3cf9f3d8cad134ef914dd08c669df8d6a23b1aa566bcc77906f7732eccb6349c1db16b404fc2e2e2
+SHA512 (libadwaita-0.9.2.crate) = fe975ab0f3aca8b86eea039788b6d347a222fcc2b51a7d6a637ec535c5f13cb9652345f8c691576afd9ae4865e283e7b9c3d3b81ac9845d8b05e75c2f71c82f0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 17:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 17:12 [rpms/rust-libadwaita] rawhide: Update to version 0.9.2; Fixes RHBZ#2497775 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox