|
|
@ -11,7 +11,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Qt5 - Multimedia support
|
|
|
|
Summary: Qt5 - Multimedia support
|
|
|
|
Name: qt5-%{qt_module}
|
|
|
|
Name: qt5-%{qt_module}
|
|
|
|
Version: 5.15.3
|
|
|
|
Version: 5.15.9
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
|
|
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
|
|
@ -19,6 +19,7 @@ License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
|
Url: http://www.qt.io
|
|
|
|
Url: http://www.qt.io
|
|
|
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%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
|
|
|
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: qtmultimedia-python-shebang.patch
|
|
|
|
Patch0: qtmultimedia-python-shebang.patch
|
|
|
|
Patch1: %{name}-gcc11.patch
|
|
|
|
Patch1: %{name}-gcc11.patch
|
|
|
|
|
|
|
|
|
|
|
@ -173,6 +174,10 @@ popd
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 18 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-1
|
|
|
|
|
|
|
|
- 5.15.9
|
|
|
|
|
|
|
|
Resolves: bz#2175736
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 5.15.3-1
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 5.15.3-1
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
|
|