4 Commits

Author SHA256 Message Date
8cd9bc2c01 Accepting request 1307897 from GNOME:Factory
- 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 (forwarded request 1307289 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1307897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=49
2025-09-30 15:39:15 +00:00
e289a4070e - 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

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=70
2025-09-29 14:51:17 +00:00
0895ec5bda Accepting request 1265724 from GNOME:Factory
- 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. (forwarded request 1265357 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1265724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnotify?expand=0&rev=48
2025-04-02 15:06:40 +00:00
4fff57bf1f - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnotify?expand=0&rev=68
2025-03-31 10:05:34 +00:00
6 changed files with 39 additions and 9 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.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>

Binary file not shown.

3
libnotify-0.8.7.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbab7927a37ef626da77f0adc4cf3c34c3ca7135060c171bfeb7854036d409a7
size 602124

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: libnotify
version: 0.8.4
mtime: 1740020381
commit: 570982f616838abba6bdd8ca2bdb2f32f3b1d1de
version: 0.8.7
mtime: 1758864046
commit: 1d9767a392cbac7e899e7ab80235cfceebd52731

View File

@@ -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