Accepting request 1153862 from home:pgajdos:l

- Use %patch -P N instead of deprecated %patchN.

- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1153862
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvorbis?expand=0&rev=72
This commit is contained in:
Takashi Iwai 2024-03-01 15:02:25 +00:00 committed by Git OBS Bridge
parent 632f5a78f6
commit 7620e29100
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 1 10:25:24 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat Mar 17 14:55:12 CET 2018 - tiwai@suse.de

View File

@ -64,12 +64,12 @@ API reference.
%prep
%setup -q -n libvorbis-%{version}
%patch2
# %%patch5 -p1
%patch -P 2
# %%patch -P 5 -p1
if [ "%{_lib}" == "lib64" ]; then
%patch1
%patch -P 1
fi
%patch12
%patch -P 12
%build
autoreconf -fiv

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 1 10:25:24 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu May 4 11:06:48 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -95,12 +95,12 @@ to compile and develop applications that use libvorbis.
%prep
%setup -q
%patch2
# %%patch5 -p1
%patch -P 2
# %%patch -P 5 -p1
if [ "%{_lib}" == "lib64" ]; then
%patch1
%patch -P 1
fi
%patch12
%patch -P 12
%build
# Fix optimization level