From 187cbac8d9cdd54fd2ce2299c934e67ccfca6341e40a5f78cd74e88ca052d593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 3 Oct 2024 17:35:04 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main libvorbis revision 1a9a85038c2ad6cc020ce70c7f41052b --- libvorbis-doc.changes | 5 +++++ libvorbis-doc.spec | 8 ++++---- libvorbis.changes | 5 +++++ libvorbis.spec | 8 ++++---- 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/libvorbis-doc.changes b/libvorbis-doc.changes index 77dba04..da9eae9 100644 --- a/libvorbis-doc.changes +++ b/libvorbis-doc.changes @@ -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 diff --git a/libvorbis-doc.spec b/libvorbis-doc.spec index 64ddaea..84801c5 100644 --- a/libvorbis-doc.spec +++ b/libvorbis-doc.spec @@ -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 diff --git a/libvorbis.changes b/libvorbis.changes index 17205e7..13aed44 100644 --- a/libvorbis.changes +++ b/libvorbis.changes @@ -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 diff --git a/libvorbis.spec b/libvorbis.spec index ab755b3..22d459b 100644 --- a/libvorbis.spec +++ b/libvorbis.spec @@ -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