Accepting request 1154090 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1154090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libogg?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2024-03-03 19:19:14 +00:00 committed by Git OBS Bridge
commit 1bdbc48c72
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 29 18:33:27 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat Jul 17 06:50:23 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -61,9 +61,9 @@ to compile and develop applications that use libogg.
%prep
%setup -q
%patch2
%patch -P 2
if [ "%{_lib}" == "lib64" ]; then
%patch1
%patch -P 1
fi
%build