Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8cd9bc2c01 | |||
| e289a4070e | |||
| 0895ec5bda | |||
| 4fff57bf1f |
2
_service
2
_service
@@ -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.4</param>
|
||||
<param name="revision">0.8.7</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.4.obscpio
LFS
BIN
libnotify-0.8.4.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,32 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: libnotify
|
||||
version: 0.8.4
|
||||
mtime: 1740020381
|
||||
commit: 570982f616838abba6bdd8ca2bdb2f32f3b1d1de
|
||||
version: 0.8.7
|
||||
mtime: 1758864046
|
||||
commit: 1d9767a392cbac7e899e7ab80235cfceebd52731
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnotify
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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.4
|
||||
Version: 0.8.7
|
||||
Release: 0
|
||||
Summary: Notifications Library
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -27,6 +27,7 @@ Source: %{name}-%{version}.tar.zst
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: docbook5-xsl-stylesheets
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: meson >= 0.58
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user