Accepting request 561851 from graphics
- Update to new upstream release 2.1.0 OBS-URL: https://build.opensuse.org/request/show/561851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_bgi?expand=0&rev=8
This commit is contained in:
commit
8ced916b40
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df8ca07cffa3d5a70955747817e2dfb6cbfa47d63eb2f279ccd1af04ae997c76
|
|
||||||
size 626498
|
|
3
SDL_bgi-2.1.0.tar.gz
Normal file
3
SDL_bgi-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f12e9cd6603fee52967bee82d24f6201a50216a4c16d2e08e369026f11e71285
|
||||||
|
size 774203
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 5 11:09:14 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.1.0
|
||||||
|
* fixed a bug in getch()
|
||||||
|
* added mouse wheel up/down events
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 15 23:27:02 UTC 2016 - jengelh@inai.de
|
Tue Nov 15 23:27:02 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL_bgi
|
# spec file for package SDL_bgi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: SDL_bgi
|
Name: SDL_bgi
|
||||||
%define lname libSDL_bgi1
|
%define lname libSDL_bgi1
|
||||||
Version: 2.0.8
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: BGI-compatible 2D graphics C library with SDL backend
|
Summary: BGI-compatible 2D graphics C library with SDL backend
|
||||||
License: Zlib and GPL-2.0+
|
License: Zlib and GPL-2.0+
|
||||||
@ -90,13 +90,11 @@ EOF
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%_libdir/libSDL_bgi.so.*
|
%_libdir/libSDL_bgi.so.*
|
||||||
|
|
||||||
%files -n libSDL_bgi-devel
|
%files -n libSDL_bgi-devel
|
||||||
%defattr(-,root,root)
|
%doc README.md doc/*
|
||||||
%doc README doc/*
|
|
||||||
%_includedir/SDL2/
|
%_includedir/SDL2/
|
||||||
%_includedir/SDL_bgi/
|
%_includedir/SDL_bgi/
|
||||||
%_libdir/libSDL_bgi.so
|
%_libdir/libSDL_bgi.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user