Hello community,

here is the log from the commit of package cln for openSUSE:Factory checked in 
at 2019-12-21 12:30:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cln (Old)
 and      /work/SRC/openSUSE:Factory/.cln.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cln"

Sat Dec 21 12:30:13 2019 rev:21 rq:758105 version:1.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/cln/cln.changes  2019-11-20 10:30:03.094595932 
+0100
+++ /work/SRC/openSUSE:Factory/.cln.new.6675/cln.changes        2019-12-21 
12:30:26.319336338 +0100
@@ -1,0 +2,7 @@
+Thu Dec 19 09:13:38 UTC 2019 - [email protected]
+
+- version update to 1.3.6
+  * fix build errors
+- run tests
+
+-------------------------------------------------------------------

Old:
----
  cln-1.3.5.tar.bz2

New:
----
  cln-1.3.6.tar.bz2

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

Other differences:
------------------
++++++ cln.spec ++++++
--- /var/tmp/diff_new_pack.Turn4v/_old  2019-12-21 12:30:26.959336643 +0100
+++ /var/tmp/diff_new_pack.Turn4v/_new  2019-12-21 12:30:26.967336647 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           cln
-Version:        1.3.5
+Version:        1.3.6
 Release:        0
 Summary:        Class Library for Numbers (C++)
 License:        GPL-2.0-or-later
@@ -105,6 +105,9 @@
 install -m 755 pi %{buildroot}%{_bindir}
 rm -f %{buildroot}%{_libdir}/libcln.la
 
+%check
+make %{?_smp_mflags} check
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 %post devel

++++++ cln-1.3.5.tar.bz2 -> cln-1.3.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cln-1.3.5/Makefile.in new/cln-1.3.6/Makefile.in
--- old/cln-1.3.5/Makefile.in   2019-11-17 22:30:14.000000000 +0100
+++ new/cln-1.3.6/Makefile.in   2019-12-05 21:59:52.000000000 +0100
@@ -224,8 +224,8 @@
        $(top_srcdir)/src/timing/cl_t_config.h.in COPYING ChangeLog \
        INSTALL NEWS README TODO build-aux/compile \
        build-aux/config.guess build-aux/config.rpath \
-       build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh \
-       build-aux/missing build-aux/texinfo.tex
+       build-aux/config.sub build-aux/depcomp build-aux/install-sh \
+       build-aux/ltmain.sh build-aux/missing build-aux/texinfo.tex
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cln-1.3.5/NEWS new/cln-1.3.6/NEWS
--- old/cln-1.3.5/NEWS  2019-11-17 22:29:49.000000000 +0100
+++ new/cln-1.3.6/NEWS  2019-12-05 21:40:21.000000000 +0100
@@ -1,4 +1,14 @@
+2019-12-05, version 1.3.6
+=========================
+
+Other changes
+-------------
+
+* Fixed cross-compilation (broken in 1.3.5).
+
+
 2019-11-17, version 1.3.5
+=========================
 
 Implementation changes
 ----------------------
@@ -15,7 +25,6 @@
   - MIPS release 6
 
 
-=========================
 2014-10-16, version 1.3.4
 =========================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cln-1.3.5/configure new/cln-1.3.6/configure
--- old/cln-1.3.5/configure     2019-11-17 22:30:14.000000000 +0100
+++ new/cln-1.3.6/configure     2019-12-05 21:59:53.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for cln 1.3.5.
+# Generated by GNU Autoconf 2.69 for cln 1.3.6.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='cln'
 PACKAGE_TARNAME='cln'
