SHA256
1
0
forked from pool/libeconf

Accepting request 1039621 from home:schubi2

- Update to version 0.5.0:
  * API calls econf_read*WithCallback supporting a general (void *)
    argument for user defined data with which the callback function is
    called.
  * Tagged following functions deprecated:
    econf_requireOwner, econf_requireGroup, econf_requirePermissions,
    econf_followSymlinks, econf_reset_security_settings
    Use one of the econf_read*WithCallback functions instead.

OBS-URL: https://build.opensuse.org/request/show/1039621
OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=6
This commit is contained in:
Richard Brown 2022-12-05 09:01:03 +00:00 committed by Git OBS Bridge
parent bd9a9d511d
commit 93b7f936b6
6 changed files with 18 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.4.9</param>
<param name="version">0.5.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="url">https://github.com/openSUSE/libeconf.git</param>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/libeconf.git</param>
<param name="changesrevision">3f363ba03817b337c75bb411a8f561a59751cb56</param>
<param name="changesrevision">40d70bbe6ebf992082d8c83df522ec9e36364a1b</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d541e902de26498bfd894931ac3a80f7899da4d3171124320640967a409419c
size 147820

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6efa4d3b030641f182111cdb5115db3c41ace8ce32245f16179befb6014c59b9
size 147980

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 02 14:13:24 UTC 2022 - schubi@suse.com
- Update to version 0.5.0:
* API calls econf_read*WithCallback supporting a general (void *)
argument for user defined data with which the callback function is
called.
* Tagged following functions deprecated:
econf_requireOwner, econf_requireGroup, econf_requirePermissions,
econf_followSymlinks, econf_reset_security_settings
Use one of the econf_read*WithCallback functions instead.
-------------------------------------------------------------------
Wed Nov 23 14:01:34 UTC 2022 - schubi@suse.com

View File

@ -18,7 +18,7 @@
%define lname libeconf0
Name: libeconf
Version: 0.4.9
Version: 0.5.0
Release: 0
Summary: Enhanced config file parser ala systemd
License: LGPL-2.1-or-later