Sync from SUSE:SLFO:Main libeconf revision 3d5553ab31bcfb6cfa79645c73602414

This commit is contained in:
Adrian Schröter 2024-10-23 12:04:05 +02:00
parent 813b63230e
commit 3132e1e6e6
7 changed files with 55 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/libeconf.git</param>
<param name="changesrevision">0097fc5d550b69e245310ec8b05806158fcce85d</param>
<param name="changesrevision">b66629fe913fe73b90b4408093635787827b6485</param>
</service>
</servicedata>

BIN
libeconf-0.7.2.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
libeconf-0.7.4.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Oct 2 07:08:25 UTC 2024 - Stefan Schubert <schubi@suse.com>
- 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

View File

@ -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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Oct 2 07:09:19 UTC 2024 - Stefan Schubert <schubi@suse.com>
- 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

View File

@ -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