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
This commit is contained in:
Ismail Dönmez 2012-12-29 18:35:13 +00:00 committed by Git OBS Bridge
parent c9a425ea1e
commit 0c1230b464
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18b1509fbf438a8c7f9b0af32284e458189b5f6dfd044f898926109f3c3c01ed
size 645823

3
libconfig-1.4.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09c8979252e60193e2969e9b0e1cd597f7820087867989b2f0939ad164473041
size 688158

View File

@ -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

View File

@ -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