forked from pool/libnotify
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8cd9bc2c01 | |||
| e289a4070e | |||
| 0895ec5bda | |||
| 4fff57bf1f | |||
| 0de2603d83 | |||
| 31f72af60b |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/libnotify.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.7</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
|||||||
BIN
libnotify-0.8.3.obscpio
LFS
BIN
libnotify-0.8.3.obscpio
LFS
Binary file not shown.
3
libnotify-0.8.7.obscpio
Normal file
3
libnotify-0.8.7.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cbab7927a37ef626da77f0adc4cf3c34c3ca7135060c171bfeb7854036d409a7
|
||||||
|
size 602124
|
||||||
@@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 26 06:41:17 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.7:
|
||||||
|
+ tests: Run non-interactive tests in headless mode
|
||||||
|
+ test-image: Use a local asset instead of relying on invalid
|
||||||
|
icon theme
|
||||||
|
+ notification:
|
||||||
|
- Add ability to get a GAppLaunchContext on activation
|
||||||
|
- Allow using a desktop file as is from a snap if readable
|
||||||
|
- Do not use the desktop file logic for icons
|
||||||
|
- Remove app name warning in sandboxes
|
||||||
|
+ notify:
|
||||||
|
- Ignore the snap UUID to compute the snap application
|
||||||
|
- Support snap application that contains a dot in their name
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 17:57:06 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.6:
|
||||||
|
+ Revert usage of autopointers
|
||||||
|
+ notify-send:
|
||||||
|
- wait timeout variable should be int, not long
|
||||||
|
- Utilize app_icon property rather than icon-name
|
||||||
|
+ test: make tests run with `meson test`
|
||||||
|
+ notify: constructor should set app-icon property, not icon-name
|
||||||
|
+ Revert updating of meson stylesheet URL
|
||||||
|
- Add docbook5-xsl-stylesheets, now needed for manpages.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Jan 16 11:51:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: libnotify
|
name: libnotify
|
||||||
version: 0.8.3
|
version: 0.8.7
|
||||||
mtime: 1696886686
|
mtime: 1758864046
|
||||||
commit: 6083790f9e0f1827147ecd8799c4dced0e86a877
|
commit: 1d9767a392cbac7e899e7ab80235cfceebd52731
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libnotify
|
# spec file for package libnotify
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.8.3
|
Version: 0.8.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Notifications Library
|
Summary: Notifications Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@@ -26,6 +26,7 @@ URL: https://galago-project.org/
|
|||||||
Source: %{name}-%{version}.tar.zst
|
Source: %{name}-%{version}.tar.zst
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: docbook5-xsl-stylesheets
|
BuildRequires: docbook5-xsl-stylesheets
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: meson >= 0.58
|
BuildRequires: meson >= 0.58
|
||||||
|
|||||||
Reference in New Issue
Block a user