From 3afd884fddf8d81dbe2c140135deea0c79de31c1 Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Thu, 25 Aug 2022 19:28:50 -0400 Subject: [PATCH] SDL2_Pango v2.1.5 --- ChangeLog | 13 +++++++++++++ NEWS | 4 ---- configure | 24 ++++++++++++------------ configure.ac | 6 +++--- test/configure | 22 +++++++++++----------- test/configure.ac | 4 ++-- 6 files changed, 41 insertions(+), 32 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d90e6b..5da2d4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2022-08-25 Mark Kim + + * Update test/COPYING with the new license file + + - test/COPYING is for LGPL 2.0 but the comments in test/testbench.c + says it's licensed under LGPL 2.1, same as the rest of the main + library code. Updated. + + * SDL2_Pango v2.1.5 + + - Needed to jump ahead in the version number to keep version number + consistent across platforms. ("0.1.5 for SDL 2") + 2022-07-09 Shin-ichi TOYAMA * MinGW patch diff --git a/NEWS b/NEWS index 39725cd..e69de29 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +0,0 @@ -Version 0.1.4 - -* MinGW patch. - diff --git a/configure b/configure index 87f79cc..1d4afd2 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 SDL2_Pango 0.1.4. +# Generated by GNU Autoconf 2.71 for SDL2_Pango 2.1.5. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -618,8 +618,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='SDL2_Pango' PACKAGE_TARNAME='sdl2_pango' -PACKAGE_VERSION='0.1.4' -PACKAGE_STRING='SDL2_Pango 0.1.4' +PACKAGE_VERSION='2.1.5' +PACKAGE_STRING='SDL2_Pango 2.1.5' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1389,7 +1389,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 SDL2_Pango 0.1.4 to adapt to many kinds of systems. +\`configure' configures SDL2_Pango 2.1.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1461,7 +1461,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of SDL2_Pango 0.1.4:";; + short | recursive ) echo "Configuration of SDL2_Pango 2.1.5:";; esac cat <<\_ACEOF @@ -1594,7 +1594,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -SDL2_Pango configure 0.1.4 +SDL2_Pango configure 2.1.5 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1855,7 +1855,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 SDL2_Pango $as_me 0.1.4, which was +It was created by SDL2_Pango $as_me 2.1.5, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2645,9 +2645,9 @@ fi # if backwards compatibility has been broken, # set BINARY_AGE and INTERFACE_AGE to 0. -MAJOR_VERSION=0 +MAJOR_VERSION=2 MINOR_VERSION=1 -MICRO_VERSION=4 +MICRO_VERSION=5 INTERFACE_AGE=0 BINARY_AGE=1 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION @@ -3305,7 +3305,7 @@ fi # Define the identity of the package. PACKAGE='sdl2_pango' - VERSION='0.1.4' + VERSION='2.1.5' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -15104,7 +15104,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 SDL2_Pango $as_me 0.1.4, which was +This file was extended by SDL2_Pango $as_me 2.1.5, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15163,7 +15163,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="\\ -SDL2_Pango config.status 0.1.4 +SDL2_Pango config.status 2.1.5 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 435b9a5..c607ca3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([SDL2_Pango],[0.1.4]) +AC_INIT([SDL2_Pango],[2.1.5]) AM_MAINTAINER_MODE # Set various version strings - taken gratefully from the GTk sources @@ -13,9 +13,9 @@ AM_MAINTAINER_MODE # if backwards compatibility has been broken, # set BINARY_AGE and INTERFACE_AGE to 0. -MAJOR_VERSION=0 +MAJOR_VERSION=2 MINOR_VERSION=1 -MICRO_VERSION=4 +MICRO_VERSION=5 INTERFACE_AGE=0 BINARY_AGE=1 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION diff --git a/test/configure b/test/configure index 08a5af5..353d3be 100755 --- a/test/configure +++ b/test/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for SDL2Pango_test 0.1.4. +# Generated by GNU Autoconf 2.71 for SDL2Pango_test 2.1.5. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -607,8 +607,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='SDL2Pango_test' PACKAGE_TARNAME='sdl2pango_test' -PACKAGE_VERSION='0.1.4' -PACKAGE_STRING='SDL2Pango_test 0.1.4' +PACKAGE_VERSION='2.1.5' +PACKAGE_STRING='SDL2Pango_test 2.1.5' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1297,7 +1297,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 SDL2Pango_test 0.1.4 to adapt to many kinds of systems. +\`configure' configures SDL2Pango_test 2.1.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1369,7 +1369,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of SDL2Pango_test 0.1.4:";; + short | recursive ) echo "Configuration of SDL2Pango_test 2.1.5:";; esac cat <<\_ACEOF @@ -1481,7 +1481,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -SDL2Pango_test configure 0.1.4 +SDL2Pango_test configure 2.1.5 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1647,7 +1647,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 SDL2Pango_test $as_me 0.1.4, which was +It was created by SDL2Pango_test $as_me 2.1.5, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2511,7 +2511,7 @@ test -n "$target_alias" && NONENONEs,x,x, && program_prefix=${target_alias}- -SDLPANGO_VERSION=0.1.4 +SDLPANGO_VERSION=2.1.5 am__api_version='1.16' @@ -3026,7 +3026,7 @@ fi # Define the identity of the package. PACKAGE='sdl2pango_test' - VERSION='0.1.4' + VERSION='2.1.5' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -5605,7 +5605,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 SDL2Pango_test $as_me 0.1.4, which was +This file was extended by SDL2Pango_test $as_me 2.1.5, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5664,7 +5664,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="\\ -SDL2Pango_test config.status 0.1.4 +SDL2Pango_test config.status 2.1.5 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/test/configure.ac b/test/configure.ac index 7f1cb63..d76effe 100644 --- a/test/configure.ac +++ b/test/configure.ac @@ -1,9 +1,9 @@ -AC_INIT([SDL2Pango_test], [0.1.4]) +AC_INIT([SDL2Pango_test], [2.1.5]) AC_CANONICAL_HOST AC_CANONICAL_TARGET -SDLPANGO_VERSION=0.1.4 +SDLPANGO_VERSION=2.1.5 AM_INIT_AUTOMAKE