Sync from SUSE:SLFO:Main libnotify revision 4e11974de167862c798b1c0872b6f506

This commit is contained in:
2025-04-14 15:16:15 +02:00
parent ccceb8cb8a
commit cb4e33e983
6 changed files with 32 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/libnotify.git</param>
<param name="revision">0.8.3</param>
<param name="revision">0.8.4</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

BIN
libnotify-0.8.3.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
libnotify-0.8.4.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Feb 20 10:10:06 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.8.4:
+ notification:
- Set the icon-name property as image hint instead of as
app-icon
- Modernize the NotifyNotification class definition (and add
support for auto-pointers)
+ notify-send:
- Require valid UTF-8 for Summary and Body
- Allow sending an empty summary
- Flush stdout after printing notification ID
+ build: Improve mapfile and support building in solaris
+ Bugs fixed:
- notify-send dumps core if notification message is invalid
UTF-8
- libnotify should be quiet
- fdo documentation link outdated in README.md
- Replace docbook5-xsl-stylesheets with docbook-xsl-stylesheets
BuildRequires: Following upstream changes.
-------------------------------------------------------------------
Tue Jan 16 11:51:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: libnotify
version: 0.8.3
mtime: 1696886686
commit: 6083790f9e0f1827147ecd8799c4dced0e86a877
version: 0.8.4
mtime: 1740020381
commit: 570982f616838abba6bdd8ca2bdb2f32f3b1d1de

View File

@@ -1,7 +1,7 @@
#
# spec file for package libnotify
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: libnotify
Version: 0.8.3
Version: 0.8.4
Release: 0
Summary: Notifications Library
License: LGPL-2.1-or-later
@@ -26,7 +26,7 @@ URL: https://galago-project.org/
Source: %{name}-%{version}.tar.zst
Source99: baselibs.conf
BuildRequires: docbook5-xsl-stylesheets
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gobject-introspection-devel
BuildRequires: meson >= 0.58
BuildRequires: pkgconfig