Accepting request 1130317 from GNOME:Factory

Update to 0.8.3 (forwarded request 1130203 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1130317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2023-12-02 16:12:16 +00:00 committed by Git OBS Bridge
commit c695ebde23
4 changed files with 19 additions and 5 deletions

BIN
libnotify-0.8.2.tar.xz (Stored with Git LFS)

Binary file not shown.

3
libnotify-0.8.3.tar.xz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Oct 10 14:08:33 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.8.3:
+ This release contains a critical stability/minor security
update which affects Electron applications that utilize Portal
notifications (eg, through Flatpak). It is highly recommended
that all users of libnotify 0.8.x update to this release.
+ Please note that this fix has increased the minimum required
version of glib to 2.62.0.
+ notification:
- Use g_signal_connect_object
- Move disconnect to dispose
-------------------------------------------------------------------
Thu Feb 23 14:32:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -17,7 +17,7 @@
Name: libnotify
Version: 0.8.2
Version: 0.8.3
Release: 0
Summary: Notifications Library
License: LGPL-2.1-or-later
@ -33,7 +33,7 @@ BuildRequires: pkgconfig
BuildRequires: xsltproc
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gi-docgen)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.62.0
BuildRequires: pkgconfig(gtk+-3.0)
%description