Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package e-antic for openSUSE:Factory checked 
in at 2021-08-23 10:07:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e-antic (Old)
 and      /work/SRC/openSUSE:Factory/.e-antic.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e-antic"

Mon Aug 23 10:07:45 2021 rev:4 rq:912261 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/e-antic/e-antic.changes  2021-08-06 
22:45:46.945963988 +0200
+++ /work/SRC/openSUSE:Factory/.e-antic.new.1899/e-antic.changes        
2021-08-23 10:08:11.724244611 +0200
@@ -1,0 +2,6 @@
+Sun Aug 15 11:20:10 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.0.3
+  * Fixed linking of C++ test programs.
+
+-------------------------------------------------------------------

Old:
----
  e-antic-1.0.2.tar.gz

New:
----
  e-antic-1.0.3.tar.gz

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

Other differences:
------------------
++++++ e-antic.spec ++++++
--- /var/tmp/diff_new_pack.swVoWr/_old  2021-08-23 10:08:13.492242549 +0200
+++ /var/tmp/diff_new_pack.swVoWr/_new  2021-08-23 10:08:13.496242544 +0200
@@ -18,7 +18,7 @@
 
 %define lname  libeantic1
 Name:           e-antic
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
 Summary:        Real Embedded Algebraic Number Theory in C
 License:        LGPL-2.1-or-later AND LGPL-3.0-or-later
@@ -30,6 +30,7 @@
 BuildRequires:  arb-devel
 BuildRequires:  automake
 BuildRequires:  cereal-devel
