Accepting request 970448 from home:Kieltux:branches:games
- Update to version 1.2.4: - replaced DAS option with auto shift delay/speed options - allow q key for controls - Switched from pkgconfig(sdl) to SDL-devel to solve have choice for pkgconfig(sdl): SDL-devel libSDL-devel OBS-URL: https://build.opensuse.org/request/show/970448 OBS-URL: https://build.opensuse.org/package/show/games/ltris?expand=0&rev=19
This commit is contained in:
parent
406bd77d84
commit
f864cc20f4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ec4ad053e066a296529e923c2f626fa0a19c094c5ae03e44359f9c9e50955a8
|
|
||||||
size 1807260
|
|
3
ltris-1.2.4.tar.gz
Normal file
3
ltris-1.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6eb7b301023278604d9292a92f2fd2f5103ee412a75a126d2550e2ec2368f83
|
||||||
|
size 1807407
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 16 14:19:23 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.4:
|
||||||
|
- replaced DAS option with auto shift delay/speed options
|
||||||
|
- allow q key for controls
|
||||||
|
- Switched from pkgconfig(sdl) to SDL-devel to solve have choice
|
||||||
|
for pkgconfig(sdl): SDL-devel libSDL-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 11 10:18:02 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
Sun Apr 11 10:18:02 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ltris
|
# spec file for package ltris
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ltris
|
Name: ltris
|
||||||
Version: 1.2.3
|
Version: 1.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tetris Clone with Multiplayer and CPU Opponents
|
Summary: Tetris Clone with Multiplayer and CPU Opponents
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -30,7 +30,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(SDL_mixer)
|
BuildRequires: pkgconfig(SDL_mixer)
|
||||||
BuildRequires: pkgconfig(sdl)
|
BuildRequires: SDL-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LTris is a very polished Tetris clone. It is highly configurable due to
|
LTris is a very polished Tetris clone. It is highly configurable due to
|
||||||
|
Loading…
Reference in New Issue
Block a user