From 63890049c3825d00d0841035175f88476b891f77 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 11 Jan 2024 10:01:21 +0100 Subject: [PATCH] Bump to avoid conflict with z stream. Resolves: RHEL-16794 --- gstreamer1-plugins-bad-free.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gstreamer1-plugins-bad-free.spec b/gstreamer1-plugins-bad-free.spec index 7c29711..6f5c0bd 100644 --- a/gstreamer1-plugins-bad-free.spec +++ b/gstreamer1-plugins-bad-free.spec @@ -14,7 +14,7 @@ Name: gstreamer1-plugins-bad-free Version: 1.16.1 -Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer streaming media framework "bad" plugins License: LGPLv2+ and LGPLv2 @@ -474,6 +474,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %changelog +* Thu Jan 11 2024 Wim Taymans - 1.16.1-3 +- Bump to avoid conflict with z stream. +- Resolves: RHEL-16794 + * Wed Dec 13 2023 Wim Taymans - 1.16.1-2 - Patch CVE-2023-44446: MXF demuxer use-after-free - Resolves: RHEL-16794