forked from pool/libeconf
Accepting request 769722 from devel:kubic
- Update to version 0.3.5+git20200203.3144b69: * Release version 0.3.5 * Use float.h instead of obsolete gnuism values.h * Remove gnuism (strdupa) * Check for empty value (NULL pointer) before calling strdup. - Update to version 0.3.4+git20200121.febebf2: * Release version 0.3.4 * Fix buffer overflow in econf_readDirs * Fix parsing of quoted strings, and values starting with delimiters * tests: add test for quoted strings * tests: tst-configdirs5: fix config dir paths OBS-URL: https://build.opensuse.org/request/show/769722 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=6
This commit is contained in:
parent
e8c68b89d0
commit
d10f4de529
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">0.3.3</param>
|
<param name="version">0.3.5</param>
|
||||||
<param name="versionformat">0.3.3+git%cd.%h</param>
|
<param name="versionformat">0.3.5+git%cd.%h</param>
|
||||||
<param name="url">git://github.com/openSUSE/libeconf.git</param>
|
<param name="url">git://github.com/openSUSE/libeconf.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/libeconf.git</param>
|
<param name="url">git://github.com/openSUSE/libeconf.git</param>
|
||||||
<param name="changesrevision">3ac14cec7a092f33c8ff138c00da331455d7b81e</param>
|
<param name="changesrevision">3144b69a1876296f5e6d1c2e6be24cd149561ddf</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba9eebea2b7687bf1ba33ec0b35a811a08f98f6f0e16e053165d1506292c30f3
|
|
||||||
size 28432
|
|
3
libeconf-0.3.5+git20200203.3144b69.tar.xz
Normal file
3
libeconf-0.3.5+git20200203.3144b69.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dda0682945690dc43dab215b900d901ddbe3eed4ecc3159da22a3325a0a2efda
|
||||||
|
size 29656
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 03 16:21:51 UTC 2020 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.3.5+git20200203.3144b69:
|
||||||
|
* Release version 0.3.5
|
||||||
|
* Use float.h instead of obsolete gnuism values.h
|
||||||
|
* Remove gnuism (strdupa)
|
||||||
|
* Check for empty value (NULL pointer) before calling strdup.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 21 14:53:44 UTC 2020 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.3.4+git20200121.febebf2:
|
||||||
|
* Release version 0.3.4
|
||||||
|
* Fix buffer overflow in econf_readDirs
|
||||||
|
* Fix parsing of quoted strings, and values starting with delimiters
|
||||||
|
* tests: add test for quoted strings
|
||||||
|
* tests: tst-configdirs5: fix config dir paths
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 28 12:11:12 UTC 2019 - iforster@suse.com
|
Mon Oct 28 12:11:12 UTC 2019 - iforster@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libeconf
|
# spec file for package libeconf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%define lname libeconf0
|
%define lname libeconf0
|
||||||
Name: libeconf
|
Name: libeconf
|
||||||
Version: 0.3.3+git20191028.3ac14ce
|
Version: 0.3.5+git20200203.3144b69
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Enhanced config file parser ala systemd
|
Summary: Enhanced config file parser ala systemd
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/openSUSE/libeconf
|
URL: https://github.com/openSUSE/libeconf
|
||||||
Source: libeconf-%{version}.tar.xz
|
Source: libeconf-%{version}.tar.xz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user