Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2014-04-04 16:36:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblogging (Old)
 and      /work/SRC/openSUSE:Factory/.liblogging.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblogging"

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblogging/liblogging.changes    2014-03-19 
09:06:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes       
2014-04-04 16:36:07.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr  3 18:31:31 UTC 2014 - andreas.stie...@gmx.de
+
+- update to liblogging 1.0.4:
+  * build system changes
+
+-------------------------------------------------------------------

Old:
----
  liblogging-1.0.3.tar.gz

New:
----
  liblogging-1.0.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ liblogging.spec ++++++
--- /var/tmp/diff_new_pack.axhJbJ/_old  2014-04-04 16:36:08.000000000 +0200
+++ /var/tmp/diff_new_pack.axhJbJ/_new  2014-04-04 16:36:08.000000000 +0200
@@ -20,7 +20,7 @@
 %define with_rst2man 0%{?suse_version} >= 1230
 %define sover 0
 Name:           liblogging
-Version:        1.0.3
+Version:        1.0.4
 Release:        0
 Summary:        An easy to use logging library
 License:        BSD-2-Clause

++++++ liblogging-1.0.3.tar.gz -> liblogging-1.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/ChangeLog 
new/liblogging-1.0.4/ChangeLog
--- old/liblogging-1.0.3/ChangeLog      2014-03-18 08:27:39.000000000 +0100
+++ new/liblogging-1.0.4/ChangeLog      2014-04-03 11:11:02.000000000 +0200
@@ -1,4 +1,13 @@
 ----------------------------------------------------------------------------
+v1.0.4 2014-04-03
+- fix build problems on some platforms (namely RHEL/CENTOS 5)
+- add --disable-man pages ./configure option
+  This permits to totally turn off man page handling. This is useful for
+  platforms like RHEL/CENTOS 5 where rst2man is hard to get when building
+  from git is desired.
+- lower build system requirements to autoconf 2.59
+  This permits building on RHEL/CENTOs 5 with stock autotools.
+----------------------------------------------------------------------------
 v1.0.3 2014-03-18
 - fix build problem in Ubuntu 10.04
   Thanks to Assaf Gordon for reporting
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/configure 
new/liblogging-1.0.4/configure
--- old/liblogging-1.0.3/configure      2014-03-18 08:50:55.000000000 +0100
+++ new/liblogging-1.0.4/configure      2014-04-03 11:11:41.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for liblogging 1.0.3.
+# Generated by GNU Autoconf 2.69 for liblogging 1.0.4.
 #
 # Report bugs to <rgerha...@hq.adiscon.com>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='liblogging'
 PACKAGE_TARNAME='liblogging'
-PACKAGE_VERSION='1.0.3'
-PACKAGE_STRING='liblogging 1.0.3'
+PACKAGE_VERSION='1.0.4'
+PACKAGE_STRING='liblogging 1.0.4'
 PACKAGE_BUGREPORT='rgerha...@hq.adiscon.com'
 PACKAGE_URL=''
 
@@ -635,6 +635,8 @@
 ac_subst_vars='am__EXEEXT_FALSE
 am__EXEEXT_TRUE
 LTLIBOBJS
+ENABLE_MAN_PAGES_FALSE
+ENABLE_MAN_PAGES_TRUE
 RST2MAN
 ENABLE_JOURNAL_FALSE
 ENABLE_JOURNAL_TRUE
@@ -777,6 +779,7 @@
 enable_rfc3195
 enable_stdlog
 enable_journal
+enable_man_pages
 '
       ac_precious_vars='build_alias
 host_alias
