From 22d049b9a888750bd80fd8ddb13cc3f6f16accbb Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 5 Oct 2023 10:10:44 +0200 Subject: [PATCH] Rebuild (qt6) --- gstreamer1-plugins-good.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index b8fe4eb..6032cbe 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -28,7 +28,7 @@ Name: gstreamer1-plugins-good Version: 1.22.5 -Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer plugins with good code and licensing License: LGPLv2+ @@ -353,6 +353,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %changelog +* Thu Oct 05 2023 Jan Grulich - 1.22.5-2 +- Rebuild (qt6) + * Fri Jul 21 2023 Wim Taymans - 1.22.5-1 - Update to 1.22.5 - Disable qt-egl and add some BuildRequires to make things compile.