SHA256
1
0
forked from pool/gnugo

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
This commit is contained in:
Ferdinand Thiessen 2023-11-06 20:37:07 +00:00 committed by Git OBS Bridge
parent 907e0aea9f
commit a3f5173e70
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 6 16:11:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
-------------------------------------------------------------------
Thu Jun 11 16:48:20 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -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