-PACKAGE_VERSION='1.3.5'
-PACKAGE_STRING='cln 1.3.5'
+PACKAGE_VERSION='1.3.6'
+PACKAGE_STRING='cln 1.3.6'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1348,7 +1348,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 cln 1.3.5 to adapt to many kinds of systems.
+\`configure' configures cln 1.3.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1419,7 +1419,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of cln 1.3.5:";;
+     short | recursive ) echo "Configuration of cln 1.3.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1538,7 +1538,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-cln configure 1.3.5
+cln configure 1.3.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2316,7 +2316,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by cln $as_me 1.3.5, which was
+It was created by cln $as_me 1.3.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3184,7 +3184,7 @@
 
 # Define the identity of the package.
  PACKAGE='cln'
- VERSION='1.3.5'
+ VERSION='1.3.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16646,12 +16646,12 @@
 
 
 
-LT_VERSION_INFO=6:5:0
+LT_VERSION_INFO=6:6:0
 
 
 CL_VERSION_MAJOR=1
 CL_VERSION_MINOR=3
-CL_VERSION_PATCHLEVEL=5
+CL_VERSION_PATCHLEVEL=6
 
 cat >>confdefs.h <<_ACEOF
 #define CL_VERSION_MAJOR $CL_VERSION_MAJOR
@@ -16667,7 +16667,7 @@
 #define CL_VERSION_PATCHLEVEL $CL_VERSION_PATCHLEVEL
 _ACEOF
 
-CL_VERSION=1.3.5
+CL_VERSION=1.3.6
 
 cat >>confdefs.h <<_ACEOF
 #define CL_VERSION $CL_VERSION
@@ -17949,7 +17949,7 @@
 int
 main ()
 {
-static_assert((signed char)($x) == 0, "");
+typedef int verify[2*((signed char)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -17972,7 +17972,7 @@
 int
 main ()
 {
-static_assert((short)($x) == 0, "");
+typedef int verify[2*((short)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -17995,7 +17995,7 @@
 int
 main ()
 {
-static_assert((int)($x) == 0, "");
+typedef int verify[2*((int)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -18018,7 +18018,7 @@
 int
 main ()
 {
-static_assert((long)($x) == 0, "");
+typedef int verify[2*((long)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -18042,7 +18042,7 @@
 int
 main ()
 {
-static_assert((long long)($x) == 0, "");
+typedef int verify[2*((long long)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -18066,7 +18066,7 @@
 int
 main ()
 {
-static_assert((unsigned char)($x) == 0, "");
+typedef int verify[2*((unsigned char)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -18089,7 +18089,7 @@
 int
 main ()
 {
-static_assert((unsigned short)($x) == 0, "");
+typedef int verify[2*((unsigned short)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -18112,7 +18112,7 @@
 int
 main ()
 {
-static_assert((unsigned int)($x) == 0, "");
+typedef int verify[2*((unsigned int)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -18135,7 +18135,7 @@
 int
 main ()
 {
-static_assert((unsigned long)($x) == 0, "");
+typedef int verify[2*((unsigned long)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -18159,7 +18159,7 @@
 int
 main ()
 {
-static_assert((unsigned long long)($x) == 0, "");
+typedef int verify[2*((unsigned long long)($x) == 0) - 1];
   ;
   return 0;
 }
@@ -20863,7 +20863,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by cln $as_me 1.3.5, which was
+This file was extended by cln $as_me 1.3.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20929,7 +20929,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-cln config.status 1.3.5
+cln config.status 1.3.6
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cln-1.3.5/configure.ac new/cln-1.3.6/configure.ac
--- old/cln-1.3.5/configure.ac  2019-11-17 22:29:49.000000000 +0100
+++ new/cln-1.3.6/configure.ac  2019-12-05 21:59:26.000000000 +0100
@@ -2,7 +2,7 @@
 
 m4_define([cl_version_major], [1])
 m4_define([cl_version_minor], [3])
-m4_define([cl_version_patchlevel], [5])
+m4_define([cl_version_patchlevel], [6])
 m4_define([cl_version], 
[cl_version_major.cl_version_minor.cl_version_patchlevel])
 
 dnl Libtool's library version information for CLN.
@@ -16,7 +16,7 @@
 dnl (On many systems, $(cl_lt_current):$(cl_lt_revision):$(cl_lt_age) results 
in
 dnl libcln.so.$(cl_lt_current)-$(cl_lt_age).)
 m4_define([cl_lt_current], [6])
-m4_define([cl_lt_revision], [5])
+m4_define([cl_lt_revision], [6])
 m4_define([cl_lt_age], [0])
 m4_define([cl_lt_version], [cl_lt_current:cl_lt_revision:cl_lt_age])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cln-1.3.5/doc/cln.texi new/cln-1.3.6/doc/cln.texi
--- old/cln-1.3.5/doc/cln.texi  2019-11-17 22:29:49.000000000 +0100
+++ new/cln-1.3.6/doc/cln.texi  2019-11-18 10:10:36.000000000 +0100
@@ -71,11 +71,11 @@
 @author @uref{http://www.ginac.de/CLN}
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
2002, 2003, 2004, 2005, 2006, 2007, 2008.
+Copyright @copyright{} Bruno Haible 1995 - 2019.
 @sp 0
-Copyright @copyright{} Richard B. Kreckel 2000, 2001, 2002, 2003, 2004, 2005, 
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
+Copyright @copyright{} Richard B. Kreckel 2000 - 2019.
 @sp 0
-Copyright @copyright{} Alexei Sheplyakov 2008, 2010.
+Copyright @copyright{} Alexei Sheplyakov 2008 - 2010.
 
 @sp 2
 Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cln-1.3.5/include/cln/version.h 
new/cln-1.3.6/include/cln/version.h
--- old/cln-1.3.5/include/cln/version.h 2019-11-17 22:30:31.000000000 +0100
+++ new/cln-1.3.6/include/cln/version.h 2019-12-05 22:00:37.000000000 +0100
@@ -5,7 +5,7 @@
 #define _CL_VERSION_H
 
 /* CLN release number */
-#define CL_VERSION 1.3.5
+#define CL_VERSION 1.3.6
 
 /* Major version number of CLN */
 #define CL_VERSION_MAJOR 1
@@ -14,7 +14,7 @@
 #define CL_VERSION_MINOR 3
 
 /* Patchlevel version number of CLN */
-#define CL_VERSION_PATCHLEVEL 5
+#define CL_VERSION_PATCHLEVEL 6
 
 namespace cln {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cln-1.3.5/m4/intparam.m4 new/cln-1.3.6/m4/intparam.m4
--- old/cln-1.3.5/m4/intparam.m4        2019-11-02 17:04:20.000000000 +0100
+++ new/cln-1.3.6/m4/intparam.m4        2019-12-04 23:56:23.000000000 +0100
@@ -258,7 +258,7 @@
 [
   n=1; x="($1)2"
   while true; do
-    AC_TRY_COMPILE([], [static_assert(($1)($x) == 0, "");],
+    AC_TRY_COMPILE([], [typedef int verify[2*(($1)($x) == 0) - 1];],
       [$2=$n; break;],
       [if test $n = 1000; then $2=; break; fi;])
     n=`expr $n + 1`; x="$x * ($1)2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cln-1.3.5/src/base/output/cl_output_hex.cc 
new/cln-1.3.6/src/base/output/cl_output_hex.cc
--- old/cln-1.3.5/src/base/output/cl_output_hex.cc      2019-11-17 
22:29:49.000000000 +0100
+++ new/cln-1.3.6/src/base/output/cl_output_hex.cc      2019-11-18 
09:48:17.000000000 +0100
@@ -30,10 +30,10 @@
 static void fprinthexadecimal_impl (std::ostream& stream, intptr_t x)
 {
        if (x >= 0)
-               fprintdecimal(stream,(uintptr_t)x);
+               fprinthexadecimal(stream,(uintptr_t)x);
        else {
                fprintchar(stream,'-');
-               fprintdecimal(stream,(uintptr_t)(-1-x)+1);
+               fprinthexadecimal(stream,(uintptr_t)(-1-x)+1);
        }
 }
 
@@ -83,10 +83,10 @@
        fprinthexadecimal_impl(stream,(intptr_t)x);
 #else
        if (x >= 0)
-               fprintdecimal(stream,(unsigned long long)x);
+               fprinthexadecimal(stream,(unsigned long long)x);
        else {
                fprintchar(stream,'-');
-               fprintdecimal(stream,(unsigned long long)(-1-x)+1);
+               fprinthexadecimal(stream,(unsigned long long)(-1-x)+1);
        }
 #endif
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cln-1.3.5/tests/test_I_io.cc 
new/cln-1.3.6/tests/test_I_io.cc
--- old/cln-1.3.5/tests/test_I_io.cc    2019-11-02 17:04:20.000000000 +0100
+++ new/cln-1.3.6/tests/test_I_io.cc    2019-11-18 09:48:17.000000000 +0100
@@ -25,10 +25,5 @@
                }
 
        }
-#if defined(_WIN32) && !defined(__CYGWIN__)
-       std::cerr << "[The test is known to fail on this platform, ignore it]" 
<< std::endl;
-       return 0;
-#else
        return error;
-#endif
 }


Reply via email to