+BuildRequires:  fdupes
 BuildRequires:  flint-devel >= 2.6
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
@@ -88,6 +89,7 @@
 %make_install
 rm -f "%buildroot/%_libdir"/*.la
 find "%buildroot" -name install_files.txt -delete
+%fdupes %buildroot/%_prefix
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig

++++++ e-antic-1.0.2.tar.gz -> e-antic-1.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/AUTHORS new/e-antic-1.0.3/AUTHORS
--- old/e-antic-1.0.2/AUTHORS   2021-01-10 11:07:48.225334903 +0100
+++ new/e-antic-1.0.3/AUTHORS   2021-08-15 13:13:24.153417258 +0200
@@ -1,6 +1,8 @@
-Authors of e-ANTIC (in chronological order of initial contribution):
-
-Vincent Delecroix            Main author
-Matthias Koeppe              C++ interface, autotoolization
-Winfried Bruns               C++ interface
-Julian R??th                  C++ interface
+# This is the list of e-antic authors for copyright purposes.
+Vincent Delecroix
+Matthias Koeppe
+Julian R??th
+Sebastian Gutsche
+Jerome Benoit
+Antonio Rojas
+Alejandra Robles Sosa
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/ChangeLog new/e-antic-1.0.3/ChangeLog
--- old/e-antic-1.0.2/ChangeLog 2021-08-06 11:59:45.090082996 +0200
+++ new/e-antic-1.0.3/ChangeLog 2021-08-15 13:18:03.830089686 +0200
@@ -4,6 +4,17 @@
 
 .. current developments
 
+v1.0.3
+====================
+
+**Fixed:**
+
+* Cleaned up the README and our Zenodo site.
+
+* Fixed linking of C++ test programs.
+
+
+
 v1.0.2
 ====================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/README.md new/e-antic-1.0.3/README.md
--- old/e-antic-1.0.2/README.md 2021-07-05 11:14:03.073415344 +0200
+++ new/e-antic-1.0.3/README.md 2021-08-15 13:13:24.153417258 +0200
@@ -1,7 +1,21 @@
-# E-ANTIC ??? (Real Embedded) Algebraic Number Theory
+<p align="center">
+    <img alt="logo" 
src="https://github.com/flatsurf/e-antic/raw/master/logo.svg?sanitize=true"; 
width="300px">
+</p>
+
+<h1><p align="center">e-antic</p></h1>
+
+<p align="center">
+  <img src="https://img.shields.io/badge/License-LGPL_3.0_or_later-blue.svg"; 
alt="License: LGPL 3.0 or later">
+  <a 
href="https://github.com/flatsurf/e-antic/actions/workflows/test.yml";><img 
src="https://github.com/flatsurf/e-antic/actions/workflows/test.yml/badge.svg"; 
alt="Test"></a>
+  <a href="https://codecov.io/gh/flatsurf/e-antic";><img 
src="https://codecov.io/gh/flatsurf/e-antic/branch/master/graph/badge.svg"; 
alt="Coverage"></a>
+  <a href="https://doi.org/10.5281/zenodo.5166953";><img 
src="https://zenodo.org/badge/DOI/10.5281/zenodo.5166953.svg"; alt="DOI 
10.5281/zenodo.5166953"></a>
+</p>
 
-E-ANTIC is a C/C++/Python library to deal with real embedded number fields
-built on top of ANTIC (https://github.com/wbhart/antic). Its aim is to have as
+<p align="center">(Real Embedded) Algebraic Number Theory</p>
+<hr>
+
+e-antic is a C/C++/Python library to deal with real embedded number fields
+built on top of [ANTIC](https://github.com/wbhart/antic). Its aim is to have as
 fast as possible exact arithmetic operations and comparisons.
 
 Source tarballs can be downloaded at 
https://github.com/flatsurf/e-antic/releases.
@@ -32,8 +46,8 @@
 
     ./configure
     make
-    make check
-    make install
+    make check  # to run our test suite
+    make install  # to install into /usr/local
 
 If you happen to have any of FLINT, Arb, or ANTIC installed in a non standard
 directory you will have to specify the `CPPFLAGS` and `LDFLAGS` variables for
@@ -70,28 +84,48 @@
 See [our 
documentation](https://flatsurf.github.io/e-antic/libeantic/#installation)
 for installation instructions.
 
-## Build with Conda Dependencies
+## Run with binder in the Cloud
+
+You can try out the projects in this repository in a very limited environment
+online by clicking the following links:
+
+* **libeantic** 
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/flatsurf/e-antic/master?filepath=binder%2FSample.libeantic.ipynb)
+* **pyeantic** 
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/flatsurf/e-antic/master?filepath=binder%2FSample.pyeantic.ipynb)
 
-To build all of e-antic package, you need a fairly recent C++ compiler and
-probably some packages that might not be readily available on your system. If
-you don't want to use your distribution's packages, you can provide these
-dependencies with Conda. Download and install
-[Miniconda](https://conda.io/miniconda.html), then run
-
-    conda create -n e-antic-build ccache
-    conda env update -n e-antic-build -f libeantic/environment.yml
-    conda env update -n e-antic-build -f pyeantic/environment.yml
-    conda env update -n e-antic-build -f doc/environment.yml
+## Build with conda-forge Dependencies
+
+To build all of e-antic, you need a fairly recent C++ compiler and probably
+some packages that might not be readily available on your system. If you don't
+want to use your distribution's packages, you can use these dependencies from
+[conda-forge](https://conda-forge.org). Download and install
+[Mambaforge](https://github.com/conda-forge/miniforge#mambaforge), then run
+
+    mamba create -n e-antic-build ccache
+    mamba env update -n e-antic-build -f libeantic/environment.yml
+    mamba env update -n e-antic-build -f pyeantic/environment.yml
+    mamba env update -n e-antic-build -f doc/environment.yml
     conda activate e-antic-build
-    export CPPFLAGS="-isystem $CONDA_PREFIX/include"
-    export CFLAGS="$CPPFLAGS"
-    export LDFLAGS="-L$CONDA_PREFIX/lib -Wl,-rpath-link=$CONDA_PREFIX/lib"
-    export CC="ccache cc"
-    export CXX="ccache c++"
+    export CC="ccache cc"  # to speed up future compilation
+    export CXX="ccache c++"  # to speed up future compilation
     git clone --recurse-submodules https://github.com/flatsurf/e-antic.git
     cd e-antic
     ./bootstrap
     ./configure --prefix="$CONDA_PREFIX"
     make
-    make check
-    make html # to build the documentation
+    make check  # to run our test suite
+    make html  # to build the documentation
+
+## How to Cite this Project
+
+If you have used this project in the preparation of a publication, please cite
+it as described [on our zenodo page](https://doi.org/10.5281/zenodo.5166953).
+
+## Acknowledgements
+
+* Julian R??th's contributions to this project have been supported by the 
Simons
+  Foundation Investigator grant of Alex Eskin.
+
+## Maintainers
+
+* [@saraedum](https://github.com/saraedum)
+* [@videlec](https://github.com/videlec)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/configure new/e-antic-1.0.3/configure
--- old/e-antic-1.0.2/configure 2021-08-06 11:59:55.750083217 +0200
+++ new/e-antic-1.0.3/configure 2021-08-15 13:18:14.483423243 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for e-antic 1.0.2.
+# Generated by GNU Autoconf 2.69 for e-antic 1.0.3.
 #
 # Report bugs to <vincent.delecr...@math.cnrs.fr>.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='e-antic'
 PACKAGE_TARNAME='e-antic'
-PACKAGE_VERSION='1.0.2'
-PACKAGE_STRING='e-antic 1.0.2'
+PACKAGE_VERSION='1.0.3'
+PACKAGE_STRING='e-antic 1.0.3'
 PACKAGE_BUGREPORT='vincent.delecr...@math.cnrs.fr'
 PACKAGE_URL=''
 
@@ -1205,7 +1205,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 e-antic 1.0.2 to adapt to many kinds of systems.
+\`configure' configures e-antic 1.0.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1271,7 +1271,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of e-antic 1.0.2:";;
+     short | recursive ) echo "Configuration of e-antic 1.0.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1351,7 +1351,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-e-antic configure 1.0.2
+e-antic configure 1.0.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1368,7 +1368,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by e-antic $as_me 1.0.2, which was
+It was created by e-antic $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2233,7 +2233,7 @@
 
 # Define the identity of the package.
  PACKAGE='e-antic'
- VERSION='1.0.2'
+ VERSION='1.0.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2993,7 +2993,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by e-antic $as_me 1.0.2, which was
+This file was extended by e-antic $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3046,7 +3046,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-e-antic config.status 1.0.2
+e-antic config.status 1.0.3
 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/e-antic-1.0.2/configure.ac 
new/e-antic-1.0.3/configure.ac
--- old/e-antic-1.0.2/configure.ac      2021-08-06 11:59:45.046749662 +0200
+++ new/e-antic-1.0.3/configure.ac      2021-08-15 13:18:03.790089685 +0200
@@ -2,7 +2,7 @@
 
 dnl We need at least autoconf 2.69 for this configure.ac to work.
 AC_PREREQ([2.69])
-AC_INIT([e-antic], [1.0.2], [vincent.delecr...@math.cnrs.fr])
+AC_INIT([e-antic], [1.0.3], [vincent.delecr...@math.cnrs.fr])
 
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.14.1 subdir-objects tar-pax foreign])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/doc/configure 
new/e-antic-1.0.3/doc/configure
--- old/e-antic-1.0.2/doc/configure     2021-08-06 11:59:55.346749875 +0200
+++ new/e-antic-1.0.3/doc/configure     2021-08-15 13:18:14.083423235 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for e-antic-doc 1.0.2.
+# Generated by GNU Autoconf 2.69 for e-antic-doc 1.0.3.
 #
 # Report bugs to <vincent.delecr...@math.cnrs.fr>.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='e-antic-doc'
 PACKAGE_TARNAME='e-antic-doc'
-PACKAGE_VERSION='1.0.2'
-PACKAGE_STRING='e-antic-doc 1.0.2'
+PACKAGE_VERSION='1.0.3'
+PACKAGE_STRING='e-antic-doc 1.0.3'
 PACKAGE_BUGREPORT='vincent.delecr...@math.cnrs.fr'
 PACKAGE_URL=''
 
@@ -1210,7 +1210,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 e-antic-doc 1.0.2 to adapt to many kinds of systems.
+\`configure' configures e-antic-doc 1.0.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1280,7 +1280,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of e-antic-doc 1.0.2:";;
+     short | recursive ) echo "Configuration of e-antic-doc 1.0.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1354,7 +1354,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-e-antic-doc configure 1.0.2
+e-antic-doc configure 1.0.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1371,7 +1371,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by e-antic-doc $as_me 1.0.2, which was
+It was created by e-antic-doc $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2235,7 +2235,7 @@
 
 # Define the identity of the package.
  PACKAGE='e-antic-doc'
- VERSION='1.0.2'
+ VERSION='1.0.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3223,7 +3223,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by e-antic-doc $as_me 1.0.2, which was
+This file was extended by e-antic-doc $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3276,7 +3276,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-e-antic-doc config.status 1.0.2
+e-antic-doc config.status 1.0.3
 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/e-antic-1.0.2/doc/configure.ac 
new/e-antic-1.0.3/doc/configure.ac
--- old/e-antic-1.0.2/doc/configure.ac  2021-08-06 11:59:45.050082995 +0200
+++ new/e-antic-1.0.3/doc/configure.ac  2021-08-15 13:18:03.793423018 +0200
@@ -2,7 +2,7 @@
 
 dnl We need at least autoconf 2.69 for this configure.ac to work.
 AC_PREREQ([2.69])
-AC_INIT([e-antic-doc], [1.0.2], [vincent.delecr...@math.cnrs.fr])
+AC_INIT([e-antic-doc], [1.0.3], [vincent.delecr...@math.cnrs.fr])
 
 AC_CONFIG_AUX_DIR([.])
 AM_INIT_AUTOMAKE([1.14.1 subdir-objects tar-pax foreign])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/doc/manual/pyeantic/conf.py 
new/e-antic-1.0.3/doc/manual/pyeantic/conf.py
--- old/e-antic-1.0.2/doc/manual/pyeantic/conf.py       2021-08-06 
11:59:45.050082995 +0200
+++ new/e-antic-1.0.3/doc/manual/pyeantic/conf.py       2021-08-15 
13:18:03.793423018 +0200
@@ -18,7 +18,7 @@
 author = 'the e-antic authors'
 
 # The full version, including alpha/beta/rc tags
-release = '1.0.2'
+release = '1.0.3'
 
 
 # -- General configuration ---------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/libeantic/configure 
new/e-antic-1.0.3/libeantic/configure
--- old/e-antic-1.0.2/libeantic/configure       2021-08-06 11:59:49.946749762 
+0200
+++ new/e-antic-1.0.3/libeantic/configure       2021-08-15 13:18:08.736756454 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libeantic 1.0.2.
+# Generated by GNU Autoconf 2.69 for libeantic 1.0.3.
 #
 # Report bugs to <vincent.delecr...@math.cnrs.fr>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libeantic'
 PACKAGE_TARNAME='libeantic'
-PACKAGE_VERSION='1.0.2'
-PACKAGE_STRING='libeantic 1.0.2'
+PACKAGE_VERSION='1.0.3'
+PACKAGE_STRING='libeantic 1.0.3'
 PACKAGE_BUGREPORT='vincent.delecr...@math.cnrs.fr'
 PACKAGE_URL=''
 
@@ -1352,7 +1352,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 libeantic 1.0.2 to adapt to many kinds of systems.
+\`configure' configures libeantic 1.0.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1422,7 +1422,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libeantic 1.0.2:";;
+     short | recursive ) echo "Configuration of libeantic 1.0.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1548,7 +1548,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libeantic configure 1.0.2
+libeantic configure 1.0.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2129,7 +2129,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libeantic $as_me 1.0.2, which was
+It was created by libeantic $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2994,7 +2994,7 @@
 
 # Define the identity of the package.
  PACKAGE='libeantic'
- VERSION='1.0.2'
+ VERSION='1.0.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3173,9 +3173,9 @@
 fi
 
 
-libeantic_version_info=1:1:0
+libeantic_version_info=1:2:0
 
-libeanticxx_version_info=1:1:0
+libeanticxx_version_info=1:2:0
 
 
 # Check whether --enable-silent-rules was given.
@@ -18402,7 +18402,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libeantic $as_me 1.0.2, which was
+This file was extended by libeantic $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18468,7 +18468,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libeantic config.status 1.0.2
+libeantic config.status 1.0.3
 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/e-antic-1.0.2/libeantic/configure.ac 
new/e-antic-1.0.3/libeantic/configure.ac
--- old/e-antic-1.0.2/libeantic/configure.ac    2021-08-06 11:59:45.046749662 
+0200
+++ new/e-antic-1.0.3/libeantic/configure.ac    2021-08-15 13:18:03.790089685 
+0200
@@ -2,7 +2,7 @@
 
 dnl We need at least autoconf 2.69 for this configure.ac to work.
 AC_PREREQ([2.69])
-AC_INIT([libeantic], [1.0.2], [vincent.delecr...@math.cnrs.fr])
+AC_INIT([libeantic], [1.0.3], [vincent.delecr...@math.cnrs.fr])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([.])
@@ -12,8 +12,8 @@
 dnl Set to c+1:0:0 on a non-backwards-compatible change.
 dnl Set to c+1:0:a+1 on a backwards-compatible change.
 dnl Set to c:r+1:a if the interface is unchanged.
-AC_SUBST([libeantic_version_info], [1:1:0])
-AC_SUBST([libeanticxx_version_info], [1:1:0])
+AC_SUBST([libeantic_version_info], [1:2:0])
+AC_SUBST([libeanticxx_version_info], [1:2:0])
 
 AM_SILENT_RULES([yes]) # non-verbose make; override with ./configure 
--disable-silent-rules
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/libeantic/e-antic/e-antic.h.in 
new/e-antic-1.0.3/libeantic/e-antic/e-antic.h.in
--- old/e-antic-1.0.2/libeantic/e-antic/e-antic.h.in    2021-08-06 
11:59:45.046749662 +0200
+++ new/e-antic-1.0.3/libeantic/e-antic/e-antic.h.in    2021-08-15 
13:18:03.793423018 +0200
@@ -17,8 +17,8 @@
 
 #define E_ANTIC_VERSION_MAJOR 1
 #define E_ANTIC_VERSION_MINOR 0
-#define E_ANTIC_VERSION_PATCHLEVEL 2
-#define E_ANTIC_VERSION "1.0.2"
+#define E_ANTIC_VERSION_PATCHLEVEL 3
+#define E_ANTIC_VERSION "1.0.3"
 #define E_ANTIC_RELEASE (E_ANTIC_VERSION_MAJOR * 10000 + \
                            E_ANTIC_VERSION_MINOR * 100 + \
                            E_ANTIC_VERSION_PATCHLEVEL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/libeantic/src/Makefile.in 
new/e-antic-1.0.3/libeantic/src/Makefile.in
--- old/e-antic-1.0.2/libeantic/src/Makefile.in 2021-08-06 11:59:50.473416440 
+0200
+++ new/e-antic-1.0.3/libeantic/src/Makefile.in 2021-08-15 13:18:09.306756466 
+0200
@@ -655,12 +655,12 @@
        @: > ../upstream/patched/$(am__dirstamp)
 ../upstream/patched/nf_init_randtest.$(OBJEXT): 
../upstream/patched/$(am__dirstamp)
 ../upstream/patched/nf_init_randtest.lo: ../upstream/patched/$(am__dirstamp)
+../upstream/patched/EANTIC_nf_elem_scalar_div_fmpq.$(OBJEXT): 
../upstream/patched/$(am__dirstamp)
+../upstream/patched/EANTIC_nf_elem_scalar_div_fmpq.lo: 
../upstream/patched/$(am__dirstamp)
 ../upstream/patched/EANTIC_nf_elem_add_fmpq.$(OBJEXT): 
../upstream/patched/$(am__dirstamp)
 ../upstream/patched/EANTIC_nf_elem_add_fmpq.lo: 
../upstream/patched/$(am__dirstamp)
 ../upstream/patched/EANTIC_fmpq_poly_add_fmpq.$(OBJEXT): 
../upstream/patched/$(am__dirstamp)
 ../upstream/patched/EANTIC_fmpq_poly_add_fmpq.lo: 
../upstream/patched/$(am__dirstamp)
-../upstream/patched/EANTIC_nf_elem_scalar_div_fmpq.$(OBJEXT): 
../upstream/patched/$(am__dirstamp)
-../upstream/patched/EANTIC_nf_elem_scalar_div_fmpq.lo: 
../upstream/patched/$(am__dirstamp)
 fmpz_poly_extra/$(am__dirstamp):
        @$(MKDIR_P) fmpz_poly_extra
        @: > fmpz_poly_extra/$(am__dirstamp)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/libeantic/test/Makefile.am 
new/e-antic-1.0.3/libeantic/test/Makefile.am
--- old/e-antic-1.0.2/libeantic/test/Makefile.am        2021-07-05 
11:14:03.080082011 +0200
+++ new/e-antic-1.0.3/libeantic/test/Makefile.am        2021-08-15 
13:13:24.153417258 +0200
@@ -4,7 +4,7 @@
 
 SUBDIRS = $(MAYBE_BYEXAMPLE)
 
-LDADD = ../src/libeantic.la ../srcxx/libeanticxx.la
+LDADD = ../src/libeantic.la ../srcxx/libeanticxx.la -lgmpxx
 
 @VALGRIND_CHECK_RULES@
 
@@ -117,10 +117,10 @@
 renfxx_t_pow_SOURCES = renfxx/t-pow.cpp
 renfxx_t_stream_SOURCES = renfxx/t-stream.cpp main.cpp
 
-#
-# structures) to be able to run the tests even when cereal is not installed.
+# We vendor the header-only library Cereal (serialization with C++ to be able
+# to run the tests even when cereal is not installed.
 # Cereal is basically not packaged in any distribution since it is a
-# header-only library that people always vendor into their sourc tree.
+# header-only library that people always vendor into their source tree.
 EXTRA_DIST = external/cereal/include
 
 TESTS = $(check_PROGRAMS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/libeantic/test/Makefile.in 
new/e-antic-1.0.3/libeantic/test/Makefile.in
--- old/e-antic-1.0.2/libeantic/test/Makefile.in        2021-08-06 
11:59:50.543416441 +0200
+++ new/e-antic-1.0.3/libeantic/test/Makefile.in        2021-08-15 
13:18:09.366756467 +0200
@@ -974,7 +974,7 @@
 valgrind_tools = @valgrind_tools@
 @HAVE_BYEXAMPLE_TRUE@MAYBE_BYEXAMPLE = byexample
 SUBDIRS = $(MAYBE_BYEXAMPLE)
-LDADD = ../src/libeantic.la ../srcxx/libeanticxx.la
+LDADD = ../src/libeantic.la ../srcxx/libeanticxx.la -lgmpxx
 AM_CPPFLAGS = -isystem "@abs_srcdir@/external/cereal/include"
 noinst_HEADERS = \
     rand_generator.hpp                              \
@@ -1034,10 +1034,10 @@
 renfxx_t_pow_SOURCES = renfxx/t-pow.cpp
 renfxx_t_stream_SOURCES = renfxx/t-stream.cpp main.cpp
 
-#
-# structures) to be able to run the tests even when cereal is not installed.
+# We vendor the header-only library Cereal (serialization with C++ to be able
+# to run the tests even when cereal is not installed.
 # Cereal is basically not packaged in any distribution since it is a
-# header-only library that people always vendor into their sourc tree.
+# header-only library that people always vendor into their source tree.
 EXTRA_DIST = external/cereal/include
 TESTS = $(check_PROGRAMS)
 all: all-recursive
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e-antic-1.0.2/pyeantic/configure 
new/e-antic-1.0.3/pyeantic/configure
--- old/e-antic-1.0.2/pyeantic/configure        2021-08-06 11:59:53.626749840 
+0200
+++ new/e-antic-1.0.3/pyeantic/configure        2021-08-15 13:18:12.360089864 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pyeantic 1.0.2.
+# Generated by GNU Autoconf 2.69 for pyeantic 1.0.3.
 #
 # Report bugs to <julian.ru...@fsfe.org>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='pyeantic'
 PACKAGE_TARNAME='pyeantic'
-PACKAGE_VERSION='1.0.2'
-PACKAGE_STRING='pyeantic 1.0.2'
+PACKAGE_VERSION='1.0.3'
+PACKAGE_STRING='pyeantic 1.0.3'
 PACKAGE_BUGREPORT='julian.ru...@fsfe.org'
 PACKAGE_URL=''
 
@@ -1347,7 +1347,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 pyeantic 1.0.2 to adapt to many kinds of systems.
+\`configure' configures pyeantic 1.0.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1417,7 +1417,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of pyeantic 1.0.2:";;
+     short | recursive ) echo "Configuration of pyeantic 1.0.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1539,7 +1539,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-pyeantic configure 1.0.2
+pyeantic configure 1.0.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1817,7 +1817,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pyeantic $as_me 1.0.2, which was
+It was created by pyeantic $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2682,7 +2682,7 @@
 
 # Define the identity of the package.
  PACKAGE='pyeantic'
- VERSION='1.0.2'
+ VERSION='1.0.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13339,7 +13339,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by pyeantic $as_me 1.0.2, which was
+This file was extended by pyeantic $as_me 1.0.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13396,7 +13396,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-pyeantic config.status 1.0.2
+pyeantic config.status 1.0.3
 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/e-antic-1.0.2/pyeantic/configure.ac 
new/e-antic-1.0.3/pyeantic/configure.ac
--- old/e-antic-1.0.2/pyeantic/configure.ac     2021-08-06 11:59:45.050082995 
+0200
+++ new/e-antic-1.0.3/pyeantic/configure.ac     2021-08-15 13:18:03.793423018 
+0200
@@ -2,7 +2,7 @@
 
 dnl We need at least autoconf 2.69 for this configure.ac to work.
 AC_PREREQ([2.69])
-AC_INIT([pyeantic], [1.0.2], [julian.ru...@fsfe.org])
+AC_INIT([pyeantic], [1.0.3], [julian.ru...@fsfe.org])
 
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.14.1 tar-pax foreign])

Reply via email to