diff --git a/_service b/_service
new file mode 100644
index 0000000..3d7fdf5
--- /dev/null
+++ b/_service
@@ -0,0 +1,20 @@
+
+
+
+ git
+ https://gitlab.gnome.org/GNOME/libnotify.git
+ 0.8.3
+ @PARENT_TAG@+@TAG_OFFSET@
+ (.*)\+0
+ \1
+ disable
+ disable
+
+
+
+ *.tar
+ zst
+
+
+
+
diff --git a/libnotify-0.8.2.tar.xz b/libnotify-0.8.2.tar.xz
deleted file mode 100644
index c88b82b..0000000
--- a/libnotify-0.8.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c5f4ed3d1f86e5b118c76415aacb861873ed3e6f0c6b3181b828cf584fc5c616
-size 105912
diff --git a/libnotify-0.8.3.obscpio b/libnotify-0.8.3.obscpio
new file mode 100644
index 0000000..80ff82b
--- /dev/null
+++ b/libnotify-0.8.3.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fba7c11ce36afe7da946b244060cc164f5faadfb008cb4e08ebd22c519792e11
+size 586252
diff --git a/libnotify.changes b/libnotify.changes
index 613366b..1ae13fd 100644
--- a/libnotify.changes
+++ b/libnotify.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Tue Jan 16 11:51:04 UTC 2024 - Dominique Leuenberger
+
+- Convert to source service for easier updating.
+
+-------------------------------------------------------------------
+Tue Oct 10 14:08:33 UTC 2023 - Bjørn Lie
+
+- 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
diff --git a/libnotify.obsinfo b/libnotify.obsinfo
new file mode 100644
index 0000000..440db4d
--- /dev/null
+++ b/libnotify.obsinfo
@@ -0,0 +1,4 @@
+name: libnotify
+version: 0.8.3
+mtime: 1696886686
+commit: 6083790f9e0f1827147ecd8799c4dced0e86a877
diff --git a/libnotify.spec b/libnotify.spec
index 032a4ea..d963314 100644
--- a/libnotify.spec
+++ b/libnotify.spec
@@ -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