Accepting request 992698 from GNOME:Factory
New upstream release (forwarded request 991757 from iznogood) OBS-URL: https://build.opensuse.org/request/show/992698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=43
This commit is contained in:
commit
f2c5ce3942
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user