SHA256
1
0
forked from pool/2048-cli

Accepting request 1156268 from home:dimstar:Factory

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1156268
OBS-URL: https://build.opensuse.org/package/show/games/2048-cli?expand=0&rev=4
This commit is contained in:
Dirk Stoecker 2024-03-08 10:19:13 +00:00 committed by Git OBS Bridge
parent f000859f4d
commit 72ae67490f
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 8 07:46:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows us to eliminate the use of
deprecated %patchN.
-------------------------------------------------------------------
Thu Jan 17 15:05:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package 2048-cli
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@ -38,9 +38,7 @@ keys in four different directions. When two tiles with the same number
touch, they will merge into one.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%autosetup -p1
%build
export CFLAGS="%{optflags} $(pkg-config --cflags ncurses)"