Accepting request 991757 from GNOME:Next
New upstream release OBS-URL: https://build.opensuse.org/request/show/991757 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=58
This commit is contained in:
parent
015ae2cdcb
commit
81d1fa8f40
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:744b2b37508135f8261b755a9debe6e09add421adc75bde930f6e198b70ab46e
|
|
||||||
size 102032
|
|
3
libnotify-0.8.1.tar.xz
Normal file
3
libnotify-0.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d033e6d4d6ccbf46a436c31628a4b661b36dca1f5d4174fe0173e274f4e62557
|
||||||
|
size 105368
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 22 17:31:30 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
Fri May 13 09:56:10 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.7.12
|
Version: 0.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Notifications Library
|
Summary: Notifications Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
URL: https://galago-project.org/
|
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
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: docbook5-xsl-stylesheets
|
BuildRequires: docbook5-xsl-stylesheets
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
@ -91,13 +92,11 @@ D-BUS notifications library.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%post -n libnotify4 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libnotify4
|
||||||
%postun -n libnotify4 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libnotify4
|
%files -n libnotify4
|
||||||
%license COPYING
|
%license COPYING
|
||||||
# README is empty
|
%doc AUTHORS NEWS README.md
|
||||||
%doc AUTHORS NEWS
|
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-Notify-0_7
|
%files -n typelib-1_0-Notify-0_7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user