import CS qt5-qtmultimedia-5.15.9-1.el9

This commit is contained in:
eabdullin 2023-09-21 20:12:47 +00:00
parent e2fe162561
commit 6f4ff8abbc
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qtmultimedia-everywhere-opensource-src-5.15.3.tar.xz
SOURCES/qtmultimedia-everywhere-opensource-src-5.15.9.tar.xz

View File

@ -1 +1 @@
73d3392cc23117fd723dbc35ffa5e46805b7fb90 SOURCES/qtmultimedia-everywhere-opensource-src-5.15.3.tar.xz
e52b8b8482bc62232cf1b738f58f2e5747c29f0d SOURCES/qtmultimedia-everywhere-opensource-src-5.15.9.tar.xz

View File

@ -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 <jgrulich@redhat.com> - 5.15.9-1
- 5.15.9
Resolves: bz#2175736
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061361