From 3132e1e6e6c5542af6324e84a5bae883cc560aedfbae7b05e62d87ceb18d6dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 23 Oct 2024 12:04:05 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main libeconf revision 3d5553ab31bcfb6cfa79645c73602414 --- _servicedata | 2 +- libeconf-0.7.2.tar.xz | 3 --- libeconf-0.7.4.tar.xz | 3 +++ libeconf.changes | 24 ++++++++++++++++++++++++ libeconf.spec | 6 +++--- python-libeconf.changes | 22 ++++++++++++++++++++++ python-libeconf.spec | 4 ++-- 7 files changed, 55 insertions(+), 9 deletions(-) delete mode 100644 libeconf-0.7.2.tar.xz create mode 100644 libeconf-0.7.4.tar.xz diff --git a/_servicedata b/_servicedata index 6f3ae69..e1ff98c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/libeconf.git - 0097fc5d550b69e245310ec8b05806158fcce85d + b66629fe913fe73b90b4408093635787827b6485 \ No newline at end of file diff --git a/libeconf-0.7.2.tar.xz b/libeconf-0.7.2.tar.xz deleted file mode 100644 index c53016a..0000000 --- a/libeconf-0.7.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d25ce67bba2541e19f895a51faa7b87dba56426b48789ecbe2c937581ea19424 -size 176696 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 1aa150a..cdbd8b5 100644 --- a/libeconf.changes +++ b/libeconf.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Oct 2 07:08:25 UTC 2024 - Stefan Schubert + +- Updated license in the spec file to MIT. + +------------------------------------------------------------------- +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 + +- Update to version 0.7.3: + * Groups handled in an own list (#218) + * Add econftool as dependency of its tests + * Simplify snprintf call + * Remove unused functions and reduce variable visibility (#213) + * Fix typos (#212) + ------------------------------------------------------------------- Fri Jun 14 07:26:15 UTC 2024 - schubi@suse.com diff --git a/libeconf.spec b/libeconf.spec index bdcb727..29e1746 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -18,10 +18,10 @@ %define lname libeconf0 Name: libeconf -Version: 0.7.2 +Version: 0.7.4 Release: 0 Summary: Enhanced config file parser ala systemd -License: LGPL-2.1-or-later +License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/openSUSE/libeconf Source: libeconf-%{version}.tar.xz @@ -96,7 +96,7 @@ and /etc. %{_includedir}/*.h %{_libdir}/libeconf.so %{_libdir}/pkgconfig/libeconf.pc -%{_mandir}/man3/libeconf.3%{?ext_man} +%{_mandir}/man3/*.3%{?ext_man} %files utils %{_bindir}/econftool diff --git a/python-libeconf.changes b/python-libeconf.changes index cdce558..f0bc485 100644 --- a/python-libeconf.changes +++ b/python-libeconf.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Oct 2 07:09:19 UTC 2024 - Stefan Schubert + +- Updated license in the spec file to MIT. + +------------------------------------------------------------------- +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 + +- Update to version 0.7.3: + * Fixed: econf_readDirs crashes if one of the paths is NULL (#211) + * Handle groups correctly which do not have any key entry. + * Added links to man page. E.g. "man econf_readConfig" is working now. + * Simplify snprintf call + * Remove unused functions and reduce variable visibility (#213) + * Fix typos (#212) + ------------------------------------------------------------------- Fri Jun 14 07:26:15 UTC 2024 - schubi@suse.com diff --git a/python-libeconf.spec b/python-libeconf.spec index bd95a9b..fec8e1a 100644 --- a/python-libeconf.spec +++ b/python-libeconf.spec @@ -19,10 +19,10 @@ %{?sle15_python_module_pythons} %define skip_python39 1 Name: python-libeconf -Version: 0.7.2 +Version: 0.7.4 Release: 0 Summary: Python bindings for libeconf -License: LGPL-2.1-or-later +License: MIT Group: Development/Languages/Python URL: https://github.com/openSUSE/libeconf Source: libeconf-%{version}.tar.xz