From e1101365b06869cc21f3b1c6ea976a8686dc4032 Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Tue, 26 Apr 2022 16:55:59 +0200 Subject: [PATCH] Rebuild Resolves: #2059006 --- libva.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libva.spec b/libva.spec index 580b459..758f13f 100644 --- a/libva.spec +++ b/libva.spec @@ -2,7 +2,7 @@ Name: libva Version: 2.11.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Video Acceleration (VA) API for Linux License: MIT URL: https://github.com/intel/libva @@ -75,6 +75,10 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- %{_libdir}/pkgconfig/libva*.pc %changelog +* Tue Apr 26 2022 Jiri Kucera - 2.11.0-5 +- Rebuild + Resolves: #2059006 + * Thu Feb 17 2022 Jiri Kucera - 2.11.0-4 - Prefer -fstack-protector-strong Resolves: #2044878