diff --git a/libnotify-0.8.2.tar.xz b/libnotify-0.8.2.tar.xz deleted file mode 100644 index c88b82b..0000000 --- a/libnotify-0.8.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5f4ed3d1f86e5b118c76415aacb861873ed3e6f0c6b3181b828cf584fc5c616 -size 105912 diff --git a/libnotify-0.8.3.tar.xz b/libnotify-0.8.3.tar.xz new file mode 100644 index 0000000..e747026 --- /dev/null +++ b/libnotify-0.8.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8f3ef946156ad3406fdf45feedbdcd932dbd211ab4f16f75eba4f36fb2f6c0 +size 106008 diff --git a/libnotify.changes b/libnotify.changes index 613366b..b6b065d 100644 --- a/libnotify.changes +++ b/libnotify.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Oct 10 14:08:33 UTC 2023 - Bjørn Lie + +- 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 diff --git a/libnotify.spec b/libnotify.spec index 032a4ea..9ebb903 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -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