Blame SPECS/qt5-qtbase.spec

92a9ff
# See http://bugzilla.redhat.com/223663
92a9ff
%global multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9
92a9ff
%global multilib_basearchs x86_64 %{?mips64} ppc64 s390x sparc64
92a9ff
92a9ff
%global openssl -openssl-linked
92a9ff
92a9ff
%if 0%{?fedora} < 29 && 0%{?rhel} < 9
92a9ff
%ifarch %{ix86}
92a9ff
%global no_sse2  -no-sse2
92a9ff
%endif
92a9ff
%endif
92a9ff
92a9ff
# workaround https://bugzilla.redhat.com/show_bug.cgi?id=1668865
92a9ff
# for current stable releases
92a9ff
%if 0%{?fedora} < 30  || 0%{?rhel} > 6
92a9ff
%global no_feature_statx -no-feature-statx
92a9ff
%global no_feature_renameat2 -no-feature-renameat2
92a9ff
%endif
92a9ff
%if 0%{?rhel} && 0%{?rhel} > 6
92a9ff
%global no_feature_getentropy -no-feature-getentropy
92a9ff
%endif
92a9ff
92a9ff
# support qtchooser (adds qtchooser .conf file)
92a9ff
%global qtchooser 1
92a9ff
%if 0%{?qtchooser}
92a9ff
%global priority 10
92a9ff
%ifarch %{multilib_basearchs}
92a9ff
%global priority 15
92a9ff
%endif
92a9ff
%endif
92a9ff
e9cb34
# Disable automatic .la file removal
e9cb34
%global __brp_remove_la_files %nil
e9cb34
92a9ff
%global platform linux-g++
92a9ff
92a9ff
%if 0%{?use_clang}
92a9ff
%global platform linux-clang
92a9ff
%endif
92a9ff
92a9ff
%global qt_module qtbase
92a9ff
92a9ff
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
92a9ff
92a9ff
# use external qt_settings pkg
92a9ff
%if 0%{?fedora}
92a9ff
%global qt_settings 1
92a9ff
%endif
92a9ff
92a9ff
%global journald -journald
92a9ff
BuildRequires: make
92a9ff
BuildRequires: pkgconfig(libsystemd)
92a9ff
92a9ff
%global examples 1
92a9ff
%global build_tests 1
92a9ff
92a9ff
## skip for now, until we're better at it --rex
92a9ff
#global tests 1
92a9ff
92a9ff
Name:    qt5-qtbase
92a9ff
Summary: Qt5 - QtBase components
e9cb34
Version: 5.15.3
e9cb34
Release: 1%{?dist}
92a9ff
92a9ff
92a9ff
# See LGPL_EXCEPTIONS.txt, for exception details
92a9ff
License: LGPLv2 with exceptions or GPLv3 with exceptions
92a9ff
Url:     http://qt-project.org/
92a9ff
%global  majmin %(echo %{version} | cut -d. -f1-2)
e9cb34
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
92a9ff
92a9ff
# https://bugzilla.redhat.com/show_bug.cgi?id=1227295
92a9ff
Source1: qtlogging.ini
92a9ff
92a9ff
# header file to workaround multilib issue
92a9ff
# https://bugzilla.redhat.com/show_bug.cgi?id=1036956
92a9ff
Source5: qconfig-multilib.h
92a9ff
92a9ff
# xinitrc script to check for OpenGL 1 only drivers and automatically set
92a9ff
# QT_XCB_FORCE_SOFTWARE_OPENGL for them
92a9ff
Source6: 10-qt5-check-opengl2.sh
92a9ff
92a9ff
# macros
92a9ff
Source10: macros.qt5-qtbase
92a9ff
92a9ff
# support multilib optflags
92a9ff
Patch2: qtbase-multilib_optflags.patch
92a9ff
92a9ff
# borrowed from opensuse
92a9ff
# track private api via properly versioned symbols
92a9ff
# downside: binaries produced with these differently-versioned symbols are no longer
92a9ff
# compatible with qt-project.org's Qt binary releases.
92a9ff
Patch8: tell-the-truth-about-private-api.patch
92a9ff
92a9ff
# upstreamable patches
92a9ff
# namespace QT_VERSION_CHECK to workaround major/minor being pre-defined (#1396755)
92a9ff
Patch50: qtbase-opensource-src-5.8.0-QT_VERSION_CHECK.patch
92a9ff
92a9ff
# 1381828 - Broken window scaling for some QT5 applications (#1381828)
92a9ff
# This patch moves the threshold for 2x scaling from the DPI of 144 to 192,
92a9ff
# the same value GNOME uses. It's not a complete solution...
92a9ff
Patch51: qtbase-hidpi_scale_at_192.patch
92a9ff
92a9ff
# 1. Workaround moc/multilib issues
92a9ff
# https://bugzilla.redhat.com/show_bug.cgi?id=1290020
92a9ff
# https://bugreports.qt.io/browse/QTBUG-49972
92a9ff
# 2. Workaround sysmacros.h (pre)defining major/minor a breaking stuff
92a9ff
Patch52: qtbase-opensource-src-5.7.1-moc_macros.patch
92a9ff
92a9ff
# CMake generates wrong -isystem /usr/include compilations flags with Qt5::Gui
92a9ff
# https://bugzilla.redhat.com/1704474
92a9ff
Patch53: qtbase-everywhere-src-5.12.1-qt5gui_cmake_isystem_includes.patch
92a9ff
92a9ff
# respect QMAKE_LFLAGS_RELEASE when building qmake
92a9ff
Patch54: qtbase-qmake_LFLAGS.patch
92a9ff
92a9ff
# don't use relocatable heuristics to guess prefix when using -no-feature-relocatable
92a9ff
Patch55: qtbase-everywhere-src-5.14.2-no_relocatable.patch
92a9ff
768443
# fix FTBFS against libglvnd-1.3.4+
768443
Patch56: qtbase-everywhere-src-5.15.2-libglvnd.patch
768443
92a9ff
# drop -O3 and make -O2 by default
92a9ff
Patch61: qt5-qtbase-cxxflag.patch
92a9ff
92a9ff
# support firebird version 3.x
768443
Patch63: qt5-qtbase-5.12.1-firebird.patch
768443
768443
# support firebird version 4.x
768443
Patch64: qt5-qtbase-5.12.1-firebird-4.0.0.patch
92a9ff
92a9ff
# fix for new mariadb
92a9ff
Patch65: qtbase-opensource-src-5.9.0-mysql.patch
92a9ff
92a9ff
# python3
e9cb34
Patch68: qtbase-ambiguous-python-shebang.patch
92a9ff
92a9ff
# https://fedoraproject.org/wiki/Changes/Qt_Wayland_By_Default_On_Gnome
92a9ff
# https://bugzilla.redhat.com/show_bug.cgi?id=1732129
92a9ff
Patch80: qtbase-use-wayland-on-gnome.patch
92a9ff
92a9ff
# gcc-11
92a9ff
Patch90: %{name}-gcc11.patch
92a9ff
92a9ff
## upstream patches
768443
# https://invent.kde.org/qt/qt/qtbase, kde/5.15 branch
e9cb34
# git diff v5.15.3-lts-lgpl..HEAD | gzip > kde-5.15-rollup-$(date +%Y%m%d).patch.gz
768443
# patch100 in lookaside cache due to large'ish size -- rdieter
e9cb34
Patch100: kde-5.15-rollup-20220324.patch.gz
aa5ed2
# HACK to make 'fedpkg sources' consider it 'used"
e9cb34
Source100: kde-5.15-rollup-20220324.patch.gz
768443
92a9ff
92a9ff
# Do not check any files in %%{_qt5_plugindir}/platformthemes/ for requires.
92a9ff
# Those themes are there for platform integration. If the required libraries are
92a9ff
# not there, the platform to integrate with isn't either. Then Qt will just
92a9ff
# silently ignore the plugin that fails to load. Thus, there is no need to let
92a9ff
# RPM drag in gtk3 as a dependency for the GTK+3 dialog support.
92a9ff
%global __requires_exclude_from ^%{_qt5_plugindir}/platformthemes/.*$
92a9ff
# filter plugin provides
92a9ff
%global __provides_exclude_from ^%{_qt5_plugindir}/.*\\.so$
92a9ff
92a9ff
BuildRequires: cups-devel
92a9ff
BuildRequires: desktop-file-utils
92a9ff
BuildRequires: findutils
92a9ff
BuildRequires: libjpeg-devel
92a9ff
BuildRequires: libmng-devel
92a9ff
BuildRequires: libtiff-devel
92a9ff
BuildRequires: pkgconfig(alsa)
92a9ff
# required for -accessibility
92a9ff
BuildRequires: pkgconfig(atspi-2)
92a9ff
%if 0%{?use_clang}
92a9ff
BuildRequires: clang >= 3.7.0
92a9ff
%else
92a9ff
BuildRequires: gcc-c++
92a9ff
%endif
92a9ff
# http://bugzilla.redhat.com/1196359
92a9ff
%if 0%{?fedora} || 0%{?rhel} > 6
92a9ff
%global dbus -dbus-linked
92a9ff
BuildRequires: pkgconfig(dbus-1)
92a9ff
%endif
92a9ff
BuildRequires: pkgconfig(libdrm)
92a9ff
BuildRequires: pkgconfig(fontconfig)
92a9ff
BuildRequires: pkgconfig(gl)
92a9ff
BuildRequires: pkgconfig(glib-2.0)
92a9ff
BuildRequires: pkgconfig(gtk+-3.0)
e9cb34
BuildRequires: pkgconfig(libproxy-1.0)
92a9ff
# xcb-sm
92a9ff
BuildRequires: pkgconfig(ice) pkgconfig(sm)
92a9ff
BuildRequires: pkgconfig(libpng)
92a9ff
BuildRequires: pkgconfig(libudev)
92a9ff
BuildRequires: openssl-devel
92a9ff
BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
92a9ff
BuildRequires: pkgconfig(libinput)
92a9ff
BuildRequires: pkgconfig(xcb-xkb) >= 1.10
92a9ff
BuildRequires: pkgconfig(xcb-util)
92a9ff
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
92a9ff
BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1
92a9ff
BuildRequires: pkgconfig(xkeyboard-config)
92a9ff
%global vulkan 1
92a9ff
BuildRequires: pkgconfig(vulkan)
92a9ff
%if 0%{?fedora} || 0%{?rhel} > 6
92a9ff
%global egl 1
92a9ff
BuildRequires: libEGL-devel
92a9ff
BuildRequires: pkgconfig(gbm)
92a9ff
## TODO: apparently only needed if building opengl_es2 support, do we actually use it?  -- rex
92a9ff
BuildRequires: pkgconfig(glesv2)
92a9ff
%global sqlite -system-sqlite
92a9ff
BuildRequires: pkgconfig(sqlite3) >= 3.7
92a9ff
%if 0%{?fedora} > 22
92a9ff
%global harfbuzz -system-harfbuzz
92a9ff
BuildRequires: pkgconfig(harfbuzz) >= 0.9.42
92a9ff
%endif
92a9ff
BuildRequires: pkgconfig(icu-i18n)
92a9ff
BuildRequires: pkgconfig(libpcre2-posix) >= 10.20
92a9ff
BuildRequires: pkgconfig(libpcre) >= 8.0
92a9ff
%global pcre -system-pcre
92a9ff
BuildRequires: pkgconfig(xcb-xkb)
92a9ff
%else
92a9ff
BuildRequires: libicu-devel
92a9ff
%global pcre -qt-pcre
92a9ff
%endif
92a9ff
BuildRequires: pkgconfig(xcb) pkgconfig(xcb-glx) pkgconfig(xcb-icccm) pkgconfig(xcb-image) pkgconfig(xcb-keysyms) pkgconfig(xcb-renderutil)
92a9ff
BuildRequires: pkgconfig(zlib)
92a9ff
BuildRequires: perl-generators
92a9ff
# see patch68
92a9ff
BuildRequires: python3
92a9ff
BuildRequires: qt5-rpm-macros
92a9ff
92a9ff
%if 0%{?build_tests}
92a9ff
BuildRequires: dbus-x11
92a9ff
BuildRequires: mesa-dri-drivers
92a9ff
BuildRequires: time
92a9ff
BuildRequires: xorg-x11-server-Xvfb
92a9ff
%endif
92a9ff
92a9ff
%if 0%{?qtchooser}
92a9ff
%if 0%{?fedora}
92a9ff
Conflicts: qt < 1:4.8.6-10
92a9ff
%endif
92a9ff
Requires(post): %{_sbindir}/update-alternatives
92a9ff
Requires(postun): %{_sbindir}/update-alternatives
92a9ff
%endif
92a9ff
%if 0%{?qt_settings}
92a9ff
Requires: qt-settings
92a9ff
%endif
92a9ff
Requires: %{name}-common = %{version}-%{release}
92a9ff
92a9ff
## Sql drivers
92a9ff
%if 0%{?rhel}
92a9ff
%global ibase -no-sql-ibase
92a9ff
%global tds -no-sql-tds
92a9ff
%endif
92a9ff
92a9ff
# workaround gold linker bug(s) by not using it
92a9ff
# https://bugzilla.redhat.com/1458003
92a9ff
# https://sourceware.org/bugzilla/show_bug.cgi?id=21074
92a9ff
# reportedly fixed or worked-around, re-enable if there's evidence of problems -- rex
92a9ff
# https://bugzilla.redhat.com/show_bug.cgi?id=1635973
92a9ff
%global use_gold_linker -no-use-gold-linker
92a9ff
92a9ff
%description
92a9ff
Qt is a software toolkit for developing applications.
92a9ff
92a9ff
This package contains base tools, like string, xml, and network
92a9ff
handling.
92a9ff
92a9ff
%package common
92a9ff
Summary: Common files for Qt5
92a9ff
# offer upgrade path for qtquick1 somewhere... may as well be here -- rex
92a9ff
Obsoletes: qt5-qtquick1 < 5.9.0
92a9ff
Obsoletes: qt5-qtquick1-devel < 5.9.0
92a9ff
Requires: %{name} = %{version}-%{release}
92a9ff
BuildArch: noarch
92a9ff
%description common
92a9ff
%{summary}.
92a9ff
92a9ff
%package devel
92a9ff
Summary: Development files for %{name}
92a9ff
Requires: %{name}%{?_isa} = %{version}-%{release}
92a9ff
Requires: %{name}-gui%{?_isa}
92a9ff
%if 0%{?egl}
92a9ff
Requires: libEGL-devel
92a9ff
%endif
92a9ff
Requires: pkgconfig(gl)
92a9ff
%if 0%{?vulkan}
92a9ff
Requires: pkgconfig(vulkan)
92a9ff
%endif
92a9ff
Requires: qt5-rpm-macros
92a9ff
%if 0%{?use_clang}
92a9ff
Requires: clang >= 3.7.0
92a9ff
%endif
92a9ff
%description devel
92a9ff
%{summary}.
92a9ff
92a9ff
%package private-devel
92a9ff
Summary: Development files for %{name} private APIs
92a9ff
# upgrade path, when private-devel was introduced
92a9ff
Obsoletes: %{name}-devel < 5.12.1-3
92a9ff
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
92a9ff
# QtPrintSupport/private requires cups/ppd.h
92a9ff
Requires: cups-devel
92a9ff
%description private-devel
92a9ff
%{summary}.
92a9ff
92a9ff
%package examples
92a9ff
Summary: Programming examples for %{name}
92a9ff
Requires: %{name}%{?_isa} = %{version}-%{release}
92a9ff
92a9ff
%description examples
92a9ff
%{summary}.
92a9ff
92a9ff
%if 0%{?build_tests}
92a9ff
%package tests
92a9ff
Summary: Unit tests for %{name}
92a9ff
Requires: %{name}%{?_isa} = %{version}-%{release}
92a9ff
92a9ff
%description tests
92a9ff
%{summary}.
92a9ff
%endif
92a9ff
92a9ff
%package static
92a9ff
Summary: Static library files for %{name}
92a9ff
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
92a9ff
Requires: pkgconfig(fontconfig)
92a9ff
Requires: pkgconfig(glib-2.0)
92a9ff
Requires: pkgconfig(libinput)
92a9ff
Requires: pkgconfig(xkbcommon)
92a9ff
Requires: pkgconfig(zlib)
92a9ff
92a9ff
%description static
92a9ff
%{summary}.
92a9ff
92a9ff
%if "%{?ibase}" != "-no-sql-ibase"
92a9ff
%package ibase
92a9ff
Summary: IBase driver for Qt5's SQL classes
92a9ff
BuildRequires: firebird-devel
92a9ff
Requires: %{name}%{?_isa} = %{version}-%{release}
92a9ff
%description ibase
92a9ff
%{summary}.
92a9ff
%endif
92a9ff
92a9ff
%package mysql
92a9ff
Summary: MySQL driver for Qt5's SQL classes
768443
%if 0%{?rhel} && 0%{?rhel} < 9
92a9ff
BuildRequires: mysql-devel
768443
%else
768443
BuildRequires: mariadb-connector-c-devel
92a9ff
%endif
92a9ff
Requires: %{name}%{?_isa} = %{version}-%{release}
92a9ff
%description mysql
92a9ff
%{summary}.
92a9ff
92a9ff
%package odbc
92a9ff
Summary: ODBC driver for Qt5's SQL classes
92a9ff
BuildRequires: unixODBC-devel
92a9ff
Requires: %{name}%{?_isa} = %{version}-%{release}
92a9ff
%description odbc
92a9ff
%{summary}.
92a9ff
92a9ff
%package postgresql
92a9ff
Summary: PostgreSQL driver for Qt5's SQL classes
92a9ff
BuildRequires: libpq-devel
92a9ff
Requires: %{name}%{?_isa} = %{version}-%{release}
92a9ff
%description postgresql
92a9ff
%{summary}.
92a9ff
92a9ff
%if "%{?tds}" != "-no-sql-tds"
92a9ff
%package tds
92a9ff
Summary: TDS driver for Qt5's SQL classes
92a9ff
BuildRequires: freetds-devel
92a9ff
Requires: %{name}%{?_isa} = %{version}-%{release}
92a9ff
%description tds
92a9ff
%{summary}.
92a9ff
%endif
92a9ff
92a9ff
# debating whether to do 1 subpkg per library or not -- rex
92a9ff
%package gui
92a9ff
Summary: Qt5 GUI-related libraries
92a9ff
Requires: %{name}%{?_isa} = %{version}-%{release}
768443
%if ! 0%{?rhel} < 8
92a9ff
Recommends: mesa-dri-drivers
92a9ff
%endif
92a9ff
Obsoletes: qt5-qtbase-x11 < 5.2.0
92a9ff
Provides:  qt5-qtbase-x11 = %{version}-%{release}
92a9ff
# for Source6: 10-qt5-check-opengl2.sh:
92a9ff
# glxinfo
92a9ff
Requires: glx-utils
92a9ff
%description gui
92a9ff
Qt5 libraries used for drawing widgets and OpenGL items.
92a9ff
92a9ff
92a9ff
%prep
92a9ff
%setup -q -n %{qt_module}-everywhere-src-%{version}
92a9ff
92a9ff
## upstream fixes
92a9ff
92a9ff
# omit '-b .tell-the-truth-about-private-api' so it doesn't end up in installed files -- rdieter
92a9ff
%patch8 -p1
92a9ff
92a9ff
%patch50 -p1 -b .QT_VERSION_CHECK
92a9ff
# FIXME/TODO : rebase or drop -- rdieter
92a9ff
#patch51 -p1 -b .hidpi_scale_at_192
92a9ff
%patch52 -p1 -b .moc_macros
92a9ff
%patch53 -p1 -b .qt5gui_cmake_isystem_includes
92a9ff
%patch54 -p1 -b .qmake_LFLAGS
92a9ff
%patch55 -p1 -b .no_relocatable
768443
%patch56 -p1 -b .libglvnd
92a9ff
%patch61 -p1 -b .qt5-qtbase-cxxflag
768443
%if 0%{?fedora} < 35
768443
%patch63 -p1 -b .firebird
768443
%else
92a9ff
%patch64 -p1 -b .firebird
768443
%endif
92a9ff
%if 0%{?fedora} > 27
92a9ff
%patch65 -p1 -b .mysql
92a9ff
%endif
92a9ff
%patch68 -p1
92a9ff
92a9ff
%if 0%{?fedora} > 30 || 0%{?rhel} > 9
92a9ff
%patch80 -p1 -b .use-wayland-on-gnome.patch
92a9ff
%endif
92a9ff
92a9ff
%patch90 -p1 -b .gcc11
92a9ff
92a9ff
## upstream patches
768443
%patch100 -p1
92a9ff
92a9ff
# move some bundled libs to ensure they're not accidentally used
92a9ff
pushd src/3rdparty
92a9ff
mkdir UNUSED
92a9ff
mv freetype libjpeg libpng zlib UNUSED/
92a9ff
%if "%{?sqlite}" == "-system-sqlite"
92a9ff
mv sqlite UNUSED/
92a9ff
%endif
92a9ff
%if "%{?xcb}" != "-qt-xcb"
92a9ff
mv xcb UNUSED/
92a9ff
%endif
92a9ff
popd
92a9ff
92a9ff
# builds failing mysteriously on f20
92a9ff
# ./configure: Permission denied
92a9ff
# check to ensure that can't happen -- rex
92a9ff
test -x configure || chmod +x configure
92a9ff
92a9ff
# use proper perl interpretter so autodeps work as expected
92a9ff
sed -i -e "s|^#!/usr/bin/env perl$|#!%{__perl}|" \
92a9ff
 bin/fixqt4headers.pl \
