Sync from SUSE:SLFO:Main libnotify revision ce78e69333d2f773336d11b46ad310cb
This commit is contained in:
parent
033fa140d8
commit
ccceb8cb8a
20
_service
Normal file
20
_service
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<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="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="submodules">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
BIN
libnotify-0.8.2.tar.xz
(Stored with Git LFS)
BIN
libnotify-0.8.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libnotify-0.8.3.obscpio
(Stored with Git LFS)
Normal file
BIN
libnotify-0.8.3.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 11:51:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Convert to source service for easier updating.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 14:08:33 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.8.3:
|
||||
+ This release contains a critical stability/minor security
|
||||
update which affects Electron applications that utilize Portal
|
||||
notifications (eg, through Flatpak). It is highly recommended
|
||||
that all users of libnotify 0.8.x update to this release.
|
||||
+ Please note that this fix has increased the minimum required
|
||||
version of glib to 2.62.0.
|
||||
+ notification:
|
||||
- Use g_signal_connect_object
|
||||
- Move disconnect to dispose
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 14:32:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
4
libnotify.obsinfo
Normal file
4
libnotify.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: libnotify
|
||||
version: 0.8.3
|
||||
mtime: 1696886686
|
||||
commit: 6083790f9e0f1827147ecd8799c4dced0e86a877
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnotify
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: libnotify
|
||||
Version: 0.8.2
|
||||
Version: 0.8.3
|
||||
Release: 0
|
||||
Summary: Notifications Library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/X11
|
||||
URL: https://galago-project.org/
|
||||
Source: https://download.gnome.org/sources/libnotify/0.8/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: docbook5-xsl-stylesheets
|
||||
@ -33,7 +33,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.62.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user