1.0.17
OBS-URL: https://build.opensuse.org/package/show/games/ltris?expand=0&rev=8
This commit is contained in:
parent
a42a2e60b0
commit
11344d3fc2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be33246348353fc32b54bf608791459f6d22ffffa04a9f9fa8ac473d92702a92
|
||||
size 776401
|
3
ltris-1.0.17.tar.bz2
Normal file
3
ltris-1.0.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:210d8ae3725559199558aa85b5887ffa297dd6041fa7e5963e96dd075424bbbb
|
||||
size 777534
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 01 05:11:41 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.0.17:
|
||||
* the key for pausing the game, previously fixed to P, is now configurable
|
||||
* if rotation of a block would fail because of a left or right boundary, the
|
||||
block is shifted instead of not rotating at all
|
||||
* the "Game Over" screen can be exited via any key, not just Escape
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 2 16:21:52 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package ltris (Version 1.0.16)
|
||||
# spec file for package ltris (Version 1.0.17)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -8,15 +8,12 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: ltris
|
||||
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.16
|
||||
Version: 1.0.17
|
||||
Release: 1
|
||||
Url: http://lgames.sourceforge.net/index.php?project=LTris
|
||||
# http://prdownloads.sourceforge.net/lgames/ltris-%{version}.tar.gz
|
||||
@ -63,7 +60,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/games/locale $RPM_BUILD_ROOT%{_datadir}/locale
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(644,root,root,755)
|
||||
%doc AUTHORS COPYING ChangeLog README TODO
|
||||
%doc AUTHORS COPYING ChangeLog README
|
||||
%attr(2755,games,games) %{_prefix}/games/ltris
|
||||
%dir %{_datadir}/games/ltris
|
||||
%{_datadir}/games/ltris/*
|
||||
|
Loading…
Reference in New Issue
Block a user