Accepting request 1152846 from graphics
OBS-URL: https://build.opensuse.org/request/show/1152846 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-gap?expand=0&rev=26
This commit is contained in:
commit
64bcbcc29d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user