diff --git a/uim.changes b/uim.changes index 5009d33..60b1fa7 100644 --- a/uim.changes +++ b/uim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 15:40:27 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Mon Aug 21 19:10:28 UTC 2023 - Marguerite Su diff --git a/uim.spec b/uim.spec index 817525a..d44a709 100644 --- a/uim.spec +++ b/uim.spec @@ -111,10 +111,10 @@ Contains Qt5 input module plugin for uim %prep %setup -q -%patch2 -p1 -%patch3 -p0 -%patch4 -p0 -%patch5 -p1 +%patch -P 2 -p1 +%patch -P 3 -p0 +%patch -P 4 -p0 +%patch -P 5 -p1 cp emacs/README README.emacs iconv -f euc-jp -t utf-8 < emacs/README.ja > README.ja.emacs