From cdb02648ff61ee197954eeb55f0ef91021799a03407dcb762194ceadfac81fc4 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Thu, 17 Jan 2019 15:47:56 +0000 Subject: [PATCH] Accepting request 666761 from home:jengelh:branches:games - Generalize description, and adjust summary grammar. OBS-URL: https://build.opensuse.org/request/show/666761 OBS-URL: https://build.opensuse.org/package/show/games/2048-cli?expand=0&rev=2 --- 2048-cli.changes | 5 +++++ 2048-cli.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/2048-cli.changes b/2048-cli.changes index e4c1b88..934e6de 100644 --- a/2048-cli.changes +++ b/2048-cli.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 17 15:05:08 UTC 2019 - Jan Engelhardt + +- Generalize description, and adjust summary grammar. + ------------------------------------------------------------------- Mon Jan 14 19:31:51 UTC 2019 - mardnh@gmx.de diff --git a/2048-cli.spec b/2048-cli.spec index 4c51e70..42cb074 100644 --- a/2048-cli.spec +++ b/2048-cli.spec @@ -1,6 +1,7 @@ # # spec file for package 2048-cli # +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -12,14 +13,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: 2048-cli Version: 0.9.1+git.20181118 Release: 0 -Summary: A cli version of the game 2048 +Summary: A CLI version of the "2048" game License: MIT Group: Amusements/Games/Strategy/Other URL: https://github.com/tiehuis/2048-cli @@ -30,9 +31,9 @@ Patch1: 2048-cli-link-against-correct-curses-lib.patch BuildRequires: ncurses-devel %description -2048 puzzle is mathematics based puzzle game where you have to slide +2048 is a mathematics-based puzzle game where the player has to slide tiles on a grid to combine them and create a tile with the number 2048. -You have to merge the similar number tiles (2n) by moving the arrow +The player has to merge the similar number tiles (2n) by moving the arrow keys in four different directions. When two tiles with the same number touch, they will merge into one.