From 818f1b5c6784ab42f9a522320d49d7bd72f0326f Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 21:51:54 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- libvpx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libvpx.spec b/libvpx.spec index 27658d2..d17c1c2 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -6,7 +6,7 @@ Name: libvpx Summary: VP8/VP9 Video Codec SDK Version: 1.9.0 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD #Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2 Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz @@ -233,6 +233,10 @@ rm -rf %{buildroot}%{_prefix}/src %{_bindir}/* %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.9.0-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1.9.0-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937