diff --git a/libportal-0.8.1.tar.xz b/libportal-0.8.1.tar.xz deleted file mode 100644 index 5a04958..0000000 --- a/libportal-0.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:281e54e4f8561125a65d20658f1462ab932b2b1258c376fed2137718441825ac -size 103136 diff --git a/libportal-0.9.0.tar.xz b/libportal-0.9.0.tar.xz new file mode 100644 index 0000000..9d00c9d --- /dev/null +++ b/libportal-0.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113910f06f39387328805397053d20c7acafb7388d8e6cd5e06e05efb9690735 +size 107488 diff --git a/libportal.changes b/libportal.changes index d72e554..92fd582 100644 --- a/libportal.changes +++ b/libportal.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 21 09:33:12 UTC 2024 - Bjørn Lie + +- 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 diff --git a/libportal.spec b/libportal.spec index 3de197a..ca7d6b9 100644 --- a/libportal.spec +++ b/libportal.spec @@ -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)