diff --git a/.files b/.files index 1394fc5..ea6d908 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 725c75e..f9ab5b0 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,12 @@ 666812 + + d0d03129ecf7e2cad453b83e3d56610c + 0.9.1+git.20181118 + + anag+factory + + 1156312 + diff --git a/.servicemark b/.servicemark deleted file mode 100644 index 75194bc..0000000 --- a/.servicemark +++ /dev/null @@ -1 +0,0 @@ -00f1a7cd03864ac8f34c66c4a028d175 diff --git a/2048-cli.changes b/2048-cli.changes index 1b5b96d..e3ce789 100644 --- a/2048-cli.changes +++ b/2048-cli.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Mar 8 07:46:50 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows us to eliminate the use of + deprecated %patchN. + +------------------------------------------------------------------- Thu Jan 17 15:05:08 UTC 2019 - Jan Engelhardt - Generalize description, and adjust summary grammar. diff --git a/2048-cli.spec b/2048-cli.spec index 7330202..fa23d5d 100644 --- a/2048-cli.spec +++ b/2048-cli.spec @@ -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 # # 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)"