Sync from SUSE:SLFO:Main libvorbis revision 1a9a85038c2ad6cc020ce70c7f41052b

This commit is contained in:
Adrian Schröter 2024-10-03 17:35:04 +02:00
parent 0e513c09e9
commit 187cbac8d9
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