92a9ff
 bin/syncqt.pl \
92a9ff
 mkspecs/features/data/unix/findclasslist.pl
92a9ff
92a9ff
92a9ff
%build
92a9ff
# QT is known not to work properly with LTO at this point.  Some of the issues
92a9ff
# are being worked on upstream and disabling LTO should be re-evaluated as
92a9ff
# we update this change.  Until such time...
92a9ff
# Disable LTO
92a9ff
# https://bugzilla.redhat.com/1900527
92a9ff
%define _lto_cflags %{nil}
92a9ff
92a9ff
## FIXME/TODO:
92a9ff
# * for %%ix86, add sse2 enabled builds for Qt5Gui, Qt5Core, QtNetwork, see also:
92a9ff
#   http://anonscm.debian.org/cgit/pkg-kde/qt/qtbase.git/tree/debian/rules (234-249)
92a9ff
92a9ff
## adjust $RPM_OPT_FLAGS
92a9ff
# remove -fexceptions
92a9ff
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
92a9ff
RPM_OPT_FLAGS="$RPM_OPT_FLAGS %{?qt5_arm_flag} %{?qt5_deprecated_flag} %{?qt5_null_flag}"
92a9ff
92a9ff
%if 0%{?use_clang}
92a9ff
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fno-delete-null-pointer-checks||g'`
92a9ff
%endif
92a9ff
92a9ff
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
92a9ff
export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS"
92a9ff
export LDFLAGS="$LDFLAGS $RPM_LD_FLAGS"
92a9ff
export MAKEFLAGS="%{?_smp_mflags}"
92a9ff
92a9ff
./configure \
92a9ff
  -verbose \
92a9ff
  -confirm-license \
92a9ff
  -opensource \
92a9ff
  -prefix %{_qt5_prefix} \
92a9ff
  -archdatadir %{_qt5_archdatadir} \
92a9ff
  -bindir %{_qt5_bindir} \
92a9ff
  -libdir %{_qt5_libdir} \
92a9ff
  -libexecdir %{_qt5_libexecdir} \
92a9ff
  -datadir %{_qt5_datadir} \
92a9ff
  -docdir %{_qt5_docdir} \
92a9ff
  -examplesdir %{_qt5_examplesdir} \
92a9ff
  -headerdir %{_qt5_headerdir} \
92a9ff
  -importdir %{_qt5_importdir} \
92a9ff
  -plugindir %{_qt5_plugindir} \
92a9ff
  -sysconfdir %{_qt5_sysconfdir} \
92a9ff
  -translationdir %{_qt5_translationdir} \
92a9ff
  -platform %{platform} \
92a9ff
  -release \
92a9ff
  -shared \
92a9ff
  -accessibility \
92a9ff
  %{?dbus}%{!?dbus:-dbus-runtime} \
768443
  %{?egl:-egl -eglfs} \
92a9ff
  -fontconfig \
92a9ff
  -glib \
92a9ff
  -gtk \
92a9ff
  %{?ibase} \
92a9ff
  -icu \
92a9ff
  %{?journald} \
92a9ff
  -optimized-qmake \
92a9ff
  %{?openssl} \
92a9ff
  %{!?examples:-nomake examples} \
92a9ff
  %{!?build_tests:-nomake tests} \
92a9ff
  -no-pch \
92a9ff
  -no-reduce-relocations \
92a9ff
  -no-rpath \
92a9ff
  -no-separate-debug-info \
92a9ff
  %{?no_sse2} \
92a9ff
  -no-strip \
92a9ff
  -system-libjpeg \
92a9ff
  -system-libpng \
92a9ff
  %{?harfbuzz} \
92a9ff
  %{?pcre} \
92a9ff
  %{?sqlite} \
92a9ff
  %{?tds} \
92a9ff
  %{?xcb} \
92a9ff
  %{?xkbcommon} \
92a9ff
  -system-zlib \
92a9ff
  %{?use_gold_linker} \
92a9ff
  -no-directfb \
92a9ff
  -no-feature-relocatable \
92a9ff
  %{?no_feature_renameat2} \
92a9ff
  %{?no_feature_statx} \
92a9ff
  %{?no_feature_getentropy} \
92a9ff
  QMAKE_CFLAGS_RELEASE="${CFLAGS:-$RPM_OPT_FLAGS}" \
92a9ff
  QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-$RPM_OPT_FLAGS}" \
92a9ff
  QMAKE_LFLAGS_RELEASE="${LDFLAGS:-$RPM_LD_FLAGS}"
92a9ff
768443
# Validate config results
768443
for config_test in egl-x11 ; do
768443
config_result="$(grep ^cache.${config_test}.result config.cache | cut -d= -f2 | tr -d ' ')"
768443
if [ "${config_result}" != "true" ]; then
768443
  echo "${config_test} detection failed"
768443
  config_failed=1
768443
fi
768443
done
768443
if [ ${config_failed} -eq 1 ]; then exit 1; fi
768443
92a9ff
# ensure qmake build using optflags (which can happen if not munging qmake.conf defaults)
92a9ff
make clean -C qmake
92a9ff
%make_build -C qmake all binary \
92a9ff
  QMAKE_CFLAGS_RELEASE="${CFLAGS:-$RPM_OPT_FLAGS}" \
92a9ff
  QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-$RPM_OPT_FLAGS}" \
92a9ff
  QMAKE_LFLAGS_RELEASE="${LDFLAGS:-$RPM_LD_FLAGS}" \
92a9ff
  QMAKE_STRIP=
92a9ff
92a9ff
%make_build
92a9ff
92a9ff
%if 0%{?build_tests}
92a9ff
%qt5_build_tests
92a9ff
%endif
92a9ff
92a9ff
%install
92a9ff
make install INSTALL_ROOT=%{buildroot}
92a9ff
92a9ff
%if 0%{?build_tests}
92a9ff
# Install tests for gating
92a9ff
%qt5_install_tests
92a9ff
92a9ff
# Remove tests which will produce error when checking rpath
92a9ff
rm -rf %{buildroot}%{_qt5_libdir}/qt5/tests/auto/corelib/plugin/qpluginloader/elftest
92a9ff
# Remove android stuff which will just add us dependencies on Perl modules
92a9ff
rm -rf %{buildroot}%{_qt5_libdir}/qt5/tests/auto/android
92a9ff
# Remove apache server which will just add us dependencies on Perl modules
92a9ff
rm -rf %{buildroot}%{_qt5_libdir}/qt5/tests/testserver/apache2
92a9ff
%endif
92a9ff
92a9ff
install -m644 -p -D %{SOURCE1} %{buildroot}%{_qt5_datadir}/qtlogging.ini
92a9ff
92a9ff
# Qt5.pc
92a9ff
cat >%{buildroot}%{_libdir}/pkgconfig/Qt5.pc<
92a9ff
prefix=%{_qt5_prefix}
92a9ff
archdatadir=%{_qt5_archdatadir}
92a9ff
bindir=%{_qt5_bindir}
92a9ff
datadir=%{_qt5_datadir}
92a9ff
92a9ff
docdir=%{_qt5_docdir}
92a9ff
examplesdir=%{_qt5_examplesdir}
92a9ff
headerdir=%{_qt5_headerdir}
92a9ff
importdir=%{_qt5_importdir}
92a9ff
libdir=%{_qt5_libdir}
92a9ff
libexecdir=%{_qt5_libexecdir}
92a9ff
moc=%{_qt5_bindir}/moc
92a9ff
plugindir=%{_qt5_plugindir}
92a9ff
qmake=%{_qt5_bindir}/qmake
92a9ff
settingsdir=%{_qt5_settingsdir}
92a9ff
sysconfdir=%{_qt5_sysconfdir}
92a9ff
translationdir=%{_qt5_translationdir}
92a9ff
92a9ff
Name: Qt5
92a9ff
Description: Qt5 Configuration
e9cb34
Version: 5.15.3
92a9ff
EOF
92a9ff
92a9ff
# rpm macros
92a9ff
install -p -m644 -D %{SOURCE10} \
92a9ff
  %{buildroot}%{rpm_macros_dir}/macros.qt5-qtbase
