From 42b5c61198af18680d9f3bd8b7f5e21e3832124425dd5d7b402d78bac1c05bbf Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Mon, 13 Jan 2025 09:53:19 +0000 Subject: [PATCH] - Update to version 0.7.7: * Additional fix for parsing empty config files (bsc#1234405). OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=42 --- _servicedata | 2 +- libeconf-0.7.6.tar.xz | 3 --- libeconf-0.7.7.tar.xz | 3 +++ libeconf.changes | 6 ++++++ libeconf.spec | 4 ++-- python-libeconf.changes | 6 ++++++ python-libeconf.spec | 4 ++-- 7 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 libeconf-0.7.6.tar.xz create mode 100644 libeconf-0.7.7.tar.xz diff --git a/_servicedata b/_servicedata index efced2d..0d97ed9 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/libeconf.git - acbf7e06de84ea289fd4d3dd189d7e36c49c09ae + 8d6e8917bc359823862225816a181f9f322a8d99 \ No newline at end of file diff --git a/libeconf-0.7.6.tar.xz b/libeconf-0.7.6.tar.xz deleted file mode 100644 index a535046..0000000 --- a/libeconf-0.7.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43c99736271818daaf9c5de50dc7c254a7d094dd64206763253e88f2ebca2b27 -size 181060 diff --git a/libeconf-0.7.7.tar.xz b/libeconf-0.7.7.tar.xz new file mode 100644 index 0000000..a624e8f --- /dev/null +++ b/libeconf-0.7.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b741f2f6e90e83c5ad4a71eb384c717836e91b9a705d3624f91492df4e8e67cf +size 181444 diff --git a/libeconf.changes b/libeconf.changes index ac21140..75081d1 100644 --- a/libeconf.changes +++ b/libeconf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 13 09:44:55 UTC 2025 - schubi@suse.com + +- Update to version 0.7.7: + * Additional fix for parsing empty config files (bsc#1234405). + ------------------------------------------------------------------- Fri Dec 13 13:03:47 UTC 2024 - schubi@suse.com diff --git a/libeconf.spec b/libeconf.spec index 5df39f4..577a663 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -1,7 +1,7 @@ # # spec file for package libeconf # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.7.6 +Version: 0.7.7 Release: 0 Summary: Enhanced config file parser ala systemd License: MIT diff --git a/python-libeconf.changes b/python-libeconf.changes index 2e4559a..ffbf01d 100644 --- a/python-libeconf.changes +++ b/python-libeconf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 13 09:44:55 UTC 2025 - schubi@suse.com + +- Update to version 0.7.7: + * Additional fix for parsing empty config files (bsc#1234405). + ------------------------------------------------------------------- Fri Dec 13 13:03:47 UTC 2024 - schubi@suse.com diff --git a/python-libeconf.spec b/python-libeconf.spec index 8fd6792..16d5f61 100644 --- a/python-libeconf.spec +++ b/python-libeconf.spec @@ -1,7 +1,7 @@ # # spec file for package python-libeconf # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.7.6 +Version: 0.7.7 Release: 0 Summary: Python bindings for libeconf License: MIT