From 771e0e76dce7fea5a3251e0265160014978e882e4d5e6c0eb71f8f6f7adb2fcd Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Thu, 3 Mar 2011 20:09:56 +0000 Subject: [PATCH] 1.0.16 OBS-URL: https://build.opensuse.org/package/show/games/ltris?expand=0&rev=6 --- ltris-1.0.13.tar.bz2 | 3 --- ltris-1.0.16.tar.bz2 | 3 +++ ltris.changes | 18 ++++++++++++++++++ ltris.spec | 15 +++++++-------- 4 files changed, 28 insertions(+), 11 deletions(-) delete mode 100644 ltris-1.0.13.tar.bz2 create mode 100644 ltris-1.0.16.tar.bz2 diff --git a/ltris-1.0.13.tar.bz2 b/ltris-1.0.13.tar.bz2 deleted file mode 100644 index e5d6823..0000000 --- a/ltris-1.0.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:502bdeeb116ffd56f1b493f14b5aa57cdd2521148747c4998650733b6fc1f374 -size 764234 diff --git a/ltris-1.0.16.tar.bz2 b/ltris-1.0.16.tar.bz2 new file mode 100644 index 0000000..e8bf691 --- /dev/null +++ b/ltris-1.0.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be33246348353fc32b54bf608791459f6d22ffffa04a9f9fa8ac473d92702a92 +size 776401 diff --git a/ltris.changes b/ltris.changes index aaaf02f..8877556 100644 --- a/ltris.changes +++ b/ltris.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Mar 3 20:06:53 UTC 2011 - pascal.bleser@opensuse.org + +- update to 1.0.16 + * improved random number generator + * generate pieces according to official Tetris guidelines + * always deal same sequence of pieces to all players + * in expert mode deal most unsuitable piece out of current bag instead of + random piece + +- changes from 1.0.15: + * added italian localization + +- changes from 1.0.14: + * increased range for horizontal block delay to 9 + * fixed incorrect english (penalty instead of malus) + * added XDG support + ------------------------------------------------------------------- Sat Nov 7 23:04:04 CET 2009 - dimstar@opensuse.org diff --git a/ltris.spec b/ltris.spec index aee85db..7d43472 100644 --- a/ltris.spec +++ b/ltris.spec @@ -1,5 +1,5 @@ # -# spec file for package ltris (Version 1.0.12) +# spec file for package ltris (Version 1.0.16) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,7 +16,7 @@ BuildRequires: SDL_mixer-devel update-desktop-files License: GPL v2 or later Group: Amusements/Games/Logic Summary: Tetris Clone with Multiplayer and CPU Opponents -Version: 1.0.13 +Version: 1.0.16 Release: 1 Url: http://lgames.sourceforge.net/index.php?project=LTris # http://prdownloads.sourceforge.net/lgames/ltris-%{version}.tar.gz @@ -31,15 +31,11 @@ Figures (a new figure each level, suddenly appearing tiles and lines), and multiplayer with up to three players either human or CPU controlled. -Authors: --------- - Michael Speck - %prep %setup -q %build -autoreconf -fiv +#autoreconf -fiv %configure \ --datadir=%{_datadir}/games \ --bindir=%{_prefix}/games \ @@ -53,11 +49,14 @@ autoreconf -fiv install -m 0755 -d $RPM_BUILD_ROOT%{_datadir}/pixmaps/ install -m 0644 icons/ltris48.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps/ltris.xpm mv $RPM_BUILD_ROOT%{_datadir}/games/locale $RPM_BUILD_ROOT%{_datadir}/locale +%__rm -rf "$RPM_BUILD_ROOT%{_datadir}/games/applications" +%__rm -rf "$RPM_BUILD_ROOT%{_datadir}/games/icons" + %suse_update_desktop_file -i %{name} Game ArcadeGame %find_lang %{name} %clean -rm -rf "$RPM_BUILD_ROOT" +%{?buildroot:%__rm -rf "%{buildroot}"} %post %run_permissions