From 9aa68a0552ff07a8bbe3c59013c65421191d658bb9f87455438519e815fc31c8 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Sun, 12 Nov 2017 05:49:32 +0000 Subject: [PATCH] Accepting request 540745 from home:avindra - Update to 1.7: * Redesigned the directory-include feature to avoid using platform-specific directory scanning code, and to fix a bug in the handling of nested includes. The application can now do its own directory scanning and/or wildcard expansion by registering an include function. * Added new CONFIG_OPTION_ALLOW_SCIENTIFIC_NOTATION to allow either %f or %g-style formatting for floating point values. * Improved the options APIs in both the C and C++ libraries. * Improved the automatic conversion between int and int64 values. * Fixed build errors caused by out-of-sync generated lexer and parser source files. * Added an API to clear an existing configuration. * Fixed a problem where a group or list could be added to an array. * Changed default float precision from 2 to 6. * Modified grammar to allow trailing commas in lists and arrays. * Removed logic that clipped negative values to 0 in (unsigned int) cast operator. * Updated manual and added a new chapter on other libconfig implementations and bindings. * Various internal code cleanup. * Fixed failing unit tests. * Upgraded VS2015 solution/project files to VS2017. - Use new project URL - sonum updated from 8 to 11 OBS-URL: https://build.opensuse.org/request/show/540745 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=19 --- baselibs.conf | 4 ++-- libconfig-1.6.tar.gz | 3 --- libconfig-1.7.tar.gz | 3 +++ libconfig.changes | 29 +++++++++++++++++++++++++++++ libconfig.spec | 6 +++--- 5 files changed, 37 insertions(+), 8 deletions(-) delete mode 100644 libconfig-1.6.tar.gz create mode 100644 libconfig-1.7.tar.gz diff --git a/baselibs.conf b/baselibs.conf index 897b3e7..bbdf1c9 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,2 @@ -libconfig++8 -libconfig8 +libconfig++11 +libconfig11 diff --git a/libconfig-1.6.tar.gz b/libconfig-1.6.tar.gz deleted file mode 100644 index 2c1242f..0000000 --- a/libconfig-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18739792eb463d73525d7aea9b0a48b14106fae1cfec09aedc668d8c1079adf1 -size 660457 diff --git a/libconfig-1.7.tar.gz b/libconfig-1.7.tar.gz new file mode 100644 index 0000000..7aab68f --- /dev/null +++ b/libconfig-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7ce87ecfe11327ec7f9f3a016c5007286b327eee1adf5145ff70238b379304 +size 1537412 diff --git a/libconfig.changes b/libconfig.changes index e66d089..a6a9e02 100644 --- a/libconfig.changes +++ b/libconfig.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Nov 11 15:08:53 UTC 2017 - aavindraa@gmail.com + +- Update to 1.7: + * Redesigned the directory-include feature to avoid using + platform-specific directory scanning code, and to fix a bug in + the handling of nested includes. The application can now do its + own directory scanning and/or wildcard expansion by registering + an include function. + * Added new CONFIG_OPTION_ALLOW_SCIENTIFIC_NOTATION to allow + either %f or %g-style formatting for floating point values. + * Improved the options APIs in both the C and C++ libraries. + * Improved the automatic conversion between int and int64 values. + * Fixed build errors caused by out-of-sync generated lexer and + parser source files. + * Added an API to clear an existing configuration. + * Fixed a problem where a group or list could be added to an array. + * Changed default float precision from 2 to 6. + * Modified grammar to allow trailing commas in lists and arrays. + * Removed logic that clipped negative values to 0 in (unsigned int) + cast operator. + * Updated manual and added a new chapter on other libconfig + implementations and bindings. + * Various internal code cleanup. + * Fixed failing unit tests. + * Upgraded VS2015 solution/project files to VS2017. +- Use new project URL +- sonum updated from 8 to 11 + ------------------------------------------------------------------- Thu Jul 13 09:42:53 UTC 2017 - tchvatal@suse.com diff --git a/libconfig.spec b/libconfig.spec index 09d0d49..a814337 100644 --- a/libconfig.spec +++ b/libconfig.spec @@ -16,14 +16,14 @@ # -%define _soversion 8 +%define _soversion 11 Name: libconfig -Version: 1.6 +Version: 1.7 Release: 0 Summary: A simple library for manipulating structured configuration files License: LGPL-2.1+ Group: Development/Libraries/C and C++ -Url: https://github.com/hyperrealm/libconfig +Url: https://hyperrealm.github.io/libconfig Source0: https://github.com/hyperrealm/libconfig/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf BuildRequires: autoconf