diff --git a/_servicedata b/_servicedata index 88f2559..e1ff98c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/libeconf.git - d78b86e72b5818b93f06c54b8fb8e19669b45844 + b66629fe913fe73b90b4408093635787827b6485 \ No newline at end of file diff --git a/libeconf-0.7.3.tar.xz b/libeconf-0.7.3.tar.xz deleted file mode 100644 index ba802f0..0000000 --- a/libeconf-0.7.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae5257fd75ca24f7326d33448d5f4ebe9052b76006e08743731684dec0941bb4 -size 178304 diff --git a/libeconf-0.7.4.tar.xz b/libeconf-0.7.4.tar.xz new file mode 100644 index 0000000..c208899 --- /dev/null +++ b/libeconf-0.7.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88096729ff71b9d372ba211bb5a93e4aa934c2484f3fab8adacd90f2adc8f90b +size 178320 diff --git a/libeconf.changes b/libeconf.changes index 2ea05bb..b3ec41d 100644 --- a/libeconf.changes +++ b/libeconf.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 26 11:08:13 UTC 2024 - schubi@suse.com + +- Update to version 0.7.4: + * Fixed memory leaks (#219) + * Fixed: econf_readDirs crashes if one of the paths is NULL (#211) + * Added links to man page. E.g. "man econf_readConfig" is working now. + * Handle groups correctly which do not have any key entry. + ------------------------------------------------------------------- Wed Sep 18 11:16:34 UTC 2024 - schubi@suse.com diff --git a/libeconf.spec b/libeconf.spec index 4413a1e..7986139 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -18,7 +18,7 @@ %define lname libeconf0 Name: libeconf -Version: 0.7.3 +Version: 0.7.4 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 39ea36b..c80612c 100644 --- a/python-libeconf.changes +++ b/python-libeconf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 26 11:08:13 UTC 2024 - schubi@suse.com + +- Update to version 0.7.4: + * fixed memory leaks (#219) + ------------------------------------------------------------------- Wed Sep 18 11:16:34 UTC 2024 - schubi@suse.com diff --git a/python-libeconf.spec b/python-libeconf.spec index 33d67a8..ff8e1f8 100644 --- a/python-libeconf.spec +++ b/python-libeconf.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %define skip_python39 1 Name: python-libeconf -Version: 0.7.3 +Version: 0.7.4 Release: 0 Summary: Python bindings for libeconf License: LGPL-2.1-or-later