forked from pool/vitetris
Accepting request 855503 from home:mnhauke:games
- Update to version 0.59 * Highlight last high score * Change qualification for high score when in B-type * Enhance desktop entry file * Remove explicit ownership for installed files * Add runtime library search path - Drop patch: * vitetris-no-need-for-root-to-install.patch OBS-URL: https://build.opensuse.org/request/show/855503 OBS-URL: https://build.opensuse.org/package/show/games/vitetris?expand=0&rev=6
This commit is contained in:
parent
baf53e8e51
commit
248b8469bd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7e7cb74bb814b9fec80fe4ede3c3f04134d8217d630e092a097238248d604f9
|
||||
size 96957
|
3
vitetris-0.59.0.tar.gz
Normal file
3
vitetris-0.59.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a3fd7ad6cef51eb49deb812d2bf2c9489647115fdf95506657cf9d7361b1f54
|
||||
size 97159
|
@ -1,13 +0,0 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 05ef506..164e69e 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -5,7 +5,7 @@ PROGNAME = tetris$(EXE)
|
||||
# Uncomment to change the default. (Only used in Unix-like systems.)
|
||||
#HISCORE_FILENAME = /var/games/vitetris-hiscores
|
||||
|
||||
-INSTALL = install -oroot -groot
|
||||
+INSTALL = install
|
||||
|
||||
default: build
|
||||
@echo Done.
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 12 22:13:10 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.59
|
||||
* Highlight last high score
|
||||
* Change qualification for high score when in B-type
|
||||
* Enhance desktop entry file
|
||||
* Remove explicit ownership for installed files
|
||||
* Add runtime library search path
|
||||
- Drop patch:
|
||||
* vitetris-no-need-for-root-to-install.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 16:32:02 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package vitetris
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2019-2020, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
# build with support for allegro - disabled by default
|
||||
%bcond_with allegro
|
||||
Name: vitetris
|
||||
Version: 0.58.0
|
||||
Version: 0.59.0
|
||||
Release: 0
|
||||
Summary: Terminal-based Tetris clone
|
||||
License: BSD-2-Clause
|
||||
@ -30,7 +30,6 @@ URL: http://victornils.net/tetris/
|
||||
#Git-Clone: https://github.com/vicgeralds/vitetris.git
|
||||
Source: https://github.com/vicgeralds/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vitetris.6
|
||||
Patch5: vitetris-no-need-for-root-to-install.patch
|
||||
Patch6: vitetris-fix-font-path.patch
|
||||
%if 0%{with allegro}
|
||||
BuildRequires: liballeg-devel
|
||||
@ -55,7 +54,6 @@ resets.)
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
sed -i 's|Exec=tetris|Exec=vitetris|' vitetris.desktop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user