From 2c52bf4afa1ec6d4bb15fff3b6fbc4c2b45274ad Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 29 Sep 2023 12:34:29 -0400 Subject: [PATCH] Minor spec cleanups --- libvpx.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libvpx.spec b/libvpx.spec index 1917cbf..4ff6a2b 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -6,13 +6,17 @@ Name: libvpx Summary: VP8/VP9 Video Codec SDK Version: 1.13.0 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD +URL: http://www.webmproject.org/code/ Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz Source1: vpx_config.h # Thanks to debian. Source2: libvpx.ver -URL: http://www.webmproject.org/code/ +# Do not disable FORTIFY_SOURCE=2 +Patch0: libvpx-1.7.0-leave-fortify-source-on.patch +Patch1: update-thread-counts.patch +Patch2: VP8-disallow-thread-count-changes.patch BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: make @@ -20,10 +24,6 @@ BuildRequires: make BuildRequires: yasm %endif BuildRequires: doxygen, php-cli, perl(Getopt::Long) -# Do not disable FORTIFY_SOURCE=2 -Patch0: libvpx-1.7.0-leave-fortify-source-on.patch -Patch1: update-thread-counts.patch -Patch2: VP8-disallow-thread-count-changes.patch %description libvpx provides the VP8/VP9 SDK, which allows you to integrate your applications @@ -47,10 +47,7 @@ A selection of utilities and tools for VP8, including a sample encoder and decoder. %prep -%setup -q -n libvpx-%{version} -%patch0 -p1 -b .leave-fs-on -%patch1 -p1 -%patch2 -p1 +%autosetup -n libvpx-%{version} -p1 %build @@ -203,6 +200,9 @@ rm -rf %{buildroot}%{_prefix}/src %{_bindir}/* %changelog +* Fri Sep 29 2023 Neal Gompa - 1.13.0-5 +- Minor spec cleanups + * Thu Sep 28 2023 Boudhayan Bhattacharya - 1.13.0-4 - Patch for CVE-2023-5217