diff --git a/_service b/_service
new file mode 100644
index 0000000..57386ef
--- /dev/null
+++ b/_service
@@ -0,0 +1,19 @@
+
+
+
+ git
+ https://github.com/gedit-technology/libgedit-gtksourceview.git
+ 299.1.0
+ @PARENT_TAG@+@TAG_OFFSET@
+ v?(.*)\+0
+ \1
+
+
+
+
+ *.tar
+ zst
+
+
+
+
diff --git a/libgedit-gtksourceview-299.0.4.tar.xz b/libgedit-gtksourceview-299.0.4.tar.xz
deleted file mode 100644
index be37721..0000000
--- a/libgedit-gtksourceview-299.0.4.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7453a1cce2f6d58871644d2203ecdbbb043050886170ebea376c1cf6e27f86d8
-size 644008
diff --git a/libgedit-gtksourceview-299.1.0.obscpio b/libgedit-gtksourceview-299.1.0.obscpio
new file mode 100644
index 0000000..6468e4d
--- /dev/null
+++ b/libgedit-gtksourceview-299.1.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:13a0a7b1434dce943e9da0f2ce610b069f5296b44f5d5dfee4b4ec6791242741
+size 6288397
diff --git a/libgedit-gtksourceview.changes b/libgedit-gtksourceview.changes
index 827ada1..c08371b 100644
--- a/libgedit-gtksourceview.changes
+++ b/libgedit-gtksourceview.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Fri Feb 16 07:36:08 UTC 2024 - Dominique Leuenberger
+
+- Update to version 299.1.0:
+ + Continue to rework GtkSourceStyle* classes.
+ This includes a switch from the libxml2 to GMarkupParser.
+ (the libxml2 is still used for *.lang files though).
+ + Style schemes XML file format:
+ - Simplify it.
+ - Better document it.
+ - Extend it with the "kind" attribute, for light/dark schemes.
+ - Remove the *.rng file.
+ + Unit tests:
+ - Don't rely on environment variables to be set to run the
+ tests.
+ - Have good code coverage for what has been modified or added.
+- Changes from version 299.0.5:
+ + Fix a bug: Alt+Down (moving line(s) down) or Alt+Up (moving
+ line(s) up) wrt. the undo/redo history and cursor positioning.
+
-------------------------------------------------------------------
Sun Aug 13 14:32:56 UTC 2023 - Bjørn Lie
diff --git a/libgedit-gtksourceview.obsinfo b/libgedit-gtksourceview.obsinfo
new file mode 100644
index 0000000..e4b2b44
--- /dev/null
+++ b/libgedit-gtksourceview.obsinfo
@@ -0,0 +1,4 @@
+name: libgedit-gtksourceview
+version: 299.1.0
+mtime: 1708025664
+commit: b271a625ca057cc3fa7d5ac83285c5d4e038202e
diff --git a/libgedit-gtksourceview.spec b/libgedit-gtksourceview.spec
index 4e4c7a7..259793c 100644
--- a/libgedit-gtksourceview.spec
+++ b/libgedit-gtksourceview.spec
@@ -1,7 +1,7 @@
#
# spec file for package libgedit-gtksourceview
#
-# 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,12 +17,12 @@
Name: libgedit-gtksourceview
-Version: 299.0.4
+Version: 299.1.0
Release: 0
Summary: Source code editing widget
License: LGPL-2.1-or-later
URL: https://gedit-technology.net/
-Source: https://gedit-technology.net/tarballs/%{name}/%{name}-%{version}.tar.xz
+Source: %{name}-%{version}.tar.zst
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: pkgconfig