Accepting request 1229449 from devel:microos

OBS-URL: https://build.opensuse.org/request/show/1229449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=31
This commit is contained in:
Ana Guerrero 2024-12-10 22:42:56 +00:00 committed by Git OBS Bridge
commit 55788d457c
7 changed files with 48 additions and 6 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">b66629fe913fe73b90b4408093635787827b6485</param>
<param name="changesrevision">55395fda6890603ca5061cd15a32dfb2d6817928</param>
</service>
</servicedata>

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

Binary file not shown.

3
libeconf-0.7.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81051f98e905e909953b96fcfab74ba5edaf9c51991c6627a526bc808a471e5f
size 180648

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Dec 09 16:33:49 UTC 2024 - schubi@suse.com
- Update to version 0.7.5:
* Removed PATH_MAX (Issue #220)
* Add ROOT_PREFIX as option to replace TESTSDIR hack
* CI: valgrind doesn't work together with sanitizers
* econf_readConfig: don't allocate econf_file in error case
* tests: use cleanup to free key_file for some tests
* libeconf: don't allocate array from size 0
* libeconf: fix use of uninitialized stat result if file does not exist
* econftool: dynamically allocate xdg_config_dir
* Disable clang <= 17, enable valgrind
* Disable whitespace check
* Disable deprecation warning for econftool and example
* Add new CI with different compilers and valgrind
* Test econf_readConfig()
* Disable deprecation warning for tests
* Implement econf_*freep functions for automatic cleanup
* Cleanup *free functions
-------------------------------------------------------------------
Wed Oct 2 07:08:25 UTC 2024 - Stefan Schubert <schubi@suse.com>

View File

@ -18,7 +18,7 @@
%define lname libeconf0
Name: libeconf
Version: 0.7.4
Version: 0.7.5
Release: 0
Summary: Enhanced config file parser ala systemd
License: MIT

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Dec 09 16:33:49 UTC 2024 - schubi@suse.com
- Update to version 0.7.5:
* Removed PATH_MAX (Issue #220)
* Add ROOT_PREFIX as option to replace TESTSDIR hack
* CI: valgrind doesn't work together with sanitizers
* econf_readConfig: don't allocate econf_file in error case
* tests: use cleanup to free key_file for some tests
* libeconf: don't allocate array from size 0
* libeconf: fix use of uninitialized stat result if file does not exist
* econftool: dynamically allocate xdg_config_dir
* Disable clang <= 17, enable valgrind
* Disable whitespace check
* Disable deprecation warning for econftool and example
* Add new CI with different compilers and valgrind
* Test econf_readConfig()
* Disable deprecation warning for tests
* Implement econf_*freep functions for automatic cleanup
* Cleanup *free functions
-------------------------------------------------------------------
Wed Oct 2 07:09:19 UTC 2024 - Stefan Schubert <schubi@suse.com>

View File

@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
%define skip_python39 1
Name: python-libeconf
Version: 0.7.4
Version: 0.7.5
Release: 0
Summary: Python bindings for libeconf
License: MIT