diff --git a/vitetris-0.58.0.tar.gz b/vitetris-0.58.0.tar.gz deleted file mode 100644 index 50596a6..0000000 --- a/vitetris-0.58.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7e7cb74bb814b9fec80fe4ede3c3f04134d8217d630e092a097238248d604f9 -size 96957 diff --git a/vitetris-0.59.0.tar.gz b/vitetris-0.59.0.tar.gz new file mode 100644 index 0000000..a6013c9 --- /dev/null +++ b/vitetris-0.59.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3fd7ad6cef51eb49deb812d2bf2c9489647115fdf95506657cf9d7361b1f54 +size 97159 diff --git a/vitetris-no-need-for-root-to-install.patch b/vitetris-no-need-for-root-to-install.patch deleted file mode 100644 index 59fd4a9..0000000 --- a/vitetris-no-need-for-root-to-install.patch +++ /dev/null @@ -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. diff --git a/vitetris.changes b/vitetris.changes index 1970be9..4cafa3e 100644 --- a/vitetris.changes +++ b/vitetris.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Dec 12 22:13:10 UTC 2020 - Martin Hauke + +- 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 diff --git a/vitetris.spec b/vitetris.spec index 4da14ef..4a6c40b 100644 --- a/vitetris.spec +++ b/vitetris.spec @@ -1,8 +1,8 @@ # # spec file for package vitetris # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2019, Martin Hauke +# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019-2020, Martin Hauke # # 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