public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/libportal] rawhide: Update to 0.10.0
Date: Fri, 19 Jun 2026 01:11:23 GMT	[thread overview]
Message-ID: <178183148377.1.8715554109977601994.rpms-libportal-cabd2bd44399@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libportal
Branch : rawhide
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=rawhide

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

                 reply	other threads:[~2026-06-19  1:11 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=178183148377.1.8715554109977601994.rpms-libportal-cabd2bd44399@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --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