From 774e0b65bc9ff091b3dcd1a62f0b8b311292b1f719e4fba8250262bbcf7c3653 Mon Sep 17 00:00:00 2001 From: Dmitriy Perlow Date: Mon, 25 Mar 2024 09:17:54 +0000 Subject: [PATCH] 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 --- ltris-1.2.8.tar.gz | 3 --- ltris-1.3.tar.gz | 3 +++ ltris.changes | 7 +++++++ ltris.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 ltris-1.2.8.tar.gz create mode 100644 ltris-1.3.tar.gz diff --git a/ltris-1.2.8.tar.gz b/ltris-1.2.8.tar.gz deleted file mode 100644 index 48dde2c..0000000 --- a/ltris-1.2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9ee6169a536a6a90193cdaa885ff71d08120553c73f4f54c16f9342aa4652a0 -size 1713953 diff --git a/ltris-1.3.tar.gz b/ltris-1.3.tar.gz new file mode 100644 index 0000000..6c38bf2 --- /dev/null +++ b/ltris-1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377af29b327cf6dd124fed2f070a5dec0a78aee662790f992f3f1d3faddd9f90 +size 1712701 diff --git a/ltris.changes b/ltris.changes index c88c9e3..4d52a57 100644 --- a/ltris.changes +++ b/ltris.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 22 19:16:09 UTC 2024 - Carsten Ziepke + +- Update to version 1.3 + * cpu algorithm uses hold option + * tweaked cpu algorithm + ------------------------------------------------------------------- Sat Feb 17 15:46:30 UTC 2024 - Carsten Ziepke diff --git a/ltris.spec b/ltris.spec index 79ff486..db5bad4 100644 --- a/ltris.spec +++ b/ltris.spec @@ -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):