Sync from SUSE:SLFO:Main libogg revision 46a9872eac57805c985adc9f3fa15b69

This commit is contained in:
Adrian Schröter 2024-10-03 17:30:29 +02:00
parent 72542c849a
commit 3b8cf8ec68
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