From ff628029b9d01de0307d294706a20b69c8ab433dcc1838d5cf9202e2248b0b3a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 22 Jan 2020 17:37:04 +0000 Subject: [PATCH] - Update to release 2.3.1 OBS-URL: https://build.opensuse.org/package/show/graphics/SDL_bgi?expand=0&rev=41 --- SDL_bgi-2.3.0.tar.gz | 3 --- SDL_bgi-2.3.1.tar.gz | 3 +++ SDL_bgi.changes | 9 +++++++++ SDL_bgi.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 SDL_bgi-2.3.0.tar.gz create mode 100644 SDL_bgi-2.3.1.tar.gz diff --git a/SDL_bgi-2.3.0.tar.gz b/SDL_bgi-2.3.0.tar.gz deleted file mode 100644 index 9eaf876..0000000 --- a/SDL_bgi-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2908af6327ff61ea0bf8cc13e3b42f33ef4e1fc534d2ed66581d127011bd213f -size 1279793 diff --git a/SDL_bgi-2.3.1.tar.gz b/SDL_bgi-2.3.1.tar.gz new file mode 100644 index 0000000..e40040f --- /dev/null +++ b/SDL_bgi-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9125854a894924d1292bad2da52ee991ce238f24417ec9cff770b45e7cf54ea +size 1343418 diff --git a/SDL_bgi.changes b/SDL_bgi.changes index 8e68f75..ad8c964 100644 --- a/SDL_bgi.changes +++ b/SDL_bgi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 22 17:32:44 UTC 2020 - Jan Engelhardt + +- Update to release 2.3.1 + * Added getbuffer(), putbuffer(), COLOR32(), and colorRGB + (macro) for faster pixel manipulation; added showinfobox(), + getleftclick(), getmiddleclick(), and getrightclick(); + documentation updates and improvements. + ------------------------------------------------------------------- Tue Aug 20 18:51:01 UTC 2019 - Jan Engelhardt diff --git a/SDL_bgi.spec b/SDL_bgi.spec index 746d4ec..5cc0d48 100644 --- a/SDL_bgi.spec +++ b/SDL_bgi.spec @@ -1,7 +1,7 @@ # # spec file for package SDL_bgi # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ Name: SDL_bgi %define lname libSDL_bgi2 -Version: 2.3.0 +Version: 2.3.1 Release: 0 Summary: BGI-compatible 2D graphics C library with SDL backend License: Zlib AND GPL-2.0-or-later Group: Development/Libraries/X11 -Url: http://libXbgi.sf.net/ +URL: http://libXbgi.sf.net/ Source: http://downloads.sf.net/libxbgi/%name-%version.tar.gz Patch1: sdlbgi-automake.diff