diff --git a/_servicedata b/_servicedata
index 3a79d35..8fcfa26 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,6 +1,6 @@
https://github.com/openSUSE/libeconf.git
- 1eef99e3144811c0acf905bb2e67a78633ee6eaf
+ 8196b96efea7f2574a36e77a47a120a5b3d920c6
\ No newline at end of file
diff --git a/libeconf-0.6.0.tar.xz b/libeconf-0.6.0.tar.xz
deleted file mode 100644
index d6099e7..0000000
--- a/libeconf-0.6.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:512bf447bcf4e739fb87e77371a3a8fd870398f605e2dfa2a984a7df2f3cd23f
-size 171036
diff --git a/libeconf-0.6.1.tar.xz b/libeconf-0.6.1.tar.xz
new file mode 100644
index 0000000..a903da1
--- /dev/null
+++ b/libeconf-0.6.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:870e06e7eb7de7b41025558b4f1fd71d8ed5b44bde2098e3ba207c37ce1d331d
+size 171720
diff --git a/libeconf.changes b/libeconf.changes
index 5b2b779..89864b7 100644
--- a/libeconf.changes
+++ b/libeconf.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Mon Jan 22 14:30:16 UTC 2024 - schubi@suse.com
+
+- Update to version 0.6.1:
+ * reading lines which have a length greater than BUFSIZE (#195)
+ * Improved data quote check in read_file (#193)
+
-------------------------------------------------------------------
Wed Nov 08 12:20:34 UTC 2023 - schubi@suse.com
diff --git a/libeconf.spec b/libeconf.spec
index d19f980..040f95a 100644
--- a/libeconf.spec
+++ b/libeconf.spec
@@ -1,7 +1,7 @@
#
# spec file for package libeconf
#
-# 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
@@ -18,7 +18,7 @@
%define lname libeconf0
Name: libeconf
-Version: 0.6.0
+Version: 0.6.1
Release: 0
Summary: Enhanced config file parser ala systemd
License: LGPL-2.1-or-later
diff --git a/python-libeconf.changes b/python-libeconf.changes
index 0ad11e8..93c8cae 100644
--- a/python-libeconf.changes
+++ b/python-libeconf.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Mon Jan 22 14:30:16 UTC 2024 - schubi@suse.com
+
+- Update to version 0.6.1:
+ * reading lines which have a length greater than BUFSIZE (#195)
+ * Improved data quote check in read_file (#193)
+
-------------------------------------------------------------------
Mon Nov 13 07:55:36 UTC 2023 - Alberto Planas Dominguez
diff --git a/python-libeconf.spec b/python-libeconf.spec
index cf4612c..1b1c968 100644
--- a/python-libeconf.spec
+++ b/python-libeconf.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-libeconf
#
-# 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
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%define skip_python39 1
Name: python-libeconf
-Version: 0.6.0
+Version: 0.6.1
Release: 0
Summary: Python bindings for libeconf
License: LGPL-2.1-or-later