Accepting request 1160796 from home:Kieltux:branches:games

- Update to version 1.3
  * cpu algorithm uses hold option
  * tweaked cpu algorithm

OBS-URL: https://build.opensuse.org/request/show/1160796
OBS-URL: https://build.opensuse.org/package/show/games/ltris?expand=0&rev=24
This commit is contained in:
Dmitriy Perlow 2024-03-25 09:17:54 +00:00 committed by Git OBS Bridge
parent 6da7f377a7
commit 774e0b65bc
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9ee6169a536a6a90193cdaa885ff71d08120553c73f4f54c16f9342aa4652a0
size 1713953

3
ltris-1.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:377af29b327cf6dd124fed2f070a5dec0a78aee662790f992f3f1d3faddd9f90
size 1712701

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 22 19:16:09 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
- Update to version 1.3
* cpu algorithm uses hold option
* tweaked cpu algorithm
-------------------------------------------------------------------
Sat Feb 17 15:46:30 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>

View File

@ -17,7 +17,7 @@
Name: ltris
Version: 1.2.8
Version: 1.3
Release: 0
Summary: Tetris Clone with Multiplayer and CPU Opponents
License: GPL-2.0-or-later
@ -41,7 +41,7 @@ controlled.
%prep
%setup -q
%patch0 -p1
%autopatch -p1
# we patch both Makefile.am and Makefile.in; touch Makefile.in here again
# to make sure configure won't run autoreconf (which it does if the .am file
# is newer than the .in file):