public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libportal] f43: Update to 0.10.0
@ 2026-06-19  1:12 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-06-19  1:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libportal
Branch : f43
Commit : cabd2bd443996a6073d89167dded60e07ba22045
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-06-18T21:10:58-04:00
Stats  : +7/-35 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/libportal/c/cabd2bd443996a6073d89167dded60e07ba22045?branch=f43

Log:
Update to 0.10.0

---
diff --git a/.gitignore b/.gitignore
index 2e16eb1..8bed842 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /libportal-0.8.1.tar.xz
 /libportal-0.9.0.tar.xz
 /libportal-0.9.1.tar.xz
+/libportal-0.10.0.tar.xz

diff --git a/libportal-fix-build-with-qt-6_9.patch b/libportal-fix-build-with-qt-6_9.patch
deleted file mode 100644
index 5dc48f3..0000000
--- a/libportal-fix-build-with-qt-6_9.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/libportal/portal-qt6.cpp b/libportal/portal-qt6.cpp
-index d38a4e3..34f0d72 100644
---- a/libportal/portal-qt6.cpp
-+++ b/libportal/portal-qt6.cpp
-@@ -31,8 +31,12 @@
- #if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0)
- #include <qpa/qplatformintegration.h>
- #include <private/qguiapplication_p.h>
-+#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0)
-+#include <private/qdesktopunixservices_p.h>
-+#else
- #include <private/qgenericunixservices_p.h>
- #endif
-+#endif
- 
- static gboolean
- _xdp_parent_export_qt (XdpParent *parent,
-@@ -45,7 +49,11 @@ _xdp_parent_export_qt (XdpParent *parent,
-   }
- 
- #if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0)
-+#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0)
-+  if (const auto services = dynamic_cast<QDesktopUnixServices*>(QGuiApplicationPrivate::platformIntegration()->services()))
-+#else
-   if (const auto services = dynamic_cast<QGenericUnixServices*>(QGuiApplicationPrivate::platformIntegration()->services()))
-+#endif
-     {
-       g_autofree char *handle = g_strdup(services->portalWindowIdentifier(w).toUtf8().constData());
- 

diff --git a/libportal.spec b/libportal.spec
index 98d6f5d..e48cb79 100644
--- a/libportal.spec
+++ b/libportal.spec
@@ -1,8 +1,8 @@
 %bcond qt5 %[%{undefined rhel} || 0%{?rhel} < 10]
 
 Name:           libportal
-Version:        0.9.1
-Release:        6%{?dist}
+Version:        0.10.0
+Release:        1%{?dist}
 Summary:        Flatpak portal library
 # doc/urlmap.js is LGPL-2.1-or-later
 # everything else is LGPL-3.0-only
@@ -10,9 +10,6 @@ License:        LGPL-3.0-only AND LGPL-2.1-or-later
 Url:            https://github.com/flatpak/libportal
 Source:         https://github.com/flatpak/libportal/releases/download/%{version}/%{name}-%{version}.tar.xz
 
-# https://github.com/flatpak/libportal/pull/200
-Patch0:         libportal-fix-build-with-qt-6_9.patch
-
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  gi-docgen
@@ -220,6 +217,9 @@ This package provides development documentations for libportal.
 %{_datadir}/doc/libportal-1
 
 %changelog
+* Fri Jun 19 2026 Neal Gompa <ngompa@fedoraproject.org> - 0.10.0-1
+- Update to 0.10.0
+
 * Thu May 14 2026 Jan Grulich <jgrulich@redhat.com> - 0.9.1-6
 - Rebuild (qt6)
 

diff --git a/sources b/sources
index cb8a635..110eff2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libportal-0.9.1.tar.xz) = 445f0c9295220668123b9b3503bb5e75edef3ea939d6f28b159c0ded2f017b35b35e8a6013f550ac6a1f8a5fb9f04c93ce5ced39694bd14731da19172649c895
+SHA512 (libportal-0.10.0.tar.xz) = 1ddd359d399c523c03cdeb70eb7009d706f281373650b7c44644492fb8de55aa5ed92ef57f0c4cd1c8c2a8d3ee159ed806d1afd246a050a40aaa8664d91c66a2

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

only message in thread, other threads:[~2026-06-19  1:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19  1:12 [rpms/libportal] f43: Update to 0.10.0 Neal Gompa

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