92a9ff
sed -i \
92a9ff
  -e "s|@@NAME@@|%{name}|g" \
92a9ff
  -e "s|@@EPOCH@@|%{?epoch}%{!?epoch:0}|g" \
92a9ff
  -e "s|@@VERSION@@|%{version}|g" \
92a9ff
  -e "s|@@EVR@@|%{?epoch:%{epoch:}}%{version}-%{release}|g" \
92a9ff
  %{buildroot}%{rpm_macros_dir}/macros.qt5-qtbase
92a9ff
92a9ff
# create/own dirs
92a9ff
mkdir -p %{buildroot}{%{_qt5_archdatadir}/mkspecs/modules,%{_qt5_importdir},%{_qt5_libexecdir},%{_qt5_plugindir}/{designer,iconengines,script,styles},%{_qt5_translationdir}}
92a9ff
mkdir -p %{buildroot}%{_sysconfdir}/xdg/QtProject
92a9ff
92a9ff
# hardlink files to {_bindir}, add -qt5 postfix to not conflict
92a9ff
mkdir %{buildroot}%{_bindir}
92a9ff
pushd %{buildroot}%{_qt5_bindir}
92a9ff
for i in * ; do
92a9ff
  case "${i}" in
92a9ff
    moc|qdbuscpp2xml|qdbusxml2cpp|qmake|rcc|syncqt|uic)
92a9ff
      ln -v  ${i} %{buildroot}%{_bindir}/${i}-qt5
92a9ff
      ln -sv ${i} ${i}-qt5
92a9ff
      ;;
92a9ff
    *)
92a9ff
      ln -v  ${i} %{buildroot}%{_bindir}/${i}
92a9ff
      ;;
92a9ff
  esac
92a9ff
done
92a9ff
popd
92a9ff
92a9ff
%ifarch %{multilib_archs}
92a9ff
# multilib: qconfig.h
92a9ff
  mv %{buildroot}%{_qt5_headerdir}/QtCore/qconfig.h %{buildroot}%{_qt5_headerdir}/QtCore/qconfig-%{__isa_bits}.h
92a9ff
  install -p -m644 -D %{SOURCE5} %{buildroot}%{_qt5_headerdir}/QtCore/qconfig.h
92a9ff
%endif
92a9ff
92a9ff
# qtchooser conf
92a9ff
%if 0%{?qtchooser}
92a9ff
  mkdir -p %{buildroot}%{_sysconfdir}/xdg/qtchooser
92a9ff
  pushd    %{buildroot}%{_sysconfdir}/xdg/qtchooser
92a9ff
  echo "%{_qt5_bindir}" >  5-%{__isa_bits}.conf
92a9ff
## FIXME/TODO: verify qtchooser (still) happy if _qt5_prefix uses %%_prefix instead of %%_libdir/qt5
92a9ff
  echo "%{_qt5_prefix}" >> 5-%{__isa_bits}.conf
92a9ff
  # alternatives targets
92a9ff
  touch default.conf 5.conf
92a9ff
  popd
92a9ff
%endif
92a9ff
92a9ff
## .prl/.la file love
92a9ff
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
92a9ff
pushd %{buildroot}%{_qt5_libdir}
92a9ff
for prl_file in libQt5*.prl ; do
92a9ff
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
92a9ff
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
92a9ff
    rm -fv "$(basename ${prl_file} .prl).la"
92a9ff
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
92a9ff
  fi
