Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mpc for openSUSE:Factory checked in 
at 2022-12-21 16:05:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpc (Old)
 and      /work/SRC/openSUSE:Factory/.mpc.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpc"

Wed Dec 21 16:05:44 2022 rev:32 rq:1043774 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpc/mpc.changes  2022-12-16 17:50:46.227726636 
+0100
+++ /work/SRC/openSUSE:Factory/.mpc.new.1835/mpc.changes        2022-12-21 
16:05:45.790270572 +0100
@@ -1,0 +2,8 @@
+Sat Dec 17 17:12:27 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- Update to version 1.3.1:
+  * Bug fix: It is again possible to include mpc.h without
+    including stdio.h.
+- drop mpc-1.3.0-gmpdep.patch
+
+-------------------------------------------------------------------

Old:
----
  mpc-1.3.0-gmpdep.patch
  mpc-1.3.0.tar.gz
  mpc-1.3.0.tar.gz.sig

New:
----
  mpc-1.3.1.tar.gz
  mpc-1.3.1.tar.gz.sig

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

Other differences:
------------------
++++++ mpc.spec ++++++
--- /var/tmp/diff_new_pack.sLXGai/_old  2022-12-21 16:05:46.994277066 +0100
+++ /var/tmp/diff_new_pack.sLXGai/_new  2022-12-21 16:05:47.046277347 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           mpc
-Version:        1.3.0
+Version:        1.3.1
 Release:        0
 Summary:        multiple-precision complex shared library
 License:        LGPL-3.0-or-later
@@ -27,7 +27,6 @@
 Source1:        https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz.sig
 Source2:        %{name}.keyring
 Source3:        baselibs.conf
-Patch:          mpc-1.3.0-gmpdep.patch
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gmp) >= 5.0.0
 BuildRequires:  pkgconfig(mpfr) >= 4.1.0
@@ -60,7 +59,6 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects

++++++ mpc-1.3.0.tar.gz -> mpc-1.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/Makefile.in new/mpc-1.3.1/Makefile.in
--- old/mpc-1.3.0/Makefile.in   2022-12-09 14:50:35.000000000 +0100
+++ new/mpc-1.3.1/Makefile.in   2022-12-12 16:19:10.000000000 +0100
@@ -198,8 +198,8 @@
        $(top_srcdir)/build-aux/missing AUTHORS COPYING.LESSER \
        ChangeLog INSTALL NEWS README TODO build-aux/ar-lib \
        build-aux/compile build-aux/config.guess build-aux/config.sub \
-       build-aux/install-sh build-aux/ltmain.sh build-aux/mdate-sh \
-       build-aux/missing build-aux/texinfo.tex
+       build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
+       build-aux/mdate-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/mpc-1.3.0/NEWS new/mpc-1.3.1/NEWS
--- old/mpc-1.3.0/NEWS  2022-12-09 15:02:48.000000000 +0100
+++ new/mpc-1.3.1/NEWS  2022-12-12 11:49:05.000000000 +0100
@@ -1,3 +1,7 @@
+Changes in version 1.3.1, released in December 2022:
+  - Bug fix: It is again possible to include mpc.h without including
+    stdio.h.
+
 Changes in version 1.3.0 ("Ipomoea batatas"), released in December 2022:
   - New function: mpc_agm
   - New rounding modes "away from zero", indicated by the letter "A" and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/README new/mpc-1.3.1/README
--- old/mpc-1.3.0/README        2022-12-02 10:56:50.000000000 +0100
+++ new/mpc-1.3.1/README        2022-12-12 10:22:59.000000000 +0100
@@ -24,8 +24,8 @@
 
 1. In the directory of the GNU MPC archive, type
 