@@ -1332,7 +1335,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures liblogging 1.0.3 to adapt to many kinds of systems.
+\`configure' configures liblogging 1.0.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1402,7 +1405,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of liblogging 1.0.3:";;
+     short | recursive ) echo "Configuration of liblogging 1.0.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1424,6 +1427,7 @@
   --enable-rfc3195        Enable rfc3195 support [default=no]
   --enable-stdlog         Enable stdlog support [default=yes]
   --enable-journal        systemd journal support [default=yes]
+  --enable-man-pages      man-pages support [default=yes]
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
@@ -1519,7 +1523,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-liblogging configure 1.0.3
+liblogging configure 1.0.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1942,7 +1946,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by liblogging $as_me 1.0.3, which was
+It was created by liblogging $as_me 1.0.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2805,7 +2809,7 @@
 
 # Define the identity of the package.
  PACKAGE='liblogging'
- VERSION='1.0.3'
+ VERSION='1.0.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12414,10 +12418,24 @@
 
 fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if all man pages already 
exist..." >&5
+# should man pages be provided?
+# Check whether --enable-man-pages was given.
+if test "${enable_man_pages+set}" = set; then :
+  enableval=$enable_man_pages; case "${enableval}" in
+         yes) enable_man_pages="yes" ;;
+          no) enable_man_pages="no" ;;
+           *) as_fn_error $? "bad value ${enableval} for --enable-man-pages" 
"$LINENO" 5 ;;
+         esac
+else
+  enable_man_pages="yes"
+
+fi
+
+if test "x$enable_man_pages" = "xyes"; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking if all man pages 
already exist..." >&5
 $as_echo "$as_me: checking if all man pages already exist..." >&6;}
-have_to_generate_man_pages="no"
-as_ac_File=`$as_echo "ac_cv_file_"stdlog/stdlog.3"" | $as_tr_sh`
+       have_to_generate_man_pages="no"
+       as_ac_File=`$as_echo "ac_cv_file_"stdlog/stdlog.3"" | $as_tr_sh`
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"stdlog/stdlog.3\"" >&5
 $as_echo_n "checking for \"stdlog/stdlog.3\"... " >&6; }
 if eval \${$as_ac_File+:} false; then :
@@ -12472,17 +12490,17 @@
 
 fi
 
-if test "x$have_to_generate_man_pages" = "xyes"; then
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: Some man pages are 
missing. We need rst2man to generate the missing man pages from source..." >&5
-$as_echo "Some man pages are missing. We need rst2man to generate the missing 
man pages from source..." >&6; }
-else
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: All man pages found. We 
don't need rst2man!" >&5
+       if test "x$have_to_generate_man_pages" = "xyes"; then
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: Some man pages are 
missing. We need rst2man to generate the missing man pages from source... 
Alternatively, use --disable-man-pages to build without them." >&5
+$as_echo "Some man pages are missing. We need rst2man to generate the missing 
man pages from source... Alternatively, use --disable-man-pages to build 
without them." >&6; }
+       else
+           { $as_echo "$as_me:${as_lineno-$LINENO}: result: All man pages 
found. We don't need rst2man!" >&5
 $as_echo "All man pages found. We don't need rst2man!" >&6; }
-fi
+       fi
 
-if test "x$have_to_generate_man_pages" = "xyes"; then
-    # We need rst2man to generate our man pages
-    for ac_prog in rst2man rst2man.py
+       if test "x$have_to_generate_man_pages" = "xyes"; then
+           # We need rst2man to generate our man pages
+           for ac_prog in rst2man rst2man.py
 do
   # Extract the first word of "$ac_prog", so it can be a program name with 
args.
 set dummy $ac_prog; ac_word=$2
@@ -12524,11 +12542,20 @@
   test -n "$RST2MAN" && break
 done
 
-    if test -z "$RST2MAN"; then
-        as_fn_error $? "rst2man is required to build man pages. You can use 
the release tarball with pregenerated man pages to avoid this depedency." 
"$LINENO" 5
-    fi
+           if test -z "$RST2MAN"; then
+               as_fn_error $? "rst2man is required to build man pages. You can 
use the release tarball with pregenerated man pages to avoid this depedency. 
Alternatively, use --disable-man-pages to build without them." "$LINENO" 5
+           fi
+       fi
+fi
+ if test x$enable_man_pages = xyes; then
+  ENABLE_MAN_PAGES_TRUE=
+  ENABLE_MAN_PAGES_FALSE='#'
+else
+  ENABLE_MAN_PAGES_TRUE='#'
+  ENABLE_MAN_PAGES_FALSE=
 fi
 
+
 ac_config_files="$ac_config_files Makefile rfc3195/liblogging-rfc3195.pc 
rfc3195/doc/Makefile rfc3195/doc/html/Makefile rfc3195/src/Makefile 
stdlog/liblogging-stdlog.pc stdlog/Makefile"
 
 cat >confcache <<\_ACEOF
@@ -12676,6 +12703,10 @@
   as_fn_error $? "conditional \"ENABLE_JOURNAL\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${ENABLE_MAN_PAGES_TRUE}" && test -z "${ENABLE_MAN_PAGES_FALSE}"; 
then
+  as_fn_error $? "conditional \"ENABLE_MAN_PAGES\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 
 : "${CONFIG_STATUS=./config.status}"
 ac_write_fail=0
@@ -13073,7 +13104,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by liblogging $as_me 1.0.3, which was
+This file was extended by liblogging $as_me 1.0.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13139,7 +13170,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-liblogging config.status 1.0.3
+liblogging config.status 1.0.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -14918,5 +14949,8 @@
 echo "stdlog support enabled:               $enable_stdlog"
 echo "systemd journal support:              $enable_journal"
 echo "rfc3195 support enabled:              $enable_rfc3195"
+echo "enable man pages:                     $enable_man_pages"
+if test "x$enable_man_pages" = "xyes"; then
 echo "have to generate man pages:           $have_to_generate_man_pages"
+fi
 echo "********************************************************"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/configure.ac 
new/liblogging-1.0.4/configure.ac
--- old/liblogging-1.0.3/configure.ac   2014-03-18 08:27:01.000000000 +0100
+++ new/liblogging-1.0.4/configure.ac   2014-04-03 11:10:21.000000000 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([liblogging], [1.0.3], [rgerha...@hq.adiscon.com])
+AC_INIT([liblogging], [1.0.4], [rgerha...@hq.adiscon.com])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([rfc3195/src/beepchannel.c])
 AC_CONFIG_HEADER([config.h])
@@ -114,25 +114,38 @@
         AC_DEFINE(ENABLE_JOURNAL, 1, [journal support is integrated.])
 fi
 
-AC_CHECKING([if all man pages already exist])
-have_to_generate_man_pages="no"
-AC_CHECK_FILES(["stdlog/stdlog.3" "stdlog/stdlogctl.1"],
-    [],
-    [have_to_generate_man_pages="yes"]
+# should man pages be provided?
+AC_ARG_ENABLE(man-pages,
+        [AS_HELP_STRING([--enable-man-pages],[man-pages support 
@<:@default=yes@:>@])],
+        [case "${enableval}" in
+         yes) enable_man_pages="yes" ;;
+          no) enable_man_pages="no" ;;
+           *) AC_MSG_ERROR(bad value ${enableval} for --enable-man-pages) ;;
+         esac],
+        [enable_man_pages="yes"]
 )
-if test "x$have_to_generate_man_pages" = "xyes"; then
-    AC_MSG_RESULT([Some man pages are missing. We need rst2man to generate the 
missing man pages from source...])
-else
-    AC_MSG_RESULT([All man pages found. We don't need rst2man!])
-fi
-
-if test "x$have_to_generate_man_pages" = "xyes"; then
-    # We need rst2man to generate our man pages
-    AC_CHECK_PROGS([RST2MAN], [rst2man rst2man.py], [])
-    if test -z "$RST2MAN"; then
-        AC_MSG_ERROR([rst2man is required to build man pages. You can use the 
release tarball with pregenerated man pages to avoid this depedency.])
-    fi
+if test "x$enable_man_pages" = "xyes"; then
+       AC_CHECKING([if all man pages already exist])
+       have_to_generate_man_pages="no"
+       AC_CHECK_FILES(["stdlog/stdlog.3" "stdlog/stdlogctl.1"],
+           [],
+           [have_to_generate_man_pages="yes"]
+       )
+       if test "x$have_to_generate_man_pages" = "xyes"; then
+           AC_MSG_RESULT([Some man pages are missing. We need rst2man to 
generate the missing man pages from source... Alternatively, use 
--disable-man-pages to build without them.])
+       else
+           AC_MSG_RESULT([All man pages found. We don't need rst2man!])
+       fi
+
+       if test "x$have_to_generate_man_pages" = "xyes"; then
+           # We need rst2man to generate our man pages
+           AC_CHECK_PROGS([RST2MAN], [rst2man rst2man.py], [])
+           if test -z "$RST2MAN"; then
+               AC_MSG_ERROR([rst2man is required to build man pages. You can 
use the release tarball with pregenerated man pages to avoid this depedency. 
Alternatively, use --disable-man-pages to build without them.])
+           fi
+       fi
 fi
+AM_CONDITIONAL(ENABLE_MAN_PAGES, test x$enable_man_pages = xyes)
 
 AC_CONFIG_FILES([Makefile \
                  rfc3195/liblogging-rfc3195.pc \
@@ -149,5 +162,8 @@
 echo "stdlog support enabled:               $enable_stdlog"
 echo "systemd journal support:              $enable_journal"
 echo "rfc3195 support enabled:              $enable_rfc3195"
+echo "enable man pages:                     $enable_man_pages"
+if test "x$enable_man_pages" = "xyes"; then
 echo "have to generate man pages:           $have_to_generate_man_pages"
+fi
 echo "********************************************************"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/stdlog/Makefile.am 
new/liblogging-1.0.4/stdlog/Makefile.am
--- old/liblogging-1.0.3/stdlog/Makefile.am     2014-03-18 07:07:13.000000000 
+0100
+++ new/liblogging-1.0.4/stdlog/Makefile.am     2014-04-03 11:09:56.000000000 
+0200
@@ -36,6 +36,13 @@
 stdlogctl_la_CFLAGS = ${AM_CFLAGS}
 stdlogctl_LDADD = liblogging-stdlog.la $(SOL_LIBS)
 
+if ENABLE_JOURNAL
+   liblogging_stdlog_la_LIBADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
+   liblogging_stdlog_la_SOURCES += jrnldrvr.c
+   # tester_LDADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
+endif
+
+if ENABLE_MAN_PAGES
 man1_MANS = stdlogctl.1
 CLEANFILES += stdlogctl.1
 EXTRA_DIST += stdlogctl.1
@@ -49,9 +56,4 @@
 
 stdlog.3: stdlog.rst
        $(AM_V_GEN) $(RST2MAN) $< $@
-
-if ENABLE_JOURNAL
-   liblogging_stdlog_la_LIBADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
-   liblogging_stdlog_la_SOURCES += jrnldrvr.c
-   # tester_LDADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/stdlog/Makefile.in 
new/liblogging-1.0.4/stdlog/Makefile.in
--- old/liblogging-1.0.3/stdlog/Makefile.in     2014-03-18 08:50:54.000000000 
+0100
+++ new/liblogging-1.0.4/stdlog/Makefile.in     2014-04-03 11:11:40.000000000 
+0200
@@ -84,6 +84,8 @@
 bin_PROGRAMS = stdlogctl$(EXEEXT)
 @ENABLE_JOURNAL_TRUE@am__append_1 = $(LIBSYSTEMD_JOURNAL_LIBS)
 @ENABLE_JOURNAL_TRUE@am__append_2 = jrnldrvr.c
+@ENABLE_MAN_PAGES_TRUE@am__append_3 = stdlogctl.1 stdlog.3
+@ENABLE_MAN_PAGES_TRUE@am__append_4 = stdlogctl.1 stdlog.3
 subdir = stdlog
 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
        $(srcdir)/liblogging-stdlog.pc.in $(top_srcdir)/depcomp \
@@ -347,7 +349,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-CLEANFILES = stdlogctl.1 stdlog.3
+CLEANFILES = $(am__append_3)
 lib_LTLIBRARIES = liblogging-stdlog.la
 liblogging_stdlog_la_CPPFLAGS = 
 liblogging_stdlog_la_CFLAGS = ${AM_CFLAGS}
@@ -360,8 +362,7 @@
 # 
http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 liblogging_stdlog_la_SOURCES = stdlog.c uxsock.c file.c formatter.c \
        timeutils.c $(am__append_2)
-EXTRA_DIST = stdlog-intern.h stdlog.rst stdlogctl.rst stdlogctl.1 \
-       stdlog.3
+EXTRA_DIST = stdlog-intern.h stdlog.rst stdlogctl.rst $(am__append_4)
 pkginclude_HEADERS = \
        stdlog.h
 
@@ -372,8 +373,8 @@
 stdlogctl_CPPFLAGS = 
 stdlogctl_la_CFLAGS = ${AM_CFLAGS}
 stdlogctl_LDADD = liblogging-stdlog.la $(SOL_LIBS)
-man1_MANS = stdlogctl.1
-man3_MANS = stdlog.3
+@ENABLE_MAN_PAGES_TRUE@man1_MANS = stdlogctl.1
+@ENABLE_MAN_PAGES_TRUE@man3_MANS = stdlog.3
 all: all-am
 
 .SUFFIXES:
@@ -933,13 +934,13 @@
        uninstall-man uninstall-man1 uninstall-man3 \
        uninstall-pkgincludeHEADERS
 
+@ENABLE_JOURNAL_TRUE@   # tester_LDADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
 
-stdlogctl.1: stdlogctl.rst
-       $(AM_V_GEN) $(RST2MAN) $< $@
+@ENABLE_MAN_PAGES_TRUE@stdlogctl.1: stdlogctl.rst
+@ENABLE_MAN_PAGES_TRUE@        $(AM_V_GEN) $(RST2MAN) $< $@
 
-stdlog.3: stdlog.rst
-       $(AM_V_GEN) $(RST2MAN) $< $@
-@ENABLE_JOURNAL_TRUE@   # tester_LDADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
+@ENABLE_MAN_PAGES_TRUE@stdlog.3: stdlog.rst
+@ENABLE_MAN_PAGES_TRUE@        $(AM_V_GEN) $(RST2MAN) $< $@
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/stdlog/file.c 
new/liblogging-1.0.4/stdlog/file.c
--- old/liblogging-1.0.3/stdlog/file.c  2014-02-27 09:26:03.000000000 +0100
+++ new/liblogging-1.0.4/stdlog/file.c  2014-04-02 14:28:49.000000000 +0200
@@ -59,7 +59,7 @@
         * will overwrite it with the '\n' below. We don't need 
         * a string, just a buffer, so we don't need '\0'!
         */
-       i += ch->vsnprintf(linebuf+i, lenline-i, fmt, ap);
+       i += ch->f_vsnprintf(linebuf+i, lenline-i, fmt, ap);
        linebuf[i++] = '\n'; /* space reserved -- see above */
        return i;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/stdlog/jrnldrvr.c 
new/liblogging-1.0.4/stdlog/jrnldrvr.c
--- old/liblogging-1.0.3/stdlog/jrnldrvr.c      2014-03-03 17:57:53.000000000 
+0100
+++ new/liblogging-1.0.4/stdlog/jrnldrvr.c      2014-04-02 14:29:03.000000000 
+0200
@@ -45,7 +45,7 @@
        char *__restrict__ const wrkbuf, const size_t buflen)
 {
        int r;
-       ch->vsnprintf(wrkbuf, buflen, fmt, ap);
+       ch->f_vsnprintf(wrkbuf, buflen, fmt, ap);
        r = sd_journal_send("MESSAGE=%s", wrkbuf,
                 "PRIORITY=%d", severity,
                 NULL);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/stdlog/stdlog-intern.h 
new/liblogging-1.0.4/stdlog/stdlog-intern.h
--- old/liblogging-1.0.3/stdlog/stdlog-intern.h 2014-02-27 09:26:03.000000000 
+0100
+++ new/liblogging-1.0.4/stdlog/stdlog-intern.h 2014-04-02 13:21:54.000000000 
+0200
@@ -37,7 +37,7 @@
        int32_t options;
        int facility;
        char *fmtbuf;
-       int (*vsnprintf)(char *str, size_t size, const char *fmt, va_list ap);
+       int (*f_vsnprintf)(char *str, size_t size, const char *fmt, va_list ap);
        struct {
                void (*init)(stdlog_channel_t ch); /* initialize driver */
                void (*open)(stdlog_channel_t ch);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/stdlog/stdlog.c 
new/liblogging-1.0.4/stdlog/stdlog.c
--- old/liblogging-1.0.3/stdlog/stdlog.c        2014-02-25 16:44:08.000000000 
+0100
+++ new/liblogging-1.0.4/stdlog/stdlog.c        2014-04-02 14:28:13.000000000 
+0200
@@ -152,7 +152,7 @@
        ch->facility = facility;
 
        /* formatting driver selection */
-       ch->vsnprintf = (ch->options & STDLOG_SIGSAFE)
+       ch->f_vsnprintf = (ch->options & STDLOG_SIGSAFE)
                            ? __stdlog_sigsafe_printf : 
__stdlog_wrapper_vsnprintf;
 
        /* output driver selection */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liblogging-1.0.3/stdlog/uxsock.c 
new/liblogging-1.0.4/stdlog/uxsock.c
--- old/liblogging-1.0.3/stdlog/uxsock.c        2014-02-27 09:26:03.000000000 
+0100
+++ new/liblogging-1.0.4/stdlog/uxsock.c        2014-04-02 14:28:38.000000000 
+0200
@@ -63,7 +63,7 @@
        __stdlog_fmt_print_str(frame, lenframe-i, &i, ch->ident);
        __STDLOG_STRBUILD_ADD_CHAR(frame, lenframe, i, ':');
        __STDLOG_STRBUILD_ADD_CHAR(frame, lenframe, i, ' ');
-       i += ch->vsnprintf(frame+i, lenframe-i, fmt, ap);
+       i += ch->f_vsnprintf(frame+i, lenframe-i, fmt, ap);
        return i;
 }
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to