diff --git a/_servicedata b/_servicedata
index bab298a..3a79d35 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,6 +1,6 @@
https://github.com/openSUSE/libeconf.git
- 9e9adf213476fcf0e0f57691bc69e7a0b061ce92
+ 1eef99e3144811c0acf905bb2e67a78633ee6eaf
\ No newline at end of file
diff --git a/libeconf-0.5.2.tar.xz b/libeconf-0.5.2.tar.xz
deleted file mode 100644
index 5bec948..0000000
--- a/libeconf-0.5.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0ca1904127f826907778178ea7083e636a75e64c25246672df7c5e2b2eacb20d
-size 160396
diff --git a/libeconf-0.6.0.tar.xz b/libeconf-0.6.0.tar.xz
new file mode 100644
index 0000000..d6099e7
--- /dev/null
+++ b/libeconf-0.6.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:512bf447bcf4e739fb87e77371a3a8fd870398f605e2dfa2a984a7df2f3cd23f
+size 171036
diff --git a/libeconf.changes b/libeconf.changes
index 81613fe..5b2b779 100644
--- a/libeconf.changes
+++ b/libeconf.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Wed Nov 08 12:20:34 UTC 2023 - schubi@suse.com
+
+- Update to version 0.6.0:
+ * Supporting Linux Userspace API (UAPI) Group
+ chapter "Configuration Files Specification".
+ See: https://uapi-group.org/specifications/specs/
+ configuration_files_specification/
+
+-------------------------------------------------------------------
+Fri Nov 03 16:44:38 UTC 2023 - schubi@suse.com
+
+- Update to version 0.5.3:
+ * Added bindings for python3 and C#
+
-------------------------------------------------------------------
Thu Oct 26 14:56:30 UTC 2023 - nico.krapp@suse.com
diff --git a/libeconf.spec b/libeconf.spec
index 5024cdd..d19f980 100644
--- a/libeconf.spec
+++ b/libeconf.spec
@@ -18,7 +18,7 @@
%define lname libeconf0
Name: libeconf
-Version: 0.5.2
+Version: 0.6.0
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 5026755..cd7bf84 100644
--- a/python-libeconf.changes
+++ b/python-libeconf.changes
@@ -1,3 +1,18 @@
+------------------------------------------------------------------
+Wed Nov 8 12:45:07 UTC 2023 - Alberto Planas Dominguez
+
+- Fix version comparison operator
+- Remove explicit python3-base requirement
+
+-------------------------------------------------------------------
+Fri Nov 03 16:44:38 UTC 2023 - schubi@suse.com
+
+- Update to version 1.1.1:
+ * Supporting Linux Userspace API (UAPI) Group
+ chapter "Configuration Files Specification".
+ See: https://uapi-group.org/specifications/specs/
+ configuration_files_specification/
+
-------------------------------------------------------------------
Fri Nov 3 10:12:29 UTC 2023 - Alberto Planas Dominguez
diff --git a/python-libeconf.spec b/python-libeconf.spec
index 068f55b..358d42f 100644
--- a/python-libeconf.spec
+++ b/python-libeconf.spec
@@ -18,22 +18,21 @@
%define skip_python39 1
Name: python-libeconf
-Version: 1.1.0
+Version: 0.6.0
Release: 0
Summary: Python bindings for libeconf
License: LGPL-2.1-or-later
Group: Development/Languages/Python
URL: https://github.com/openSUSE/libeconf
-Source: libeconf-0.5.2.tar.xz
+Source: libeconf-%{version}.tar.xz
BuildArch: noarch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
-Requires: libeconf0 >= 0.5.2
-Requires: python3-base
-Suggests: python-libeconf-doc == %{version}
+Requires: libeconf0 = %{version}
+Suggests: python-libeconf-doc = %{version}
%python_subpackages
%description
@@ -47,7 +46,7 @@ Requires: python-libeconf
Man page for python-lineconf
%prep
-%autosetup -n libeconf-0.5.2/bindings/python3
+%autosetup -n libeconf-%{version}/bindings/python3
%build
%pyproject_wheel