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:
parent
bd9a9d511d
commit
93b7f936b6
2
_service
2
_service
@ -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>
|
||||
|
@ -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>
|
@ -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
3
libeconf-0.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6efa4d3b030641f182111cdb5115db3c41ace8ce32245f16179befb6014c59b9
|
||||
size 147980
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user