diff --git a/.gitignore b/.gitignore index fbcf3f4..ebecb45 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtmultimedia-everywhere-opensource-src-5.15.3.tar.xz +SOURCES/qtmultimedia-everywhere-opensource-src-5.15.9.tar.xz diff --git a/.qt5-qtmultimedia.metadata b/.qt5-qtmultimedia.metadata index 8f512b3..cb4e59f 100644 --- a/.qt5-qtmultimedia.metadata +++ b/.qt5-qtmultimedia.metadata @@ -1 +1 @@ -73d3392cc23117fd723dbc35ffa5e46805b7fb90 SOURCES/qtmultimedia-everywhere-opensource-src-5.15.3.tar.xz +e52b8b8482bc62232cf1b738f58f2e5747c29f0d SOURCES/qtmultimedia-everywhere-opensource-src-5.15.9.tar.xz diff --git a/SPECS/qt5-qtmultimedia.spec b/SPECS/qt5-qtmultimedia.spec index 9d1a34b..a9e969a 100644 --- a/SPECS/qt5-qtmultimedia.spec +++ b/SPECS/qt5-qtmultimedia.spec @@ -11,7 +11,7 @@ Summary: Qt5 - Multimedia support Name: qt5-%{qt_module} -Version: 5.15.3 +Version: 5.15.9 Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details @@ -19,8 +19,9 @@ License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz + Patch0: qtmultimedia-python-shebang.patch -Patch1: %{name}-gcc11.patch +Patch1: %{name}-gcc11.patch # filter plugin/qml provides %global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$ @@ -173,6 +174,10 @@ popd %endif %changelog +* Tue Apr 18 2023 Jan Grulich - 5.15.9-1 +- 5.15.9 + Resolves: bz#2175736 + * Mon Mar 28 2022 Jan Grulich - 5.15.3-1 - 5.15.3 Resolves: bz#2061361