diff mbox series

[1/1] package/sdl2_ttf: bump version to 2.20.1

Message ID 20221127002135.12134-1-peter.macleod.thompson@gmail.com
State Not Applicable
Headers show
Series [1/1] package/sdl2_ttf: bump version to 2.20.1 | expand

Commit Message

Peter Thompson Nov. 27, 2022, 12:21 a.m. UTC
LICENSE_FILES changed to LICENSE.txt for version 2.20.1.
Previous versions used COPYING.txt.

Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
---
 package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
 package/sdl2_ttf/sdl2_ttf.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni Feb. 8, 2023, 3:57 p.m. UTC | #1
Hello Peter

On Sat, 26 Nov 2022 17:21:35 -0700
Peter Thompson <peter.macleod.thompson@gmail.com> wrote:

> LICENSE_FILES changed to LICENSE.txt for version 2.20.1.
> Previous versions used COPYING.txt.
> 
> Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
> ---
>  package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
>  package/sdl2_ttf/sdl2_ttf.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Sorry for the long delay, but you had already sent this patch on
November 19, 2022 and it was applied on November 21, 2022, so it was
too late for a new version.

Best regards,

Thomas
Peter Thompson Feb. 9, 2023, 3:30 a.m. UTC | #2
Hi Thomas,
Apologies.  I had thought there was a problem with the LICENSE_FILES in my
update.  Hence my subsequent change.    Glad everything is now ok.

Peter

On Wed, Feb 8, 2023 at 8:57 AM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:

> Hello Peter
>
> On Sat, 26 Nov 2022 17:21:35 -0700
> Peter Thompson <peter.macleod.thompson@gmail.com> wrote:
>
> > LICENSE_FILES changed to LICENSE.txt for version 2.20.1.
> > Previous versions used COPYING.txt.
> >
> > Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
> > ---
> >  package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
> >  package/sdl2_ttf/sdl2_ttf.mk   | 4 ++--
> >  2 files changed, 4 insertions(+), 4 deletions(-)
>
> Sorry for the long delay, but you had already sent this patch on
> November 19, 2022 and it was applied on November 21, 2022, so it was
> too late for a new version.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
diff mbox series

Patch

diff --git a/package/sdl2_ttf/sdl2_ttf.hash b/package/sdl2_ttf/sdl2_ttf.hash
index a490b002b6..937dba13e7 100644
--- a/package/sdl2_ttf/sdl2_ttf.hash
+++ b/package/sdl2_ttf/sdl2_ttf.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
-sha256  7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251  SDL2_ttf-2.0.18.tar.gz
-sha256  e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4  COPYING.txt
+sha256 78cdad51f3cc3ada6932b1bb6e914b33798ab970a1e817763f22ddbfd97d0c57  SDL2_ttf-2.20.1.tar.gz
+sha256 28aabfed22b3cb0b7e23ef40385e4f66297c960082f029c96d073cc1d4e008d5  LICENSE.txt
diff --git a/package/sdl2_ttf/sdl2_ttf.mk b/package/sdl2_ttf/sdl2_ttf.mk
index 054e327fac..f859d097ff 100644
--- a/package/sdl2_ttf/sdl2_ttf.mk
+++ b/package/sdl2_ttf/sdl2_ttf.mk
@@ -4,11 +4,11 @@ 
 #
 ################################################################################
 
-SDL2_TTF_VERSION = 2.0.18
+SDL2_TTF_VERSION = 2.20.1
 SDL2_TTF_SOURCE = SDL2_ttf-$(SDL2_TTF_VERSION).tar.gz
 SDL2_TTF_SITE = http://www.libsdl.org/projects/SDL_ttf/release
 SDL2_TTF_LICENSE = Zlib
-SDL2_TTF_LICENSE_FILES = COPYING.txt
+SDL2_TTF_LICENSE_FILES = LICENSE.txt
 SDL2_TTF_INSTALL_STAGING = YES
 SDL2_TTF_DEPENDENCIES = sdl2 freetype host-pkgconf
 SDL2_TTF_CONF_OPTS = --disable-freetype-builtin --disable-harfbuzz-builtin