Hello community,

here is the log from the commit of package liblogging for openSUSE:Factory 
checked in at 2014-12-10 23:44:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-04 
16:36:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.liblogging.new/liblogging.changes       
2014-12-10 23:44:47.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Dec  9 22:52:36 UTC 2014 - andreas.stie...@gmx.de
+
+- liblogging 1.0.5:
+  + cleanup for systemd-journal >= 209
+  + bugfix: date stamp was incorrectly formatted
+
+-------------------------------------------------------------------

Old:
----
  liblogging-1.0.4.tar.gz

New:
----
  liblogging-1.0.5.tar.gz

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

Other differences:
------------------
++++++ liblogging.spec ++++++
--- /var/tmp/diff_new_pack.ALnIo7/_old  2014-12-10 23:44:48.000000000 +0100
+++ /var/tmp/diff_new_pack.ALnIo7/_new  2014-12-10 23:44:48.000000000 +0100
@@ -20,7 +20,7 @@
 %define with_rst2man 0%{?suse_version} >= 1230
 %define sover 0
 Name:           liblogging
-Version:        1.0.4
+Version:        1.0.5
 Release:        0
 Summary:        An easy to use logging library
 License:        BSD-2-Clause

++++++ liblogging-1.0.4.tar.gz -> liblogging-1.0.5.tar.gz ++++++
++++ 1702 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/liblogging-1.0.4/ChangeLog new/liblogging-1.0.5/ChangeLog
--- old/liblogging-1.0.4/ChangeLog      2014-04-03 11:11:02.000000000 +0200
+++ new/liblogging-1.0.5/ChangeLog      2014-12-09 11:13:50.000000000 +0100
@@ -1,4 +1,12 @@
 ----------------------------------------------------------------------------
+v1.0.5 2014-12-09
+- cleanup for systemd-journal >= 209
+  closes https://github.com/rsyslog/liblogging/issues/17
+- bugfix: date stamp was incorrectly formatted
+  The day part was totally off. This affected the "uxsock:" and "file:"
+  drivers.
+  closes https://github.com/rsyslog/liblogging/issues/21
+----------------------------------------------------------------------------
 v1.0.4 2014-04-03
 - fix build problems on some platforms (namely RHEL/CENTOS 5)
 - add --disable-man pages ./configure option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/liblogging-1.0.4/INSTALL new/liblogging-1.0.5/INSTALL
--- old/liblogging-1.0.4/INSTALL        2014-03-18 07:09:57.000000000 +0100
+++ new/liblogging-1.0.5/INSTALL        2014-12-09 11:14:14.000000000 +0100
@@ -12,8 +12,8 @@
 Basic Installation
 ==================
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure && make && make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/liblogging-1.0.4/config.h.in new/liblogging-1.0.5/config.h.in
--- old/liblogging-1.0.4/config.h.in    2014-04-03 11:11:47.000000000 +0200
+++ new/liblogging-1.0.5/config.h.in    2014-12-09 11:14:14.000000000 +0100
@@ -80,9 +80,6 @@
    */
 #undef LT_OBJDIR
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Indicator for a BSD OS */
 #undef OS_BSD
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/liblogging-1.0.4/configure.ac new/liblogging-1.0.5/configure.ac
--- old/liblogging-1.0.4/configure.ac   2014-04-03 11:10:21.000000000 +0200
+++ new/liblogging-1.0.5/configure.ac   2014-12-09 11:13:59.000000000 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([liblogging], [1.0.4], [rgerha...@hq.adiscon.com])
+AC_INIT([liblogging], [1.0.5], [rgerha...@hq.adiscon.com])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([rfc3195/src/beepchannel.c])
 AC_CONFIG_HEADER([config.h])
@@ -107,7 +107,9 @@
         [enable_journal="yes"]
 )
 if test "x$enable_journal" = "xyes"; then
-       PKG_CHECK_MODULES([LIBSYSTEMD_JOURNAL], [libsystemd-journal >= 197])
+       PKG_CHECK_MODULES([LIBSYSTEMD_JOURNAL], [libsystemd >= 209] ,, [
+           PKG_CHECK_MODULES([LIBSYSTEMD_JOURNAL], [libsystemd-journal >= 197])
+       ])
 fi
 AM_CONDITIONAL(ENABLE_JOURNAL, test x$enable_journal = xyes)
 if test "$enable_journal" = "yes"; then
@@ -127,10 +129,9 @@
 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 ! -r "stdlog/stdlog.3" || test ! -r "stdlog/stdlogctl.1"; then
+               have_to_generate_man_pages="yes"
+       fi
        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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/liblogging-1.0.4/m4/libtool.m4 new/liblogging-1.0.5/m4/libtool.m4
--- old/liblogging-1.0.4/m4/libtool.m4  2014-03-18 07:09:45.000000000 +0100
+++ new/liblogging-1.0.5/m4/libtool.m4  2014-12-09 11:14:09.000000000 +0100
@@ -1324,12 +1324,19 @@
            LD="${LD-ld} -m elf_i386_fbsd"
            ;;
          x86_64-*linux*)
-           LD="${LD-ld} -m elf_i386"
+           case `/usr/bin/file conftest.o` in
+             *x86-64*)
+               LD="${LD-ld} -m elf32_x86_64"
+               ;;
+             *)
+               LD="${LD-ld} -m elf_i386"
+               ;;
+           esac
            ;;
-         powerpc64le-*linux*)
+         powerpc64le-*)
            LD="${LD-ld} -m elf32lppclinux"
            ;;
