From bd9a9d511d01a171b4d25409eea3bd14bef208278a24f02e8d0198a6488251c2 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Fri, 25 Nov 2022 12:09:48 +0000 Subject: [PATCH] Accepting request 1037644 from home:schubi2 - Update to version 0.4.9: * libeconf.h: added missing sys/types.h header (#171) * new API calls: econf_readFileWithCallback, econf_readDirsWithCallback, econf_readDirsHistoryWithCallback (#172) * Checking NULL comment parameter in the parsing functions. OBS-URL: https://build.opensuse.org/request/show/1037644 OBS-URL: https://build.opensuse.org/package/show/devel:microos/libeconf?expand=0&rev=4 --- _service | 5 +++-- _servicedata | 2 +- libeconf-0.4.8+git20221114.7ff7704.tar.xz | 3 --- libeconf-0.4.9.tar.xz | 3 +++ libeconf.changes | 9 +++++++++ libeconf.spec | 2 +- 6 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 libeconf-0.4.8+git20221114.7ff7704.tar.xz create mode 100644 libeconf-0.4.9.tar.xz diff --git a/_service b/_service index ca455e1..4f264e0 100644 --- a/_service +++ b/_service @@ -1,7 +1,8 @@ - 0.4.8 - 0.4.8+git%cd.%h + 0.4.9 + @PARENT_TAG@ + v(\d+\.\d+\.\d+) https://github.com/openSUSE/libeconf.git git enable diff --git a/_servicedata b/_servicedata index e3f6979..ae7e011 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/openSUSE/libeconf.git - 7ff77043522a6d9a284118f2bcc59c3c697645f0 + 3f363ba03817b337c75bb411a8f561a59751cb56 \ No newline at end of file diff --git a/libeconf-0.4.8+git20221114.7ff7704.tar.xz b/libeconf-0.4.8+git20221114.7ff7704.tar.xz deleted file mode 100644 index cf72c8c..0000000 --- a/libeconf-0.4.8+git20221114.7ff7704.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61bb3b12f0df20800c118d1ee80ce8d9caa09c662c85b6bf0d86c7b42e6bde03 -size 146524 diff --git a/libeconf-0.4.9.tar.xz b/libeconf-0.4.9.tar.xz new file mode 100644 index 0000000..5dce2d4 --- /dev/null +++ b/libeconf-0.4.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d541e902de26498bfd894931ac3a80f7899da4d3171124320640967a409419c +size 147820 diff --git a/libeconf.changes b/libeconf.changes index b4ae45f..440dbc1 100644 --- a/libeconf.changes +++ b/libeconf.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 23 14:01:34 UTC 2022 - schubi@suse.com + +- Update to version 0.4.9: + * libeconf.h: added missing sys/types.h header (#171) + * new API calls: econf_readFileWithCallback, + econf_readDirsWithCallback, econf_readDirsHistoryWithCallback (#172) + * Checking NULL comment parameter in the parsing functions. + ------------------------------------------------------------------- Mon Nov 14 13:47:26 UTC 2022 - schubi@suse.com diff --git a/libeconf.spec b/libeconf.spec index c51ce5a..cc16310 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -18,7 +18,7 @@ %define lname libeconf0 Name: libeconf -Version: 0.4.8+git20221114.7ff7704 +Version: 0.4.9 Release: 0 Summary: Enhanced config file parser ala systemd License: LGPL-2.1-or-later