diff --git a/tamago.changes b/tamago.changes index 274aa36..a5b8bfb 100644 --- a/tamago.changes +++ b/tamago.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 10:26:00 UTC 2024 - pgajdos@suse.com + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Mon Aug 29 20:34:04 UTC 2022 - antoine.belvire@opensuse.org diff --git a/tamago.spec b/tamago.spec index 283123e..88d9179 100644 --- a/tamago.spec +++ b/tamago.spec @@ -1,7 +1,7 @@ # # spec file for package tamago # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -59,8 +59,8 @@ It is completely written in Emacs Lisp and can use the backends FreeWnn %prep %setup -q -n %{tsunagiName}-%{version} -%patch0 -p1 -%patch1 +%patch -P 0 -p1 +%patch -P 1 cp -p $RPM_SOURCE_DIR/suse-start.el . #cp -p $RPM_SOURCE_DIR/egg-canna.el.bz2 . # deleted 2013-08-27 .