From 047867a8e0dea51ab3f187ca0db59f4780c57300ede90b67fed0a717b7dc4a66 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 26 Jul 2018 14:20:26 +0000 Subject: [PATCH] - Update to new upstream release 2.2.0 OBS-URL: https://build.opensuse.org/package/show/graphics/SDL_bgi?expand=0&rev=28 --- SDL_bgi-2.1.2.tar.gz | 3 --- SDL_bgi-2.2.0.tar.gz | 3 +++ SDL_bgi.changes | 10 ++++++++++ SDL_bgi.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 SDL_bgi-2.1.2.tar.gz create mode 100644 SDL_bgi-2.2.0.tar.gz diff --git a/SDL_bgi-2.1.2.tar.gz b/SDL_bgi-2.1.2.tar.gz deleted file mode 100644 index 2f161dc..0000000 --- a/SDL_bgi-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc5afd139bf8bb5e48fcb99bcd8eb25a819d2e6bb0565e40bab5613fc1f51b8e -size 777499 diff --git a/SDL_bgi-2.2.0.tar.gz b/SDL_bgi-2.2.0.tar.gz new file mode 100644 index 0000000..65c0534 --- /dev/null +++ b/SDL_bgi-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564b3e486b00631b520a2154397c91aa73dc9ce610bb93df3c395c0e024f15d7 +size 1132692 diff --git a/SDL_bgi.changes b/SDL_bgi.changes index 73bae92..39e5a43 100644 --- a/SDL_bgi.changes +++ b/SDL_bgi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jul 26 14:19:01 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 2.2.0 + * Added setwinoptions() for window title, position, and SDL + flags. + * Added support for multiple windows: extended initwindow(), + added getcurrentwindow(), setcurrentwindow(), closewindow(). + * SDL_QUIT support in getch(), getevent(), kbhit(), xkbhit(). + ------------------------------------------------------------------- Sun Jun 10 10:14:52 UTC 2018 - jengelh@inai.de diff --git a/SDL_bgi.spec b/SDL_bgi.spec index 020023a..a52f627 100644 --- a/SDL_bgi.spec +++ b/SDL_bgi.spec @@ -18,7 +18,7 @@ Name: SDL_bgi %define lname libSDL_bgi1 -Version: 2.1.2 +Version: 2.2.0 Release: 0 Summary: BGI-compatible 2D graphics C library with SDL backend License: Zlib AND GPL-2.0-or-later