forked from pool/pidgin
Accepting request 1129626 from network:pidgin
OBS-URL: https://build.opensuse.org/request/show/1129626 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=147
This commit is contained in:
commit
ae60a48ce4
@ -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