From 0c1230b46482d653301bfb346af9c30445f2462a2957330ee972bfbbcd0311b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 29 Dec 2012 18:35:13 +0000 Subject: [PATCH] Accepting request 146630 from home:posophe:branches:multimedia:libs update to 1.4.9 OBS-URL: https://build.opensuse.org/request/show/146630 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libconfig?expand=0&rev=11 --- libconfig-1.4.8.tar.gz | 3 --- libconfig-1.4.9.tar.gz | 3 +++ libconfig.changes | 21 +++++++++++++++++++++ libconfig.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 libconfig-1.4.8.tar.gz create mode 100644 libconfig-1.4.9.tar.gz diff --git a/libconfig-1.4.8.tar.gz b/libconfig-1.4.8.tar.gz deleted file mode 100644 index 780f086..0000000 --- a/libconfig-1.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18b1509fbf438a8c7f9b0af32284e458189b5f6dfd044f898926109f3c3c01ed -size 645823 diff --git a/libconfig-1.4.9.tar.gz b/libconfig-1.4.9.tar.gz new file mode 100644 index 0000000..6038b81 --- /dev/null +++ b/libconfig-1.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041 +size 688158 diff --git a/libconfig.changes b/libconfig.changes index f9c7790..69a393c 100644 --- a/libconfig.changes +++ b/libconfig.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Dec 29 15:50:18 UTC 2012 - p.drouand@gmail.com + +- Update to 1.4.9 version: + * lib/libconfigcpp.c++ - Fixed compiler warnings in constructor + initializers + * tinytest/tiytest.c, tinytest/tinytest.h - added tt_file_exists(); + added alternate implementations of some test macros since MSVC does + not support C99 fully; added comparators for text files (ignoring + line endings) + * tests/tests.c - use tt_file_exists() rather than access(); alias + snprintf to _snprintf for MSVC; compare files as text files rather + than as binary files + * lib/scanner.l - fixed parsing issue when backslash in string is + followed by invalid escape character; reported by Jimmy Scott + * lib/scanner.c - regenerated + * lib/libconfig.h, lib/libconfig.h++, lib/Makefile.am, + doc/libconfig.texi, configure.ac - bump version numbers + * aclocal.m4, ac_config.h - regenerated + * m4/*, aux-build/*, libtool - updated to newer + ------------------------------------------------------------------- Sat May 19 11:25:58 UTC 2012 - davejplater@gmail.com diff --git a/libconfig.spec b/libconfig.spec index 1e66996..d5e4643 100644 --- a/libconfig.spec +++ b/libconfig.spec @@ -20,7 +20,7 @@ %define docbuild 0 Name: libconfig -Version: 1.4.8 +Version: 1.4.9 Release: 0 %define _soversion 9 Summary: A simple library for manipulating structured configuration files