From a3f5173e701a146597c0f25912c885b2c69f3d1383390ed7671d34cd4d9c34e3 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 6 Nov 2023 20:37:07 +0000 Subject: [PATCH] Accepting request 1123643 from home:dimstar:Factory Fix build with RPM 4.19: unnumbered patches are no longer supported. OBS-URL: https://build.opensuse.org/request/show/1123643 OBS-URL: https://build.opensuse.org/package/show/games/gnugo?expand=0&rev=4 --- gnugo.changes | 6 ++++++ gnugo.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gnugo.changes b/gnugo.changes index bfdf85d..23631bc 100644 --- a/gnugo.changes +++ b/gnugo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 6 16:11:19 UTC 2023 - Dominique Leuenberger + +- Fix build with RPM 4.19: unnumbered patches are no longer + supported. + ------------------------------------------------------------------- Thu Jun 11 16:48:20 UTC 2020 - Matej Cepl diff --git a/gnugo.spec b/gnugo.spec index bd207dc..70e00a2 100644 --- a/gnugo.spec +++ b/gnugo.spec @@ -1,7 +1,7 @@ # # spec file for package gnugo # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,14 +26,14 @@ URL: https://savannah.gnu.org/projects/gnugo Source: %{name}-%{version}.tar.xz Source1: suse-start-gnugo.el Source2: xemacs-auto-autoloads.el -Patch: xemacs.patch +Patch0: xemacs.patch Patch1: mouse-2-dont-insert-junk.patch BuildRequires: emacs-x11 BuildRequires: fdupes BuildRequires: ncurses-devel BuildRequires: xemacs BuildRequires: xz -Requires(pre): info +Requires(pre): info BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -41,7 +41,7 @@ Chinese ancient board game. %prep %setup -q -%patch -p1 +%patch0 -p1 %patch1 -p1 %build