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