-      tar xzf mpc-1.3.0.tar.gz
-      cd mpc-1.3.0
+      tar xzf mpc-1.3.1.tar.gz
+      cd mpc-1.3.1
       ./configure
       make
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/configure new/mpc-1.3.1/configure
--- old/mpc-1.3.0/configure     2022-12-09 14:50:35.000000000 +0100
+++ new/mpc-1.3.1/configure     2022-12-12 16:19:10.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mpc 1.3.0.
+# Generated by GNU Autoconf 2.69 for mpc 1.3.1.
 #
 # Report bugs to <mpc-disc...@inria.fr>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='mpc'
 PACKAGE_TARNAME='mpc'
-PACKAGE_VERSION='1.3.0'
-PACKAGE_STRING='mpc 1.3.0'
+PACKAGE_VERSION='1.3.1'
+PACKAGE_STRING='mpc 1.3.1'
 PACKAGE_BUGREPORT='mpc-disc...@inria.fr'
 PACKAGE_URL=''
 
@@ -1337,7 +1337,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 mpc 1.3.0 to adapt to many kinds of systems.
+\`configure' configures mpc 1.3.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1407,7 +1407,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mpc 1.3.0:";;
+     short | recursive ) echo "Configuration of mpc 1.3.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1529,7 +1529,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mpc configure 1.3.0
+mpc configure 1.3.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1952,7 +1952,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mpc $as_me 1.3.0, which was
+It was created by mpc $as_me 1.3.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2814,7 +2814,7 @@
 
 # Define the identity of the package.
  PACKAGE='mpc'
- VERSION='1.3.0'
+ VERSION='1.3.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13734,7 +13734,7 @@
 
          { $as_echo "$as_me:${as_lineno-$LINENO}: checking for current git 
version" >&5
 $as_echo_n "checking for current git version... " >&6; }
-         GITVERSION=d81cac4
+         GITVERSION=e96a0d0
 
 
          { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GITVERSION" >&5
@@ -14280,7 +14280,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mpc $as_me 1.3.0, which was
+This file was extended by mpc $as_me 1.3.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14346,7 +14346,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-mpc config.status 1.3.0
+mpc config.status 1.3.1
 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/mpc-1.3.0/configure.ac new/mpc-1.3.1/configure.ac
--- old/mpc-1.3.0/configure.ac  2022-12-09 15:02:48.000000000 +0100
+++ new/mpc-1.3.1/configure.ac  2022-12-15 10:57:19.000000000 +0100
@@ -20,7 +20,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([mpc],[1.3.0],[mpc-disc...@inria.fr])
+AC_INIT([mpc],[1.3.1],[mpc-disc...@inria.fr])
 AC_CONFIG_SRCDIR([src/mpc-impl.h])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/doc/mpc.info new/mpc-1.3.1/doc/mpc.info
--- old/mpc-1.3.0/doc/mpc.info  2022-12-09 15:03:29.000000000 +0100
+++ new/mpc-1.3.1/doc/mpc.info  2022-12-15 10:58:00.000000000 +0100
@@ -1,7 +1,7 @@
 This is mpc.info, produced by makeinfo version 7.0 from mpc.texi.
 
 This manual is for GNU MPC, a library for multiple precision complex
-arithmetic, version 1.3.0 of December 2022.
+arithmetic, version 1.3.1 of December 2022.
 
    Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
 2011, 2012, 2013, 2016, 2018, 2020, 2022 INRIA
@@ -23,7 +23,7 @@
 *******
 
 This manual documents how to install and use the GNU Multiple Precision
-Complex Library, version 1.3.0
+Complex Library, version 1.3.1
 
 * Menu:
 
@@ -96,9 +96,9 @@
 
    Here are the steps needed to install the library on Unix systems:
 
-  1. ‘tar xzf mpc-1.3.0.tar.gz’
+  1. ‘tar xzf mpc-1.3.1.tar.gz’
 
-  2. ‘cd mpc-1.3.0’
+  2. ‘cd mpc-1.3.1’
 
   3. ‘./configure’
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/doc/stamp-vti new/mpc-1.3.1/doc/stamp-vti
--- old/mpc-1.3.0/doc/stamp-vti 2022-12-09 15:03:29.000000000 +0100
+++ new/mpc-1.3.1/doc/stamp-vti 2022-12-15 10:57:59.000000000 +0100
@@ -1,4 +1,4 @@
-@set UPDATED 9 December 2022
+@set UPDATED 15 December 2022
 @set UPDATED-MONTH December 2022
-@set EDITION 1.3.0
-@set VERSION 1.3.0
+@set EDITION 1.3.1
+@set VERSION 1.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/doc/version.texi 
new/mpc-1.3.1/doc/version.texi
--- old/mpc-1.3.0/doc/version.texi      2022-12-09 15:03:29.000000000 +0100
+++ new/mpc-1.3.1/doc/version.texi      2022-12-15 10:57:59.000000000 +0100
@@ -1,4 +1,4 @@
-@set UPDATED 9 December 2022
+@set UPDATED 15 December 2022
 @set UPDATED-MONTH December 2022
-@set EDITION 1.3.0
-@set VERSION 1.3.0
+@set EDITION 1.3.1
+@set VERSION 1.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/src/Makefile.am 
new/mpc-1.3.1/src/Makefile.am
--- old/mpc-1.3.0/src/Makefile.am       2022-12-09 15:02:48.000000000 +0100
+++ new/mpc-1.3.1/src/Makefile.am       2022-12-15 10:57:19.000000000 +0100
@@ -18,7 +18,7 @@
 ## along with this program. If not, see http://www.gnu.org/licenses/ .
 
 lib_LTLIBRARIES = libmpc.la
-libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 6:0:3
+libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 6:1:3
 libmpc_la_SOURCES = mpc-impl.h abs.c acos.c acosh.c add.c add_fr.c         \
   add_si.c add_ui.c agm.c arg.c asin.c asinh.c atan.c atanh.c clear.c      \
   cmp.c cmp_abs.c cmp_si_si.c conj.c cos.c cosh.c                          \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/src/Makefile.in 
new/mpc-1.3.1/src/Makefile.in
--- old/mpc-1.3.0/src/Makefile.in       2022-12-09 14:50:35.000000000 +0100
+++ new/mpc-1.3.1/src/Makefile.in       2022-12-12 16:19:10.000000000 +0100
@@ -386,7 +386,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 lib_LTLIBRARIES = libmpc.la
-libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 6:0:3
+libmpc_la_LDFLAGS = $(MPC_LDFLAGS) -version-info 6:1:3
 libmpc_la_SOURCES = mpc-impl.h abs.c acos.c acosh.c add.c add_fr.c         \
   add_si.c add_ui.c agm.c arg.c asin.c asinh.c atan.c atanh.c clear.c      \
   cmp.c cmp_abs.c cmp_si_si.c conj.c cos.c cosh.c                          \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/src/balls.c new/mpc-1.3.1/src/balls.c
--- old/mpc-1.3.0/src/balls.c   2022-12-08 13:10:38.000000000 +0100
+++ new/mpc-1.3.1/src/balls.c   2022-12-15 10:57:19.000000000 +0100
@@ -18,9 +18,10 @@
 along with this program. If not, see http://www.gnu.org/licenses/ .
 */
 
+#include <limits.h> /* for CHAR_BIT */
+#include <stdio.h>  /* for FILE */
 #include "mpc-impl.h"
 
-
 void mpcb_out_str (FILE *f, mpcb_srcptr op)
 {
    mpc_out_str (f, 10, 0, op->c, MPC_RNDNN);
@@ -29,7 +30,6 @@
    fprintf (f, "\n");
 }
 
-
 void
 mpcb_init (mpcb_ptr rop)
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/src/eta.c new/mpc-1.3.1/src/eta.c
--- old/mpc-1.3.0/src/eta.c     2022-11-15 17:12:07.000000000 +0100
+++ new/mpc-1.3.1/src/eta.c     2022-12-12 15:31:45.000000000 +0100
@@ -19,6 +19,7 @@
 */
 
 #include <math.h>
+#include <limits.h> /* for CHAR_BIT */
 #include "mpc-impl.h"
 
 static void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/src/get_version.c 
new/mpc-1.3.1/src/get_version.c
--- old/mpc-1.3.0/src/get_version.c     2022-12-09 15:02:48.000000000 +0100
+++ new/mpc-1.3.1/src/get_version.c     2022-12-15 10:57:19.000000000 +0100
@@ -23,5 +23,5 @@
 const char *
 mpc_get_version (void)
 {
-  return "1.3.0";
+  return "1.3.1";
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/src/mpc-impl.h new/mpc-1.3.1/src/mpc-impl.h
--- old/mpc-1.3.0/src/mpc-impl.h        2022-12-01 15:27:28.000000000 +0100
+++ new/mpc-1.3.1/src/mpc-impl.h        2022-12-12 12:21:20.000000000 +0100
@@ -27,7 +27,6 @@
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
-#include <stdio.h>
 #include "mpc.h"
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/src/mpc.h new/mpc-1.3.1/src/mpc.h
--- old/mpc-1.3.0/src/mpc.h     2022-12-09 15:02:48.000000000 +0100
+++ new/mpc-1.3.1/src/mpc.h     2022-12-15 10:57:19.000000000 +0100
@@ -28,8 +28,8 @@
 /* Define MPC version number */
 #define MPC_VERSION_MAJOR 1
 #define MPC_VERSION_MINOR 3
-#define MPC_VERSION_PATCHLEVEL 0
-#define MPC_VERSION_STRING "1.3.0"
+#define MPC_VERSION_PATCHLEVEL 1
+#define MPC_VERSION_STRING "1.3.1"
 
 /* Macros dealing with MPC VERSION */
 #define MPC_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
@@ -270,6 +270,7 @@
 __MPC_DECLSPEC int mpc_inp_str    (mpc_ptr, FILE *, size_t *, int, mpc_rnd_t);
 __MPC_DECLSPEC size_t mpc_out_str (FILE *, int, size_t, mpc_srcptr, mpc_rnd_t);
 __MPC_DECLSPEC void mpcb_out_str  (FILE *f, mpcb_srcptr);
+__MPC_DECLSPEC void mpcr_out_str (FILE *f, mpcr_srcptr r);
 #endif
 
 __MPC_DECLSPEC int mpcr_inf_p (mpcr_srcptr r);
@@ -284,7 +285,6 @@
    int64_t exp);
 __MPC_DECLSPEC void mpcr_max (mpcr_ptr r, mpcr_srcptr s, mpcr_srcptr t);
 __MPC_DECLSPEC int64_t mpcr_get_exp (mpcr_srcptr r);
-__MPC_DECLSPEC void mpcr_out_str (FILE *f, mpcr_srcptr r);
 __MPC_DECLSPEC void mpcr_mul (mpcr_ptr r, mpcr_srcptr s, mpcr_srcptr t);
 __MPC_DECLSPEC void mpcr_mul_2ui (mpcr_ptr r, mpcr_srcptr s,
    unsigned long int e);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/src/radius.c new/mpc-1.3.1/src/radius.c
--- old/mpc-1.3.0/src/radius.c  2022-12-08 13:10:38.000000000 +0100
+++ new/mpc-1.3.1/src/radius.c  2022-12-15 10:57:19.000000000 +0100
@@ -18,9 +18,9 @@
 along with this program. If not, see http://www.gnu.org/licenses/ .
 */
 
-#include <stdio.h>
 #include <math.h>
 #include <inttypes.h> /* for the PRIi64 format modifier */
+#include <stdio.h>    /* for FILE */
 #include "mpc-impl.h"
 
 #define MPCR_MANT(r) ((r)->mant)
@@ -416,7 +416,6 @@
    }
 }
 
-
 static void mpcr_mul_rnd (mpcr_ptr r, mpcr_srcptr s, mpcr_srcptr t,
     mpfr_rnd_t rnd)
     /* Set r to the product of s and t, rounded according to whether rnd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/tests/Makefile.am 
new/mpc-1.3.1/tests/Makefile.am
--- old/mpc-1.3.0/tests/Makefile.am     2022-12-02 10:56:50.000000000 +0100
+++ new/mpc-1.3.1/tests/Makefile.am     2022-12-12 10:45:44.000000000 +0100
@@ -45,7 +45,7 @@
   treimref trootofunity                                                 \
   tset tsin tsin_cos tsinh tsqr tsqrt tstrtoc tsub tsub_fr             \
   tsub_ui tsum tswap ttan ttanh tui_div tui_ui_sub                      \
-  tget_version texceptions
+  tget_version texceptions tdummy
 
 check_LTLIBRARIES=libmpc-tests.la
 libmpc_tests_la_SOURCES = mpc-tests.h check_data.c clear_parameters.c  \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/tests/Makefile.in 
new/mpc-1.3.1/tests/Makefile.in
--- old/mpc-1.3.0/tests/Makefile.in     2022-12-09 14:50:36.000000000 +0100
+++ new/mpc-1.3.1/tests/Makefile.in     2022-12-12 16:19:10.000000000 +0100
@@ -107,7 +107,8 @@
        tsqr$(EXEEXT) tsqrt$(EXEEXT) tstrtoc$(EXEEXT) tsub$(EXEEXT) \
        tsub_fr$(EXEEXT) tsub_ui$(EXEEXT) tsum$(EXEEXT) tswap$(EXEEXT) \
        ttan$(EXEEXT) ttanh$(EXEEXT) tui_div$(EXEEXT) \
-       tui_ui_sub$(EXEEXT) tget_version$(EXEEXT) texceptions$(EXEEXT)
+       tui_ui_sub$(EXEEXT) tget_version$(EXEEXT) texceptions$(EXEEXT) \
+       tdummy$(EXEEXT)
 subdir = tests
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_gcc_option.m4 \
@@ -232,6 +233,10 @@
 tdot_OBJECTS = tdot.$(OBJEXT)
 tdot_LDADD = $(LDADD)
 tdot_DEPENDENCIES = libmpc-tests.la $(top_builddir)/src/libmpc.la
+tdummy_SOURCES = tdummy.c
+tdummy_OBJECTS = tdummy.$(OBJEXT)
+tdummy_LDADD = $(LDADD)
+tdummy_DEPENDENCIES = libmpc-tests.la $(top_builddir)/src/libmpc.la
 teta_SOURCES = teta.c
 teta_OBJECTS = teta.$(OBJEXT)
 teta_LDADD = $(LDADD)
@@ -466,7 +471,7 @@
        ./$(DEPDIR)/tcos.Po ./$(DEPDIR)/tcosh.Po ./$(DEPDIR)/tdiv.Po \
        ./$(DEPDIR)/tdiv_2si.Po ./$(DEPDIR)/tdiv_2ui.Po \
        ./$(DEPDIR)/tdiv_fr.Po ./$(DEPDIR)/tdiv_ui.Po \
-       ./$(DEPDIR)/tdot.Po ./$(DEPDIR)/teta.Po \
+       ./$(DEPDIR)/tdot.Po ./$(DEPDIR)/tdummy.Po ./$(DEPDIR)/teta.Po \
        ./$(DEPDIR)/texceptions.Po ./$(DEPDIR)/texp.Po \
        ./$(DEPDIR)/tfma.Po ./$(DEPDIR)/tfr_div.Po \
        ./$(DEPDIR)/tfr_sub.Po ./$(DEPDIR)/tget_version.Po \
@@ -514,24 +519,24 @@
 SOURCES = $(libmpc_tests_la_SOURCES) tabs.c tacos.c tacosh.c tadd.c \
        tadd_fr.c tadd_si.c tadd_ui.c tagm.c targ.c tasin.c tasinh.c \
        tatan.c tatanh.c tballs.c tcmp_abs.c tconj.c tcos.c tcosh.c \
-       tdiv.c tdiv_2si.c tdiv_2ui.c tdiv_fr.c tdiv_ui.c tdot.c teta.c \
-       texceptions.c texp.c tfma.c tfr_div.c tfr_sub.c tget_version.c \
-       timag.c tio_str.c tlog.c tlog10.c tmul.c tmul_2si.c tmul_2ui.c \
-       tmul_fr.c tmul_i.c tmul_si.c tmul_ui.c tneg.c tnorm.c tpow.c \
-       tpow_d.c tpow_fr.c tpow_ld.c tpow_si.c tpow_ui.c tpow_z.c \
-       tprec.c tproj.c tradius.c treal.c treimref.c trootofunity.c \
-       tset.c tsin.c tsin_cos.c tsinh.c tsqr.c tsqrt.c tstrtoc.c \
-       tsub.c tsub_fr.c tsub_ui.c tsum.c tswap.c ttan.c ttanh.c \
-       tui_div.c tui_ui_sub.c
+       tdiv.c tdiv_2si.c tdiv_2ui.c tdiv_fr.c tdiv_ui.c tdot.c \
+       tdummy.c teta.c texceptions.c texp.c tfma.c tfr_div.c \
+       tfr_sub.c tget_version.c timag.c tio_str.c tlog.c tlog10.c \
+       tmul.c tmul_2si.c tmul_2ui.c tmul_fr.c tmul_i.c tmul_si.c \
+       tmul_ui.c tneg.c tnorm.c tpow.c tpow_d.c tpow_fr.c tpow_ld.c \
+       tpow_si.c tpow_ui.c tpow_z.c tprec.c tproj.c tradius.c treal.c \
+       treimref.c trootofunity.c tset.c tsin.c tsin_cos.c tsinh.c \
+       tsqr.c tsqrt.c tstrtoc.c tsub.c tsub_fr.c tsub_ui.c tsum.c \
+       tswap.c ttan.c ttanh.c tui_div.c tui_ui_sub.c
 DIST_SOURCES = $(libmpc_tests_la_SOURCES) tabs.c tacos.c tacosh.c \
        tadd.c tadd_fr.c tadd_si.c tadd_ui.c tagm.c targ.c tasin.c \
        tasinh.c tatan.c tatanh.c tballs.c tcmp_abs.c tconj.c tcos.c \
        tcosh.c tdiv.c tdiv_2si.c tdiv_2ui.c tdiv_fr.c tdiv_ui.c \
-       tdot.c teta.c texceptions.c texp.c tfma.c tfr_div.c tfr_sub.c \
-       tget_version.c timag.c tio_str.c tlog.c tlog10.c tmul.c \
-       tmul_2si.c tmul_2ui.c tmul_fr.c tmul_i.c tmul_si.c tmul_ui.c \
-       tneg.c tnorm.c tpow.c tpow_d.c tpow_fr.c tpow_ld.c tpow_si.c \
-       tpow_ui.c tpow_z.c tprec.c tproj.c tradius.c treal.c \
+       tdot.c tdummy.c teta.c texceptions.c texp.c tfma.c tfr_div.c \
+       tfr_sub.c tget_version.c timag.c tio_str.c tlog.c tlog10.c \
+       tmul.c tmul_2si.c tmul_2ui.c tmul_fr.c tmul_i.c tmul_si.c \
+       tmul_ui.c tneg.c tnorm.c tpow.c tpow_d.c tpow_fr.c tpow_ld.c \
+       tpow_si.c tpow_ui.c tpow_z.c tprec.c tproj.c tradius.c treal.c \
        treimref.c trootofunity.c tset.c tsin.c tsin_cos.c tsinh.c \
        tsqr.c tsqrt.c tstrtoc.c tsub.c tsub_fr.c tsub_ui.c tsum.c \
        tswap.c ttan.c ttanh.c tui_div.c tui_ui_sub.c
@@ -1098,6 +1103,10 @@
        @rm -f tdot$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(tdot_OBJECTS) $(tdot_LDADD) $(LIBS)
 
+tdummy$(EXEEXT): $(tdummy_OBJECTS) $(tdummy_DEPENDENCIES) 
$(EXTRA_tdummy_DEPENDENCIES) 
+       @rm -f tdummy$(EXEEXT)
+       $(AM_V_CCLD)$(LINK) $(tdummy_OBJECTS) $(tdummy_LDADD) $(LIBS)
+
 teta$(EXEEXT): $(teta_OBJECTS) $(teta_DEPENDENCIES) $(EXTRA_teta_DEPENDENCIES) 
        @rm -f teta$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(teta_OBJECTS) $(teta_LDADD) $(LIBS)
@@ -1340,6 +1349,7 @@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdiv_fr.Po@am__quote@ # 
am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdiv_ui.Po@am__quote@ # 
am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdot.Po@am__quote@ # 
am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdummy.Po@am__quote@ # 
am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/teta.Po@am__quote@ # 
am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texceptions.Po@am__quote@ # 
am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texp.Po@am__quote@ # 
am--include-marker
@@ -2131,6 +2141,13 @@
        --log-file $$b.log --trs-file $$b.trs \
        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) 
-- $(LOG_COMPILE) \
        "$$tst" $(AM_TESTS_FD_REDIRECT)
+tdummy.log: tdummy$(EXEEXT)
+       @p='tdummy$(EXEEXT)'; \
+       b='tdummy'; \
+       $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
+       --log-file $$b.log --trs-file $$b.trs \
+       $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) 
-- $(LOG_COMPILE) \
+       "$$tst" $(AM_TESTS_FD_REDIRECT)
 .test.log:
        @p='$<'; \
        $(am__set_b); \
@@ -2264,6 +2281,7 @@
        -rm -f ./$(DEPDIR)/tdiv_fr.Po
        -rm -f ./$(DEPDIR)/tdiv_ui.Po
        -rm -f ./$(DEPDIR)/tdot.Po
+       -rm -f ./$(DEPDIR)/tdummy.Po
        -rm -f ./$(DEPDIR)/teta.Po
        -rm -f ./$(DEPDIR)/texceptions.Po
        -rm -f ./$(DEPDIR)/texp.Po
@@ -2402,6 +2420,7 @@
        -rm -f ./$(DEPDIR)/tdiv_fr.Po
        -rm -f ./$(DEPDIR)/tdiv_ui.Po
        -rm -f ./$(DEPDIR)/tdot.Po
+       -rm -f ./$(DEPDIR)/tdummy.Po
        -rm -f ./$(DEPDIR)/teta.Po
        -rm -f ./$(DEPDIR)/texceptions.Po
        -rm -f ./$(DEPDIR)/texp.Po
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/tests/tdummy.c new/mpc-1.3.1/tests/tdummy.c
--- old/mpc-1.3.0/tests/tdummy.c        1970-01-01 01:00:00.000000000 +0100
+++ new/mpc-1.3.1/tests/tdummy.c        2022-12-12 11:49:05.000000000 +0100
@@ -0,0 +1,28 @@
+/* tdummy -- test file when stdio.h is not included
+
+Copyright (C) 2022 INRIA
+
+This file is part of GNU MPC.
+
+GNU MPC is free software; you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by the
+Free Software Foundation; either version 3 of the License, or (at your
+option) any later version.
+
+GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
+more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with this program. If not, see http://www.gnu.org/licenses/ .
+*/
+
+#include "mpc.h"
+
+int
+main (void)
+{
+  return 0;
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpc-1.3.0/tests/teta.c new/mpc-1.3.1/tests/teta.c
--- old/mpc-1.3.0/tests/teta.c  2022-12-06 17:15:17.000000000 +0100
+++ new/mpc-1.3.1/tests/teta.c  2022-12-12 11:49:05.000000000 +0100
@@ -19,7 +19,7 @@
 */
 
 #include <math.h>
-#include "mpc-impl.h"
+#include "mpc-tests.h"
 
 static void
 mpcb_j_err (mpcb_ptr j, mpc_srcptr z, unsigned long int err_re,

Reply via email to