92a9ff
done
92a9ff
popd
92a9ff
92a9ff
install -p -m755 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
92a9ff
92a9ff
# f29+ enables sse2 unconditionally on ix86 -- rex
92a9ff
%if 0%{?fedora} < 29 && 0%{?rhel} < 9
92a9ff
# fix bz#1442553 multilib issue
92a9ff
privat_header_file=%{buildroot}%{_qt5_headerdir}/QtCore/%{version}/QtCore/private/qconfig_p.h
92a9ff
grep -v QT_FEATURE_sse2 $privat_header_file > ${privat_header_file}.me
92a9ff
mv ${privat_header_file}.me ${privat_header_file}
92a9ff
cat >>${privat_header_file}<
92a9ff
#if defined(__x86_64__)
92a9ff
#define QT_FEATURE_sse2 1
92a9ff
#elif defined(__i386__)
92a9ff
#define QT_FEATURE_sse2 -1
92a9ff
#endif
92a9ff
EOF
92a9ff
%endif
92a9ff
92a9ff
# install privat headers for qtxcb
92a9ff
mkdir -p %{buildroot}%{_qt5_headerdir}/QtXcb
92a9ff
install -m 644 src/plugins/platforms/xcb/*.h %{buildroot}%{_qt5_headerdir}/QtXcb/
92a9ff
aa5ed2
# drop Qt5Bootstrap from -static (#2017661)
aa5ed2
rm -f %{buildroot}%{_qt5_libdir}/libQt5Bootstrap.*a
aa5ed2
rm -f %{buildroot}%{_qt5_libdir}/libQt5Bootstrap.prl
92a9ff
92a9ff
%check
92a9ff
# verify Qt5.pc
92a9ff
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
92a9ff
test "$(pkg-config --modversion Qt5)" = "%{version}"
92a9ff
%if 0%{?tests}
92a9ff
## see tests/README for expected environment (running a plasma session essentially)
92a9ff
## we are not quite there yet
92a9ff
export CTEST_OUTPUT_ON_FAILURE=1
92a9ff
export PATH=%{buildroot}%{_qt5_bindir}:$PATH
92a9ff
export LD_LIBRARY_PATH=%{buildroot}%{_qt5_libdir}
92a9ff
# dbus tests error out when building if session bus is not available
92a9ff
dbus-launch --exit-with-session \
92a9ff
%make_build sub-tests  -k ||:
92a9ff
xvfb-run -a --server-args="-screen 0 1280x1024x32" \
92a9ff
dbus-launch --exit-with-session \
92a9ff
time \
92a9ff
make check -k ||:
92a9ff
%endif
92a9ff
92a9ff
92a9ff
%if 0%{?qtchooser}
92a9ff
%pre
92a9ff
if [ $1 -gt 1 ] ; then
92a9ff
# remove short-lived qt5.conf alternatives
92a9ff
%{_sbindir}/update-alternatives  \
92a9ff
  --remove qtchooser-qt5 \
92a9ff
  %{_sysconfdir}/xdg/qtchooser/qt5-%{__isa_bits}.conf >& /dev/null ||:
92a9ff
92a9ff
%{_sbindir}/update-alternatives  \
92a9ff
  --remove qtchooser-default \
92a9ff
  %{_sysconfdir}/xdg/qtchooser/qt5.conf >& /dev/null ||:
92a9ff
fi
92a9ff
%endif
92a9ff
92a9ff
%post
92a9ff
%{?ldconfig}
92a9ff
%if 0%{?qtchooser}
92a9ff
%{_sbindir}/update-alternatives \
92a9ff
  --install %{_sysconfdir}/xdg/qtchooser/5.conf \
92a9ff
  qtchooser-5 \
92a9ff
  %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf \
92a9ff
  %{priority}
92a9ff
92a9ff
%{_sbindir}/update-alternatives \
92a9ff
  --install %{_sysconfdir}/xdg/qtchooser/default.conf \
92a9ff
  qtchooser-default \
92a9ff
  %{_sysconfdir}/xdg/qtchooser/5.conf \
92a9ff
  %{priority}
92a9ff
%endif
92a9ff
92a9ff
%postun
92a9ff
%{?ldconfig}
92a9ff
%if 0%{?qtchooser}
92a9ff
if [ $1 -eq 0 ]; then
92a9ff
%{_sbindir}/update-alternatives  \
92a9ff
  --remove qtchooser-5 \
92a9ff
  %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf
92a9ff
92a9ff
%{_sbindir}/update-alternatives  \
92a9ff
  --remove qtchooser-default \
92a9ff
  %{_sysconfdir}/xdg/qtchooser/5.conf
92a9ff
fi
92a9ff
%endif
92a9ff
92a9ff
%files
92a9ff
%license LICENSE.FDL
92a9ff
%license LICENSE.GPL*
92a9ff
%license LICENSE.LGPL*
92a9ff
%if 0%{?qtchooser}
92a9ff
%dir %{_sysconfdir}/xdg/qtchooser
92a9ff
# not editable config files, so not using %%config here
92a9ff
%ghost %{_sysconfdir}/xdg/qtchooser/default.conf
92a9ff
%ghost %{_sysconfdir}/xdg/qtchooser/5.conf
92a9ff
%{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf
92a9ff
%endif
92a9ff
%dir %{_sysconfdir}/xdg/QtProject/
92a9ff
%{_qt5_libdir}/libQt5Concurrent.so.5*
92a9ff
%{_qt5_libdir}/libQt5Core.so.5*
92a9ff
%{_qt5_libdir}/libQt5DBus.so.5*
92a9ff
%{_qt5_libdir}/libQt5Network.so.5*
92a9ff
%{_qt5_libdir}/libQt5Sql.so.5*
92a9ff
%{_qt5_libdir}/libQt5Test.so.5*
92a9ff
%{_qt5_libdir}/libQt5Xml.so.5*
92a9ff
%dir %{_qt5_libdir}/cmake/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5Concurrent/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5Core/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5DBus/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5Gui/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5Network/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5OpenGL/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5PrintSupport/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5Sql/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5Test/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5Widgets/
92a9ff
%dir %{_qt5_libdir}/cmake/Qt5Xml/
92a9ff
%dir %{_qt5_docdir}/
92a9ff
%{_qt5_docdir}/global/
92a9ff
%{_qt5_docdir}/config/
92a9ff
%{_qt5_importdir}/
92a9ff
%{_qt5_translationdir}/
92a9ff
%if "%{_qt5_prefix}" != "%{_prefix}"
92a9ff
%dir %{_qt5_prefix}/
92a9ff
%endif
92a9ff
%dir %{_qt5_archdatadir}/
92a9ff
%dir %{_qt5_datadir}/
92a9ff
%{_qt5_datadir}/qtlogging.ini
92a9ff
%dir %{_qt5_libexecdir}/
92a9ff
%dir %{_qt5_plugindir}/
92a9ff
%dir %{_qt5_plugindir}/bearer/
92a9ff
%{_qt5_plugindir}/bearer/libqconnmanbearer.so
92a9ff
%{_qt5_plugindir}/bearer/libqgenericbearer.so
92a9ff
%{_qt5_plugindir}/bearer/libqnmbearer.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QConnmanEnginePlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QNetworkManagerEnginePlugin.cmake
92a9ff
%dir %{_qt5_plugindir}/designer/
92a9ff
%dir %{_qt5_plugindir}/generic/
92a9ff
%dir %{_qt5_plugindir}/iconengines/
92a9ff
%dir %{_qt5_plugindir}/imageformats/
92a9ff
%dir %{_qt5_plugindir}/platforminputcontexts/
92a9ff
%dir %{_qt5_plugindir}/platforms/
92a9ff
%dir %{_qt5_plugindir}/platformthemes/
92a9ff
%dir %{_qt5_plugindir}/printsupport/
92a9ff
%dir %{_qt5_plugindir}/script/
92a9ff
%dir %{_qt5_plugindir}/sqldrivers/
92a9ff
%dir %{_qt5_plugindir}/styles/
92a9ff
%{_qt5_plugindir}/sqldrivers/libqsqlite.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake
92a9ff
92a9ff
%files common
92a9ff
# mostly empty for now, consider: filesystem/dir ownership, licenses
92a9ff
%{rpm_macros_dir}/macros.qt5-qtbase
92a9ff
92a9ff
%files devel
92a9ff
%if "%{_qt5_bindir}" != "%{_bindir}"
92a9ff
%dir %{_qt5_bindir}
92a9ff
%endif
92a9ff
%{_bindir}/moc*
92a9ff
%{_bindir}/qdbuscpp2xml*
92a9ff
%{_bindir}/qdbusxml2cpp*
92a9ff
%{_bindir}/qmake*
92a9ff
%{_bindir}/rcc*
92a9ff
%{_bindir}/syncqt*
92a9ff
%{_bindir}/uic*
92a9ff
%{_bindir}/qlalr
92a9ff
%{_bindir}/fixqt4headers.pl
92a9ff
%{_bindir}/qvkgen
92a9ff
%{_bindir}/tracegen
92a9ff
%{_qt5_bindir}/moc*
92a9ff
%{_qt5_bindir}/qdbuscpp2xml*
92a9ff
%{_qt5_bindir}/qdbusxml2cpp*
92a9ff
%{_qt5_bindir}/qmake*
92a9ff
%{_qt5_bindir}/rcc*
92a9ff
%{_qt5_bindir}/syncqt*
92a9ff
%{_qt5_bindir}/uic*
92a9ff
%{_qt5_bindir}/qlalr
92a9ff
%{_qt5_bindir}/fixqt4headers.pl
92a9ff
%{_qt5_bindir}/qvkgen
92a9ff
%if "%{_qt5_headerdir}" != "%{_includedir}"
92a9ff
%dir %{_qt5_headerdir}
92a9ff
%endif
92a9ff
%{_qt5_headerdir}/QtConcurrent/
92a9ff
%{_qt5_headerdir}/QtCore/
92a9ff
%{_qt5_headerdir}/QtDBus/
92a9ff
%{_qt5_headerdir}/QtGui/
92a9ff
%{_qt5_headerdir}/QtNetwork/
92a9ff
%{_qt5_headerdir}/QtOpenGL/
92a9ff
%{_qt5_headerdir}/QtPlatformHeaders/
92a9ff
%{_qt5_headerdir}/QtPrintSupport/
92a9ff
%{_qt5_headerdir}/QtSql/
92a9ff
%{_qt5_headerdir}/QtTest/
92a9ff
%{_qt5_headerdir}/QtWidgets/
92a9ff
%{_qt5_headerdir}/QtXcb/
92a9ff
%{_qt5_headerdir}/QtXml/
92a9ff
%{_qt5_headerdir}/QtEglFSDeviceIntegration
92a9ff
%{_qt5_headerdir}/QtInputSupport
92a9ff
%{_qt5_headerdir}/QtEdidSupport
92a9ff
%{_qt5_headerdir}/QtXkbCommonSupport
92a9ff
%{_qt5_archdatadir}/mkspecs/
92a9ff
%{_qt5_libdir}/libQt5Concurrent.prl
92a9ff
%{_qt5_libdir}/libQt5Concurrent.so
92a9ff
%{_qt5_libdir}/libQt5Core.prl
92a9ff
%{_qt5_libdir}/libQt5Core.so
92a9ff
%{_qt5_libdir}/libQt5DBus.prl
92a9ff
%{_qt5_libdir}/libQt5DBus.so
92a9ff
%{_qt5_libdir}/libQt5Gui.prl
92a9ff
%{_qt5_libdir}/libQt5Gui.so
92a9ff
%{_qt5_libdir}/libQt5Network.prl
92a9ff
%{_qt5_libdir}/libQt5Network.so
92a9ff
%{_qt5_libdir}/libQt5OpenGL.prl
92a9ff
%{_qt5_libdir}/libQt5OpenGL.so
92a9ff
%{_qt5_libdir}/libQt5PrintSupport.prl
92a9ff
%{_qt5_libdir}/libQt5PrintSupport.so
92a9ff
%{_qt5_libdir}/libQt5Sql.prl
92a9ff
%{_qt5_libdir}/libQt5Sql.so
92a9ff
%{_qt5_libdir}/libQt5Test.prl
92a9ff
%{_qt5_libdir}/libQt5Test.so
92a9ff
%{_qt5_libdir}/libQt5Widgets.prl
92a9ff
%{_qt5_libdir}/libQt5Widgets.so
92a9ff
%{_qt5_libdir}/libQt5XcbQpa.prl
92a9ff
%{_qt5_libdir}/libQt5XcbQpa.so
92a9ff
%{_qt5_libdir}/libQt5Xml.prl
92a9ff
%{_qt5_libdir}/libQt5Xml.so
92a9ff
%{_qt5_libdir}/libQt5EglFSDeviceIntegration.prl
92a9ff
%{_qt5_libdir}/libQt5EglFSDeviceIntegration.so
92a9ff
%{_qt5_libdir}/cmake/Qt5/Qt5Config*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Concurrent/Qt5ConcurrentConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Core/Qt5CoreConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Core/Qt5CoreMacros.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Core/Qt5CTestMacros.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5DBus/Qt5DBusConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5DBus/Qt5DBusMacros.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5GuiConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Network/Qt5NetworkConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5OpenGL/Qt5OpenGLConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5PrintSupport/Qt5PrintSupportConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Sql/Qt5SqlConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Test/Qt5TestConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Widgets/Qt5WidgetsConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Xml/Qt5XmlConfig*.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5/Qt5ModuleLocation.cmake
768443
%{_qt5_libdir}/cmake/Qt5AccessibilitySupport/
768443
%{_qt5_libdir}/cmake/Qt5DeviceDiscoverySupport/
768443
%{_qt5_libdir}/cmake/Qt5EdidSupport/
768443
%{_qt5_libdir}/cmake/Qt5EglFSDeviceIntegration/
768443
%{_qt5_libdir}/cmake/Qt5EglFsKmsSupport/
768443
%{_qt5_libdir}/cmake/Qt5EglSupport/
768443
%{_qt5_libdir}/cmake/Qt5EventDispatcherSupport/
768443
%{_qt5_libdir}/cmake/Qt5FbSupport/
768443
%{_qt5_libdir}/cmake/Qt5FontDatabaseSupport/
768443
%{_qt5_libdir}/cmake/Qt5GlxSupport/
768443
%{_qt5_libdir}/cmake/Qt5InputSupport/
768443
%{_qt5_libdir}/cmake/Qt5KmsSupport/
768443
%{_qt5_libdir}/cmake/Qt5LinuxAccessibilitySupport/
768443
%{_qt5_libdir}/cmake/Qt5PlatformCompositorSupport/
768443
%{_qt5_libdir}/cmake/Qt5ServiceSupport/
768443
%{_qt5_libdir}/cmake/Qt5ThemeSupport/
768443
%{_qt5_libdir}/cmake/Qt5XcbQpa/
768443
%{_qt5_libdir}/cmake/Qt5XkbCommonSupport/
92a9ff
%{_qt5_libdir}/metatypes/qt5core_metatypes.json
92a9ff
%{_qt5_libdir}/metatypes/qt5gui_metatypes.json
92a9ff
%{_qt5_libdir}/metatypes/qt5widgets_metatypes.json
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5Concurrent.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5Core.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5DBus.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5Gui.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5Network.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5OpenGL.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5PrintSupport.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5Sql.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5Test.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5Widgets.pc
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5Xml.pc
92a9ff
%if 0%{?egl}
92a9ff
%{_qt5_libdir}/libQt5EglFsKmsSupport.prl
92a9ff
%{_qt5_libdir}/libQt5EglFsKmsSupport.so
92a9ff
%endif
92a9ff
%{_qt5_libdir}/qt5/bin/tracegen
92a9ff
## private-devel globs
92a9ff
# keep mkspecs/modules stuff  in -devel for now, https://bugzilla.redhat.com/show_bug.cgi?id=1705280
92a9ff
%{_qt5_archdatadir}/mkspecs/modules/qt_lib_*_private.pri
92a9ff
%exclude %{_qt5_headerdir}/*/%{version}/
92a9ff
92a9ff
%files private-devel
92a9ff
%{_qt5_headerdir}/*/%{version}/
92a9ff
#{_qt5_archdatadir}/mkspecs/modules/qt_lib_*_private.pri
92a9ff
92a9ff
%files static
92a9ff
%{_qt5_headerdir}/QtOpenGLExtensions/
92a9ff
%{_qt5_libdir}/libQt5OpenGLExtensions.*a
92a9ff
%{_qt5_libdir}/libQt5OpenGLExtensions.prl
92a9ff
%{_qt5_libdir}/cmake/Qt5OpenGLExtensions/
92a9ff
%{_qt5_libdir}/pkgconfig/Qt5OpenGLExtensions.pc
92a9ff
%{_qt5_libdir}/libQt5AccessibilitySupport.*a
92a9ff
%{_qt5_libdir}/libQt5AccessibilitySupport.prl
92a9ff
%{_qt5_headerdir}/QtAccessibilitySupport
92a9ff
%{_qt5_libdir}/libQt5DeviceDiscoverySupport.*a
92a9ff
%{_qt5_libdir}/libQt5DeviceDiscoverySupport.prl
92a9ff
%{_qt5_headerdir}/QtDeviceDiscoverySupport
92a9ff
%{_qt5_libdir}/libQt5EglSupport.*a
92a9ff
%{_qt5_libdir}/libQt5EglSupport.prl
92a9ff
%{_qt5_headerdir}/QtEglSupport
92a9ff
%{_qt5_libdir}/libQt5EventDispatcherSupport.*a
92a9ff
%{_qt5_libdir}/libQt5EventDispatcherSupport.prl
92a9ff
%{_qt5_headerdir}/QtEventDispatcherSupport
92a9ff
%{_qt5_libdir}/libQt5FbSupport.*a
92a9ff
%{_qt5_libdir}/libQt5FbSupport.prl
92a9ff
%{_qt5_headerdir}/QtFbSupport
92a9ff
%{_qt5_libdir}/libQt5FontDatabaseSupport.*a
92a9ff
%{_qt5_libdir}/libQt5FontDatabaseSupport.prl
92a9ff
%{_qt5_headerdir}/QtFontDatabaseSupport
92a9ff
%{_qt5_libdir}/libQt5GlxSupport.*a
92a9ff
%{_qt5_libdir}/libQt5GlxSupport.prl
92a9ff
%{_qt5_headerdir}/QtGlxSupport
92a9ff
%{_qt5_libdir}/libQt5InputSupport.*a
92a9ff
%{_qt5_libdir}/libQt5InputSupport.prl
92a9ff
%{_qt5_libdir}/libQt5LinuxAccessibilitySupport.*a
92a9ff
%{_qt5_libdir}/libQt5LinuxAccessibilitySupport.prl
92a9ff
%{_qt5_headerdir}/QtLinuxAccessibilitySupport
92a9ff
%{_qt5_libdir}/libQt5PlatformCompositorSupport.*a
92a9ff
%{_qt5_libdir}/libQt5PlatformCompositorSupport.prl
92a9ff
%{_qt5_headerdir}/QtPlatformCompositorSupport
92a9ff
%{_qt5_libdir}/libQt5ServiceSupport.*a
92a9ff
%{_qt5_libdir}/libQt5ServiceSupport.prl
92a9ff
%{_qt5_headerdir}/QtServiceSupport
92a9ff
%{_qt5_libdir}/libQt5ThemeSupport.*a
92a9ff
%{_qt5_libdir}/libQt5ThemeSupport.prl
92a9ff
%{_qt5_headerdir}/QtThemeSupport
92a9ff
%{_qt5_libdir}/libQt5KmsSupport.*a
92a9ff
%{_qt5_libdir}/libQt5KmsSupport.prl
92a9ff
%{_qt5_headerdir}/QtKmsSupport
92a9ff
%{_qt5_libdir}/libQt5EdidSupport.*a
92a9ff
%{_qt5_libdir}/libQt5EdidSupport.prl
92a9ff
%{_qt5_libdir}/libQt5XkbCommonSupport.*a
92a9ff
%{_qt5_libdir}/libQt5XkbCommonSupport.prl
92a9ff
%if 0%{?vulkan}
92a9ff
%{_qt5_headerdir}/QtVulkanSupport/
92a9ff
%{_qt5_libdir}/cmake/Qt5VulkanSupport/
92a9ff
%{_qt5_libdir}/libQt5VulkanSupport.*a
92a9ff
%{_qt5_libdir}/libQt5VulkanSupport.prl
92a9ff
%endif
92a9ff
92a9ff
%if 0%{?examples}
92a9ff
%files examples
92a9ff
%{_qt5_examplesdir}/
92a9ff
%endif
92a9ff
92a9ff
%if 0%{?build_tests}
92a9ff
%files tests
92a9ff
%{_qt5_libdir}/qt5/tests
92a9ff
%endif
92a9ff
92a9ff
%if "%{?ibase}" != "-no-sql-ibase"
92a9ff
%files ibase
92a9ff
%{_qt5_plugindir}/sqldrivers/libqsqlibase.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QIBaseDriverPlugin.cmake
92a9ff
%endif
92a9ff
92a9ff
%files mysql
92a9ff
%{_qt5_plugindir}/sqldrivers/libqsqlmysql.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QMYSQLDriverPlugin.cmake
92a9ff
92a9ff
%files odbc
92a9ff
%{_qt5_plugindir}/sqldrivers/libqsqlodbc.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake
92a9ff
92a9ff
%files postgresql
92a9ff
%{_qt5_plugindir}/sqldrivers/libqsqlpsql.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake
92a9ff
92a9ff
%if "%{?tds}" != "-no-sql-tds"
92a9ff
%files tds
92a9ff
%{_qt5_plugindir}/sqldrivers/libqsqltds.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QTDSDriverPlugin.cmake
92a9ff
%endif
92a9ff
92a9ff
%ldconfig_scriptlets gui
92a9ff
92a9ff
%files gui
92a9ff
%dir %{_sysconfdir}/X11/xinit
92a9ff
%dir %{_sysconfdir}/X11/xinit/xinitrc.d/
92a9ff
%{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
92a9ff
%{_qt5_libdir}/libQt5Gui.so.5*
92a9ff
%{_qt5_libdir}/libQt5OpenGL.so.5*
92a9ff
%{_qt5_libdir}/libQt5PrintSupport.so.5*
92a9ff
%{_qt5_libdir}/libQt5Widgets.so.5*
92a9ff
%{_qt5_libdir}/libQt5XcbQpa.so.5*
92a9ff
%{_qt5_plugindir}/generic/libqevdevkeyboardplugin.so
92a9ff
%{_qt5_plugindir}/generic/libqevdevmouseplugin.so
92a9ff
%{_qt5_plugindir}/generic/libqevdevtabletplugin.so
92a9ff
%{_qt5_plugindir}/generic/libqevdevtouchplugin.so
92a9ff
%{_qt5_plugindir}/generic/libqlibinputplugin.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake
92a9ff
%{_qt5_plugindir}/generic/libqtuiotouchplugin.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake
92a9ff
%{_qt5_plugindir}/imageformats/libqgif.so
92a9ff
%{_qt5_plugindir}/imageformats/libqico.so
92a9ff
%{_qt5_plugindir}/imageformats/libqjpeg.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake
92a9ff
%{_qt5_plugindir}/platforminputcontexts/libcomposeplatforminputcontextplugin.so
92a9ff
%{_qt5_plugindir}/platforminputcontexts/libibusplatforminputcontextplugin.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake
92a9ff
%if 0%{?egl}
92a9ff
%{_qt5_libdir}/libQt5EglFSDeviceIntegration.so.5*
92a9ff
%{_qt5_libdir}/libQt5EglFsKmsSupport.so.5*
92a9ff
%{_qt5_plugindir}/platforms/libqeglfs.so
92a9ff
%{_qt5_plugindir}/platforms/libqminimalegl.so
92a9ff
%dir %{_qt5_plugindir}/egldeviceintegrations/
92a9ff
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-integration.so
92a9ff
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-x11-integration.so
92a9ff
%{_qt5_plugindir}/xcbglintegrations/libqxcb-egl-integration.so
92a9ff
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so
92a9ff
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-emu-integration.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake
92a9ff
%endif
92a9ff
%{_qt5_plugindir}/platforms/libqlinuxfb.so
92a9ff
%{_qt5_plugindir}/platforms/libqminimal.so
92a9ff
%{_qt5_plugindir}/platforms/libqoffscreen.so
92a9ff
%{_qt5_plugindir}/platforms/libqxcb.so
92a9ff
%{_qt5_plugindir}/platforms/libqvnc.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
92a9ff
%{_qt5_plugindir}/xcbglintegrations/libqxcb-glx-integration.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
92a9ff
%{_qt5_plugindir}/platformthemes/libqxdgdesktopportal.so
92a9ff
%{_qt5_plugindir}/platformthemes/libqgtk3.so
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake
92a9ff
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake
92a9ff
%{_qt5_plugindir}/printsupport/libcupsprintersupport.so
92a9ff
%{_qt5_libdir}/cmake/Qt5PrintSupport/Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake
92a9ff
92a9ff
92a9ff
%changelog
e9cb34
* Thu Mar 24 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
e9cb34
- 5.15.3 + sync with Fedora
e9cb34
  Resolves: bz#2061354
e9cb34
aac836
* Mon Jan 31 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.2-29
aac836
- Sync with Fedora:
aac836
  - sync kde/5.15 branch patches
aac836
aac836
  Resolves: bz#2018876
aac836
aa5ed2
* Tue Dec 07 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-28
aa5ed2
- Sync with Fedora:
aa5ed2
  - sync kde/5.15 branch patches
aa5ed2
aa5ed2
  Resolves: bz#2018876
aa5ed2
768443
* Mon Oct 18 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-27
768443
- Sync with Fedora:
768443
  - sync kde/5.15 branch patches
768443
  - validate configure results (base, egl-x11)
768443
768443
  Resolves: bz#2014991
768443
768443
* Wed Sep 08 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-26
768443
- Sync with Fedora:
768443
  - sync kde/5.15 branch patches
768443
  - -gui: add mesa-dri-drivers soft dep for rhel8+ too
768443
  Resolves: bz#1998959
768443
- Fix out-of-bound write in QOutlineMapper::converPath
768443
  Resolves: bz#1996876
768443
92a9ff
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-25
92a9ff
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
92a9ff
  Related: rhbz#1991688
92a9ff
92a9ff
* Fri Aug  6 2021 Florian Weimer <fweimer@redhat.com> - 5.15.2-24
92a9ff
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
92a9ff
92a9ff
* Tue Jul 13 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-23
92a9ff
- Drop BR: libproxy
92a9ff
  Resolves: bz#1981680
92a9ff
92a9ff
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-22
92a9ff
- Rebuilt for RHEL 9 BETA for openssl 3.0
92a9ff
  Related: rhbz#1971065
92a9ff
92a9ff
* Tue Jun 15 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-21
92a9ff
- Rebuild (qt5)
92a9ff
  Resolves: bz#1968459
92a9ff
92a9ff
* Fri Jun 11 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-20
92a9ff
- Rebuild (qt5)
92a9ff
  Resolves: bz#1968459
92a9ff
92a9ff
* Thu Jun 10 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-19
92a9ff
- Let qt5_install_tests macro handle mangling python shebangs
92a9ff
  Resolves: bz#1968459
92a9ff
92a9ff
* Wed Jun 09 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-18
92a9ff
- Add gating tests
92a9ff
  Resolves: bz#1968459
92a9ff
92a9ff
* Tue Jun 01 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-17
92a9ff
- Do not use Wayland backend by default on GNOME wayland session
92a9ff
  Resolves: bz#1966425
92a9ff
92a9ff
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.15.2-16
92a9ff
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
92a9ff
92a9ff
* Tue Mar 09 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-15
92a9ff
- FileChooser portal: send window id in hex
92a9ff
92a9ff
* Fri Feb 19 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-14
92a9ff
- %%build: explicitly pass -egl build option
92a9ff
- unconditional BR: pkgconfig(glesv2) again
92a9ff
92a9ff
* Tue Feb 09 2021 Pavel Raiskup <praiskup@redhat.com> - 5.15.2-13
92a9ff
- rebuild all postgresql deps once more, for libpq ABI fix rhbz#1908268
92a9ff
92a9ff
* Mon Feb 08 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-12
92a9ff
- Use Wayland platform on GNOME for RHEL 9
92a9ff
92a9ff
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 5.15.2-11
92a9ff
- rebuild for libpq ABI fix rhbz#1908268
92a9ff
92a9ff
* Sat Feb 06 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-10
92a9ff
- FTBFS: qendian.h (and qfloat16.h) missing <limits> include (QTBUG-90395)
92a9ff
- Qt build on GCC 11 (QTBUG-89977)
92a9ff
92a9ff
* Mon Feb 01 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-9
92a9ff
- Disable getentropy on RHEL
92a9ff
92a9ff
* Fri Jan 29 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-8
92a9ff
- Disable statx and renameat2 on RHEL
92a9ff
92a9ff
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.2-7
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
92a9ff
92a9ff
* Sat Dec 19 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-6
92a9ff
- rebuild (gcc11)
92a9ff
92a9ff
* Mon Nov 30 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-5
92a9ff
- re-enable vulkan support on s390x, root cause fixed
92a9ff
92a9ff
* Sun Nov 29 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-4
92a9ff
- drop vulkan support on s390x (#1902449)
92a9ff
92a9ff
* Fri Nov 27 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-3
92a9ff
- Require qt-settings only in Fedora builds
92a9ff
92a9ff
* Mon Nov 23 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.2-2
92a9ff
- -no-reduce-relocations (#1900527)
92a9ff
92a9ff
* Fri Nov 20 09:27:41 CET 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
92a9ff
- 5.15.2
92a9ff
92a9ff
* Tue Nov 03 2020 Sandro Mani <manisandro@gmail.com> - 5.15.1-7
92a9ff
- Backport upstream fix for QTBUG-86319
92a9ff
92a9ff
* Sun Oct 18 2020 Jeff Law <law@redhat.com> - 5.15.1-6
92a9ff
- Fix missing #includes for gcc-11
92a9ff
92a9ff
* Wed Sep 30 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.1-5
92a9ff
- Upstream fix: Emit QScreen::geometryChanged when the logical DPI changes
92a9ff
92a9ff
* Tue Sep 29 2020 Yaroslav Fedevych <yaroslav@fedevych.name> - 5.15.1-4
92a9ff
- qt5-qtbase-devel requires vulkan headers
92a9ff
92a9ff
* Thu Sep 17 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.1-3
92a9ff
- enable vulkan support (#1794969)
92a9ff
92a9ff
* Thu Sep 10 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.15.1-2
92a9ff
- CentOS8 - numpad do not work in KDE Plasma (#1868371)
92a9ff
92a9ff
* Thu Sep 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.1-1
92a9ff
- 5.15.1
92a9ff
92a9ff
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-8
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
92a9ff
92a9ff
* Wed Jul 01 2020 Jeff Law <law@redhat.com> - 5.14.2-7
92a9ff
- Disable LTO
92a9ff
92a9ff
* Mon Jun 15 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-6
92a9ff
- Qt5 private header packaging breaks Qt5 Cmake files (#1846613)
92a9ff
92a9ff
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 5.14.2-5
92a9ff
- Rebuild for ICU 67
92a9ff
92a9ff
* Tue Apr 14 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-4
92a9ff
- backport "Mutex deadlock in QPluginLoader, Krita fails to start" (QTBUG-83207)
92a9ff
92a9ff
* Mon Apr 13 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-3
92a9ff
- %%build: -no-feature-relocatable + matching patch (#1823118)
92a9ff
92a9ff
* Wed Apr 08 2020 Than Ngo <than@redhat.com> - 5.14.2-2
92a9ff
- Fixed bz#1801370 - CVE-2015-9541 XML entity expansion vulnerability via a crafted SVG document
92a9ff
92a9ff
* Sat Apr 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.14.2-1
92a9ff
- 5.14.2
92a9ff
92a9ff
* Sun Mar 22 2020 Robert-André Mauchin <zebob.m@gmail.com> - 5.13.2-4
92a9ff
- Upstream patch to add support for PostgreSQL 12 (#1815921)
92a9ff
92a9ff
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.13.2-3
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
92a9ff
92a9ff
* Mon Jan 20 2020 Than Ngo <than@redhat.com> - 5.13.2-2
92a9ff
- upstream patches fix following issues:
92a9ff
    Do-not-load-plugin-from-the-PWD
92a9ff
    QLibrary-Unix-do-not-attempt-to-load-a-library-relat
92a9ff
92a9ff
* Mon Dec 09 2019 Jan Grulich <jgrulich@redhat.com> - 5.13.2-1
92a9ff
- 5.13.2
92a9ff
92a9ff
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 5.12.5-2
92a9ff
- Rebuild for ICU 65
92a9ff
92a9ff
* Tue Sep 24 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
92a9ff
- 5.12.5
92a9ff
92a9ff
* Wed Aug 21 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-7
92a9ff
- s/pkgconfig(egl)/libEGL-devel/
92a9ff
92a9ff
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.4-6
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
92a9ff
92a9ff
* Tue Jul 23 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-5
92a9ff
- Use qtwayland by default on Gnome Wayland sessions
92a9ff
  Resolves: bz#1732129
92a9ff
92a9ff
* Mon Jul 15 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-4
92a9ff
- Revert "Reset QWidget's winId when backing window surface is destroyed"
92a9ff
92a9ff
* Fri Jun 28 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-3
92a9ff
- omit QTBUG-73231 patch fix, appears to introduce incompatible symbols
92a9ff
92a9ff
* Wed Jun 26 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-2
92a9ff
- pull in some upstream crash fixes
92a9ff
92a9ff
* Fri Jun 14 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-1
92a9ff
- 5.12.4
92a9ff
92a9ff
* Wed Jun 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-2
92a9ff
- pull in candidate upstream nvidia/optima fix (kde#406180)
92a9ff
92a9ff
* Tue Jun 04 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-1
92a9ff
- 5.12.3
92a9ff
92a9ff
* Fri May 10 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-7
92a9ff
- Fix install targets for generated private headers (#1702858)
92a9ff
92a9ff
* Wed May 08 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-6
92a9ff
- Blacklist nouveau and llvmpipe for multithreading (#1706420)
92a9ff
- drop BR: pkgconfig(glesv2) on f31+, no longer provided in mesa-19.1+
92a9ff
92a9ff
* Thu May 02 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-5
92a9ff
- keep mkspecs/modules/*_private.pri in -devel #1705280)
92a9ff
92a9ff
* Tue Apr 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-4
92a9ff
- CMake generates wrong -isystem /usr/include compilations flags with Qt5::Gui (#1704474)
92a9ff
92a9ff
* Tue Apr 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-3
92a9ff
- -private-devel subpkg, move Requires: cups-devel here
92a9ff
92a9ff
* Mon Mar 04 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-2
92a9ff
- -devel: Requires: cups-devel
92a9ff
92a9ff
* Thu Feb 14 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
92a9ff
- 5.12.1
92a9ff
92a9ff
* Wed Feb 13 2019 Than Ngo <than@redhat.com> - 5.11.3-4
92a9ff
- fixed build issue with gcc9
92a9ff
92a9ff
* Sun Feb 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-3
92a9ff
- disable renameat2/statx feature on < f30 (#1668865)
92a9ff
92a9ff
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.3-2
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
92a9ff
92a9ff
* Fri Dec 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
92a9ff
- 5.11.3
92a9ff
92a9ff
* Thu Oct 25 2018 Than Ngo <than@redhat.com> - 5.11.2-3
92a9ff
- backported patch to fix selection rendering issues if rounding leads to left-out pixels
92a9ff
- backported patch to optimize insertionPointsForLine
92a9ff
92a9ff
* Thu Oct 11 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-2
92a9ff
- -no-use-gold-linker (#1635973)
92a9ff
92a9ff
92a9ff
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.2-1
92a9ff
- 5.11.2
92a9ff
92a9ff
* Thu Jul 26 2018 Than Ngo <than@redhat.com> - 5.11.1-7
92a9ff
- fixed FTBFS
92a9ff
92a9ff
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.1-6
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
92a9ff
92a9ff
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 5.11.1-5
92a9ff
- Rebuild for ICU 62
92a9ff
92a9ff
* Mon Jul 02 2018 Than Ngo <than@redhat.com> - 5.11.1-4
92a9ff
- fixed bz#1597110 - BRP mangle shebangs and calculation of provides should ignore backups files
92a9ff
92a9ff
* Fri Jun 29 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-3
92a9ff
- apply sse2-related multilib hack on < f29 only
92a9ff
- safer %%_qt5_prefix, %%qt5_archdatadir ownership
92a9ff
- rebuild for %%_qt5_prefix = %%_prefix
92a9ff
92a9ff
* Sat Jun 23 2018 Than Ngo <than@redhat.com> - 5.11.1-2
92a9ff
- fixed #1592146, python3
92a9ff
92a9ff
* Tue Jun 19 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-1
92a9ff
- 5.11.1
92a9ff
- relax qt5-rpm-macros dep
92a9ff
- drop workaround for QTBUG-37417
92a9ff
- drop CMake-Restore-qt5_use_modules-function.patch (upstreamed)
92a9ff
92a9ff
* Mon Jun 18 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-3
92a9ff
- backport CMake-Restore-qt5_use_modules-function.patch
92a9ff
- %%build: %%ix86 --no-sse2 on < f29 only
92a9ff
92a9ff
* Wed May 30 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-2
92a9ff
- move libQt5EglFSDeviceIntegration to -gui (#1557223)
92a9ff
92a9ff
* Tue May 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
92a9ff
- 5.11.0
92a9ff
- drop support for inject_optflags (not used since f23)
92a9ff
92a9ff
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 5.10.1-8
92a9ff
- Rebuild for ICU 61.1
92a9ff
92a9ff
* Thu Mar 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-7
92a9ff
- enforce qt5-rpm-macros versioning
92a9ff
- BR: gcc-c++
92a9ff
- Qt5.pc: fix version, add %%check
92a9ff
92a9ff
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-6
92a9ff
- qt5-qtbase: RPM build flags only partially injected (#1543888)
92a9ff
92a9ff
* Wed Feb 21 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-5
92a9ff
- QOpenGLShaderProgram: glProgramBinary() resulting in LINK_STATUS=FALSE not handled properly (QTBUG-66420)
92a9ff
92a9ff
* Fri Feb 16 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-4
92a9ff
- use %%make_build, %%ldconfig
92a9ff
- drop %%_licensedir hack
92a9ff
92a9ff
* Thu Feb 15 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-3
92a9ff
- qt5-qtbase: RPM build flags only partially injected (#1543888)
92a9ff
92a9ff
* Tue Feb 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-2
92a9ff
- enable patch to track private api
92a9ff
92a9ff
* Tue Feb 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
92a9ff
- 5.10.1
92a9ff
92a9ff
* Fri Feb 09 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.0-5
92a9ff
- track private api use via properly versioned symbols (unused for now)
92a9ff
92a9ff
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.10.0-4
92a9ff
- Escape macros in %%changelog
92a9ff
92a9ff
* Sun Jan 28 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.0-3
92a9ff
- QMimeType: remove unwanted *.bin as preferredSuffix for octet-stream (fdo#101667,kde#382437)
92a9ff
92a9ff
* Fri Jan 26 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.0-2
92a9ff
- re-enable gold linker (#1458003)
92a9ff
- drop qt5_null_flag/qt5_deprecated_flag hacks (should be fixed upstream for awhile)
92a9ff
- make qt_settings/journald support unconditional
92a9ff
92a9ff
* Fri Dec 15 2017 Jan Grulich <jgrulich@redhat.com> - 5.10.0-1
92a9ff
- 5.10.0
92a9ff
92a9ff
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 5.9.3-3
92a9ff
- Rebuild for ICU 60.1
92a9ff
92a9ff
* Thu Nov 30 2017 Than Ngo <than@redhat.com> - 5.9.3-2
92a9ff
- bz#1518958, backport to fix out of bounds reads in qdnslookup_unix
92a9ff
92a9ff
* Wed Nov 22 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.3-1
92a9ff
- 5.9.3
92a9ff
92a9ff
* Thu Nov 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-5
92a9ff
- categoried logging for xcb entries (#1497564, QTBUG-55167)
92a9ff
92a9ff
* Mon Nov 06 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-4
92a9ff
- QListView upstream regression (#1509649, QTBUG-63846)
92a9ff
92a9ff
* Mon Oct 23 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-3
92a9ff
- pass QMAKE_*_RELEASE to configure to ensure optflags get used (#1505260)
92a9ff
92a9ff
* Thu Oct 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-2
92a9ff
- refresh mariadb patch support (upstreamed version apparently incomplete)
92a9ff
92a9ff
* Mon Oct 09 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-1
92a9ff
- 5.9.2
92a9ff
92a9ff
* Wed Sep 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-9
92a9ff
- refresh mariadb patch to actually match cr#206850 logic (#1491316)
92a9ff
92a9ff
* Wed Sep 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-8
92a9ff
- refresh mariadb patch wrt cr#206850 (#1491316)
92a9ff
92a9ff
* Tue Sep 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-7
92a9ff
- actually apply mariadb-related patch (#1491316)
92a9ff
92a9ff
* Mon Sep 25 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-6
92a9ff
- enable openssl11 support only for f27+ (for now)
92a9ff
- Use mariadb-connector-c-devel, f28+ (#1493909)
92a9ff
- Backport upstream mariadb patch (#1491316)
92a9ff
92a9ff
* Wed Aug 02 2017 Than Ngo <than@redhat.com> - 5.9.1-5
92a9ff
- added privat headers for Qt5 Xcb
92a9ff
92a9ff
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 5.9.1-4
92a9ff
- Rebuild with binutils fix for ppc64le (#1475636)
92a9ff
92a9ff
* Thu Jul 27 2017 Than Ngo <than@redhat.com> - 5.9.1-3
92a9ff
- fixed bz#1401459, backport openssl-1.1 support
92a9ff
92a9ff
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-2
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
92a9ff
92a9ff
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1
92a9ff
- 5.9.1
92a9ff
92a9ff
* Tue Jul 18 2017 Than Ngo <than@redhat.com> - 5.9.0-6
92a9ff
- fixed bz#1442553, multilib issue
92a9ff
92a9ff
* Fri Jul 14 2017 Than Ngo <than@redhat.com> - 5.9.0-5
92a9ff
- fixed build issue with new mariadb
92a9ff
92a9ff
* Thu Jul 06 2017 Than Ngo <than@redhat.com> - 5.9.0-4
92a9ff
- fixed bz#1409600, stack overflow in QXmlSimpleReader, CVE-2016-10040
92a9ff
92a9ff
* Fri Jun 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-3
92a9ff
- create_cmake.prf: adjust CMAKE_NO_PRIVATE_INCLUDES (#1456211,QTBUG-37417)
92a9ff
92a9ff
* Thu Jun 01 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
92a9ff
- workaround gold linker issue with duplicate symbols (f27+, #1458003)
92a9ff
92a9ff
* Wed May 31 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-1
92a9ff
- Upstream official release
92a9ff
92a9ff
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
92a9ff
- Upstream Release Candidate retagged
92a9ff
92a9ff
* Wed May 24 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.rc.1
92a9ff
- Upstream Release Candidate 1
92a9ff
92a9ff
* Tue May 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-0.6.beta3
92a9ff
- -common: Obsoletes: qt5-qtquick1(-devel)
92a9ff
92a9ff
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9.0-0.5.beta3
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
92a9ff
92a9ff
* Mon May 08 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-0.4.beta3
92a9ff
- include recommended qtdbus patches, fix Release
92a9ff
92a9ff
* Fri May 05 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
92a9ff
- Beta 3 release
92a9ff
92a9ff
* Fri Apr 14 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.1
92a9ff
- No more docs, no more bootstrap. Docs comes now on a single package.
92a9ff
92a9ff
* Thu Mar 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-8
92a9ff
- de-bootstrap
92a9ff
- make -doc arch'd (workaround bug #1437522)
92a9ff
92a9ff
* Wed Mar 29 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-7
92a9ff
- rebuild
92a9ff
92a9ff
* Mon Mar 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-6
92a9ff
- bootstrap (rawhide)
92a9ff
- revert some minor changes introduced since 5.7
92a9ff
- move *Plugin.cmake items to runtime (not -devel)
92a9ff
92a9ff
* Sat Jan 28 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-5
92a9ff
- Really debootstrap :-P
92a9ff
92a9ff
* Fri Jan 27 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-4
92a9ff
- Debootstrap
92a9ff
- Use meta doctools package to build docs
92a9ff
92a9ff
* Fri Jan 27 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-3
92a9ff
- Unify firebird patch for both versions
92a9ff
- Bootstrap again for copr
92a9ff
92a9ff
* Thu Jan 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-2
92a9ff
- Debootstrap after tools built. New tool needed qtattributionsscanner
92a9ff
92a9ff
* Thu Jan 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
92a9ff
- Initial update for 5.8.0
92a9ff
92a9ff
* Tue Jan 24 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-13
92a9ff
- Broken window scaling (#1381828)
92a9ff
92a9ff
* Wed Jan 04 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.7.1-12
92a9ff
- readd plugin __requires_exclude_from filter, it is still needed
92a9ff
92a9ff
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-11
92a9ff
- filter plugin provides, drop filter plugin excludes (no longer needed)
92a9ff
92a9ff
* Mon Dec 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-10
92a9ff
- backport 5.8 patch for wayland crasher (#1403500,QTBUG-55583)
92a9ff
92a9ff
* Fri Dec 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-9
92a9ff
- restore moc_system_defines.patch lost in 5.7.0 rebase
92a9ff
92a9ff
* Fri Dec 09 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-8
92a9ff
- update moc patch to define _SYS_SYSMACROS_H_OUTER instead (#1396755)
92a9ff
92a9ff
* Thu Dec 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-7
92a9ff
- really apply QT_VERSION_CHECK workaround (#1396755)
92a9ff
92a9ff
* Thu Dec 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-6
92a9ff
- namespace QT_VERSION_CHECK to workaround major/minor being pre-defined (#1396755)
92a9ff
- update moc patch to define _SYS_SYSMACROS_H (#1396755)
92a9ff
92a9ff
* Thu Dec 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-5
92a9ff
- 5.7.1 dec5 snapshot
92a9ff
92a9ff
* Wed Dec 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-4
92a9ff
- disable openssl11 (for now, FTBFS), use -openssl-linked (bug #1401459)
92a9ff
- BR: perl-generators
92a9ff
92a9ff
* Mon Nov 28 2016 Than Ngo <than@redhat.com> - 5.7.1-3
92a9ff
- add condition for rhel
92a9ff
- add support for firebird-3.x
92a9ff
92a9ff
* Thu Nov 24 2016 Than Ngo <than@redhat.com> - 5.7.1-2
92a9ff
- adapted the berolinux's patch for new openssl-1.1.x
92a9ff
92a9ff
* Wed Nov 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
92a9ff
- New upstream version
92a9ff
92a9ff
* Thu Oct 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-10
92a9ff
- fix Source0: https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtbase-opensource-src-5.9.0.tar.xz
92a9ff
92a9ff
* Thu Sep 29 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-9
92a9ff
- Requires: openssl-libs%%{?_isa} (#1328659)
92a9ff
92a9ff
* Wed Sep 28 2016 Than Ngo <than@redhat.com> - 5.7.0-8
92a9ff
- bz#1328659, load openssl libs dynamically
92a9ff
92a9ff
* Tue Sep 27 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-7
92a9ff
- drop BR: cmake (handled by qt5-rpm-macros now)
92a9ff
92a9ff
* Wed Sep 14 2016 Than Ngo <than@redhat.com> - 5.7.0-6
92a9ff
- add macros qtwebengine_arches in qt5
92a9ff
92a9ff
* Tue Sep 13 2016 Than Ngo <than@redhat.com> - 5.7.0-5
92a9ff
- add rpm macros qtwebengine_arches for qtwebengine
92a9ff
92a9ff
* Mon Sep 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-4
92a9ff
- use '#!/usr/bin/perl' instead of '#!/usr/bin/env perl'
92a9ff
92a9ff
* Tue Jul 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-3
92a9ff
- introduce macros.qt5-qtbase (for %%_qt5, %%_qt5_epoch, %%_qt5_version, %%_qt5_evr)
92a9ff
92a9ff
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
92a9ff
- Compiled with gcc
92a9ff
92a9ff
* Tue Jun 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-1
92a9ff
- Qt 5.7.0 release
92a9ff
92a9ff
* Thu Jun 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-0.1
92a9ff
- Prepare 5.7
92a9ff
- Move macros package away from qtbase. Now is called qt5-rpm-macros
92a9ff
92a9ff
* Thu Jun 02 2016 Than Ngo <than@redhat.com> - 5.6.0-21
92a9ff
- drop gcc6 workaround on arm
92a9ff
92a9ff
* Fri May 20 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-20
92a9ff
- -Wno-deprecated-declarations (typo missed trailing 's')
92a9ff
92a9ff
* Fri May 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-19
92a9ff
- pull in upstream drag-n-drop related fixes (QTBUG-45812, QTBUG-51215)
92a9ff
92a9ff
* Sat May 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-18
92a9ff
- revert out-of-tree build, breaks Qt5*Config.cmake *_PRIVATE_INCLUDE_DIRS entries (all blank)
92a9ff
92a9ff
* Thu May 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-17
92a9ff
- support out-of-tree build
92a9ff
- better %%check
92a9ff
- pull in final/upstream fixes for QTBUG-51648,QTBUG-51649
92a9ff
- disable examples/tests in bootstrap mode
92a9ff
92a9ff
* Sat Apr 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-16
92a9ff
- own %%{_qt5_plugindir}/egldeviceintegrations
92a9ff
92a9ff
* Mon Apr 18 2016 Caolán McNamara <caolanm@redhat.com> - 5.6.0-15
92a9ff
- full rebuild for hunspell 1.4.0
92a9ff
92a9ff
* Mon Apr 18 2016 Caolán McNamara <caolanm@redhat.com> - 5.6.0-14
92a9ff
- bootstrap rebuild for hunspell 1.4.0
92a9ff
92a9ff
* Sat Apr 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-13
92a9ff
- -devel: Provides: qt5-qtbase-private-devel (#1233829)
92a9ff
92a9ff
* Sat Apr 16 2016 David Tardon <dtardon@redhat.com> - 5.6.0-12
92a9ff
- full build
92a9ff
92a9ff
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5.6.0-11
92a9ff
- rebuild for ICU 57.1
92a9ff
92a9ff
* Thu Mar 31 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-10
92a9ff
- Fix build on MIPS (#1322537)
92a9ff
- drop BR: valgrind (not used, for awhile)
92a9ff
92a9ff
* Fri Mar 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-9
92a9ff
- pull upstream patches (upstreamed versions, gcc6-related bits mostly)
92a9ff
92a9ff
* Thu Mar 24 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-8
92a9ff
- make 10-qt5-check-opengl2.sh xinit script more robust
92a9ff
- enable journald support for el7+ (#1315239)
92a9ff
92a9ff
* Sat Mar 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-7
92a9ff
- macros.qt5: null-pointer-checks flag isn't c++-specific
92a9ff
92a9ff
* Sat Mar 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-6
92a9ff
- macros.qt5: we really only want the null-pointer-checks flag here
92a9ff
  and definitely no arch-specific ones
92a9ff
92a9ff
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-5
92a9ff
- macros.qt5: cleanup, %%_qt5_cflags, %%_qt5_cxxflags (for f24+)
92a9ff
92a9ff
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-3
92a9ff
- rebuild
92a9ff
92a9ff
* Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-2
92a9ff
- respin QTBUG-51767 patch
92a9ff
92a9ff
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
92a9ff
- 5.6.0 release
92a9ff
92a9ff
* Sat Mar 12 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.41.rc
92a9ff
- %%build: restore -dbus-linked
92a9ff
92a9ff
* Fri Mar 11 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.40.rc
92a9ff
- respin QTBUG-51649 patch
92a9ff
- %%build: use -dbus-runtime unconditionally
92a9ff
- drop (unused) build deps: atspi, dbus, networkmanager
92a9ff
92a9ff
* Thu Mar 10 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.39.rc
92a9ff
- candidate fixes for various QtDBus deadlocks (QTBUG-51648,QTBUG-51676)
92a9ff
92a9ff
* Mon Mar 07 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.38.rc
92a9ff
- backport "crash on start if system bus is not available" (QTBUG-51299)
92a9ff
92a9ff
* Sat Mar 05 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.37.rc
92a9ff
- build: ./configure -journal (f24+)
92a9ff
92a9ff
* Wed Mar 02 2016 Daniel Vrátil <dvratil@fedoraproject.org> 5.6.0-0.36.rc
92a9ff
- Non-bootstrapped build
92a9ff
92a9ff
* Tue Mar 01 2016 Daniel Vrátil <dvratil@fedoraproject.org> 5.6.0-0.35.rc
92a9ff
- Rebuild against new openssl
92a9ff
92a9ff
* Fri Feb 26 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.34.rc
92a9ff
- qtlogging.ini: remove comments
92a9ff
92a9ff
* Thu Feb 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.33.rc
92a9ff
- ship $$[QT_INSTALL_DATA]/qtlogging.ini for packaged logging defaults (#1227295)
92a9ff
92a9ff
* Thu Feb 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.32.rc
92a9ff
- qt5-qtbase-static missing dependencies (#1311311)
92a9ff
92a9ff
* Wed Feb 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.31.rc
92a9ff
- Item views don't handle insert/remove of rows robustly (QTBUG-48870)
92a9ff
92a9ff
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.30.rc
92a9ff
- Update to final RC
92a9ff
92a9ff
* Mon Feb 22 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.29.rc
92a9ff
- Update tarball with https://bugreports.qt.io/browse/QTBUG-50703 fix
92a9ff
92a9ff
* Wed Feb 17 2016 Than Ngo <than@redhat.com> - 5.6.0-0.28.rc
92a9ff
- fix build issue with gcc6
92a9ff
92a9ff
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.27.rc
92a9ff
- Update proper tarball. Need avoid the fix branch
92a9ff
92a9ff
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.26.rc
92a9ff
- Integrate rc releases now.
92a9ff
92a9ff
* Sat Feb 13 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.25.beta
92a9ff
- macros.qt5: fix %%qt5_ldflags macro
92a9ff
92a9ff
* Thu Feb 11 2016 Than Ngo <than@redhat.com> - 5.6.0-0.24.beta
92a9ff
- fix build issue with gcc6
92a9ff
- fix check for alsa 1.1.x
92a9ff
92a9ff
* Wed Feb 03 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.23.beta
92a9ff
- qt5-rpm-macros pkg
92a9ff
92a9ff
* Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.22.beta
92a9ff
- don't inject $RPM_OPT_FLAGS/$RPM_LD_FLAGS into qmake defaults f24+ (#1279265)
92a9ff
92a9ff
* Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.21.beta
92a9ff
- build with and add to macros.qt5 flags: -fno-delete-null-pointer-checks
92a9ff
92a9ff
* Fri Jan 15 2016 Than Ngo <than@redhat.com> - 5.6.0-0.20.beta
92a9ff
- enable -qt-xcb to fix non-US keys under VNC (#1295713)
92a9ff
92a9ff
* Mon Jan 04 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.19.beta
92a9ff
- Crash in QXcbWindow::setParent() due to NULL xcbScreen (QTBUG-50081, #1291003)
92a9ff
92a9ff
* Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.17.beta
92a9ff
- fix/update Release: 1%%{?dist}
92a9ff
92a9ff
* Fri Dec 18 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.16
92a9ff
- 5.6.0-beta (final)
92a9ff
92a9ff
* Wed Dec 16 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.15
92a9ff
- pull in another upstream moc fix/improvement (#1290020,QTBUG-49972)
92a9ff
- fix bootstrap/docs
92a9ff
92a9ff
* Wed Dec 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.13
92a9ff
- workaround moc/qconfig-multilib issues (#1290020,QTBUG-49972)
92a9ff
92a9ff
* Wed Dec 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.6.0-0.12
92a9ff
- aarch64 is secondary arch too
92a9ff
- ppc64le is NOT multilib
92a9ff
- Fix Power 64 macro use
92a9ff
92a9ff
* Mon Dec 14 2015 Than Ngo <than@redhat.com> - 5.6.0-0.11
92a9ff
- fix build failure on secondary arch
92a9ff
92a9ff
* Sun Dec 13 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.10
92a9ff
- We're back to gold linker
92a9ff
- Remove reduce relocations
92a9ff
92a9ff
* Sat Dec 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.9
92a9ff
- drop disconnect_displays.patch so we can better test latest xcb/display work
92a9ff
92a9ff
* Fri Dec 11 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.8
92a9ff
- sync latest xcb/screen/display related upstream commits
92a9ff
92a9ff
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.7
92a9ff
- Official beta release
92a9ff
92a9ff
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.6
92a9ff
- Official beta release
92a9ff
92a9ff
* Wed Dec 09 2015 Daniel Vratil <dvratil@fedoraproject.org> - 5.6.0-0.5
92a9ff
- try reverting from -optimized-tools to -optimized-qmake
92a9ff
92a9ff
* Sun Dec 06 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.4
92a9ff
- re-introduce bootstrap/examples macros
92a9ff
- put examples-manifest.xml in -examples
92a9ff
- restore -doc multilib hack (to be on the safe side, can't hurt)
92a9ff
- %%build: s/-optimized-qmake/-optimized-tools/
92a9ff
92a9ff
* Sat Dec 05 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.3
92a9ff
- Beta 3
92a9ff
- Reintroduce xcb patch from https://codereview.qt-project.org/#/c/138201/
92a9ff
92a9ff
* Fri Nov 27 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
92a9ff
- Valgrind still needed as buildreq due recent split qdoc package, but we can get rid of
92a9ff
  specific arch set.
92a9ff
- Added missing libproxy buildreq
92a9ff
- Epel and RHEL doesn't have libinput, so a plugin need to be excluded for this distros
92a9ff
92a9ff
* Wed Nov 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-10
92a9ff
- -devel: Requires: redhat-rpm-config (#1248174)
92a9ff
92a9ff
* Wed Nov 18 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-9
92a9ff
- Get rid of valgrind hack. It sort out that we don't need it anymore (#1211203)
92a9ff
92a9ff
* Mon Nov 09 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-8
92a9ff
- qt5-qdoc need requires >= current version, otherwise will prevent the usage further when moved to qttools
92a9ff
92a9ff
* Mon Nov 09 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-7
92a9ff
- qt5-qdoc subpkg
92a9ff
92a9ff
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
92a9ff
- Start to implement 5.6.0 beta
92a9ff
92a9ff
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
92a9ff
- Start to implement 5.6.0 beta
92a9ff
92a9ff
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5.5.1-6
92a9ff
- full build
92a9ff
92a9ff
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5.5.1-5
92a9ff
- rebuild for ICU 56.1
92a9ff
92a9ff
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
92a9ff
- Update to final release 5.5.1
92a9ff
92a9ff
* Mon Oct 05 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-1
92a9ff
- Update to Qt 5.5.1 RC1
92a9ff
- Patchs 13, 52, 53, 101, 155, 223, 297 removed due to inclusion upstream
92a9ff
92a9ff
* Mon Oct 05 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-18
92a9ff
- When a screen comes back online, the windows need to be told about it (QTBUG-47041)
92a9ff
- xcb: Ignore disabling of outputs in the middle of the mode switch
92a9ff
92a9ff
* Wed Aug 19 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-17
92a9ff
- unconditionally undo valgrind hack when done (#1255054)
92a9ff
92a9ff
* Sat Aug 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-16
92a9ff
- backport 0055-Respect-manual-set-icon-themes.patch (kde#344469)
92a9ff
- conditionally use valgrind only if needed
92a9ff
92a9ff
* Fri Aug 07 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-15
92a9ff
- use valgrind to debug qdoc HTML generation
92a9ff
92a9ff
* Fri Aug 07 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-14
92a9ff
- remove GDB hackery again, -12 built fine on i686, hack breaks ARM build
92a9ff
- fix 10-qt5-check-opengl2.sh for multiple screens (#1245755)
92a9ff
92a9ff
* Thu Aug 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-13
92a9ff
- use upstream commit/fix for QTBUG-46310
92a9ff
- restore qdoc/gdb hackery, i686 still needs it :(
92a9ff
92a9ff
* Wed Aug 05 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-12
92a9ff
- remove GDB hackery, it is not producing useful backtraces for the ARM crash
92a9ff
92a9ff
* Mon Aug 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-11
92a9ff
- Add mesa-dri-drivers as recommends on gui package as reported by Kevin Kofler
92a9ff
- Reference https://bugzilla.redhat.com/1249280
92a9ff
92a9ff
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-10
92a9ff
- -docs: BuildRequires: qt5-qhelpgenerator
92a9ff
92a9ff
* Fri Jul 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-9
92a9ff
- use qdoc.gdb wrapper
92a9ff
92a9ff
* Wed Jul 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-8
92a9ff
- %%build: hack around 'make docs' failures (on f22+)
92a9ff
92a9ff
* Wed Jul 15 2015 Jan Grulich <jgrulich@redhat.com> 5.5.0-7
92a9ff
- restore previously dropped patches
92a9ff
92a9ff
* Tue Jul 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-6
92a9ff
- disable bootstrap again
92a9ff
92a9ff
* Tue Jul 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-5
92a9ff
- enable bootstrap (and disable failing docs)
92a9ff
92a9ff
* Mon Jul 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-4
92a9ff
- Qt5 application crashes when connecting/disconnecting displays (#1083664)
92a9ff
92a9ff
* Fri Jul 10 2015 Than Ngo <than@redhat.com> - 5.5.0-3
92a9ff
- add better fix for compile error on big endian
92a9ff
92a9ff
* Thu Jul 09 2015 Than Ngo <than@redhat.com> - 5.5.0-2
92a9ff
- fix build failure on big endian platform (ppc64,s390x)
92a9ff
92a9ff
* Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.5.rc
92a9ff
- Second round of builds now with bootstrap enabled due new qttools
92a9ff
92a9ff
* Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.4.rc
92a9ff
- Enable bootstrap to first import on rawhide
92a9ff
92a9ff
* Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.3.rc
92a9ff
- Disable bootstrap
92a9ff
92a9ff
* Wed Jun 24 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
92a9ff
- Update for official RC1 released packages
92a9ff
92a9ff
* Mon Jun 15 2015 Daniel Vratil <dvratil@redhat.com> 5.5.0-0.1.rc
92a9ff
- Qt 5.5 RC 1
92a9ff
92a9ff
* Mon Jun 08 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-2
92a9ff
- rebase to latest SM patches (QTBUG-45484, QTBUG-46310)
92a9ff
92a9ff
* Tue Jun 02 2015 Jan Grulich <jgrulich@redhat.com> 5.4.2-1
92a9ff
- Update to 5.4.2
92a9ff
92a9ff
* Tue May 26 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-20
92a9ff
- SM_CLIENT_ID property is not set (QTBUG-46310)
92a9ff
92a9ff
* Mon May 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-19
92a9ff
- QWidget::setWindowRole does nothing (QTBUG-45484)
92a9ff
92a9ff
* Wed May 20 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-18
92a9ff
- own /etc/xdg/QtProject
92a9ff
- Requires: qt-settings (f22+)
92a9ff
92a9ff
* Sat May 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-17
92a9ff
- Try to ensure that -fPIC is used in CMake builds (QTBUG-45755)
92a9ff
92a9ff
* Thu May 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-16
92a9ff
- Some Qt apps crash if they are compiled with gcc5 (QTBUG-45755)
92a9ff
92a9ff
* Thu May 07 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-15
92a9ff
- try harder to avoid doc/multilib conflicts (#1212750)
92a9ff
92a9ff
* Wed May 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-14
92a9ff
- Shortcuts with KeypadModifier not working (QTBUG-33093,#1219173)
92a9ff
92a9ff
* Tue May 05 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-13
92a9ff
- backport: data corruption in QNetworkAccessManager
92a9ff
92a9ff
* Fri May 01 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-12
92a9ff
- backport a couple more upstream fixes
92a9ff
- introduce -common noarch subpkg, should help multilib issues
92a9ff
92a9ff
* Sat Apr 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-11
92a9ff
- port qtdbusconnection_no_debug.patch from qt(4)
92a9ff
92a9ff
* Fri Apr 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-10
92a9ff
- -examples: include %%{_qt5_docdir}/qdoc/examples-manifest.xml (#1212750)
92a9ff
92a9ff
* Mon Apr 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-9
92a9ff
- Multiple Vulnerabilities in Qt Image Format Handling (CVE-2015-1860 CVE-2015-1859 CVE-2015-1858)
92a9ff
92a9ff
* Fri Apr 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-8
92a9ff
- -dbus=runtime on el6 (#1196359)
92a9ff
- %%build: -no-directfb
92a9ff
92a9ff
* Wed Apr 01 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.1-7
92a9ff
- drop 5.5 XCB patches, the rebase is incomplete and does not work properly with Qt 5.4
92a9ff
92a9ff
* Mon Mar 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-6
92a9ff
- Crash due to unsafe access to QTextLayout::lineCount (#1207279,QTBUG-43562)
92a9ff
92a9ff
* Mon Mar 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-5
92a9ff
- unable to use input methods in ibus-1.5.10 (#1203575)
92a9ff
92a9ff
* Wed Mar 25 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.1-4
92a9ff
- pull in set of upstream Qt 5.5 fixes and improvements for XCB screen handling rebased to 5.4
92a9ff
92a9ff
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-3
92a9ff
- pull in handful of upstream fixes, particularly...
92a9ff
- Fix a division by zero when processing malformed BMP files (QTBUG-44547, CVE-2015-0295)
92a9ff
92a9ff
* Wed Feb 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
92a9ff
- try bootstrap=1 (f23)
92a9ff
92a9ff
* Tue Feb 24 2015 Jan Grulich <jgrulich@redhat.com> 5.4.1-1
92a9ff
- update to 5.4.1
92a9ff
92a9ff
* Mon Feb 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-13
92a9ff
- -no-use-gold-linker (f22+, #1193044)
92a9ff
92a9ff
* Thu Feb 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-12
92a9ff
- own  %%{_qt5_plugindir}/{designer,iconengines,script,styles}
92a9ff
92a9ff
* Thu Feb 05 2015 David Tardon <dtardon@redhat.com> - 5.4.0-11
92a9ff
- full build after ICU soname bump
92a9ff
92a9ff
* Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 5.4.0-10
92a9ff
- Bump for rebuild.
92a9ff
92a9ff
* Sat Jan 31 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-9
92a9ff
- crashes when connecting/disconnecting displays (#1083664,QTBUG-42985)
92a9ff
92a9ff
* Tue Jan 27 2015 David Tardon <dtardon@redhat.com> - 5.4.0-8
92a9ff
- full build
92a9ff
92a9ff
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 5.4.0-7
92a9ff
- rebuild for ICU 54.1
92a9ff
92a9ff
* Sun Jan 18 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-6
92a9ff
- fix %%pre scriptlet
92a9ff
92a9ff
* Sat Jan 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-5
92a9ff
- ship /etc/xdg/qtchooser/5.conf alternative instead (of qt5.conf)
92a9ff
92a9ff
* Wed Dec 17 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-4
92a9ff
- workaround 'make docs' crasher on el6 (QTBUG-43057)
92a9ff
92a9ff
* Thu Dec 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-3
92a9ff
- don't omit examples for bootstrap (needs work)
92a9ff
92a9ff
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-2
92a9ff
- fix bootstrapping logic
92a9ff
92a9ff
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
92a9ff
- 5.4.0 (final)
92a9ff
92a9ff
* Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.8.rc
92a9ff
- restore font rendering patch (#1052389,QTBUG-41590)
92a9ff
92a9ff
* Thu Nov 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.7.rc
92a9ff
- 5.4.0-rc
92a9ff
92a9ff
* Wed Nov 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.6.beta
92a9ff
- add versioned Requires: libxkbcommon dep
92a9ff
92a9ff
* Tue Nov 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.5.beta
92a9ff
- pull in slightly different upstreamed font rendering fix (#1052389,QTBUG-41590)
92a9ff
92a9ff
* Mon Nov 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.4.beta
92a9ff
- Bad font rendering (#1052389,QTBUG-41590)
92a9ff
92a9ff
* Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.3.beta
92a9ff
- macros.qt5: +%%qmake_qt5 , to help set standard build flags (CFLAGS, etc...)
92a9ff
92a9ff
* Wed Oct 22 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.4.0-0.2.beta
92a9ff
- -gui: don't require gtk2 (__requires_exclude_from platformthemes) (#1154884)
92a9ff
92a9ff
* Sat Oct 18 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.4.0-0.1.beta
92a9ff
- 5.4.0-beta
92a9ff
- avoid extra -devel deps by moving *Plugin.cmake files to base pkgs
92a9ff
- support bootstrap macro, to disable -doc,-examples
92a9ff
92a9ff
* Mon Oct 13 2014 Jan Grulich <jgrulich@redhat.com> 5.3.2-3
92a9ff
- QFileDialog: implement getOpenFileUrl and friends for real
92a9ff
92a9ff
* Thu Oct 09 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-2
92a9ff
- use linux-g++ platform unconditionally
92a9ff
92a9ff
* Thu Oct 09 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.3.2-1.1
92a9ff
- F20: require libxkbcommon >= 0.4.1, only patch for the old libxcb
92a9ff
92a9ff
* Tue Sep 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-1
92a9ff
- 5.3.2
92a9ff
92a9ff
* Wed Aug 27 2014 David Tardon <dtardon@redhat.com> - 5.3.1-8
92a9ff
- do a normal build with docs
92a9ff
92a9ff
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 5.3.1-7
92a9ff
- rebuild for ICU 53.1
92a9ff
92a9ff
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-6
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
92a9ff
92a9ff
* Thu Jul 24 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.1-5
92a9ff
- drop dep on xorg-x11-xinit (own shared dirs instead)
92a9ff
- fix/improve qtchooser support using alternatives (#1122316)
92a9ff
92a9ff
* Mon Jun 30 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.3.1-4
92a9ff
- support the old versions of libxcb and libxkbcommon in F19 and F20
92a9ff
- don't use the bundled libxkbcommon
92a9ff
92a9ff
* Mon Jun 30 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.1-3
92a9ff
- -devel: Requires: pkgconfig(egl)
92a9ff
92a9ff
* Fri Jun 27 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-2
92a9ff
- Prefer QPA implementation in qsystemtrayicon_x11 if available
92a9ff
92a9ff
* Tue Jun 17 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-1
92a9ff
- 5.3.1
92a9ff
92a9ff
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-7
92a9ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
92a9ff
92a9ff
* Fri May 30 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-6
92a9ff
- %%ix86: build -no-sse2 (#1103185)
92a9ff
92a9ff
* Tue May 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-5
92a9ff
- BR: pkgconfig(xcb-xkb) > 1.10 (f21+)
92a9ff
- allow possibility for libxkbcommon-0.4.x only
92a9ff
92a9ff
* Fri May 23 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-4
92a9ff
- -system-libxkbcommon (f21+)
92a9ff
92a9ff
* Thu May 22 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-3
92a9ff
- qt5-qtbase-5.3.0-2.fc21 breaks keyboard input (#1100213)
92a9ff
92a9ff
* Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-2
92a9ff
- limit -reduce-relocations to %%ix86 x86_64 archs (QTBUG-36129)
92a9ff
92a9ff
* Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
92a9ff
- 5.3.0
92a9ff
92a9ff
* Thu Apr 24 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-8
92a9ff
- DoS vulnerability in the GIF image handler (QTBUG-38367)
92a9ff
92a9ff
* Wed Mar 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-7
92a9ff
- support ppc64le multilib (#1080629)
92a9ff
92a9ff
* Wed Mar 12 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2.1-6
92a9ff
- reenable documentation
92a9ff
92a9ff
* Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2.1-5
92a9ff
- make the QMAKE_STRIP sed not sensitive to whitespace (see #1074041 in Qt 4)
92a9ff
92a9ff
* Tue Feb 18 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-4
92a9ff
- undefine QMAKE_STRIP (and friends), so we get useful -debuginfo pkgs (#1065636)
92a9ff
92a9ff
* Wed Feb 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-3
92a9ff
- bootstrap for libicu bump
92a9ff
92a9ff
* Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
92a9ff
- qconfig.pri: +alsa +kms +pulseaudio +xcb-sm
92a9ff
92a9ff
* Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
92a9ff
- 5.2.1
92a9ff
92a9ff
* Sat Feb 01 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-11
92a9ff
- better %%rpm_macros_dir handling
92a9ff
92a9ff
* Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-10
92a9ff
- fix the allow-forcing-llvmpipe patch to patch actual caller of __glXInitialize
92a9ff
92a9ff
* Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-9
92a9ff
- use software OpenGL (llvmpipe) if the hardware driver doesn't support OpenGL 2
92a9ff
92a9ff
* Tue Jan 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-8
92a9ff
- (re)enable -docs
92a9ff
92a9ff
* Mon Jan 27 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-7
92a9ff
- unconditionally enable freetype lcd_filter
92a9ff
- (temp) disable docs (libxcb bootstrap)
92a9ff
92a9ff
* Sun Jan 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-6
92a9ff
- fix %%_qt5_examplesdir macro
92a9ff
92a9ff
* Sat Jan 25 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-5
92a9ff
- -examples subpkg
92a9ff
92a9ff
* Mon Jan 13 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-4
92a9ff
- fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
92a9ff
- fix QTBUG-35460 (error message for CVE-2013-4549 is misspelled)
92a9ff
- reenable docs on Fedora (accidentally disabled)
92a9ff
92a9ff
* Mon Jan 13 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-3
92a9ff
- move sql build deps into subpkg sections
92a9ff
- macro'ize ibase,tds support (disabled on rhel)
92a9ff
92a9ff
* Thu Jan 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-2
92a9ff
- -devel: qtsql apparently wants all drivers available at buildtime
92a9ff
92a9ff
* Thu Dec 12 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
92a9ff
- 5.2.0
92a9ff
92a9ff
* Fri Dec 06 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.12.rc1
92a9ff
- qt5-base-devel.x86_64 qt5-base-devel.i686 file conflict qconfig.h (#1036956)
92a9ff
92a9ff
* Thu Dec 05 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-0.11.rc1
92a9ff
- needs a minimum version on sqlite build dependency (#1038617)
92a9ff
- fix build when doc macro not defined
92a9ff
92a9ff
* Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.10.rc1
92a9ff
- 5.2.0-rc1
92a9ff
- revert/omit recent egl packaging changes
92a9ff
- -doc install changes-5.* files here (#989149)
92a9ff
92a9ff
* Tue Nov 26 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.8.beta1.20131108_141
92a9ff
- Install changes-5.x.y file (#989149)
92a9ff
92a9ff
* Mon Nov 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.7.beta1.20131108_141
92a9ff
- enable -doc only on primary archs (allow secondary bootstrap)
92a9ff
92a9ff
* Fri Nov 22 2013 Lubomir Rintel <lkundrak@v3.sk> 5.2.0-0.6.beta1.20131108_141
92a9ff
- Enable EGL support
92a9ff
92a9ff
* Sat Nov 09 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.beta1.20131108_141
92a9ff
- 2013-11-08_141 snapshot, arm switch qreal double
92a9ff
92a9ff
* Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.4.beta1
92a9ff
- 5.2.0-beta1
92a9ff
92a9ff
* Wed Oct 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.3.alpha
92a9ff
- disable -docs (for ppc bootstrap mostly)
92a9ff
92a9ff
* Wed Oct 16 2013 Lukáš Tinkl <ltinkl@redhat.com> - 5.2.0-0.2.alpha
92a9ff
- Fixes #1005482 - qtbase FTBFS on ppc/ppc64
92a9ff
92a9ff
* Tue Oct 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-0.1.alpha
92a9ff
- 5.2.0-alpha
92a9ff
- -system-harfbuzz
92a9ff
- rename subpkg -x11 => -gui
92a9ff
- move some gui-related plugins base => -gui
92a9ff
- don't use symlinks in %%_qt5_bindir (more qtchooser-friendly)
92a9ff
92a9ff
* Fri Sep 27 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.1.1-6
92a9ff
- -doc subpkg (not enabled)
92a9ff
- enable %%check
92a9ff
92a9ff
* Mon Sep 23 2013 Dan Horák <dan[at]danny.cz> - 5.1.1-5
92a9ff
- fix big endian builds
92a9ff
92a9ff
* Wed Sep 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-4
92a9ff
- macros.qt5: use newer location, use unexpanded macros
92a9ff
92a9ff
* Sat Sep 07 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-3
92a9ff
- ExcludeArch: ppc64 ppc (#1005482)
92a9ff
92a9ff
* Fri Sep 06 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-2
92a9ff
- BR: pkgconfig(libudev) pkgconfig(xkbcommon) pkgconfig(xcb-xkb)
92a9ff
92a9ff
* Tue Aug 27 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-1
92a9ff
- 5.1.1
92a9ff
92a9ff
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 5.0.2-8
92a9ff
- Perl 5.18 rebuild
92a9ff
92a9ff
* Tue Jul 30 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-7
92a9ff
- enable qtchooser support
92a9ff
92a9ff
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 5.0.2-6
92a9ff
- Perl 5.18 rebuild
92a9ff
92a9ff
* Wed May 08 2013 Than Ngo <than@redhat.com> - 5.0.2-5
92a9ff
- add poll support, thanks to fweimer@redhat.com (QTBUG-27195)
92a9ff
92a9ff
* Thu Apr 18 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-4
92a9ff
- respin lowmem patch to apply (unconditionally) to gcc-4.7.2 too
92a9ff
92a9ff
* Fri Apr 12 2013 Dan Horák <dan[at]danny.cz> - 5.0.2-3
92a9ff
- rebase the lowmem patch
92a9ff
92a9ff
* Wed Apr 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-2
92a9ff
- more cmake_path love (#929227)
92a9ff
92a9ff
* Wed Apr 10 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.0.2-1
92a9ff
- 5.0.2
92a9ff
- fix cmake config (#929227)
92a9ff
92a9ff
* Tue Apr 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-0.1.rc1
92a9ff
- 5.0.2-rc1
92a9ff
92a9ff
* Sat Mar 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-6
92a9ff
- pull in upstream gcc-4.8.0 buildfix
92a9ff
92a9ff
* Tue Feb 26 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-5
92a9ff
- -static subpkg, Requires: fontconfig-devel,glib2-devel,zlib-devel
92a9ff
- -devel: Requires: pkgconfig(gl)
92a9ff
92a9ff
* Mon Feb 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-4
92a9ff
- create/own %%{_qt5_plugindir}/iconengines
92a9ff
- -devel: create/own %%{_qt5_archdatadir}/mkspecs/modules
92a9ff
- cleanup .prl
92a9ff
92a9ff
* Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-3
92a9ff
- +%%_qt5_libexecdir
92a9ff
92a9ff
* Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-2
92a9ff
- macros.qt5: fix %%_qt5_headerdir, %%_qt5_datadir, %%_qt5_plugindir
92a9ff
92a9ff
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-1
92a9ff
- 5.0.1
92a9ff
- lowmem patch for %%arm, s390
92a9ff
92a9ff
* Wed Jan 30 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-4
92a9ff
- %%build: -system-pcre, BR: pkgconfig(libpcre)
92a9ff
- use -O1 optimization on lowmem (s390) arch
92a9ff
92a9ff
* Thu Jan 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-3
92a9ff
- enable (non-conflicting) qtchooser support
92a9ff
92a9ff
* Wed Jan 09 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-2
92a9ff
- add qtchooser support (disabled by default)
92a9ff
92a9ff
* Wed Dec 19 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-1
92a9ff
- 5.0 (final)
92a9ff
92a9ff
* Thu Dec 13 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.4.rc2
92a9ff
- 5.0-rc2
92a9ff
- initial try at putting non-conflicting binaries in %%_bindir
92a9ff
92a9ff
* Thu Dec 06 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.3.rc1
92a9ff
- 5.0-rc1
92a9ff
92a9ff
* Wed Nov 28 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.2.beta2
92a9ff
- qtbase --> qt5-qtbase
92a9ff
92a9ff
* Mon Nov 19 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.1.beta2
92a9ff
- %%build: -accessibility
92a9ff
- macros.qt5: +%%_qt5_archdatadir +%%_qt5_settingsdir
92a9ff
- pull in a couple more configure-related upstream patches
92a9ff
92a9ff
* Wed Nov 14 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.0.beta2
92a9ff
- first try
92a9ff