Skip to content

Commit

Permalink
SDL2_Pango v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskimius committed Aug 25, 2022
1 parent ced211a commit 3afd884
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 32 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2022-08-25 Mark Kim <[email protected]>

* 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 <[email protected]>

* MinGW patch
Expand Down
4 changes: 0 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
Version 0.1.4

* MinGW patch.

24 changes: 12 additions & 12 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 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,
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
22 changes: 11 additions & 11 deletions test/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 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,
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"
Expand Down
4 changes: 2 additions & 2 deletions test/configure.ac
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3afd884

Please sign in to comment.