Ana Guerrero 2024-02-28 18:47:17 +00:00 committed by Git OBS Bridge
commit 64bcbcc29d
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 10:54:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Nov 6 16:09:33 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -94,17 +94,17 @@ sequences of single frames.
%setup -q
chmod -x ChangeLog
%if ! 0%{?BUILD_ORIG}
%patch0
%patch -P 0
%endif
%if 0%{?BUILD_ORIG}
%patch1
%patch -P 1
%endif
%patch2
%patch -P 2
%if 0%{?BUILD_ORIG}
%patch3
%patch -P 3
%endif
%patch4
%patch5 -p1
%patch -P 4
%patch -P 5 -p1
sed -i -e "s,sr@Latn,sr@latin," po/LINGUAS
mv po/sr@Latn.po po/sr@latin.po