Accepting request 976589 from GNOME:Next
- Update to version 0.7.12: + docs/notify-send: Add --transient option to manpage. + notify-send: Move server capabilities check to a separate function. + notify-send: Add debug message about server not supporting persistence. + notification: Include sender-pid hint by default if not provided. + Delete unused notifynotification.xml. + notification: Bookend calling NotifyActionCallback with temporary reference. OBS-URL: https://build.opensuse.org/request/show/976589 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=55
This commit is contained in:
parent
58dd6f01d0
commit
35ad748a60
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd5682ec68220339e11c5159b7e012204a318dd1b3683a09c482ca421ab07375
|
||||
size 101616
|
3
libnotify-0.7.12.tar.xz
Normal file
3
libnotify-0.7.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:744b2b37508135f8261b755a9debe6e09add421adc75bde930f6e198b70ab46e
|
||||
size 102032
|
@ -1,2 +1,2 @@
|
||||
# Silence rpmlint about libnotify-tools.x86_64: W: shlib-policy-missing-lib
|
||||
addFilter("libnotify-tools.* shlib-policy-missing-lib");
|
||||
#addFilter("libnotify-tools.* shlib-policy-missing-lib");
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 11:45:55 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||
|
||||
- Update to version 0.7.12:
|
||||
+ docs/notify-send: Add --transient option to manpage.
|
||||
+ notify-send: Move server capabilities check to a separate
|
||||
function.
|
||||
+ notify-send: Add debug message about server not supporting
|
||||
persistence.
|
||||
+ notification: Include sender-pid hint by default if not
|
||||
provided.
|
||||
+ Delete unused notifynotification.xml.
|
||||
+ notification: Bookend calling NotifyActionCallback
|
||||
with temporary reference.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 09:24:05 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libnotify
|
||||
Version: 0.7.11
|
||||
Version: 0.7.12
|
||||
Release: 0
|
||||
Summary: Notifications Library
|
||||
License: LGPL-2.1-or-later
|
||||
@ -26,6 +26,7 @@ URL: https://galago-project.org/
|
||||
Source: https://download.gnome.org/sources/libnotify/0.7/%{name}-%{version}.tar.xz
|
||||
Source98: libnotify-rpmlintrc
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: docbook5-xsl-stylesheets
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
|
Loading…
Reference in New Issue
Block a user