|
|
|
@ -2,21 +2,11 @@
|
|
|
|
|
%global multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9
|
|
|
|
|
%global multilib_basearchs x86_64 %{?mips64} ppc64 s390x sparc64
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} < 29 && 0%{?rhel} < 9
|
|
|
|
|
%ifarch %{ix86}
|
|
|
|
|
%global no_sse2 -no-sse2
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
%global openssl -openssl-linked
|
|
|
|
|
|
|
|
|
|
# workaround https://bugzilla.redhat.com/show_bug.cgi?id=1668865
|
|
|
|
|
# for current stable releases
|
|
|
|
|
%if 0%{?fedora} < 30 || 0%{?rhel} > 6
|
|
|
|
|
%global no_feature_statx -no-feature-statx
|
|
|
|
|
%global no_feature_renameat2 -no-feature-renameat2
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} > 6
|
|
|
|
|
%global no_feature_getentropy -no-feature-getentropy
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# support qtchooser (adds qtchooser .conf file)
|
|
|
|
|
%global qtchooser 1
|
|
|
|
@ -40,25 +30,18 @@
|
|
|
|
|
|
|
|
|
|
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
|
|
|
|
|
|
# use external qt_settings pkg
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%global qt_settings 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global journald -journald
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
|
|
|
|
|
|
|
|
|
## skip for now, until we're better at it --rex
|
|
|
|
|
%global examples 1
|
|
|
|
|
%global build_tests 1
|
|
|
|
|
|
|
|
|
|
## skip for now, until we're better at it --rex
|
|
|
|
|
#global tests 1
|
|
|
|
|
|
|
|
|
|
Name: qt5-qtbase
|
|
|
|
|
Summary: Qt5 - QtBase components
|
|
|
|
|
Version: 5.15.9
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
|
|
|
|
|
Version: 5.15.3
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
|
|
|
|
|
# See LGPL_EXCEPTIONS.txt, for exception details
|
|
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
|
@ -83,8 +66,11 @@ Source10: macros.qt5-qtbase
|
|
|
|
|
# support multilib optflags
|
|
|
|
|
Patch2: qtbase-multilib_optflags.patch
|
|
|
|
|
|
|
|
|
|
# make mixing versions with private apis a warning instead of fatal error
|
|
|
|
|
Patch3: qtbase-everywhere-src-5.15.6-private_api_warning.patch
|
|
|
|
|
# borrowed from opensuse
|
|
|
|
|
# track private api via properly versioned symbols
|
|
|
|
|
# downside: binaries produced with these differently-versioned symbols are no longer
|
|
|
|
|
# compatible with qt-project.org's Qt binary releases.
|
|
|
|
|
Patch8: tell-the-truth-about-private-api.patch
|
|
|
|
|
|
|
|
|
|
# upstreamable patches
|
|
|
|
|
# namespace QT_VERSION_CHECK to workaround major/minor being pre-defined (#1396755)
|
|
|
|
@ -126,22 +112,18 @@ Patch64: qt5-qtbase-5.12.1-firebird-4.0.0.patch
|
|
|
|
|
# fix for new mariadb
|
|
|
|
|
Patch65: qtbase-opensource-src-5.9.0-mysql.patch
|
|
|
|
|
|
|
|
|
|
# https://fedoraproject.org/wiki/Changes/Qt_Wayland_By_Default_On_Gnome
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1732129
|
|
|
|
|
Patch80: qtbase-use-wayland-on-gnome.patch
|
|
|
|
|
Patch68: qtbase-ambiguous-python-shebang.patch
|
|
|
|
|
|
|
|
|
|
# gcc-11
|
|
|
|
|
Patch90: %{name}-gcc11.patch
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
# https://invent.kde.org/qt/qt/qtbase, kde/5.15 branch
|
|
|
|
|
# git diff v5.15.9-lts-lgpl..HEAD | gzip > kde-5.15-rollup-$(date +%Y%m%d).patch.gz
|
|
|
|
|
# git diff v5.15.3-lts-lgpl..HEAD | gzip > kde-5.15-rollup-$(date +%Y%m%d).patch.gz
|
|
|
|
|
# patch100 in lookaside cache due to large'ish size -- rdieter
|
|
|
|
|
Patch100: kde-5.15-rollup-20230411.patch.gz
|
|
|
|
|
Patch100: kde-5.15-rollup-20220324.patch.gz
|
|
|
|
|
# HACK to make 'fedpkg sources' consider it 'used"
|
|
|
|
|
Source100: kde-5.15-rollup-20230411.patch.gz
|
|
|
|
|
|
|
|
|
|
Patch101: qtbase-5.15.8-fix-missing-qtsan-include.patch
|
|
|
|
|
Source100: kde-5.15-rollup-20220324.patch.gz
|
|
|
|
|
|
|
|
|
|
Patch110: CVE-2023-32762-qtbase-5.15.patch
|
|
|
|
|
Patch111: CVE-2023-32763-qtbase-5.15.patch
|
|
|
|
@ -152,10 +134,9 @@ Patch115: CVE-2023-38197-qtbase-5.15.patch
|
|
|
|
|
Patch116: 0001-CVE-2023-51714-qtbase-5.15.patch
|
|
|
|
|
Patch117: 0002-CVE-2023-51714-qtbase-5.15.patch
|
|
|
|
|
Patch118: CVE-2024-25580-qtbase-5.15.patch
|
|
|
|
|
Patch119: CVE-2024-39936.patch
|
|
|
|
|
|
|
|
|
|
# gating related patches
|
|
|
|
|
Patch200: qtbase-disable-tests-not-working-in-gating.patch
|
|
|
|
|
# Fix related to CVE-2024-39936, which I think is needed to be backported
|
|
|
|
|
Patch119: qtbase-h2-emit-encrypted-for-first-reply-similar-to-h1.patch
|
|
|
|
|
Patch120: CVE-2024-39936.patch
|
|
|
|
|
|
|
|
|
|
# Do not check any files in %%{_qt5_plugindir}/platformthemes/ for requires.
|
|
|
|
|
# Those themes are there for platform integration. If the required libraries are
|
|
|
|
@ -180,8 +161,11 @@ BuildRequires: clang >= 3.7.0
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
%endif
|
|
|
|
|
# http://bugzilla.redhat.com/1196359
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
|
|
|
|
%global dbus -dbus-linked
|
|
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(libdrm)
|
|
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
|
|
|
BuildRequires: pkgconfig(gl)
|
|
|
|
@ -195,19 +179,15 @@ BuildRequires: pkgconfig(libudev)
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
|
|
|
|
|
BuildRequires: pkgconfig(libinput)
|
|
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
|
|
|
|
BuildRequires: pkgconfig(xcb-xkb) >= 1.10
|
|
|
|
|
BuildRequires: pkgconfig(xcb-util)
|
|
|
|
|
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
|
|
|
|
|
BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1
|
|
|
|
|
BuildRequires: pkgconfig(xkeyboard-config)
|
|
|
|
|
%global vulkan 1
|
|
|
|
|
BuildRequires: pkgconfig(vulkan)
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
|
|
|
|
%global egl 1
|
|
|
|
|
BuildRequires: libEGL-devel
|
|
|
|
|
BuildRequires: pkgconfig(gbm)
|
|
|
|
|
## TODO: apparently only needed if building opengl_es2 support, do we actually use it? -- rex
|
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
|
|
|
|
%global sqlite -system-sqlite
|
|
|
|
|
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
|
|
|
@ -226,9 +206,7 @@ BuildRequires: libicu-devel
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: pkgconfig(xcb) pkgconfig(xcb-glx) pkgconfig(xcb-icccm) pkgconfig(xcb-image) pkgconfig(xcb-keysyms) pkgconfig(xcb-renderutil)
|
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
|
BuildRequires: pkgconfig(libzstd)
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
# see patch68
|
|
|
|
|
BuildRequires: python3
|
|
|
|
|
BuildRequires: qt5-rpm-macros
|
|
|
|
|
|
|
|
|
@ -246,9 +224,6 @@ Conflicts: qt < 1:4.8.6-10
|
|
|
|
|
Requires(post): %{_sbindir}/update-alternatives
|
|
|
|
|
Requires(postun): %{_sbindir}/update-alternatives
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?qt_settings}
|
|
|
|
|
Requires: qt-settings
|
|
|
|
|
%endif
|
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
## Sql drivers
|
|
|
|
@ -261,7 +236,6 @@ Requires: %{name}-common = %{version}-%{release}
|
|
|
|
|
# https://bugzilla.redhat.com/1458003
|
|
|
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=21074
|
|
|
|
|
# reportedly fixed or worked-around, re-enable if there's evidence of problems -- rex
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1635973
|
|
|
|
|
%global use_gold_linker -no-use-gold-linker
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -275,12 +249,6 @@ Summary: Common files for Qt5
|
|
|
|
|
# offer upgrade path for qtquick1 somewhere... may as well be here -- rex
|
|
|
|
|
Obsoletes: qt5-qtquick1 < 5.9.0
|
|
|
|
|
Obsoletes: qt5-qtquick1-devel < 5.9.0
|
|
|
|
|
%if "%{?ibase}" == "-no-sql-ibase"
|
|
|
|
|
Obsoletes: qt5-qtbase-ibase < %{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
|
%if "%{?tds}" == "-no-sql-tds"
|
|
|
|
|
Obsoletes: qt5-qtbase-tds < %{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%description common
|
|
|
|
@ -294,9 +262,6 @@ Requires: %{name}-gui%{?_isa}
|
|
|
|
|
Requires: libEGL-devel
|
|
|
|
|
%endif
|
|
|
|
|
Requires: pkgconfig(gl)
|
|
|
|
|
%if 0%{?vulkan}
|
|
|
|
|
Requires: pkgconfig(vulkan)
|
|
|
|
|
%endif
|
|
|
|
|
Requires: qt5-rpm-macros
|
|
|
|
|
%if 0%{?use_clang}
|
|
|
|
|
Requires: clang >= 3.7.0
|
|
|
|
@ -335,8 +300,10 @@ Summary: Static library files for %{name}
|
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig(fontconfig)
|
|
|
|
|
Requires: pkgconfig(glib-2.0)
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
|
Requires: pkgconfig(libinput)
|
|
|
|
|
Requires: pkgconfig(xkbcommon)
|
|
|
|
|
%endif
|
|
|
|
|
Requires: pkgconfig(zlib)
|
|
|
|
|
|
|
|
|
|
%description static
|
|
|
|
@ -353,10 +320,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%package mysql
|
|
|
|
|
Summary: MySQL driver for Qt5's SQL classes
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} < 9
|
|
|
|
|
BuildRequires: mysql-devel
|
|
|
|
|
%else
|
|
|
|
|
%if 0%{?fedora} > 27 || 0%{?rhel} > 7
|
|
|
|
|
BuildRequires: mariadb-connector-c-devel
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: mysql-devel
|
|
|
|
|
%endif
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
%description mysql
|
|
|
|
@ -389,8 +356,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
%package gui
|
|
|
|
|
Summary: Qt5 GUI-related libraries
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
# where Recommends are supported
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
|
|
|
|
%if 0%{?fedora} > 20
|
|
|
|
|
Recommends: mesa-dri-drivers
|
|
|
|
|
%endif
|
|
|
|
|
Obsoletes: qt5-qtbase-x11 < 5.2.0
|
|
|
|
@ -405,50 +371,41 @@ Qt5 libraries used for drawing widgets and OpenGL items.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
|
|
|
|
|
|
|
|
|
## dowstream patches
|
|
|
|
|
%patch -P3 -p1 -b .private_api_warning
|
|
|
|
|
|
|
|
|
|
## upstream fixes
|
|
|
|
|
%patch -P50 -p1 -b .QT_VERSION_CHECK
|
|
|
|
|
#patch -P51 -p1 -b .hidpi_scale_at_192
|
|
|
|
|
%patch -P52 -p1 -b .moc_macros
|
|
|
|
|
%patch -P53 -p1 -b .qt5gui_cmake_isystem_includes
|
|
|
|
|
%patch -P54 -p1 -b .qmake_LFLAGS
|
|
|
|
|
%patch -P55 -p1 -b .no_relocatable
|
|
|
|
|
%patch -P56 -p1 -b .libglvnd
|
|
|
|
|
%patch -P61 -p1 -b .qt5-qtbase-cxxflag
|
|
|
|
|
%if 0%{?fedora} < 35
|
|
|
|
|
%patch -P63 -p1 -b .firebird
|
|
|
|
|
%else
|
|
|
|
|
%patch -P64 -p1 -b .firebird
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?fedora} > 27
|
|
|
|
|
%patch -P65 -p1 -b .mysql
|
|
|
|
|
# omit '-b .tell-the-truth-about-private-api' so it doesn't end up in installed files -- rdieter
|
|
|
|
|
%patch8 -p1
|
|
|
|
|
|
|
|
|
|
%patch50 -p1 -b .QT_VERSION_CHECK
|
|
|
|
|
# FIXME/TODO : rebase or drop -- rdieter
|
|
|
|
|
#patch51 -p1 -b .hidpi_scale_at_192
|
|
|
|
|
%patch52 -p1 -b .moc_macros
|
|
|
|
|
%patch53 -p1 -b .qt5gui_cmake_isystem_includes
|
|
|
|
|
%patch54 -p1 -b .qmake_LFLAGS
|
|
|
|
|
%patch55 -p1 -b .no_relocatable
|
|
|
|
|
%patch56 -p1 -b .libglvnd
|
|
|
|
|
%patch61 -p1 -b .qt5-qtbase-cxxflag
|
|
|
|
|
%patch64 -p1 -b .firebird
|
|
|
|
|
%if 0%{?fedora} > 27 || 0%{?rhel} > 7
|
|
|
|
|
%patch65 -p1 -b .mysql
|
|
|
|
|
%endif
|
|
|
|
|
%patch68 -p1
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} > 30 || 0%{?rhel} > 9
|
|
|
|
|
%patch -P80 -p1 -b .use-wayland-on-gnome.patch
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%patch -P90 -p1 -b .gcc11
|
|
|
|
|
%patch90 -p1 -b .gcc11
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
%patch -P100 -p1
|
|
|
|
|
%patch -P101 -p1
|
|
|
|
|
|
|
|
|
|
%patch -P110 -p1
|
|
|
|
|
%patch -P111 -p1
|
|
|
|
|
%patch -P112 -p1
|
|
|
|
|
%patch -P113 -p1
|
|
|
|
|
%patch -P114 -p1
|
|
|
|
|
%patch -P115 -p1
|
|
|
|
|
%patch -P116 -p1
|
|
|
|
|
%patch -P117 -p1
|
|
|
|
|
%patch -P118 -p1
|
|
|
|
|
%patch -P119 -p1
|
|
|
|
|
|
|
|
|
|
## gating related patches
|
|
|
|
|
%patch -P200 -p1 -b .disable-tests-not-working-in-gating
|
|
|
|
|
%patch100 -p1
|
|
|
|
|
|
|
|
|
|
%patch110 -p1
|
|
|
|
|
%patch111 -p1
|
|
|
|
|
%patch112 -p1
|
|
|
|
|
%patch113 -p1
|
|
|
|
|
%patch114 -p1
|
|
|
|
|
%patch115 -p1
|
|
|
|
|
%patch116 -p1
|
|
|
|
|
%patch117 -p1
|
|
|
|
|
%patch118 -p1
|
|
|
|
|
%patch119 -p1
|
|
|
|
|
%patch120 -p1
|
|
|
|
|
|
|
|
|
|
# move some bundled libs to ensure they're not accidentally used
|
|
|
|
|
pushd src/3rdparty
|
|
|
|
@ -473,7 +430,6 @@ sed -i -e "s|^#!/usr/bin/env perl$|#!%{__perl}|" \
|
|
|
|
|
bin/syncqt.pl \
|
|
|
|
|
mkspecs/features/data/unix/findclasslist.pl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# QT is known not to work properly with LTO at this point. Some of the issues
|
|
|
|
|
# are being worked on upstream and disabling LTO should be re-evaluated as
|
|
|
|
@ -482,10 +438,6 @@ sed -i -e "s|^#!/usr/bin/env perl$|#!%{__perl}|" \
|
|
|
|
|
# https://bugzilla.redhat.com/1900527
|
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
|
|
|
|
|
|
## FIXME/TODO:
|
|
|
|
|
# * for %%ix86, add sse2 enabled builds for Qt5Gui, Qt5Core, QtNetwork, see also:
|
|
|
|
|
# http://anonscm.debian.org/cgit/pkg-kde/qt/qtbase.git/tree/debian/rules (234-249)
|
|
|
|
|
|
|
|
|
|
## adjust $RPM_OPT_FLAGS
|
|
|
|
|
# remove -fexceptions
|
|
|
|
|
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
|
|
|
|
@ -521,24 +473,22 @@ export MAKEFLAGS="%{?_smp_mflags}"
|
|
|
|
|
-release \
|
|
|
|
|
-shared \
|
|
|
|
|
-accessibility \
|
|
|
|
|
-dbus-linked \
|
|
|
|
|
%{?dbus}%{!?dbus:-dbus-runtime} \
|
|
|
|
|
%{?egl:-egl -eglfs} \
|
|
|
|
|
-fontconfig \
|
|
|
|
|
-glib \
|
|
|
|
|
-gtk \
|
|
|
|
|
%{?ibase} \
|
|
|
|
|
-icu \
|
|
|
|
|
-journald \
|
|
|
|
|
%{?journald} \
|
|
|
|
|
-optimized-qmake \
|
|
|
|
|
-openssl-linked \
|
|
|
|
|
-libproxy \
|
|
|
|
|
%{?openssl} \
|
|
|
|
|
%{!?examples:-nomake examples} \
|
|
|
|
|
%{!?build_tests:-nomake tests} \
|
|
|
|
|
-no-pch \
|
|
|
|
|
-no-reduce-relocations \
|
|
|
|
|
-no-rpath \
|
|
|
|
|
-no-separate-debug-info \
|
|
|
|
|
%{?no_sse2} \
|
|
|
|
|
-no-strip \
|
|
|
|
|
-system-libjpeg \
|
|
|
|
|
-system-libpng \
|
|
|
|
@ -559,20 +509,6 @@ export MAKEFLAGS="%{?_smp_mflags}"
|
|
|
|
|
QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-$RPM_OPT_FLAGS}" \
|
|
|
|
|
QMAKE_LFLAGS_RELEASE="${LDFLAGS:-$RPM_LD_FLAGS}"
|
|
|
|
|
|
|
|
|
|
# Validate config results
|
|
|
|
|
%if "%{?ibase}" != "-no-sql-ibase"
|
|
|
|
|
for config_test in egl-x11 ibase ; do
|
|
|
|
|
%else
|
|
|
|
|
for config_test in egl-x11 ; do
|
|
|
|
|
%endif
|
|
|
|
|
config_result="$(grep ^cache.${config_test}.result config.cache | cut -d= -f2 | tr -d ' ')"
|
|
|
|
|
if [ "${config_result}" != "true" ]; then
|
|
|
|
|
echo "${config_test} detection failed"
|
|
|
|
|
config_failed=1
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
if [ ${config_failed} -eq 1 ]; then exit 1; fi
|
|
|
|
|
|
|
|
|
|
# ensure qmake build using optflags (which can happen if not munging qmake.conf defaults)
|
|
|
|
|
make clean -C qmake
|
|
|
|
|
%make_build -C qmake all binary \
|
|
|
|
@ -584,7 +520,7 @@ make clean -C qmake
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%if 0%{?build_tests}
|
|
|
|
|
%qt5_build_tests
|
|
|
|
|
make sub-tests %{?_smp_mflags} -k ||:
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -592,7 +528,15 @@ make install INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
|
|
%if 0%{?build_tests}
|
|
|
|
|
# Install tests for gating
|
|
|
|
|
%qt5_install_tests
|
|
|
|
|
mkdir -p %{buildroot}%{_qt5_libdir}/qt5
|
|
|
|
|
find ./tests -not -path '*/\.*' -type d | while read LINE
|
|
|
|
|
do
|
|
|
|
|
mkdir -p "%{buildroot}%{_qt5_libdir}/qt5/$LINE"
|
|
|
|
|
done
|
|
|
|
|
find ./tests -not -path '*/\.*' -not -name '*.h' -not -name '*.cpp' -not -name '*.pro' -not -name 'uic_wrapper.sh' -not -name 'Makefile' -type f | while read LINE
|
|
|
|
|
do
|
|
|
|
|
cp -r --parents "$LINE" %{buildroot}%{_qt5_libdir}/qt5/
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
# Remove tests which will produce error when checking rpath
|
|
|
|
|
rm -rf %{buildroot}%{_qt5_libdir}/qt5/tests/auto/corelib/plugin/qpluginloader/elftest
|
|
|
|
@ -626,7 +570,7 @@ translationdir=%{_qt5_translationdir}
|
|
|
|
|
|
|
|
|
|
Name: Qt5
|
|
|
|
|
Description: Qt5 Configuration
|
|
|
|
|
Version: 5.15.9
|
|
|
|
|
Version: 5.15.3
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
# rpm macros
|
|
|
|
@ -670,7 +614,6 @@ popd
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/xdg/qtchooser
|
|
|
|
|
pushd %{buildroot}%{_sysconfdir}/xdg/qtchooser
|
|
|
|
|
echo "%{_qt5_bindir}" > 5-%{__isa_bits}.conf
|
|
|
|
|
## FIXME/TODO: verify qtchooser (still) happy if _qt5_prefix uses %%_prefix instead of %%_libdir/qt5
|
|
|
|
|
echo "%{_qt5_prefix}" >> 5-%{__isa_bits}.conf
|
|
|
|
|
# alternatives targets
|
|
|
|
|
touch default.conf 5.conf
|
|
|
|
@ -691,8 +634,6 @@ popd
|
|
|
|
|
|
|
|
|
|
install -p -m755 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
|
|
|
|
|
|
|
|
|
|
# f29+ enables sse2 unconditionally on ix86 -- rex
|
|
|
|
|
%if 0%{?fedora} < 29 && 0%{?rhel} < 9
|
|
|
|
|
# fix bz#1442553 multilib issue
|
|
|
|
|
privat_header_file=%{buildroot}%{_qt5_headerdir}/QtCore/%{version}/QtCore/private/qconfig_p.h
|
|
|
|
|
grep -v QT_FEATURE_sse2 $privat_header_file > ${privat_header_file}.me
|
|
|
|
@ -704,7 +645,6 @@ cat >>${privat_header_file}<<EOF
|
|
|
|
|
#define QT_FEATURE_sse2 -1
|
|
|
|
|
#endif
|
|
|
|
|
EOF
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# install privat headers for qtxcb
|
|
|
|
|
mkdir -p %{buildroot}%{_qt5_headerdir}/QtXcb
|
|
|
|
@ -1032,12 +972,6 @@ fi
|
|
|
|
|
%{_qt5_libdir}/libQt5EdidSupport.prl
|
|
|
|
|
%{_qt5_libdir}/libQt5XkbCommonSupport.*a
|
|
|
|
|
%{_qt5_libdir}/libQt5XkbCommonSupport.prl
|
|
|
|
|
%if 0%{?vulkan}
|
|
|
|
|
%{_qt5_headerdir}/QtVulkanSupport/
|
|
|
|
|
%{_qt5_libdir}/cmake/Qt5VulkanSupport/
|
|
|
|
|
%{_qt5_libdir}/libQt5VulkanSupport.*a
|
|
|
|
|
%{_qt5_libdir}/libQt5VulkanSupport.prl
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?examples}
|
|
|
|
|
%files examples
|
|
|
|
@ -1146,348 +1080,127 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 11 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.9-10
|
|
|
|
|
* Tue Jul 16 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.3-8
|
|
|
|
|
- HTTP2: Delay any communication until encrypted() can be responded to
|
|
|
|
|
Resolves: RHEL-46348
|
|
|
|
|
Resolves: RHEL-46340
|
|
|
|
|
|
|
|
|
|
* Fri Feb 16 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.9-9
|
|
|
|
|
* Fri Feb 16 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.3-7
|
|
|
|
|
- Fix CVE-2024-25580: potential buffer overflow when reading KTX images
|
|
|
|
|
Resolves: RHEL-25726
|
|
|
|
|
Resolves: RHEL-25725
|
|
|
|
|
|
|
|
|
|
* Thu Jan 04 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.9-8
|
|
|
|
|
* Thu Jan 04 2024 Jan Grulich <jgrulich@redhat.com> - 5.15.3-6
|
|
|
|
|
- Fix incorrect integer overflow check in HTTP2 implementation
|
|
|
|
|
Resolves: RHEL-20239
|
|
|
|
|
Resolves: RHEL-20238
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-7
|
|
|
|
|
* Fri Jul 21 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.3-5
|
|
|
|
|
- Fix infinite loops in QXmlStreamReader (CVE-2023-38197)
|
|
|
|
|
Resolves: bz#2222771
|
|
|
|
|
Resolves: bz#2222770
|
|
|
|
|
|
|
|
|
|
* Fri Jun 09 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-6
|
|
|
|
|
* Fri Jun 09 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.3-4
|
|
|
|
|
- Don't allow remote attacker to bypass security restrictions caused by
|
|
|
|
|
flaw in certificate validation (CVE-2023-34410) (version #2)
|
|
|
|
|
Resolves: bz#2212754
|
|
|
|
|
Resolves: bz#2212753
|
|
|
|
|
|
|
|
|
|
* Tue Jun 06 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-5
|
|
|
|
|
* Tue Jun 06 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.3-3
|
|
|
|
|
- Don't allow remote attacker to bypass security restrictions caused by
|
|
|
|
|
flaw in certificate validation (CVE-2023-34410)
|
|
|
|
|
Resolves: bz#2212754
|
|
|
|
|
Resolves: bz#2212753
|
|
|
|
|
|
|
|
|
|
* Wed May 24 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-4
|
|
|
|
|
* Wed May 24 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.3-2
|
|
|
|
|
- Fix specific overflow in qtextlayout
|
|
|
|
|
- Fix incorrect parsing of the strict-transport-security (HSTS) header
|
|
|
|
|
- Fix buffer over-read via a crafted reply from a DNS server
|
|
|
|
|
Resolves: bz#2209492
|
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-3
|
|
|
|
|
- Rebuild (elfutils#2188064)
|
|
|
|
|
Resolves: bz#2175727
|
|
|
|
|
|
|
|
|
|
* Tue Apr 25 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-2
|
|
|
|
|
- Disable tests failing in gating
|
|
|
|
|
Resolves: bz#2175727
|
|
|
|
|
|
|
|
|
|
* Mon Apr 17 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-1
|
|
|
|
|
- 5.15.9 + sync with Fedora
|
|
|
|
|
Resolves: bz#2175727
|
|
|
|
|
Resolves: bz#2209491
|
|
|
|
|
|
|
|
|
|
* Thu Mar 24 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
|
|
|
|
|
- 5.15.3 + sync with Fedora
|
|
|
|
|
Resolves: bz#2061354
|
|
|
|
|
|
|
|
|
|
* Mon Jan 31 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.2-29
|
|
|
|
|
- Sync with Fedora:
|
|
|
|
|
- sync kde/5.15 branch patches
|
|
|
|
|
|
|
|
|
|
Resolves: bz#2018876
|
|
|
|
|
|
|
|
|
|
* Tue Dec 07 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-28
|
|
|
|
|
- Sync with Fedora:
|
|
|
|
|
- sync kde/5.15 branch patches
|
|
|
|
|
|
|
|
|
|
Resolves: bz#2018876
|
|
|
|
|
|
|
|
|
|
* Mon Oct 18 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-27
|
|
|
|
|
- Sync with Fedora:
|
|
|
|
|
- sync kde/5.15 branch patches
|
|
|
|
|
- validate configure results (base, egl-x11)
|
|
|
|
|
|
|
|
|
|
Resolves: bz#2014991
|
|
|
|
|
|
|
|
|
|
* Wed Sep 08 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-26
|
|
|
|
|
- Sync with Fedora:
|
|
|
|
|
- sync kde/5.15 branch patches
|
|
|
|
|
- -gui: add mesa-dri-drivers soft dep for rhel8+ too
|
|
|
|
|
Resolves: bz#1998959
|
|
|
|
|
- Fix out-of-bound write in QOutlineMapper::converPath
|
|
|
|
|
Resolves: bz#1996876
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-25
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Aug 6 2021 Florian Weimer <fweimer@redhat.com> - 5.15.2-24
|
|
|
|
|
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 13 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-23
|
|
|
|
|
- Drop BR: libproxy
|
|
|
|
|
Resolves: bz#1981680
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-22
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
* Tue Jun 15 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-21
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
Resolves: bz#1968459
|
|
|
|
|
|
|
|
|
|
* Fri Jun 11 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-20
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
Resolves: bz#1968459
|
|
|
|
|
|
|
|
|
|
* Thu Jun 10 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-19
|
|
|
|
|
- Let qt5_install_tests macro handle mangling python shebangs
|
|
|
|
|
Resolves: bz#1968459
|
|
|
|
|
|
|
|
|
|
* Wed Jun 09 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-18
|
|
|
|
|
- Add gating tests
|
|
|
|
|
Resolves: bz#1968459
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-17
|
|
|
|
|
- Do not use Wayland backend by default on GNOME wayland session
|
|
|
|
|
Resolves: bz#1966425
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-16
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Mar 09 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-15
|
|
|
|
|
- FileChooser portal: send window id in hex
|
|
|
|
|
|
|
|
|
|
* Fri Feb 19 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-14
|
|
|
|
|
- %%build: explicitly pass -egl build option
|
|
|
|
|
- unconditional BR: pkgconfig(glesv2) again
|
|
|
|
|
|
|
|
|
|
* Tue Feb 09 2021 Pavel Raiskup <praiskup@redhat.com> - 5.15.2-13
|
|
|
|
|
- rebuild all postgresql deps once more, for libpq ABI fix rhbz#1908268
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-12
|
|
|
|
|
- Use Wayland platform on GNOME for RHEL 9
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 5.15.2-11
|
|
|
|
|
- rebuild for libpq ABI fix rhbz#1908268
|
|
|
|
|
|
|
|
|
|
* Sat Feb 06 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-10
|
|
|
|
|
- FTBFS: qendian.h (and qfloat16.h) missing <limits> include (QTBUG-90395)
|
|
|
|
|
- Qt build on GCC 11 (QTBUG-89977)
|
|
|
|
|
|
|
|
|
|
* Mon Feb 01 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-9
|
|
|
|
|
- Disable getentropy on RHEL
|
|
|
|
|
|
|
|
|
|
* Fri Jan 29 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-8
|
|
|
|
|
- Disable statx and renameat2 on RHEL
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.2-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Dec 19 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-6
|
|
|
|
|
- rebuild (gcc11)
|
|
|
|
|
|
|
|
|
|
* Mon Nov 30 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-5
|
|
|
|
|
- re-enable vulkan support on s390x, root cause fixed
|
|
|
|
|
|
|
|
|
|
* Sun Nov 29 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-4
|
|
|
|
|
- drop vulkan support on s390x (#1902449)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 27 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-3
|
|
|
|
|
- Require qt-settings only in Fedora builds
|
|
|
|
|
|
|
|
|
|
* Mon Nov 23 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-2
|
|
|
|
|
- -no-reduce-relocations (#1900527)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 20 09:27:41 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
|
|
|
|
|
- 5.15.2
|
|
|
|
|
|
|
|
|
|
* Tue Nov 03 2020 Sandro Mani <manisandro@gmail.com> - 5.15.1-7
|
|
|
|
|
- Backport upstream fix for QTBUG-86319
|
|
|
|
|
|
|
|
|
|
* Sun Oct 18 2020 Jeff Law <law@redhat.com> - 5.15.1-6
|
|
|
|
|
- Fix missing #includes for gcc-11
|
|
|
|
|
|
|
|
|
|
* Wed Sep 30 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.1-5
|
|
|
|
|
- Upstream fix: Emit QScreen::geometryChanged when the logical DPI changes
|
|
|
|
|
|
|
|
|
|
* Tue Sep 29 2020 Yaroslav Fedevych <yaroslav@fedevych.name> - 5.15.1-4
|
|
|
|
|
- qt5-qtbase-devel requires vulkan headers
|
|
|
|
|
|
|
|
|
|
* Thu Sep 17 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.1-3
|
|
|
|
|
- enable vulkan support (#1794969)
|
|
|
|
|
|
|
|
|
|
* Thu Sep 10 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.1-2
|
|
|
|
|
- CentOS8 - numpad do not work in KDE Plasma (#1868371)
|
|
|
|
|
|
|
|
|
|
* Thu Sep 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.1-1
|
|
|
|
|
- 5.15.1
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 01 2020 Jeff Law <law@redhat.com> - 5.14.2-7
|
|
|
|
|
- Disable LTO
|
|
|
|
|
|
|
|
|
|
* Mon Jun 15 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-6
|
|
|
|
|
- Qt5 private header packaging breaks Qt5 Cmake files (#1846613)
|
|
|
|
|
|
|
|
|
|
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 5.14.2-5
|
|
|
|
|
- Rebuild for ICU 67
|
|
|
|
|
|
|
|
|
|
* Tue Apr 14 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-4
|
|
|
|
|
- backport "Mutex deadlock in QPluginLoader, Krita fails to start" (QTBUG-83207)
|
|
|
|
|
|
|
|
|
|
* Mon Apr 13 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-3
|
|
|
|
|
- %%build: -no-feature-relocatable + matching patch (#1823118)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 08 2020 Than Ngo <than@redhat.com> - 5.14.2-2
|
|
|
|
|
- Fixed bz#1801370 - CVE-2015-9541 XML entity expansion vulnerability via a crafted SVG document
|
|
|
|
|
|
|
|
|
|
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-1
|
|
|
|
|
- 5.14.2
|
|
|
|
|
|
|
|
|
|
* Sun Mar 22 2020 Robert-André Mauchin <zebob.m@gmail.com> - 5.13.2-4
|
|
|
|
|
- Upstream patch to add support for PostgreSQL 12 (#1815921)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.13.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 20 2020 Than Ngo <than@redhat.com> - 5.13.2-2
|
|
|
|
|
- upstream patches fix following issues:
|
|
|
|
|
Do-not-load-plugin-from-the-PWD
|
|
|
|
|
QLibrary-Unix-do-not-attempt-to-load-a-library-relat
|
|
|
|
|
|
|
|
|
|
* Mon Dec 09 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-1
|
|
|
|
|
- 5.13.2
|
|
|
|
|
|
|
|
|
|
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 5.12.5-2
|
|
|
|
|
- Rebuild for ICU 65
|
|
|
|
|
|
|
|
|
|
* Tue Sep 24 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
|
|
|
|
|
- 5.12.5
|
|
|
|
|
|
|
|
|
|
* Wed Aug 21 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-7
|
|
|
|
|
- s/pkgconfig(egl)/libEGL-devel/
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.4-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 23 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-5
|
|
|
|
|
- Use qtwayland by default on Gnome Wayland sessions
|
|
|
|
|
Resolves: bz#1732129
|
|
|
|
|
|
|
|
|
|
* Mon Jul 15 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-4
|
|
|
|
|
- Revert "Reset QWidget's winId when backing window surface is destroyed"
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-3
|
|
|
|
|
- omit QTBUG-73231 patch fix, appears to introduce incompatible symbols
|
|
|
|
|
|
|
|
|
|
* Wed Jun 26 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-2
|
|
|
|
|
- pull in some upstream crash fixes
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-1
|
|
|
|
|
- 5.12.4
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-2
|
|
|
|
|
- pull in candidate upstream nvidia/optima fix (kde#406180)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 04 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-1
|
|
|
|
|
- 5.12.3
|
|
|
|
|
|
|
|
|
|
* Fri May 10 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-7
|
|
|
|
|
- Fix install targets for generated private headers (#1702858)
|
|
|
|
|
|
|
|
|
|
* Wed May 08 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-6
|
|
|
|
|
- Blacklist nouveau and llvmpipe for multithreading (#1706420)
|
|
|
|
|
- drop BR: pkgconfig(glesv2) on f31+, no longer provided in mesa-19.1+
|
|
|
|
|
|
|
|
|
|
* Thu May 02 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-5
|
|
|
|
|
- keep mkspecs/modules/*_private.pri in -devel #1705280)
|
|
|
|
|
|
|
|
|
|
* Tue Apr 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-4
|
|
|
|
|
- CMake generates wrong -isystem /usr/include compilations flags with Qt5::Gui (#1704474)
|
|
|
|
|
Resolves: bz#2061377
|
|
|
|
|
Resolves: bz#2059853
|
|
|
|
|
|
|
|
|
|
* Tue Apr 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-3
|
|
|
|
|
- -private-devel subpkg, move Requires: cups-devel here
|
|
|
|
|
* Tue Oct 12 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-4
|
|
|
|
|
- Fix out-of-bounds write in QOutlineMapper::convertPath
|
|
|
|
|
Resolves: bz#1996877
|
|
|
|
|
|
|
|
|
|
* Mon Mar 04 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-2
|
|
|
|
|
- -devel: Requires: cups-devel
|
|
|
|
|
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-3
|
|
|
|
|
- Rebuild (binutils)
|
|
|
|
|
Resolves: bz#1930040
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
|
|
|
|
- 5.12.1
|
|
|
|
|
* Thu Apr 15 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
|
|
|
|
|
- Drop apache2 test server from unit tests to drop perl(CGI) dependency
|
|
|
|
|
Resolves: bz#1930040
|
|
|
|
|
|
|
|
|
|
* Wed Feb 13 2019 Than Ngo <than@redhat.com> - 5.11.3-4
|
|
|
|
|
- fixed build issue with gcc9
|
|
|
|
|
* Mon Mar 29 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
|
|
|
|
|
- 5.15.2 + sync with Fedora
|
|
|
|
|
Resolves: bz#1930040
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-3
|
|
|
|
|
- disable renameat2/statx feature on < f30 (#1668865)
|
|
|
|
|
* Mon Oct 05 2020 Jan Grulich <jgrulich@redhat.com> - 5.12.5-8
|
|
|
|
|
- Build against system xkb and openssl 1.1
|
|
|
|
|
Resolves: bz#1882375
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Thu Sep 24 2020 Jan Grulich <jgrulich@redhat.com> - 5.12.5-7
|
|
|
|
|
- Fix buffer overflow in XBM parser
|
|
|
|
|
Resolves: bz#1870364
|
|
|
|
|
|
|
|
|
|
* Fri Dec 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
|
|
|
|
|
- 5.11.3
|
|
|
|
|
* Tue Jul 14 2020 Jan Grulich <jgrulich@redhat.com> - 5.12.5-6
|
|
|
|
|
- OpenSSL: handle SSL_shutdown's errors properly
|
|
|
|
|
Resolves: bz#1851538
|
|
|
|
|
|
|
|
|
|
* Thu Oct 25 2018 Than Ngo <than@redhat.com> - 5.11.2-3
|
|
|
|
|
- backported patch to fix selection rendering issues if rounding leads to left-out pixels
|
|
|
|
|
- backported patch to optimize insertionPointsForLine
|
|
|
|
|
* Mon May 11 2020 Jan Grulich <jgrulich@redhat.com> - 5.12.5-5
|
|
|
|
|
- Fix: Files placed by attacker can influence the working directory and lead to malicious code execution
|
|
|
|
|
Resolves: bz#1814739
|
|
|
|
|
Resolves: bz#1814683
|
|
|
|
|
|
|
|
|
|
* Thu Oct 11 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-2
|
|
|
|
|
- -no-use-gold-linker (#1635973)
|
|
|
|
|
- Fix: XML entity expansion vulnerability
|
|
|
|
|
Resolves: bz#1822193
|
|
|
|
|
|
|
|
|
|
* Wed Nov 27 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-4
|
|
|
|
|
- Fix build on RHEL 7 kernel
|
|
|
|
|
Resolves: bz#1733135
|
|
|
|
|
|
|
|
|
|
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.2-1
|
|
|
|
|
- 5.11.2
|
|
|
|
|
* Thu Nov 07 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-2
|
|
|
|
|
- Remove Android specific test to avoid unnecessary dependencies
|
|
|
|
|
Resolves: bz#1733135
|
|
|
|
|
|
|
|
|
|
* Thu Jul 26 2018 Than Ngo <than@redhat.com> - 5.11.1-7
|
|
|
|
|
- fixed FTBFS
|
|
|
|
|
* Tue Oct 29 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
|
|
|
|
|
- 5.12.5 + sync with Fedora
|
|
|
|
|
Resolves: bz#1733135
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Wed May 22 2019 Jan Grulich <jgrulich@redhat.com> - 5.11.1-7
|
|
|
|
|
- Move libQt5EglFSDeviceIntegration lib out of the -devel subpkg
|
|
|
|
|
Resolves: bz#1692970
|
|
|
|
|
|
|
|
|
|
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 5.11.1-5
|
|
|
|
|
- Rebuild for ICU 62
|
|
|
|
|
- Fix QImage allocaion failure
|
|
|
|
|
Resolve: bz#1667860
|
|
|
|
|
|
|
|
|
|
* Mon Jul 02 2018 Than Ngo <than@redhat.com> - 5.11.1-4
|
|
|
|
|
- fixed bz#1597110 - BRP mangle shebangs and calculation of provides should ignore backups files
|
|
|
|
|
- Fix double free in QXmlStreamReader
|
|
|
|
|
Resolve: bz#1667858
|
|
|
|
|
|
|
|
|
|
* Fri Jun 29 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-3
|
|
|
|
|
- apply sse2-related multilib hack on < f29 only
|
|
|
|
|
- safer %%_qt5_prefix, %%qt5_archdatadir ownership
|
|
|
|
|
- rebuild for %%_qt5_prefix = %%_prefix
|
|
|
|
|
- Fix segmentation fault on malformed BMP file
|
|
|
|
|
Resolve: bz#1667859
|
|
|
|
|
|
|
|
|
|
* Sat Jun 23 2018 Than Ngo <than@redhat.com> - 5.11.1-2
|
|
|
|
|
- fixed #1592146, python3
|
|
|
|
|
* Fri May 17 2019 Jan Grulich <jgrulich@redhat.com> - 5.11.1-6
|
|
|
|
|
- Create a tests subpkg with unit tests for gating
|
|
|
|
|
Resolves: bz#1681889
|
|
|
|
|
|
|
|
|
|
* Tue Jun 19 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-1
|
|
|
|
|
- 5.11.1
|
|
|
|
|
- relax qt5-rpm-macros dep
|
|
|
|
|
- drop workaround for QTBUG-37417
|
|
|
|
|
- drop CMake-Restore-qt5_use_modules-function.patch (upstreamed)
|
|
|
|
|
* Mon Dec 10 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-5
|
|
|
|
|
- Rebuild to fix CET notes
|
|
|
|
|
Resolves: bz#1657206
|
|
|
|
|
|
|
|
|
|
* Mon Jun 18 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-3
|
|
|
|
|
- backport CMake-Restore-qt5_use_modules-function.patch
|
|
|
|
|
- %%build: %%ix86 --no-sse2 on < f29 only
|
|
|
|
|
* Fri Aug 17 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-4
|
|
|
|
|
- Attempt not to hardcode ABI-tag for specific kernel version
|
|
|
|
|
Resolves: bz#1612434
|
|
|
|
|
|
|
|
|
|
* Wed May 30 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-2
|
|
|
|
|
- move libQt5EglFSDeviceIntegration to -gui (#1557223)
|
|
|
|
|
* Fri Aug 03 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-3
|
|
|
|
|
- Fix build failure with glibc
|
|
|
|
|
|
|
|
|
|
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
|
|
|
|
- 5.11.0
|
|
|
|
|
- drop support for inject_optflags (not used since f23)
|
|
|
|
|
* Wed Aug 01 2018 Charalampos Stratakis <cstratak@redhat.com> - 5.11.1-2
|
|
|
|
|
- Rebuild for platform-python
|
|
|
|
|
|
|
|
|
|
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 5.10.1-8
|
|
|
|
|
- Rebuild for ICU 61.1
|
|
|
|
|
* Wed Jun 27 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-1
|
|
|
|
|
- Update to 5.11.1
|
|
|
|
|
|
|
|
|
|
* Thu Mar 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-7
|
|
|
|
|
- enforce qt5-rpm-macros versioning
|
|
|
|
|
- BR: gcc-c++
|
|
|
|
|
- Qt5.pc: fix version, add %%check
|
|
|
|
|
* Wed Jun 27 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-7
|
|
|
|
|
- Do not require qt-settings package
|
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-6
|
|
|
|
|
- qt5-qtbase: RPM build flags only partially injected (#1543888)
|
|
|
|
|