forked from pool/pidgin
Accepting request 1129519 from GNOME:Next
Use %patch -p N instead of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1129519 OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin?expand=0&rev=65
This commit is contained in:
parent
ebfdcd28d8
commit
8fd1416bff
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 11:47:33 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %patch -p N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 19 10:05:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
10
pidgin.spec
10
pidgin.spec
@ -226,13 +226,13 @@ scripts and plugins.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch -P 0 -p1
|
||||
%patch -P 1 -p1
|
||||
%patch -P 2 -p1
|
||||
%if 0%{?sle_version} >= 120000 && !0%{?is_opensuse}
|
||||
%patch3 -p1
|
||||
%patch -P 3 -p1
|
||||
%endif
|
||||
%patch4 -p1
|
||||
%patch -P 4 -p1
|
||||
|
||||
cp -f %{SOURCE3} %{name}-prefs.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user