Accepting request 1233822 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1233822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libportal?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-12-30 11:50:47 +00:00 committed by Git OBS Bridge
commit 5b0c75bd20
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:281e54e4f8561125a65d20658f1462ab932b2b1258c376fed2137718441825ac
size 103136

3
libportal-0.9.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:113910f06f39387328805397053d20c7acafb7388d8e6cd5e06e05efb9690735
size 107488

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Dec 21 09:33:12 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.9.0:
+ Features: Introduce support for the Notification v2 portal
version.
+ Bug fixes:
- Fix a file descriptor leak in the Mail portal code
- Fix some minor memory leaks
-------------------------------------------------------------------
Wed Sep 4 15:31:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -19,7 +19,7 @@
%define sover 1
Name: libportal
Version: 0.8.1
Version: 0.9.0
Release: 0
Summary: A GIO-style async API for most Flatpak portals
License: LGPL-3.0-or-later
@ -29,8 +29,8 @@ Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: c++_compiler
BuildRequires: c_compiler
BuildRequires: meson >= 0.46.0
BuildRequires: qt6-gui-private-devel
BuildRequires: pkgconfig
BuildRequires: qt6-gui-private-devel
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Test)