-         powerpc64-*linux*)
+         powerpc64-*)
            LD="${LD-ld} -m elf32ppclinux"
            ;;
          s390x-*linux*)
@@ -1348,10 +1355,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
            ;;
-         powerpcle-*linux*)
+         powerpcle-*)
            LD="${LD-ld} -m elf64lppc"
            ;;
-         powerpc-*linux*)
+         powerpc-*)
            LD="${LD-ld} -m elf64ppc"
            ;;
          s390*-*linux*|s390*-*tpf*)
@@ -1694,7 +1701,8 @@
     ;;
   *)
     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len"; then
+    if test -n "$lt_cv_sys_max_cmd_len" && \
+       test undefined != "$lt_cv_sys_max_cmd_len"; then
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
     else
@@ -2518,17 +2526,6 @@
   esac
   ;;
 
-gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
 haiku*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
@@ -2645,7 +2642,7 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
@@ -2675,14 +2672,10 @@
   # before this can be enabled.
   hardcode_into_libs=yes
 
-  # Add ABI-specific directories to the system library path.
-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
-
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -2694,6 +2687,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3253,10 +3258,6 @@
   fi
   ;;
 
-gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 haiku*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -3295,11 +3296,11 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4047,7 +4048,7 @@
            ;;
        esac
        ;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
        case $cc_basename in
          KCC*)
            # KAI C++ Compiler
@@ -4111,7 +4112,7 @@
            ;;
        esac
        ;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4346,7 +4347,7 @@
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
-    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
       case $cc_basename in
       # old Intel for x86_64 which still supported -KPIC.
       ecc*)
@@ -4588,6 +4589,9 @@
       ;;
     esac
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -4650,6 +4654,9 @@
   openbsd*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -4871,7 +4878,7 @@
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
$linker_flags -o $lib'
        wlarc=
@@ -5048,6 +5055,7 @@
        if test "$aix_use_runtimelinking" = yes; then
          shared_flag="$shared_flag "'${wl}-G'
        fi
+       _LT_TAGVAR(link_all_deplibs, $1)=no
       else
        # not using gcc
        if test "$host_cpu" = ia64; then
@@ -5352,7 +5360,7 @@
       _LT_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
$linker_flags'  # a.out
       else
@@ -6232,9 +6240,6 @@
         _LT_TAGVAR(ld_shlibs, $1)=yes
         ;;
 
-      gnu*)
-        ;;
-
       haiku*)
         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags ${wl}-soname $wl$soname -o $lib'
         _LT_TAGVAR(link_all_deplibs, $1)=yes
@@ -6396,7 +6401,7 @@
         _LT_TAGVAR(inherit_rpath, $1)=yes
         ;;
 
-      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
         case $cc_basename in
           KCC*)
            # Kuck and Associates, Inc. (KAI) C++ Compiler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/liblogging-1.0.4/missing new/liblogging-1.0.5/missing
--- old/liblogging-1.0.4/missing        2014-03-18 07:09:57.000000000 +0100
+++ new/liblogging-1.0.5/missing        2014-12-09 11:14:14.000000000 +0100
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2012-06-26.16; # UTC
+scriptversion=2013-10-28.13; # UTC
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996.
@@ -160,7 +160,7 @@
       ;;
    autom4te*)
       echo "You might have modified some maintainer files that require"
-      echo "the 'automa4te' program to be rebuilt."
+      echo "the 'autom4te' program to be rebuilt."
       program_details 'autom4te'
       ;;
     bison*|yacc*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/liblogging-1.0.4/stdlog/Makefile.am new/liblogging-1.0.5/stdlog/Makefile.am
--- old/liblogging-1.0.4/stdlog/Makefile.am     2014-04-03 11:09:56.000000000 
+0200
+++ new/liblogging-1.0.5/stdlog/Makefile.am     2014-12-09 11:09:47.000000000 
+0100
@@ -39,7 +39,8 @@
 if ENABLE_JOURNAL
    liblogging_stdlog_la_LIBADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
    liblogging_stdlog_la_SOURCES += jrnldrvr.c
-   # tester_LDADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
+   tester_LDADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
+   stdlogctl_LDADD +=  $(LIBSYSTEMD_JOURNAL_LIBS)
 endif
 
 if ENABLE_MAN_PAGES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/liblogging-1.0.4/stdlog/timeutils.c new/liblogging-1.0.5/stdlog/timeutils.c
--- old/liblogging-1.0.4/stdlog/timeutils.c     2014-02-18 10:14:49.000000000 
+0100
+++ new/liblogging-1.0.5/stdlog/timeutils.c     2014-12-07 12:07:06.000000000 
+0100
@@ -50,9 +50,9 @@
        buf[1] = monthNames[tm->tm_mon][1];
        buf[2] = monthNames[tm->tm_mon][2];
        buf[3] = ' ';
-       iDay = (tm->tm_wday / 10) % 10; /* we need to write a space if the 
first digit is 0 */
+       iDay = (tm->tm_mday / 10) % 10; /* we need to write a space if the 
first digit is 0 */
        buf[4] = (iDay > 0) ? iDay + '0' : ' ';
-       buf[5] = tm->tm_wday % 10 + '0';
+       buf[5] = tm->tm_mday % 10 + '0';
        buf[6] = ' ';
        buf[7] = (tm->tm_hour / 10) % 10 + '0';
        buf[8] = tm->tm_hour % 10 + '0';

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

Reply via email to