diff --git a/libnotify-0.7.12.tar.xz b/libnotify-0.7.12.tar.xz deleted file mode 100644 index 22bf022..0000000 --- a/libnotify-0.7.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:744b2b37508135f8261b755a9debe6e09add421adc75bde930f6e198b70ab46e -size 102032 diff --git a/libnotify-0.8.1.tar.xz b/libnotify-0.8.1.tar.xz new file mode 100644 index 0000000..a798a1a --- /dev/null +++ b/libnotify-0.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d033e6d4d6ccbf46a436c31628a4b661b36dca1f5d4174fe0173e274f4e62557 +size 105368 diff --git a/libnotify.changes b/libnotify.changes index 68e23b7..5a5999e 100644 --- a/libnotify.changes +++ b/libnotify.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Jul 22 17:31:30 UTC 2022 - Emily Gonyer + +- Update to version 0.8.1: + + Keep version of bindings at 0.7. +- Changes from version 0.8.0: + + Use Desktop Portal Notification when running confined (snap and + flatpak). + + Now the library acts like a wrapper in such scenario, with some + limited. + + capabilities, but this will enforce security and user control + over the allowed notifications. + + notify-send: Handles SIGINT gracefully, closing waiting + notification. + + Use NotifyClosedReason enum as closed reason return value. + + Bump dependency on GLib 2.38. + + Various introspection docs improvements and fixes. +- Use ldconfig_scriptlets macro for post(un) handling. + ------------------------------------------------------------------- Fri May 13 09:56:10 UTC 2022 - Dominique Leuenberger diff --git a/libnotify.spec b/libnotify.spec index 2853487..175a945 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -17,14 +17,15 @@ Name: libnotify -Version: 0.7.12 +Version: 0.8.1 Release: 0 Summary: Notifications Library License: LGPL-2.1-or-later Group: Development/Libraries/X11 URL: https://galago-project.org/ -Source: https://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/libnotify/0.8/%{name}-%{version}.tar.xz Source99: baselibs.conf + BuildRequires: docbook5-xsl-stylesheets BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc @@ -91,13 +92,11 @@ D-BUS notifications library. %install %meson_install -%post -n libnotify4 -p /sbin/ldconfig -%postun -n libnotify4 -p /sbin/ldconfig +%ldconfig_scriptlets -n libnotify4 %files -n libnotify4 %license COPYING -# README is empty -%doc AUTHORS NEWS +%doc AUTHORS NEWS README.md %{_libdir}/*.so.* %files -n typelib-1_0-Notify-0_7