Compare commits

1 Commits
1.1 ... main

7 changed files with 35 additions and 7 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">8d6e8917bc359823862225816a181f9f322a8d99</param>
<param name="changesrevision">25eb4246560e870c7e9c9a16abfb206566d98979</param>
</service>
</servicedata>

Binary file not shown.

BIN
libeconf-0.7.9.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 08 14:41:05 UTC 2025 - schubi@suse.com
- Update to version 0.7.9:
* Comments can include comment character tag multiple time.
* Fixed static library declaration in meason
* Fixed versioning in cmake
-------------------------------------------------------------------
Fri Apr 25 08:25:57 UTC 2025 - schubi@suse.com
- Update to version 0.7.8:
* Fix memory access if there are a comment character inside a comment.
-------------------------------------------------------------------
Mon Jan 13 09:44:55 UTC 2025 - schubi@suse.com

View File

@@ -18,7 +18,7 @@
%define lname libeconf0
Name: libeconf
Version: 0.7.7
Version: 0.7.9
Release: 0
Summary: Enhanced config file parser ala systemd
License: MIT
@@ -73,7 +73,7 @@ and /etc.
%setup -q
%build
%meson
%meson -Ddefault_library=both
%meson_build
%install

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu May 08 14:41:05 UTC 2025 - schubi@suse.com
- Update to version 0.7.9:
* Comments can include comment character tag multiple time.
* Fixed static library declaration in meason
* Fixed versioning in cmake
-------------------------------------------------------------------
Fri Apr 25 08:25:57 UTC 2025 - schubi@suse.com
- Update to version 0.7.8:
* Fix memory access if there are a comment character inside a comment.
-------------------------------------------------------------------
Mon Jan 13 09:44:55 UTC 2025 - schubi@suse.com

View File

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