Skip to content

Commit

Permalink
Releasing 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paumard committed Jan 19, 2024
1 parent db619ef commit d7dfa50
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 12 deletions.
47 changes: 46 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
commit unknown
Author: Thibaut Paumard <[email protected]>
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 <[email protected]>
Date: Fri Jan 19 16:32:21 2024 +0100

Update citations and copyright

commit d807210ac24dddb823a896bb35c881b0c8a4bc1f
Author: Thibaut Paumard <[email protected]>
Date: Fri Jan 19 15:58:45 2024 +0100

Fix typos

commit 5a276eba656d3aa7c91df4bf1033a4d140f8cfb5
Author: Thibaut Paumard <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: Wed Jan 17 23:02:13 2024 +0100

Releasing 2.0.1

Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>.
#
Expand Down Expand Up @@ -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='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -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]...

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dnl without any warranty.


AC_PREREQ([2.71])
AC_INIT([Gyoto],[2.0.0],[[email protected]])
AC_INIT([Gyoto],[2.0.2],[[email protected]])
gyoto_test_CXXFLAGS=${CXXFLAGS+set}
gyoto_test_CPPFLAGS=${CPPFLAGS+set}
AC_CANONICAL_TARGET
Expand Down

0 comments on commit d7dfa50

Please sign in to comment.