From e956a6ec0213a673e758c5cb7ecbb481f9bf2a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=81=AC?= Date: Fri, 13 Dec 2024 09:58:52 +0000 Subject: [PATCH] fix build warnings: patchN is deprecated, use patch N (or %patch -P N) --- gstreamer1-plugins-base.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gstreamer1-plugins-base.spec b/gstreamer1-plugins-base.spec index cbebaeb..b3ecbb8 100644 --- a/gstreamer1-plugins-base.spec +++ b/gstreamer1-plugins-base.spec @@ -3,7 +3,7 @@ Name: gstreamer1-plugins-base Version: 1.24.0 -Release: 2 +Release: 3 Summary: GStreamer streaming media framework base plugins License: LGPLv2+ URL: http://gstreamer.freedesktop.org/ @@ -48,8 +48,8 @@ This package provides manual for developpers. %prep %setup -q -n gst-plugins-base-%{version} -%patch0 -p1 -%patch1 -p1 +%patch 0 -p1 +%patch 1 -p1 %build %meson -D doc=disabled -D orc=enabled \ @@ -271,6 +271,9 @@ EOF %{_mandir}/man1/gst-device-monitor-*.gz %changelog +* Fri Dec 13 2024 litian - 1.24.0-3 +- fix %patchN is deprecated warning + * Thu Sep 19 2024 zhangxianting - 1.24.0-2 - fix CVE-2024-4453 -- Gitee