diff --git a/ChangeLog b/ChangeLog index 523880d4..bf88056d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,51 @@ commit unknown Author: Thibaut Paumard -Date: Wed, 17 Jan 2024 23:00:47 +0100 +Date: Fri, 19 Jan 2024 17:45:07 +0100 + + Releasing 2.0.2 + +commit 8930000c1be754b985b2bbe78dd5615a0601ea12 +Author: Thibaut Paumard +Date: Fri Jan 19 16:32:21 2024 +0100 + + Update citations and copyright + +commit d807210ac24dddb823a896bb35c881b0c8a4bc1f +Author: Thibaut Paumard +Date: Fri Jan 19 15:58:45 2024 +0100 + + Fix typos + +commit 5a276eba656d3aa7c91df4bf1033a4d140f8cfb5 +Author: Thibaut Paumard +Date: Fri Jan 19 15:40:38 2024 +0100 + + Remove CXXFLAGS from Cflags in gyoto.pc + + Those flags are needed to compile Gyoto itself, not codes based on Gyoto, and + may contain information that breaks reproducible builds on Debian. + +commit f65c4b60b4ef1d8af9f4010eafcbaeff20958538 +Author: Thibaut Paumard +Date: Fri Jan 19 15:11:22 2024 +0100 + + Fix libtool/autotools links + + Copy libtool/autotools stuff in the gyoto base source, and link to this version + in plugins/python and plugins/null. + +commit 9e89c85ceeddfc13a18c0e851fecafe49f78d74a +Author: Thibaut Paumard +Date: Thu Jan 18 17:14:44 2024 +0100 + + Fix python test + + Come back to calling python3 setup.py test from python/, trying to call the + tests from build/lib.xxx leads to madness + +commit 5dc86a16c41ea474f1f42404fb3d431d2b25ddb7 +Author: Thibaut Paumard +Date: Wed Jan 17 23:02:13 2024 +0100 Releasing 2.0.1 diff --git a/NEWS b/NEWS index 4f8e360c..00fe0e7a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.0.2 2024/01/19 PKG + * Update citations and copyright in AUTHORS and README.md + * Fix typos + * Bugfixes in packaging material + * Allow specifying Python interpreter for "gyoto mk-video..." + 2.0.1 2024/01/17 BUG * Update build system * ARBLIB is included in flint >= 3, fix includes and configure.ac accordingly diff --git a/configure b/configure index 1dfacb0b..8b74eef3 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for Gyoto 2.0.0. +# Generated by GNU Autoconf 2.71 for Gyoto 2.0.2. # # Report bugs to . # @@ -621,8 +621,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Gyoto' PACKAGE_TARNAME='gyoto' -PACKAGE_VERSION='2.0.0' -PACKAGE_STRING='Gyoto 2.0.0' +PACKAGE_VERSION='2.0.2' +PACKAGE_STRING='Gyoto 2.0.2' PACKAGE_BUGREPORT='gyoto@sympa.obspm.fr' PACKAGE_URL='' @@ -1527,7 +1527,7 @@ if test "$ac_init_help" = "long"; then # 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 Gyoto 2.0.0 to adapt to many kinds of systems. +\`configure' configures Gyoto 2.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1599,7 +1599,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Gyoto 2.0.0:";; + short | recursive ) echo "Configuration of Gyoto 2.0.2:";; esac cat <<\_ACEOF @@ -1868,7 +1868,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Gyoto configure 2.0.0 +Gyoto configure 2.0.2 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2452,7 +2452,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Gyoto $as_me 2.0.0, which was +It was created by Gyoto $as_me 2.0.2, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -4054,7 +4054,7 @@ fi # Define the identity of the package. PACKAGE='gyoto' - VERSION='2.0.0' + VERSION='2.0.2' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -24327,7 +24327,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Gyoto $as_me 2.0.0, which was +This file was extended by Gyoto $as_me 2.0.2, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -24395,7 +24395,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -Gyoto config.status 2.0.0 +Gyoto config.status 2.0.2 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 8406be5f..42babc4f 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl without any warranty. AC_PREREQ([2.71]) -AC_INIT([Gyoto],[2.0.0],[gyoto@sympa.obspm.fr]) +AC_INIT([Gyoto],[2.0.2],[gyoto@sympa.obspm.fr]) gyoto_test_CXXFLAGS=${CXXFLAGS+set} gyoto_test_CPPFLAGS=${CPPFLAGS+set} AC_CANONICAL_TARGET