import qt5-qtmultimedia-5.15.3-1.el9

This commit is contained in:
CentOS Sources 2022-09-27 07:33:54 -04:00 committed by Stepan Oksanichenko
parent 0ec131e985
commit e2fe162561
4 changed files with 23 additions and 7 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
35a54788c835f8c31af5ce35a04fa54d847855b8 SOURCES/qtmultimedia-everywhere-src-5.15.2.tar.xz
73d3392cc23117fd723dbc35ffa5e46805b7fb90 SOURCES/qtmultimedia-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -0,0 +1,10 @@
diff --git a/tests/auto/runautotests.py b/tests/auto/runautotests.py
index ba277e9..162dd1d 100755
--- a/tests/auto/runautotests.py
+++ b/tests/auto/runautotests.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/python3
#############################################################################
##
## Copyright (C) 2016 The Qt Company Ltd.

View File

@ -11,15 +11,16 @@
Summary: Qt5 - Multimedia support
Name: qt5-%{qt_module}
Version: 5.15.2
Release: 7%{?dist}
Version: 5.15.3
Release: 1%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
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-src-%{version}.tar.xz
Patch0: %{name}-gcc11.patch
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
# filter plugin/qml provides
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
@ -85,8 +86,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q -n %{qt_module}-everywhere-src-%{version}
%patch0 -p1
%patch0 -p1
%patch1 -p1
%build
%{qmake_qt5} \
@ -171,6 +173,10 @@ popd
%endif
%changelog
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061361
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-7
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688