Blame SPECS/qt5-qtbase.spec

86b2c0
# See http://bugzilla.redhat.com/223663
86b2c0
%global multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9
86b2c0
%global multilib_basearchs x86_64 %{?mips64} ppc64 s390x sparc64
86b2c0
86b2c0
# support qtchooser (adds qtchooser .conf file)
86b2c0
%global qtchooser 0
86b2c0
%if 0%{?qtchooser}
86b2c0
%global priority 10
86b2c0
%ifarch %{multilib_basearchs}
86b2c0
%global priority 15
86b2c0
%endif
86b2c0
%endif
86b2c0
86b2c0
%global platform linux-g++
86b2c0
86b2c0
%global qt_module qtbase
86b2c0
86b2c0
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
86b2c0
86b2c0
## set to 1 to enable bootstrap
86b2c0
%global bootstrap 0
86b2c0
86b2c0
%if 0%{?fedora} > 21
86b2c0
# use external qt_settings pkg
86b2c0
%global qt_settings 1
86b2c0
%endif
86b2c0
86b2c0
# See http://bugzilla.redhat.com/1279265
86b2c0
%if 0%{?fedora} < 24
86b2c0
%global inject_optflags 1
86b2c0
%endif
86b2c0
86b2c0
%if 0%{?fedora} > 23 || 0%{?rhel} > 6
86b2c0
%global journald -journald
86b2c0
BuildRequires: pkgconfig(libsystemd)
86b2c0
%endif
86b2c0
86b2c0
%if 0%{?fedora} > 23
86b2c0
# gcc6: FTBFS
86b2c0
%global qt5_deprecated_flag -Wno-deprecated-declarations
86b2c0
# gcc6: Qt assumes this in places
86b2c0
%global qt5_null_flag -fno-delete-null-pointer-checks
86b2c0
%endif
86b2c0
86b2c0
# define to build docs, need to undef this for bootstrapping
86b2c0
# where qt5-qttools builds are not yet available
86b2c0
# only primary archs (for now), allow secondary to bootstrap
86b2c0
%if ! 0%{?bootstrap}
86b2c0
%ifarch %{arm} %{ix86} x86_64 %{power64} s390 s390x aarch64
86b2c0
%global docs 1
86b2c0
%endif
86b2c0
86b2c0
%global examples 1
86b2c0
%global tests 1
86b2c0
%endif
86b2c0
86b2c0
Summary: Qt5 - QtBase components
86b2c0
Name:    qt5-qtbase
86b2c0
Version: 5.9.2
86b2c0
Release: 3%{?dist}
86b2c0
86b2c0
# See LGPL_EXCEPTIONS.txt, for exception details
86b2c0
License: LGPLv2 with exceptions or GPLv3 with exceptions
86b2c0
Url: http://qt-project.org/
86b2c0
Source0: http://download.qt.io/official_releases/qt/5.9/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
86b2c0
86b2c0
# https://bugzilla.redhat.com/show_bug.cgi?id=1227295
86b2c0
Source1: qtlogging.ini
86b2c0
86b2c0
# header file to workaround multilib issue
86b2c0
# https://bugzilla.redhat.com/show_bug.cgi?id=1036956
86b2c0
Source5: qconfig-multilib.h
86b2c0
86b2c0
# xinitrc script to check for OpenGL 1 only drivers and automatically set
86b2c0
# QT_XCB_FORCE_SOFTWARE_OPENGL for them
86b2c0
Source6: 10-qt5-check-opengl2.sh
86b2c0
86b2c0
# support multilib optflags
86b2c0
Patch2: qtbase-multilib_optflags.patch
86b2c0
86b2c0
# fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
86b2c0
Patch4: qtbase-opensource-src-5.6.2-QTBUG-35459.patch
86b2c0
86b2c0
# upstreamable patches
86b2c0
# namespace QT_VERSION_CHECK to workaround major/minor being pre-defined (#1396755)
86b2c0
Patch50: qtbase-opensource-src-5.8.0-QT_VERSION_CHECK.patch
86b2c0
86b2c0
# 1381828 - Broken window scaling for some QT5 applications (#1381828)
86b2c0
# This patch moves the threshold for 2x scaling from the DPI of 144 to 192,
86b2c0
# the same value GNOME uses. It's not a complete solution...
86b2c0
Patch51: qtbase-hidpi_scale_at_192.patch
86b2c0
86b2c0
# 1. Workaround moc/multilib issues
86b2c0
# https://bugzilla.redhat.com/show_bug.cgi?id=1290020
86b2c0
# https://bugreports.qt.io/browse/QTBUG-49972
86b2c0
# 2. Workaround sysmacros.h (pre)defining major/minor a breaking stuff
86b2c0
Patch52: qtbase-opensource-src-5.7.1-moc_macros.patch
86b2c0
86b2c0
# drop -O3 and make -O2 by default
86b2c0
Patch61: qt5-qtbase-cxxflag.patch
86b2c0
86b2c0
# support firebird version 3.x
86b2c0
Patch62: qt5-qtbase-5.9.1-firebird.patch
86b2c0
86b2c0
# fix for new mariadb
86b2c0
Patch63: qtbase-opensource-src-5.9.0-mysql.patch
86b2c0
86b2c0
# Do not check any files in %%{_qt5_plugindir}/platformthemes/ for requires.
86b2c0
# Those themes are there for platform integration. If the required libraries are
86b2c0
# not there, the platform to integrate with isn't either. Then Qt will just
86b2c0
# silently ignore the plugin that fails to load. Thus, there is no need to let
86b2c0
# RPM drag in gtk3 as a dependency for the GTK+3 dialog support.
86b2c0
%global __requires_exclude_from ^%{_qt5_plugindir}/platformthemes/.*$
86b2c0
# filter plugin provides
86b2c0
%global __provides_exclude_from ^%{_qt5_plugindir}/.*\\.so$
86b2c0
86b2c0
# macros, be mindful to keep sync'd with macros.qt5
86b2c0
Source10: macros.qt5
86b2c0
%global _qt5 %{name}
86b2c0
%global _qt5_prefix %{_libdir}/qt5
86b2c0
%global _qt5_archdatadir %{_libdir}/qt5
86b2c0
# -devel bindir items (still) conflict with qt4
86b2c0
# at least until this is all implemented,
86b2c0
# http://lists.qt-project.org/pipermail/development/2012-November/007990.html
86b2c0
%global _qt5_bindir %{_qt5_prefix}/bin
86b2c0
%global _qt5_datadir %{_datadir}/qt5
86b2c0
%global _qt5_docdir %{_docdir}/qt5
86b2c0
%global _qt5_examplesdir %{_qt5_prefix}/examples
86b2c0
%global _qt5_headerdir %{_includedir}/qt5
86b2c0
%global _qt5_importdir %{_qt5_archdatadir}/imports
86b2c0
%global _qt5_libdir %{_libdir}
86b2c0
%global _qt5_libexecdir %{_qt5_archdatadir}/libexec
86b2c0
%global _qt5_plugindir %{_qt5_archdatadir}/plugins
86b2c0
%global _qt5_settingsdir %{_sysconfdir}/xdg
86b2c0
%global _qt5_sysconfdir %{_qt5_settingsdir}
86b2c0
%global _qt5_translationdir %{_datadir}/qt5/translations
86b2c0
86b2c0
# for %%check
86b2c0
BuildRequires: cmake
86b2c0
BuildRequires: cups-devel
86b2c0
BuildRequires: desktop-file-utils
86b2c0
BuildRequires: findutils
86b2c0
BuildRequires: libjpeg-devel
86b2c0
BuildRequires: libmng-devel
86b2c0
BuildRequires: libtiff-devel
86b2c0
BuildRequires: pkgconfig(alsa)
86b2c0
# required for -accessibility
86b2c0
BuildRequires: pkgconfig(atspi-2)
86b2c0
# http://bugzilla.redhat.com/1196359
86b2c0
%if 0%{?fedora} || 0%{?rhel} > 6
86b2c0
%global dbus -dbus-linked
86b2c0
BuildRequires: pkgconfig(dbus-1)
86b2c0
%endif
86b2c0
BuildRequires: pkgconfig(libdrm)
86b2c0
BuildRequires: pkgconfig(fontconfig)
86b2c0
BuildRequires: pkgconfig(gl)
86b2c0
BuildRequires: pkgconfig(glib-2.0)
86b2c0
BuildRequires: pkgconfig(gtk+-3.0)
86b2c0
BuildRequires: pkgconfig(libproxy-1.0)
86b2c0
# xcb-sm
86b2c0
BuildRequires: pkgconfig(ice) pkgconfig(sm)
86b2c0
BuildRequires: pkgconfig(libpng)
86b2c0
BuildRequires: pkgconfig(libudev)
86b2c0
%global openssl -openssl-linked
86b2c0
BuildRequires: pkgconfig(openssl)
86b2c0
BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
86b2c0
%if 0%{?fedora}
86b2c0
%global xkbcommon -system-xkbcommon
86b2c0
BuildRequires: pkgconfig(libinput)
86b2c0
BuildRequires: pkgconfig(xcb-xkb) >= 1.10
86b2c0
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
86b2c0
BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1
86b2c0
%else
86b2c0
# not Fedora
86b2c0
%if 0%{?rhel} == 6
86b2c0
%global xcb -qt-xcb
86b2c0
%endif
86b2c0
%global xkbcommon -qt-xkbcommon
86b2c0
Provides: bundled(libxkbcommon) = 0.4.1
86b2c0
%endif
86b2c0
BuildRequires: pkgconfig(xkeyboard-config)
86b2c0
%if 0%{?fedora} || 0%{?rhel} > 6
86b2c0
%global egl 1
86b2c0
BuildRequires: pkgconfig(egl)
86b2c0
BuildRequires: pkgconfig(gbm)
86b2c0
BuildRequires: pkgconfig(glesv2)
86b2c0
%global sqlite -system-sqlite
86b2c0
BuildRequires: pkgconfig(sqlite3) >= 3.7
86b2c0
%if 0%{?fedora} > 22
86b2c0
%global harfbuzz -system-harfbuzz
86b2c0
BuildRequires: pkgconfig(harfbuzz) >= 0.9.42
86b2c0
%endif
86b2c0
BuildRequires: pkgconfig(libpcre2-posix) >= 10.20
86b2c0
BuildRequires: pkgconfig(libpcre) >= 8.0
86b2c0
%global pcre -system-pcre
86b2c0
BuildRequires: pkgconfig(xcb-xkb)
86b2c0
%else
86b2c0
BuildRequires: libicu-devel
86b2c0
%global pcre -qt-pcre
86b2c0
%endif
86b2c0
BuildRequires: pkgconfig(xcb) pkgconfig(xcb-glx) pkgconfig(xcb-icccm) pkgconfig(xcb-image) pkgconfig(xcb-keysyms) pkgconfig(xcb-renderutil)
86b2c0
BuildRequires: pkgconfig(zlib)
86b2c0
86b2c0
%if 0%{?tests}
86b2c0
BuildRequires: dbus-x11
86b2c0
BuildRequires: mesa-dri-drivers
86b2c0
BuildRequires: time
86b2c0
BuildRequires: xorg-x11-server-Xvfb
86b2c0
%endif
86b2c0
86b2c0
# For the very first bootstrap of 5.6 we need valgring for now, as qt5-qdoc brand new
86b2c0
# splitted package script still using it
86b2c0
%ifnarch s390
86b2c0
BuildRequires: valgrind
86b2c0
%endif
86b2c0
86b2c0
%if 0%{?qtchooser}
86b2c0
%if 0%{?fedora}
86b2c0
Conflicts: qt < 1:4.8.6-10
86b2c0
%endif
86b2c0
Requires(post): %{_sbindir}/update-alternatives
86b2c0
Requires(postun): %{_sbindir}/update-alternatives
86b2c0
%endif
86b2c0
%if 0%{?qt_settings}
86b2c0
Requires: qt-settings
86b2c0
%endif
86b2c0
Requires: %{name}-common = %{version}-%{release}
86b2c0
86b2c0
## Sql drivers
86b2c0
%if 0%{?rhel}
86b2c0
%global ibase -no-sql-ibase
86b2c0
%global tds -no-sql-tds
86b2c0
%endif
86b2c0
86b2c0
%description
86b2c0
Qt is a software toolkit for developing applications.
86b2c0
86b2c0
This package contains base tools, like string, xml, and network
86b2c0
handling.
86b2c0
86b2c0
%package common
86b2c0
Summary: Common files for Qt5
86b2c0
Requires: %{name} = %{version}-%{release}
86b2c0
BuildArch: noarch
86b2c0
%description common
86b2c0
%{summary}.
86b2c0
86b2c0
%package devel
86b2c0
Summary: Development files for %{name}
86b2c0
Provides: %{name}-private-devel = %{version}-%{release}
86b2c0
Requires: %{name}%{?_isa} = %{version}-%{release}
86b2c0
Requires: %{name}-gui%{?_isa}
86b2c0
%if 0%{?egl}
86b2c0
Requires: pkgconfig(egl)
86b2c0
%endif
86b2c0
Requires: pkgconfig(gl)
86b2c0
Requires: qt5-rpm-macros
86b2c0
%description devel
86b2c0
%{summary}.
86b2c0
86b2c0
%if 0%{?docs}
86b2c0
%package doc
86b2c0
Summary: API documentation for %{name}
86b2c0
License: GFDL
86b2c0
Requires: %{name} = %{version}-%{release}
86b2c0
BuildRequires: qt5-qhelpgenerator
86b2c0
BuildRequires: qt5-qdoc
86b2c0
## noarch build currently FTBFS, see https://bugzilla.redhat.com/1437522
86b2c0
# BuildArch: noarch
86b2c0
%description doc
86b2c0
%{summary}.
86b2c0
%endif
86b2c0
86b2c0
%package examples
86b2c0
Summary: Programming examples for %{name}
86b2c0
Requires: %{name}%{?_isa} = %{version}-%{release}
86b2c0
%description examples
86b2c0
%{summary}.
86b2c0
86b2c0
%package static
86b2c0
Summary: Static library files for %{name}
86b2c0
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
86b2c0
Requires: pkgconfig(fontconfig)
86b2c0
Requires: pkgconfig(glib-2.0)
86b2c0
%if 0%{?fedora}
86b2c0
Requires: pkgconfig(libinput)
86b2c0
Requires: pkgconfig(xkbcommon)
86b2c0
%endif
86b2c0
Requires: pkgconfig(zlib)
86b2c0
%description static
86b2c0
%{summary}.
86b2c0
86b2c0
%if "%{?ibase}" != "-no-sql-ibase"
86b2c0
%package ibase
86b2c0
Summary: IBase driver for Qt5's SQL classes
86b2c0
BuildRequires: firebird-devel
86b2c0
Requires: %{name}%{?_isa} = %{version}-%{release}
86b2c0
%description ibase
86b2c0
%{summary}.
86b2c0
%endif
86b2c0
86b2c0
%package mysql
86b2c0
Summary: MySQL driver for Qt5's SQL classes
86b2c0
BuildRequires: mysql-devel
86b2c0
Requires: %{name}%{?_isa} = %{version}-%{release}
86b2c0
%description mysql
86b2c0
%{summary}.
86b2c0
86b2c0
%package odbc
86b2c0
Summary: ODBC driver for Qt5's SQL classes
86b2c0
BuildRequires: unixODBC-devel
86b2c0
Requires: %{name}%{?_isa} = %{version}-%{release}
86b2c0
%description odbc
86b2c0
%{summary}.
86b2c0
86b2c0
%package postgresql
86b2c0
Summary: PostgreSQL driver for Qt5's SQL classes
86b2c0
BuildRequires: postgresql-devel
86b2c0
Requires: %{name}%{?_isa} = %{version}-%{release}
86b2c0
%description postgresql
86b2c0
%{summary}.
86b2c0
86b2c0
%if "%{?tds}" != "-no-sql-tds"
86b2c0
%package tds
86b2c0
Summary: TDS driver for Qt5's SQL classes
86b2c0
BuildRequires: freetds-devel
86b2c0
Requires: %{name}%{?_isa} = %{version}-%{release}
86b2c0
%description tds
86b2c0
%{summary}.
86b2c0
%endif
86b2c0
86b2c0
# debating whether to do 1 subpkg per library or not -- rex
86b2c0
%package gui
86b2c0
Summary: Qt5 GUI-related libraries
86b2c0
Requires: %{name}%{?_isa} = %{version}-%{release}
86b2c0
%if 0%{?fedora} > 20
86b2c0
Recommends: mesa-dri-drivers
86b2c0
%endif
86b2c0
Obsoletes: qt5-qtbase-x11 < 5.2.0
86b2c0
Provides:  qt5-qtbase-x11 = %{version}-%{release}
86b2c0
# for Source6: 10-qt5-check-opengl2.sh:
86b2c0
# glxinfo
86b2c0
Requires: glx-utils
86b2c0
%description gui
86b2c0
Qt5 libraries used for drawing widgets and OpenGL items.
86b2c0
86b2c0
%package -n qt5-rpm-macros
86b2c0
Summary: RPM macros for Qt5
86b2c0
%if 0%{?fedora} > 22 && 0%{?inject_optflags}
86b2c0
# https://bugzilla.redhat.com/show_bug.cgi?id=1248174
86b2c0
Requires: redhat-rpm-config
86b2c0
%endif
86b2c0
# when qt5-rpm-macros was split out
86b2c0
Conflicts: qt5-qtbase-devel < 5.6.0-0.23
86b2c0
BuildArch: noarch
86b2c0
%description -n qt5-rpm-macros
86b2c0
RPM macros for building Qt5 packages.
86b2c0
86b2c0
86b2c0
%prep
86b2c0
%setup -q -n %{qt_module}-opensource-src-%{version}
86b2c0
86b2c0
%patch4 -p1 -b .QTBUG-35459
86b2c0
86b2c0
%patch50 -p1 -b .QT_VERSION_CHECK
86b2c0
%patch51 -p1 -b .hidpi_scale_at_192
86b2c0
%patch52 -p1 -b .moc_macros
86b2c0
%patch61 -p1 -b .qt5-qtbase-cxxflag
86b2c0
%patch62 -p1 -b .firebird
86b2c0
%patch63 -p1 -b .mysql
86b2c0
86b2c0
%if 0%{?inject_optflags}
86b2c0
## adjust $RPM_OPT_FLAGS
86b2c0
86b2c0
%patch2 -p1 -b .multilib_optflags
86b2c0
# drop backup file(s), else they get installed too, http://bugzilla.redhat.com/639463
86b2c0
rm -fv mkspecs/linux-g++*/qmake.conf.multilib-optflags
86b2c0
86b2c0
sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" \
86b2c0
  mkspecs/%{platform}/qmake.conf
86b2c0
86b2c0
sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 $RPM_LD_FLAGS|" \
86b2c0
  mkspecs/common/g++-unix.conf
86b2c0
86b2c0
# undefine QMAKE_STRIP (and friends), so we get useful -debuginfo pkgs (#1065636)
86b2c0
sed -i -e 's|^\(QMAKE_STRIP.*=\).*$|\1|g' mkspecs/common/linux.conf
86b2c0
%endif
86b2c0
86b2c0
86b2c0
# move some bundled libs to ensure they're not accidentally used
86b2c0
pushd src/3rdparty
86b2c0
mkdir UNUSED
86b2c0
mv freetype libjpeg libpng zlib UNUSED/
86b2c0
%if "%{?sqlite}" == "-system-sqlite"
86b2c0
mv sqlite UNUSED/
86b2c0
%endif
86b2c0
%if "%{?xcb}" != "-qt-xcb"
86b2c0
mv xcb UNUSED/
86b2c0
%endif
86b2c0
popd
86b2c0
86b2c0
# builds failing mysteriously on f20
86b2c0
# ./configure: Permission denied
86b2c0
# check to ensure that can't happen -- rex
86b2c0
test -x configure || chmod +x configure
86b2c0
86b2c0
# use proper perl interpretter so autodeps work as expected
86b2c0
sed -i -e "s|^#!/usr/bin/env perl$|#!%{__perl}|" \
86b2c0
 bin/fixqt4headers.pl \
86b2c0
 bin/syncqt.pl \
86b2c0
 mkspecs/features/data/unix/findclasslist.pl
86b2c0
86b2c0
# Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417
86b2c0
sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i \
86b2c0
  mkspecs/features/create_cmake.prf
86b2c0
86b2c0
86b2c0
%build
86b2c0
## adjust $RPM_OPT_FLAGS
86b2c0
# remove -fexceptions
86b2c0
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
86b2c0
RPM_OPT_FLAGS="$RPM_OPT_FLAGS %{?qt5_arm_flag} %{?qt5_deprecated_flag} %{?qt5_null_flag}"
86b2c0
86b2c0
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
86b2c0
export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS"
86b2c0
export LDFLAGS="$LDFLAGS $RPM_LD_FLAGS"
86b2c0
export MAKEFLAGS="%{?_smp_mflags}"
86b2c0
86b2c0
./configure -v \
86b2c0
  -verbose \
86b2c0
  -confirm-license \
86b2c0
  -opensource \
86b2c0
  -prefix %{_qt5_prefix} \
86b2c0
  -archdatadir %{_qt5_archdatadir} \
86b2c0
  -bindir %{_qt5_bindir} \
86b2c0
  -libdir %{_qt5_libdir} \
86b2c0
  -libexecdir %{_qt5_libexecdir} \
86b2c0
  -datadir %{_qt5_datadir} \
86b2c0
  -docdir %{_qt5_docdir} \
86b2c0
  -examplesdir %{_qt5_examplesdir} \
86b2c0
  -headerdir %{_qt5_headerdir} \
86b2c0
  -importdir %{_qt5_importdir} \
86b2c0
  -plugindir %{_qt5_plugindir} \
86b2c0
  -sysconfdir %{_qt5_sysconfdir} \
86b2c0
  -translationdir %{_qt5_translationdir} \
86b2c0
  -platform %{platform} \
86b2c0
  -release \
86b2c0
  -shared \
86b2c0
  -accessibility \
86b2c0
  %{?dbus}%{!?dbus:-dbus-runtime} \
86b2c0
  -fontconfig \
86b2c0
  -glib \
86b2c0
  -gtk \
86b2c0
  %{?ibase} \
86b2c0
  -icu \
86b2c0
  %{?journald} \
86b2c0
  %{?openssl} \
86b2c0
  -optimized-qmake \
86b2c0
  %{!?examples:-nomake examples} \
86b2c0
  %{!?tests:-nomake tests} \
86b2c0
  -no-pch \
86b2c0
  -no-rpath \
86b2c0
  -no-separate-debug-info \
86b2c0
  -no-strip \
86b2c0
  -system-libjpeg \
86b2c0
  -system-libpng \
86b2c0
  %{?harfbuzz} \
86b2c0
  %{?pcre} \
86b2c0
  %{?sqlite} \
86b2c0
  %{?tds} \
86b2c0
  %{?xcb} \
86b2c0
  %{?xkbcommon} \
86b2c0
  -system-zlib \
86b2c0
  -no-directfb
86b2c0
86b2c0
%if ! 0%{?inject_optflags}
86b2c0
# ensure qmake build using optflags (which can happen if not munging qmake.conf defaults)
86b2c0
make clean -C qmake
86b2c0
make %{?_smp_mflags} -C qmake \
86b2c0
  QMAKE_CFLAGS_RELEASE="${CFLAGS:-$RPM_OPT_FLAGS}" \
86b2c0
  QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-$RPM_OPT_FLAGS}" \
86b2c0
  QMAKE_LFLAGS_RELEASE="${LDFLAGS:-$RPM_LD_FLAGS}" \
86b2c0
  QMAKE_STRIP=
86b2c0
%endif
86b2c0
86b2c0
make %{?_smp_mflags}
86b2c0
86b2c0
%if 0%{?docs}
86b2c0
# HACK to avoid multilib conflicts in noarch content
86b2c0
# see also https://bugreports.qt-project.org/browse/QTBUG-42071
86b2c0
QT_HASH_SEED=0; export QT_HASH_SEED
86b2c0
86b2c0
make html_docs
86b2c0
make qch_docs
86b2c0
%endif
86b2c0
86b2c0
86b2c0
%install
86b2c0
make install INSTALL_ROOT=%{buildroot}
86b2c0
86b2c0
%if 0%{?docs}
86b2c0
make install_docs INSTALL_ROOT=%{buildroot}
86b2c0
%endif
86b2c0
86b2c0
install -m644 -p -D %{SOURCE1} %{buildroot}%{_qt5_datadir}/qtlogging.ini
86b2c0
86b2c0
# Qt5.pc
86b2c0
cat >%{buildroot}%{_libdir}/pkgconfig/Qt5.pc<
86b2c0
prefix=%{_qt5_prefix}
86b2c0
archdatadir=%{_qt5_archdatadir}
86b2c0
bindir=%{_qt5_bindir}
86b2c0
datadir=%{_qt5_datadir}
86b2c0
86b2c0
docdir=%{_qt5_docdir}
86b2c0
examplesdir=%{_qt5_examplesdir}
86b2c0
headerdir=%{_qt5_headerdir}
86b2c0
importdir=%{_qt5_importdir}
86b2c0
libdir=%{_qt5_libdir}
86b2c0
libexecdir=%{_qt5_libexecdir}
86b2c0
moc=%{_qt5_bindir}/moc
86b2c0
plugindir=%{_qt5_plugindir}
86b2c0
qmake=%{_qt5_bindir}/qmake
86b2c0
settingsdir=%{_qt5_settingsdir}
86b2c0
sysconfdir=%{_qt5_sysconfdir}
86b2c0
translationdir=%{_qt5_translationdir}
86b2c0
86b2c0
Name: Qt5
86b2c0
Description: Qt5 Configuration
86b2c0
Version: %{version}
86b2c0
EOF
86b2c0
86b2c0
# rpm macros
86b2c0
install -p -m644 -D %{SOURCE10} \
86b2c0
  %{buildroot}%{rpm_macros_dir}/macros.qt5
86b2c0
sed -i \
86b2c0
  -e "s|@@NAME@@|%{name}|g" \
86b2c0
  -e "s|@@EPOCH@@|%{?epoch}%{!?epoch:0}|g" \
86b2c0
  -e "s|@@VERSION@@|%{version}|g" \
86b2c0
  -e "s|@@EVR@@|%{?epoch:%{epoch:}}%{version}-%{release}|g" \
86b2c0
  -e "s|@@QT5_CFLAGS@@|%{?qt5_cflags}|g" \
86b2c0
  -e "s|@@QT5_CXXFLAGS@@|%{?qt5_cxxflags}|g" \
86b2c0
  -e "s|@@QT5_RPM_LD_FLAGS@@|%{?qt5_rpm_ld_flags}|g" \
86b2c0
  -e "s|@@QT5_RPM_OPT_FLAGS@@|%{?qt5_rpm_opt_flags} %{?qt5_null_flag}|g" \
86b2c0
  %{buildroot}%{rpm_macros_dir}/macros.qt5
86b2c0
86b2c0
# create/own dirs
86b2c0
mkdir -p %{buildroot}{%{_qt5_archdatadir}/mkspecs/modules,%{_qt5_importdir},%{_qt5_libexecdir},%{_qt5_plugindir}/{designer,iconengines,script,styles},%{_qt5_translationdir}}
86b2c0
mkdir -p %{buildroot}%{_sysconfdir}/xdg/QtProject
86b2c0
86b2c0
# hardlink files to %{_bindir}, add -qt5 postfix to not conflict
86b2c0
mkdir %{buildroot}%{_bindir}
86b2c0
pushd %{buildroot}%{_qt5_bindir}
86b2c0
for i in * ; do
86b2c0
  case "${i}" in
86b2c0
    moc|qdbuscpp2xml|qdbusxml2cpp|qmake|rcc|syncqt|uic)
86b2c0
      ln -v  ${i} %{buildroot}%{_bindir}/${i}-qt5
86b2c0
      ln -sv ${i} ${i}-qt5
86b2c0
      ;;
86b2c0
    *)
86b2c0
      ln -v  ${i} %{buildroot}%{_bindir}/${i}
86b2c0
      ;;
86b2c0
  esac
86b2c0
done
86b2c0
popd
86b2c0
86b2c0
%ifarch %{multilib_archs}
86b2c0
# multilib: qconfig.h
86b2c0
  mv %{buildroot}%{_qt5_headerdir}/QtCore/qconfig.h %{buildroot}%{_qt5_headerdir}/QtCore/qconfig-%{__isa_bits}.h
86b2c0
  install -p -m644 -D %{SOURCE5} %{buildroot}%{_qt5_headerdir}/QtCore/qconfig.h
86b2c0
%endif
86b2c0
86b2c0
# qtchooser conf
86b2c0
%if 0%{?qtchooser}
86b2c0
  mkdir -p %{buildroot}%{_sysconfdir}/xdg/qtchooser
86b2c0
  pushd    %{buildroot}%{_sysconfdir}/xdg/qtchooser
86b2c0
  echo "%{_qt5_bindir}" >  5-%{__isa_bits}.conf
86b2c0
  echo "%{_qt5_prefix}" >> 5-%{__isa_bits}.conf
86b2c0
  # alternatives targets
86b2c0
  touch default.conf 5.conf
86b2c0
  popd
86b2c0
%endif
86b2c0
86b2c0
## .prl/.la file love
86b2c0
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
86b2c0
pushd %{buildroot}%{_qt5_libdir}
86b2c0
for prl_file in libQt5*.prl ; do
86b2c0
  sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
86b2c0
  if [ -f "$(basename ${prl_file} .prl).so" ]; then
86b2c0
    rm -fv "$(basename ${prl_file} .prl).la"
86b2c0
    sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
86b2c0
  fi
86b2c0
done
86b2c0
popd
86b2c0
86b2c0
install -p -m755 -D %{SOURCE6} %{buildroot}%{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
86b2c0
86b2c0
# fix bz#1442553 multilib issue
86b2c0
privat_header_file=%{buildroot}%{_qt5_headerdir}/QtCore/%{version}/QtCore/private/qconfig_p.h
86b2c0
grep -v QT_FEATURE_sse2 $privat_header_file > ${privat_header_file}.me
86b2c0
mv ${privat_header_file}.me ${privat_header_file}
86b2c0
cat >>${privat_header_file}<
86b2c0
#if defined(__x86_64__)
86b2c0
#define QT_FEATURE_sse2 1
86b2c0
#elif defined(__i386__)
86b2c0
#define QT_FEATURE_sse2 -1
86b2c0
#endif
86b2c0
EOF
86b2c0
86b2c0
# install privat headers for qtxcb
86b2c0
mkdir -p %{buildroot}%{_qt5_headerdir}/QtXcb
86b2c0
install -m 644 src/plugins/platforms/xcb/*.h %{buildroot}%{_qt5_headerdir}/QtXcb/
86b2c0
86b2c0
86b2c0
%check
86b2c0
%if 0%{?tests}
86b2c0
## see tests/README for expected environment (running a plasma session essentially)
86b2c0
## we are not quite there yet
86b2c0
export CTEST_OUTPUT_ON_FAILURE=1
86b2c0
export PATH=%{buildroot}%{_qt5_bindir}:$PATH
86b2c0
export LD_LIBRARY_PATH=%{buildroot}%{_qt5_libdir}
86b2c0
# dbus tests error out when building if session bus is not available
86b2c0
dbus-launch --exit-with-session \
86b2c0
make sub-tests %{?_smp_mflags} -k ||:
86b2c0
xvfb-run -a --server-args="-screen 0 1280x1024x32" \
86b2c0
dbus-launch --exit-with-session \
86b2c0
time \
86b2c0
make check -k ||:
86b2c0
%endif
86b2c0
86b2c0
%if 0%{?qtchooser}
86b2c0
%pre
86b2c0
if [ $1 -gt 1 ] ; then
86b2c0
# remove short-lived qt5.conf alternatives
86b2c0
%{_sbindir}/update-alternatives  \
86b2c0
  --remove qtchooser-qt5 \
86b2c0
  %{_sysconfdir}/xdg/qtchooser/qt5-%{__isa_bits}.conf >& /dev/null ||:
86b2c0
86b2c0
%{_sbindir}/update-alternatives  \
86b2c0
  --remove qtchooser-default \
86b2c0
  %{_sysconfdir}/xdg/qtchooser/qt5.conf >& /dev/null ||:
86b2c0
fi
86b2c0
%endif
86b2c0
86b2c0
%post
86b2c0
/sbin/ldconfig
86b2c0
%if 0%{?qtchooser}
86b2c0
%{_sbindir}/update-alternatives \
86b2c0
  --install %{_sysconfdir}/xdg/qtchooser/5.conf \
86b2c0
  qtchooser-5 \
86b2c0
  %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf \
86b2c0
  %{priority}
86b2c0
86b2c0
%{_sbindir}/update-alternatives \
86b2c0
  --install %{_sysconfdir}/xdg/qtchooser/default.conf \
86b2c0
  qtchooser-default \
86b2c0
  %{_sysconfdir}/xdg/qtchooser/5.conf \
86b2c0
  %{priority}
86b2c0
%endif
86b2c0
86b2c0
%postun
86b2c0
/sbin/ldconfig
86b2c0
%if 0%{?qtchooser}
86b2c0
if [ $1 -eq 0 ]; then
86b2c0
%{_sbindir}/update-alternatives  \
86b2c0
  --remove qtchooser-5 \
86b2c0
  %{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf
86b2c0
86b2c0
%{_sbindir}/update-alternatives  \
86b2c0
  --remove qtchooser-default \
86b2c0
  %{_sysconfdir}/xdg/qtchooser/5.conf
86b2c0
fi
86b2c0
%endif
86b2c0
86b2c0
%files
86b2c0
%{!?_licensedir:%global license %%doc}
86b2c0
%license LICENSE.LGPL* LGPL_EXCEPTION.txt LICENSE.FDL
86b2c0
%if 0%{?qtchooser}
86b2c0
%dir %{_sysconfdir}/xdg/qtchooser
86b2c0
# not editable config files, so not using %%config here
86b2c0
%ghost %{_sysconfdir}/xdg/qtchooser/default.conf
86b2c0
%ghost %{_sysconfdir}/xdg/qtchooser/5.conf
86b2c0
%{_sysconfdir}/xdg/qtchooser/5-%{__isa_bits}.conf
86b2c0
%endif
86b2c0
%dir %{_sysconfdir}/xdg/QtProject/
86b2c0
%{_qt5_libdir}/libQt5Concurrent.so.5*
86b2c0
%{_qt5_libdir}/libQt5Core.so.5*
86b2c0
%{_qt5_libdir}/libQt5DBus.so.5*
86b2c0
%{_qt5_libdir}/libQt5Network.so.5*
86b2c0
%{_qt5_libdir}/libQt5Sql.so.5*
86b2c0
%{_qt5_libdir}/libQt5Test.so.5*
86b2c0
%{_qt5_libdir}/libQt5Xml.so.5*
86b2c0
%{_qt5_libdir}/libQt5EglFSDeviceIntegration.so.5*
86b2c0
%dir %{_qt5_libdir}/cmake/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5Concurrent/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5Core/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5DBus/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5Gui/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5Network/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5OpenGL/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5PrintSupport/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5Sql/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5Test/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5Widgets/
86b2c0
%dir %{_qt5_libdir}/cmake/Qt5Xml/
86b2c0
%dir %{_qt5_docdir}/
86b2c0
%{_qt5_docdir}/global/
86b2c0
%{_qt5_importdir}/
86b2c0
%{_qt5_translationdir}/
86b2c0
%dir %{_qt5_prefix}/
86b2c0
%dir %{_qt5_datadir}/
86b2c0
%{_qt5_datadir}/qtlogging.ini
86b2c0
%dir %{_qt5_libexecdir}/
86b2c0
%dir %{_qt5_plugindir}/
86b2c0
%dir %{_qt5_plugindir}/bearer/
86b2c0
%{_qt5_plugindir}/bearer/libqconnmanbearer.so
86b2c0
%{_qt5_plugindir}/bearer/libqgenericbearer.so
86b2c0
%{_qt5_plugindir}/bearer/libqnmbearer.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QConnmanEnginePlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Network/Qt5Network_QNetworkManagerEnginePlugin.cmake
86b2c0
%dir %{_qt5_plugindir}/designer/
86b2c0
%dir %{_qt5_plugindir}/generic/
86b2c0
%dir %{_qt5_plugindir}/iconengines/
86b2c0
%dir %{_qt5_plugindir}/imageformats/
86b2c0
%dir %{_qt5_plugindir}/platforminputcontexts/
86b2c0
%dir %{_qt5_plugindir}/platforms/
86b2c0
%dir %{_qt5_plugindir}/platformthemes/
86b2c0
%dir %{_qt5_plugindir}/printsupport/
86b2c0
%dir %{_qt5_plugindir}/script/
86b2c0
%dir %{_qt5_plugindir}/sqldrivers/
86b2c0
%dir %{_qt5_plugindir}/styles/
86b2c0
%{_qt5_plugindir}/sqldrivers/libqsqlite.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QSQLiteDriverPlugin.cmake
86b2c0
86b2c0
%files common
86b2c0
# empty for now, consider: filesystem/dir ownership, licenses
86b2c0
86b2c0
%if 0%{?docs}
86b2c0
%files doc
86b2c0
%license LICENSE.FDL
86b2c0
%doc dist/README dist/changes-5.*
86b2c0
%{_qt5_docdir}/*.qch
86b2c0
%if 0%{?examples}
86b2c0
%if 0%{!?bootstrap}
86b2c0
# included in -examples instead, see bug #1212750
86b2c0
%exclude %{_qt5_docdir}/*/examples-manifest.xml
86b2c0
%endif
86b2c0
%endif
86b2c0
%{_qt5_docdir}/qmake/
86b2c0
%{_qt5_docdir}/qtconcurrent/
86b2c0
%{_qt5_docdir}/qtcore/
86b2c0
%{_qt5_docdir}/qtdbus/
86b2c0
%{_qt5_docdir}/qtgui/
86b2c0
%{_qt5_docdir}/qtnetwork/
86b2c0
%{_qt5_docdir}/qtopengl/
86b2c0
%{_qt5_docdir}/qtplatformheaders/
86b2c0
%{_qt5_docdir}/qtprintsupport/
86b2c0
%{_qt5_docdir}/qtsql/
86b2c0
%{_qt5_docdir}/qttestlib/
86b2c0
%{_qt5_docdir}/qtwidgets/
86b2c0
%{_qt5_docdir}/qtxml/
86b2c0
%endif
86b2c0
86b2c0
%files devel
86b2c0
%if "%{_qt5_bindir}" != "%{_bindir}"
86b2c0
%dir %{_qt5_bindir}
86b2c0
%endif
86b2c0
%{_bindir}/moc*
86b2c0
%{_bindir}/qdbuscpp2xml*
86b2c0
%{_bindir}/qdbusxml2cpp*
86b2c0
%{_bindir}/qmake*
86b2c0
%{_bindir}/rcc*
86b2c0
%{_bindir}/syncqt*
86b2c0
%{_bindir}/uic*
86b2c0
%{_bindir}/qlalr
86b2c0
%{_bindir}/fixqt4headers.pl
86b2c0
%{_qt5_bindir}/moc*
86b2c0
%{_qt5_bindir}/qdbuscpp2xml*
86b2c0
%{_qt5_bindir}/qdbusxml2cpp*
86b2c0
%{_qt5_bindir}/qmake*
86b2c0
%{_qt5_bindir}/rcc*
86b2c0
%{_qt5_bindir}/syncqt*
86b2c0
%{_qt5_bindir}/uic*
86b2c0
%{_qt5_bindir}/qlalr
86b2c0
%{_qt5_bindir}/fixqt4headers.pl
86b2c0
%if "%{_qt5_headerdir}" != "%{_includedir}"
86b2c0
%dir %{_qt5_headerdir}
86b2c0
%endif
86b2c0
%{_qt5_headerdir}/QtConcurrent/
86b2c0
%{_qt5_headerdir}/QtCore/
86b2c0
%{_qt5_headerdir}/QtDBus/
86b2c0
%{_qt5_headerdir}/QtGui/
86b2c0
%{_qt5_headerdir}/QtNetwork/
86b2c0
%{_qt5_headerdir}/QtOpenGL/
86b2c0
%{_qt5_headerdir}/QtPlatformHeaders/
86b2c0
%{_qt5_headerdir}/QtPrintSupport/
86b2c0
%{_qt5_headerdir}/QtSql/
86b2c0
%{_qt5_headerdir}/QtTest/
86b2c0
%{_qt5_headerdir}/QtWidgets/
86b2c0
%{_qt5_headerdir}/QtXcb/
86b2c0
%{_qt5_headerdir}/QtXml/
86b2c0
%{_qt5_headerdir}/QtEglFSDeviceIntegration
86b2c0
%{_qt5_headerdir}/QtInputSupport
86b2c0
%{_qt5_archdatadir}/mkspecs/
86b2c0
%{_qt5_libdir}/libQt5Concurrent.prl
86b2c0
%{_qt5_libdir}/libQt5Concurrent.so
86b2c0
%{_qt5_libdir}/libQt5Core.prl
86b2c0
%{_qt5_libdir}/libQt5Core.so
86b2c0
%{_qt5_libdir}/libQt5DBus.prl
86b2c0
%{_qt5_libdir}/libQt5DBus.so
86b2c0
%{_qt5_libdir}/libQt5Gui.prl
86b2c0
%{_qt5_libdir}/libQt5Gui.so
86b2c0
%{_qt5_libdir}/libQt5Network.prl
86b2c0
%{_qt5_libdir}/libQt5Network.so
86b2c0
%{_qt5_libdir}/libQt5OpenGL.prl
86b2c0
%{_qt5_libdir}/libQt5OpenGL.so
86b2c0
%{_qt5_libdir}/libQt5PrintSupport.prl
86b2c0
%{_qt5_libdir}/libQt5PrintSupport.so
86b2c0
%{_qt5_libdir}/libQt5Sql.prl
86b2c0
%{_qt5_libdir}/libQt5Sql.so
86b2c0
%{_qt5_libdir}/libQt5Test.prl
86b2c0
%{_qt5_libdir}/libQt5Test.so
86b2c0
%{_qt5_libdir}/libQt5Widgets.prl
86b2c0
%{_qt5_libdir}/libQt5Widgets.so
86b2c0
%{_qt5_libdir}/libQt5XcbQpa.prl
86b2c0
%{_qt5_libdir}/libQt5XcbQpa.so
86b2c0
%{_qt5_libdir}/libQt5Xml.prl
86b2c0
%{_qt5_libdir}/libQt5Xml.so
86b2c0
%{_qt5_libdir}/libQt5EglFSDeviceIntegration.prl
86b2c0
%{_qt5_libdir}/libQt5EglFSDeviceIntegration.so
86b2c0
%{_qt5_libdir}/cmake/Qt5/Qt5Config*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Concurrent/Qt5ConcurrentConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Core/Qt5CoreConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Core/Qt5CoreMacros.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Core/Qt5CTestMacros.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5DBus/Qt5DBusConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5DBus/Qt5DBusMacros.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5GuiConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Network/Qt5NetworkConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5OpenGL/Qt5OpenGLConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5PrintSupport/Qt5PrintSupportConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Sql/Qt5SqlConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Test/Qt5TestConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Widgets/Qt5WidgetsConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Xml/Qt5XmlConfig*.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5/Qt5ModuleLocation.cmake
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5Concurrent.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5Core.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5DBus.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5Gui.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5Network.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5OpenGL.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5PrintSupport.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5Sql.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5Test.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5Widgets.pc
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5Xml.pc
86b2c0
%if 0%{?egl}
86b2c0
%{_qt5_libdir}/libQt5EglFsKmsSupport.prl
86b2c0
%{_qt5_libdir}/libQt5EglFsKmsSupport.so
86b2c0
%endif
86b2c0
86b2c0
86b2c0
%files static
86b2c0
%{_qt5_libdir}/libQt5Bootstrap.*a
86b2c0
%{_qt5_libdir}/libQt5Bootstrap.prl
86b2c0
%{_qt5_headerdir}/QtOpenGLExtensions/
86b2c0
%{_qt5_libdir}/libQt5OpenGLExtensions.*a
86b2c0
%{_qt5_libdir}/libQt5OpenGLExtensions.prl
86b2c0
%{_qt5_libdir}/cmake/Qt5OpenGLExtensions/
86b2c0
%{_qt5_libdir}/pkgconfig/Qt5OpenGLExtensions.pc
86b2c0
%{_qt5_libdir}/libQt5AccessibilitySupport.*a
86b2c0
%{_qt5_libdir}/libQt5AccessibilitySupport.prl
86b2c0
%{_qt5_headerdir}/QtAccessibilitySupport
86b2c0
%{_qt5_libdir}/libQt5DeviceDiscoverySupport.*a
86b2c0
%{_qt5_libdir}/libQt5DeviceDiscoverySupport.prl
86b2c0
%{_qt5_headerdir}/QtDeviceDiscoverySupport
86b2c0
%{_qt5_libdir}/libQt5EglSupport.*a
86b2c0
%{_qt5_libdir}/libQt5EglSupport.prl
86b2c0
%{_qt5_headerdir}/QtEglSupport
86b2c0
%{_qt5_libdir}/libQt5EventDispatcherSupport.*a
86b2c0
%{_qt5_libdir}/libQt5EventDispatcherSupport.prl
86b2c0
%{_qt5_headerdir}/QtEventDispatcherSupport
86b2c0
%{_qt5_libdir}/libQt5FbSupport.*a
86b2c0
%{_qt5_libdir}/libQt5FbSupport.prl
86b2c0
%{_qt5_headerdir}/QtFbSupport
86b2c0
%{_qt5_libdir}/libQt5FontDatabaseSupport.*a
86b2c0
%{_qt5_libdir}/libQt5FontDatabaseSupport.prl
86b2c0
%{_qt5_headerdir}/QtFontDatabaseSupport
86b2c0
%{_qt5_libdir}/libQt5GlxSupport.*a
86b2c0
%{_qt5_libdir}/libQt5GlxSupport.prl
86b2c0
%{_qt5_headerdir}/QtGlxSupport
86b2c0
%{_qt5_libdir}/libQt5InputSupport.*a
86b2c0
%{_qt5_libdir}/libQt5InputSupport.prl
86b2c0
%{_qt5_libdir}/libQt5LinuxAccessibilitySupport.*a
86b2c0
%{_qt5_libdir}/libQt5LinuxAccessibilitySupport.prl
86b2c0
%{_qt5_headerdir}/QtLinuxAccessibilitySupport
86b2c0
%{_qt5_libdir}/libQt5PlatformCompositorSupport.*a
86b2c0
%{_qt5_libdir}/libQt5PlatformCompositorSupport.prl
86b2c0
%{_qt5_headerdir}/QtPlatformCompositorSupport
86b2c0
%{_qt5_libdir}/libQt5ServiceSupport.*a
86b2c0
%{_qt5_libdir}/libQt5ServiceSupport.prl
86b2c0
%{_qt5_headerdir}/QtServiceSupport
86b2c0
%{_qt5_libdir}/libQt5ThemeSupport.*a
86b2c0
%{_qt5_libdir}/libQt5ThemeSupport.prl
86b2c0
%{_qt5_headerdir}/QtThemeSupport
86b2c0
%{_qt5_libdir}/libQt5KmsSupport.*a
86b2c0
%{_qt5_libdir}/libQt5KmsSupport.prl
86b2c0
%{_qt5_headerdir}/QtKmsSupport
86b2c0
86b2c0
%if 0%{?examples}
86b2c0
%files examples
86b2c0
%if 0%{!?bootstrap}
86b2c0
%{_qt5_docdir}/*/examples-manifest.xml
86b2c0
%endif
86b2c0
%{_qt5_examplesdir}/
86b2c0
%endif
86b2c0
86b2c0
%if "%{?ibase}" != "-no-sql-ibase"
86b2c0
%files ibase
86b2c0
%{_qt5_plugindir}/sqldrivers/libqsqlibase.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QIBaseDriverPlugin.cmake
86b2c0
%endif
86b2c0
86b2c0
%files mysql
86b2c0
%{_qt5_plugindir}/sqldrivers/libqsqlmysql.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QMYSQLDriverPlugin.cmake
86b2c0
86b2c0
%files odbc
86b2c0
%{_qt5_plugindir}/sqldrivers/libqsqlodbc.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QODBCDriverPlugin.cmake
86b2c0
86b2c0
%files postgresql
86b2c0
%{_qt5_plugindir}/sqldrivers/libqsqlpsql.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QPSQLDriverPlugin.cmake
86b2c0
86b2c0
%if "%{?tds}" != "-no-sql-tds"
86b2c0
%files tds
86b2c0
%{_qt5_plugindir}/sqldrivers/libqsqltds.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Sql/Qt5Sql_QTDSDriverPlugin.cmake
86b2c0
%endif
86b2c0
86b2c0
%post gui -p /sbin/ldconfig
86b2c0
%postun gui -p /sbin/ldconfig
86b2c0
86b2c0
%files gui
86b2c0
%dir %{_sysconfdir}/X11/xinit
86b2c0
%dir %{_sysconfdir}/X11/xinit/xinitrc.d/
86b2c0
%{_sysconfdir}/X11/xinit/xinitrc.d/10-qt5-check-opengl2.sh
86b2c0
%{_qt5_libdir}/libQt5Gui.so.5*
86b2c0
%{_qt5_libdir}/libQt5OpenGL.so.5*
86b2c0
%{_qt5_libdir}/libQt5PrintSupport.so.5*
86b2c0
%{_qt5_libdir}/libQt5Widgets.so.5*
86b2c0
%{_qt5_libdir}/libQt5XcbQpa.so.5*
86b2c0
%{_qt5_plugindir}/generic/libqevdevkeyboardplugin.so
86b2c0
%{_qt5_plugindir}/generic/libqevdevmouseplugin.so
86b2c0
%{_qt5_plugindir}/generic/libqevdevtabletplugin.so
86b2c0
%{_qt5_plugindir}/generic/libqevdevtouchplugin.so
86b2c0
%if 0%{?fedora}
86b2c0
%{_qt5_plugindir}/generic/libqlibinputplugin.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake
86b2c0
%endif
86b2c0
%{_qt5_plugindir}/generic/libqtuiotouchplugin.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake
86b2c0
%{_qt5_plugindir}/imageformats/libqgif.so
86b2c0
%{_qt5_plugindir}/imageformats/libqico.so
86b2c0
%{_qt5_plugindir}/imageformats/libqjpeg.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake
86b2c0
%{_qt5_plugindir}/platforminputcontexts/libcomposeplatforminputcontextplugin.so
86b2c0
%{_qt5_plugindir}/platforminputcontexts/libibusplatforminputcontextplugin.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake
86b2c0
%if 0%{?egl}
86b2c0
%{_qt5_libdir}/libQt5EglFsKmsSupport.so.5*
86b2c0
%{_qt5_plugindir}/platforms/libqeglfs.so
86b2c0
%{_qt5_plugindir}/platforms/libqminimalegl.so
86b2c0
%dir %{_qt5_plugindir}/egldeviceintegrations/
86b2c0
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-integration.so
86b2c0
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-x11-integration.so
86b2c0
%{_qt5_plugindir}/xcbglintegrations/libqxcb-egl-integration.so
86b2c0
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so
86b2c0
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-emu-integration.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake
86b2c0
%{_qt5_plugindir}/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake
86b2c0
%endif
86b2c0
%{_qt5_plugindir}/platforms/libqlinuxfb.so
86b2c0
%{_qt5_plugindir}/platforms/libqminimal.so
86b2c0
%{_qt5_plugindir}/platforms/libqoffscreen.so
86b2c0
%{_qt5_plugindir}/platforms/libqxcb.so
86b2c0
%{_qt5_plugindir}/platforms/libqvnc.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake
86b2c0
%{_qt5_plugindir}/xcbglintegrations/libqxcb-glx-integration.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake
86b2c0
%{_qt5_plugindir}/platformthemes/libqgtk3.so
86b2c0
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake
86b2c0
%{_qt5_plugindir}/printsupport/libcupsprintersupport.so
86b2c0
%{_qt5_libdir}/cmake/Qt5PrintSupport/Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake
86b2c0
86b2c0
%files -n qt5-rpm-macros
86b2c0
%{rpm_macros_dir}/macros.qt5
86b2c0
86b2c0
86b2c0
%changelog
86b2c0
* Tue Jan 16 2018 Jan Grulich <jgrulich@redhat.com> - 5.9.2-3
86b2c0
- Rebuild due to missing RELRO (fixed in binutils)
86b2c0
  Resolves: bz#1534987
86b2c0
86b2c0
* Thu Jan 11 2018 Jan Grulich <jgrulich@redhat.com> - 5.9.2-2
86b2c0
- Avoid error about unbound variable
86b2c0
  Resolves: bz#1533040
86b2c0
86b2c0
* Fri Oct 06 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-1
86b2c0
- Update to 5.9.2
86b2c0
  Resolves: bz#1479097
86b2c0
86b2c0
* Mon Sep 04 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.1-3
86b2c0
- Add more rpm macros
86b2c0
  Resolves: bz#1479097
86b2c0
86b2c0
* Mon Sep 04 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.1-2
86b2c0
- Enable documentation
86b2c0
  Resolves: bz#1479097
86b2c0
86b2c0
* Fri Aug 18 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.1-1
86b2c0
- Update to 5.9.1 + sync with Fedora
86b2c0
  Resolves: bz#1479097
86b2c0
86b2c0
* Wed Jan 11 2017 Jan Grulich <jgrulich@redhat.com> - 5.6.2-1
86b2c0
- Update to 5.6.2
86b2c0
  Resolves: bz#1384812
86b2c0
86b2c0
* Tue Aug 30 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-10
86b2c0
- Increase build version to have newer version than in EPEL
86b2c0
  Resolves: bz#1317396
86b2c0
86b2c0
* Wed Jun 15 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-2
86b2c0
- fix Qt5.pc version
86b2c0
86b2c0
* Wed Jun 08 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.1-1
86b2c0
- Update to 5.6.1 + sync with Fedora
86b2c0
  Resolves: bz#1317396
86b2c0
86b2c0
* Thu May 26 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.0-13
86b2c0
- Drop qtchooser support as qtchooser is not available in RHEL
86b2c0
  Resolves: bz#1339918
86b2c0
86b2c0
* Wed Apr 27 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.0-12
86b2c0
- Restore rebased poll patch
86b2c0
  Resolves: bz#1317396
86b2c0
  CCBUG: bz#847857
86b2c0
86b2c0
* Wed Apr 13 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.0-11
86b2c0
- Enable documentation
86b2c0
  Resolves: bz#1317396
86b2c0
86b2c0
* Thu Apr 07 2016 Jan Grulich <jgrulich@redhat.com> - 5.6.0-10
86b2c0
- Initial version for RHEL
86b2c0
  Resolves: bz#1317396
86b2c0
86b2c0
* Fri Mar 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-9
86b2c0
- pull upstream patches (upstreamed versions, gcc6-related bits mostly)
86b2c0
86b2c0
* Thu Mar 24 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-8
86b2c0
- make 10-qt5-check-opengl2.sh xinit script more robust
86b2c0
- enable journald support for el7+ (#1315239)
86b2c0
86b2c0
* Sat Mar 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-7
86b2c0
- macros.qt5: null-pointer-checks flag isn't c++-specific
86b2c0
86b2c0
* Sat Mar 19 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-6
86b2c0
- macros.qt5: we really only want the null-pointer-checks flag here
86b2c0
  and definitely no arch-specific ones
86b2c0
86b2c0
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-5
86b2c0
- macros.qt5: cleanup, %%_qt5_cflags, %%_qt5_cxxflags (for f24+)
86b2c0
86b2c0
* Fri Mar 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-3
86b2c0
- rebuild
86b2c0
86b2c0
* Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-2
86b2c0
- respin QTBUG-51767 patch
86b2c0
86b2c0
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
86b2c0
- 5.6.0 release
86b2c0
86b2c0
* Sat Mar 12 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.41.rc
86b2c0
- %%build: restore -dbus-linked
86b2c0
86b2c0
* Fri Mar 11 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.40.rc
86b2c0
- respin QTBUG-51649 patch
86b2c0
- %%build: use -dbus-runtime unconditionally
86b2c0
- drop (unused) build deps: atspi, dbus, networkmanager
86b2c0
86b2c0
* Thu Mar 10 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.39.rc
86b2c0
- candidate fixes for various QtDBus deadlocks (QTBUG-51648,QTBUG-51676)
86b2c0
86b2c0
* Mon Mar 07 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.38.rc
86b2c0
- backport "crash on start if system bus is not available" (QTBUG-51299)
86b2c0
86b2c0
* Sat Mar 05 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.37.rc
86b2c0
- %build: ./configure -journal (f24+)
86b2c0
86b2c0
* Wed Mar 02 2016 Daniel Vrátil <dvratil@fedoraproject.org> 5.6.0-0.36.rc
86b2c0
- Non-bootstrapped build
86b2c0
86b2c0
* Tue Mar 01 2016 Daniel Vrátil <dvratil@fedoraproject.org> 5.6.0-0.35.rc
86b2c0
- Rebuild against new openssl
86b2c0
86b2c0
* Fri Feb 26 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.34.rc
86b2c0
- qtlogging.ini: remove comments
86b2c0
86b2c0
* Thu Feb 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.33.rc
86b2c0
- ship $$[QT_INSTALL_DATA]/qtlogging.ini for packaged logging defaults (#1227295)
86b2c0
86b2c0
* Thu Feb 25 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.32.rc
86b2c0
- qt5-qtbase-static missing dependencies (#1311311)
86b2c0
86b2c0
* Wed Feb 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.31.rc
86b2c0
- Item views don't handle insert/remove of rows robustly (QTBUG-48870)
86b2c0
86b2c0
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.30.rc
86b2c0
- Update to final RC
86b2c0
86b2c0
* Mon Feb 22 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.29.rc
86b2c0
- Update tarball with https://bugreports.qt.io/browse/QTBUG-50703 fix
86b2c0
86b2c0
* Wed Feb 17 2016 Than Ngo <than@redhat.com> - 5.6.0-0.28.rc
86b2c0
- fix build issue with gcc6
86b2c0
86b2c0
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.27.rc
86b2c0
- Update proper tarball. Need avoid the fix branch
86b2c0
86b2c0
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.26.rc
86b2c0
- Integrate rc releases now.
86b2c0
86b2c0
* Sat Feb 13 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.25.beta
86b2c0
- macros.qt5: fix %%qt5_ldflags macro
86b2c0
86b2c0
* Thu Feb 11 2016 Than Ngo <than@redhat.com> - 5.6.0-0.24.beta
86b2c0
- fix build issue with gcc6
86b2c0
- fix check for alsa 1.1.x
86b2c0
86b2c0
* Wed Feb 03 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.23.beta
86b2c0
- qt5-rpm-macros pkg
86b2c0
86b2c0
* Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.22.beta
86b2c0
- don't inject $RPM_OPT_FLAGS/$RPM_LD_FLAGS into qmake defaults f24+ (#1279265)
86b2c0
86b2c0
* Tue Feb 02 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.21.beta
86b2c0
- build with and add to macros.qt5 flags: -fno-delete-null-pointer-checks
86b2c0
86b2c0
* Fri Jan 15 2016 Than Ngo <than@redhat.com> - 5.6.0-0.20.beta
86b2c0
- enable -qt-xcb to fix non-US keys under VNC (#1295713)
86b2c0
86b2c0
* Mon Jan 04 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.19.beta
86b2c0
- Crash in QXcbWindow::setParent() due to NULL xcbScreen (QTBUG-50081, #1291003)
86b2c0
86b2c0
* Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.17.beta
86b2c0
- fix/update Release: tag
86b2c0
86b2c0
* Fri Dec 18 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.16
86b2c0
- 5.6.0-beta (final)
86b2c0
86b2c0
* Wed Dec 16 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.15
86b2c0
- pull in another upstream moc fix/improvement (#1290020,QTBUG-49972)
86b2c0
- fix bootstrap/docs
86b2c0
86b2c0
* Wed Dec 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.13
86b2c0
- workaround moc/qconfig-multilib issues (#1290020,QTBUG-49972)
86b2c0
86b2c0
* Wed Dec 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 5.6.0-0.12
86b2c0
- aarch64 is secondary arch too
86b2c0
- ppc64le is NOT multilib
86b2c0
- Fix Power 64 macro use
86b2c0
86b2c0
* Mon Dec 14 2015 Than Ngo <than@redhat.com> - 5.6.0-0.11
86b2c0
- fix build failure on secondary arch
86b2c0
86b2c0
* Sun Dec 13 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.10
86b2c0
- We're back to gold linker
86b2c0
- Remove reduce relocations
86b2c0
86b2c0
* Sat Dec 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.9
86b2c0
- drop disconnect_displays.patch so we can better test latest xcb/display work
86b2c0
86b2c0
* Fri Dec 11 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.8
86b2c0
- sync latest xcb/screen/display related upstream commits
86b2c0
86b2c0
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.7
86b2c0
- Official beta release
86b2c0
86b2c0
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.6
86b2c0
- Official beta release
86b2c0
86b2c0
* Wed Dec 09 2015 Daniel Vratil <dvratil@fedoraproject.org> - 5.6.0-0.5
86b2c0
- try reverting from -optimized-tools to -optimized-qmake
86b2c0
86b2c0
* Sun Dec 06 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.4
86b2c0
- re-introduce bootstrap/examples macros
86b2c0
- put examples-manifest.xml in -examples
86b2c0
- restore -doc multilib hack (to be on the safe side, can't hurt)
86b2c0
- %%build: s/-optimized-qmake/-optimized-tools/
86b2c0
86b2c0
* Sat Dec 05 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.3
86b2c0
- Beta 3
86b2c0
- Reintroduce xcb patch from https://codereview.qt-project.org/#/c/138201/
86b2c0
86b2c0
* Fri Nov 27 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
86b2c0
- Valgrind still needed as buildreq due recent split qdoc package, but we can get rid of
86b2c0
  specific arch set.
86b2c0
- Added missing libproxy buildreq
86b2c0
- Epel and RHEL doesn't have libinput, so a plugin need to be excluded for this distros
86b2c0
86b2c0
* Wed Nov 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-10
86b2c0
- -devel: Requires: redhat-rpm-config (#1248174)
86b2c0
86b2c0
* Wed Nov 18 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-9
86b2c0
- Get rid of valgrind hack. It sort out that we don't need it anymore (#1211203)
86b2c0
86b2c0
* Mon Nov 09 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-8
86b2c0
- qt5-qdoc need requires >= current version, otherwise will prevent the usage further when moved to qttools
86b2c0
86b2c0
* Mon Nov 09 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-7
86b2c0
- qt5-qdoc subpkg
86b2c0
86b2c0
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
86b2c0
- Start to implement 5.6.0 beta
86b2c0
86b2c0
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
86b2c0
- Start to implement 5.6.0 beta
86b2c0
86b2c0
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5.5.1-6
86b2c0
- full build
86b2c0
86b2c0
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 5.5.1-5
86b2c0
- rebuild for ICU 56.1
86b2c0
86b2c0
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
86b2c0
- Update to final release 5.5.1
86b2c0
86b2c0
* Mon Oct 05 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-1
86b2c0
- Update to Qt 5.5.1 RC1
86b2c0
- Patchs 13, 52, 53, 101, 155, 223, 297 removed due to inclusion upstream
86b2c0
86b2c0
* Mon Oct 05 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-18
86b2c0
- When a screen comes back online, the windows need to be told about it (QTBUG-47041)
86b2c0
- xcb: Ignore disabling of outputs in the middle of the mode switch
86b2c0
86b2c0
* Wed Aug 19 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-17
86b2c0
- unconditionally undo valgrind hack when done (#1255054)
86b2c0
86b2c0
* Sat Aug 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-16
86b2c0
- backport 0055-Respect-manual-set-icon-themes.patch (kde#344469)
86b2c0
- conditionally use valgrind only if needed
86b2c0
86b2c0
* Fri Aug 07 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-15
86b2c0
- use valgrind to debug qdoc HTML generation
86b2c0
86b2c0
* Fri Aug 07 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-14
86b2c0
- remove GDB hackery again, -12 built fine on i686, hack breaks ARM build
86b2c0
- fix 10-qt5-check-opengl2.sh for multiple screens (#1245755)
86b2c0
86b2c0
* Thu Aug 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-13
86b2c0
- use upstream commit/fix for QTBUG-46310
86b2c0
- restore qdoc/gdb hackery, i686 still needs it :(
86b2c0
86b2c0
* Wed Aug 05 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.0-12
86b2c0
- remove GDB hackery, it is not producing useful backtraces for the ARM crash
86b2c0
86b2c0
* Mon Aug 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-11
86b2c0
- Add mesa-dri-drivers as recommends on gui package as reported by Kevin Kofler
86b2c0
- Reference https://bugzilla.redhat.com/1249280
86b2c0
86b2c0
* Wed Jul 29 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-10
86b2c0
- -docs: BuildRequires: qt5-qhelpgenerator
86b2c0
86b2c0
* Fri Jul 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-9
86b2c0
- use qdoc.gdb wrapper
86b2c0
86b2c0
* Wed Jul 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-8
86b2c0
- %%build: hack around 'make docs' failures (on f22+)
86b2c0
86b2c0
* Wed Jul 15 2015 Jan Grulich <jgrulich@redhat.com> 5.5.0-7
86b2c0
- restore previously dropped patches
86b2c0
86b2c0
* Tue Jul 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-6
86b2c0
- disable bootstrap again
86b2c0
86b2c0
* Tue Jul 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-5
86b2c0
- enable bootstrap (and disable failing docs)
86b2c0
86b2c0
* Mon Jul 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-4
86b2c0
- Qt5 application crashes when connecting/disconnecting displays (#1083664)
86b2c0
86b2c0
* Fri Jul 10 2015 Than Ngo <than@redhat.com> - 5.5.0-3
86b2c0
- add better fix for compile error on big endian
86b2c0
86b2c0
* Thu Jul 09 2015 Than Ngo <than@redhat.com> - 5.5.0-2
86b2c0
- fix build failure on big endian platform (ppc64,s390x)
86b2c0
86b2c0
* Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.5.rc
86b2c0
- Second round of builds now with bootstrap enabled due new qttools
86b2c0
86b2c0
* Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.4.rc
86b2c0
- Enable bootstrap to first import on rawhide
86b2c0
86b2c0
* Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.3.rc
86b2c0
- Disable bootstrap
86b2c0
86b2c0
* Wed Jun 24 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
86b2c0
- Update for official RC1 released packages
86b2c0
86b2c0
* Mon Jun 15 2015 Daniel Vratil <dvratil@redhat.com> 5.5.0-0.1.rc
86b2c0
- Qt 5.5 RC 1
86b2c0
86b2c0
* Mon Jun 08 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.2-2
86b2c0
- rebase to latest SM patches (QTBUG-45484, QTBUG-46310)
86b2c0
86b2c0
* Tue Jun 02 2015 Jan Grulich <jgrulich@redhat.com> 5.4.2-1
86b2c0
- Update to 5.4.2
86b2c0
86b2c0
* Tue May 26 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-20
86b2c0
- SM_CLIENT_ID property is not set (QTBUG-46310)
86b2c0
86b2c0
* Mon May 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-19
86b2c0
- QWidget::setWindowRole does nothing (QTBUG-45484)
86b2c0
86b2c0
* Wed May 20 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-18
86b2c0
- own /etc/xdg/QtProject
86b2c0
- Requires: qt-settings (f22+)
86b2c0
86b2c0
* Sat May 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-17
86b2c0
- Try to ensure that -fPIC is used in CMake builds (QTBUG-45755)
86b2c0
86b2c0
* Thu May 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-16
86b2c0
- Some Qt apps crash if they are compiled with gcc5 (QTBUG-45755)
86b2c0
86b2c0
* Thu May 07 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-15
86b2c0
- try harder to avoid doc/multilib conflicts (#1212750)
86b2c0
86b2c0
* Wed May 06 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-14
86b2c0
- Shortcuts with KeypadModifier not working (QTBUG-33093,#1219173)
86b2c0
86b2c0
* Tue May 05 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-13
86b2c0
- backport: data corruption in QNetworkAccessManager
86b2c0
86b2c0
* Fri May 01 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-12
86b2c0
- backport a couple more upstream fixes
86b2c0
- introduce -common noarch subpkg, should help multilib issues
86b2c0
86b2c0
* Sat Apr 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-11
86b2c0
- port qtdbusconnection_no_debug.patch from qt(4)
86b2c0
86b2c0
* Fri Apr 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-10
86b2c0
- -examples: include %%{_qt5_docdir}/qdoc/examples-manifest.xml (#1212750)
86b2c0
86b2c0
* Mon Apr 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-9
86b2c0
- Multiple Vulnerabilities in Qt Image Format Handling (CVE-2015-1860 CVE-2015-1859 CVE-2015-1858)
86b2c0
86b2c0
* Fri Apr 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-8
86b2c0
- -dbus=runtime on el6 (#1196359)
86b2c0
- %%build: -no-directfb
86b2c0
86b2c0
* Wed Apr 01 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.1-7
86b2c0
- drop 5.5 XCB patches, the rebase is incomplete and does not work properly with Qt 5.4
86b2c0
86b2c0
* Mon Mar 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-6
86b2c0
- Crash due to unsafe access to QTextLayout::lineCount (#1207279,QTBUG-43562)
86b2c0
86b2c0
* Mon Mar 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-5
86b2c0
- unable to use input methods in ibus-1.5.10 (#1203575)
86b2c0
86b2c0
* Wed Mar 25 2015 Daniel Vrátil <dvratil@redhat.com> - 5.4.1-4
86b2c0
- pull in set of upstream Qt 5.5 fixes and improvements for XCB screen handling rebased to 5.4
86b2c0
86b2c0
* Fri Feb 27 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.4.1-3
86b2c0
- pull in handful of upstream fixes, particularly...
86b2c0
- Fix a division by zero when processing malformed BMP files (QTBUG-44547, CVE-2015-0295)
86b2c0
86b2c0
* Wed Feb 25 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.1-2
86b2c0
- try bootstrap=1 (f23)
86b2c0
86b2c0
* Tue Feb 24 2015 Jan Grulich <jgrulich@redhat.com> 5.4.1-1
86b2c0
- update to 5.4.1
86b2c0
86b2c0
* Mon Feb 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-13
86b2c0
- -no-use-gold-linker (f22+, #1193044)
86b2c0
86b2c0
* Thu Feb 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-12
86b2c0
- own  %%{_qt5_plugindir}/{designer,iconengines,script,styles}
86b2c0
86b2c0
* Thu Feb 05 2015 David Tardon <dtardon@redhat.com> - 5.4.0-11
86b2c0
- full build after ICU soname bump
86b2c0
86b2c0
* Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 5.4.0-10
86b2c0
- Bump for rebuild.
86b2c0
86b2c0
* Sat Jan 31 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-9
86b2c0
- crashes when connecting/disconnecting displays (#1083664,QTBUG-42985)
86b2c0
86b2c0
* Tue Jan 27 2015 David Tardon <dtardon@redhat.com> - 5.4.0-8
86b2c0
- full build
86b2c0
86b2c0
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 5.4.0-7
86b2c0
- rebuild for ICU 54.1
86b2c0
86b2c0
* Sun Jan 18 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-6
86b2c0
- fix %%pre scriptlet
86b2c0
86b2c0
* Sat Jan 17 2015 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-5
86b2c0
- ship /etc/xdg/qtchooser/5.conf alternative instead (of qt5.conf)
86b2c0
86b2c0
* Wed Dec 17 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-4
86b2c0
- workaround 'make docs' crasher on el6 (QTBUG-43057)
86b2c0
86b2c0
* Thu Dec 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-3
86b2c0
- don't omit examples for bootstrap (needs work)
86b2c0
86b2c0
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-2
86b2c0
- fix bootstrapping logic
86b2c0
86b2c0
* Wed Dec 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-1
86b2c0
- 5.4.0 (final)
86b2c0
86b2c0
* Fri Nov 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.8.rc
86b2c0
- restore font rendering patch (#1052389,QTBUG-41590)
86b2c0
86b2c0
* Thu Nov 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.7.rc
86b2c0
- 5.4.0-rc
86b2c0
86b2c0
* Wed Nov 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.6.beta
86b2c0
- add versioned Requires: libxkbcommon dep
86b2c0
86b2c0
* Tue Nov 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.5.beta
86b2c0
- pull in slightly different upstreamed font rendering fix (#1052389,QTBUG-41590)
86b2c0
86b2c0
* Mon Nov 10 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.4.beta
86b2c0
- Bad font rendering (#1052389,QTBUG-41590)
86b2c0
86b2c0
* Mon Nov 03 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.3.beta
86b2c0
- macros.qt5: +%%qmake_qt5 , to help set standard build flags (CFLAGS, etc...)
86b2c0
86b2c0
* Wed Oct 22 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.4.0-0.2.beta
86b2c0
- -gui: don't require gtk2 (__requires_exclude_from platformthemes) (#1154884)
86b2c0
86b2c0
* Sat Oct 18 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.4.0-0.1.beta
86b2c0
- 5.4.0-beta
86b2c0
- avoid extra -devel deps by moving *Plugin.cmake files to base pkgs
86b2c0
- support bootstrap macro, to disable -doc,-examples
86b2c0
86b2c0
* Mon Oct 13 2014 Jan Grulich <jgrulich@redhat.com> 5.3.2-3
86b2c0
- QFileDialog: implement getOpenFileUrl and friends for real
86b2c0
86b2c0
* Thu Oct 09 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-2
86b2c0
- use linux-g++ platform unconditionally
86b2c0
86b2c0
* Thu Oct 09 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.3.2-1.1
86b2c0
- F20: require libxkbcommon >= 0.4.1, only patch for the old libxcb
86b2c0
86b2c0
* Tue Sep 16 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-1
86b2c0
- 5.3.2
86b2c0
86b2c0
* Wed Aug 27 2014 David Tardon <dtardon@redhat.com> - 5.3.1-8
86b2c0
- do a normal build with docs
86b2c0
86b2c0
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 5.3.1-7
86b2c0
- rebuild for ICU 53.1
86b2c0
86b2c0
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.1-6
86b2c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
86b2c0
86b2c0
* Thu Jul 24 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.1-5
86b2c0
- drop dep on xorg-x11-xinit (own shared dirs instead)
86b2c0
- fix/improve qtchooser support using alternatives (#1122316)
86b2c0
86b2c0
* Mon Jun 30 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.3.1-4
86b2c0
- support the old versions of libxcb and libxkbcommon in F19 and F20
86b2c0
- don't use the bundled libxkbcommon
86b2c0
86b2c0
* Mon Jun 30 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.1-3
86b2c0
- -devel: Requires: pkgconfig(egl)
86b2c0
86b2c0
* Fri Jun 27 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-2
86b2c0
- Prefer QPA implementation in qsystemtrayicon_x11 if available
86b2c0
86b2c0
* Tue Jun 17 2014 Jan Grulich <jgrulich@redhat.com> - 5.3.1-1
86b2c0
- 5.3.1
86b2c0
86b2c0
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.3.0-7
86b2c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
86b2c0
86b2c0
* Fri May 30 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-6
86b2c0
- %%ix86: build -no-sse2 (#1103185)
86b2c0
86b2c0
* Tue May 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-5
86b2c0
- BR: pkgconfig(xcb-xkb) > 1.10 (f21+)
86b2c0
- allow possibility for libxkbcommon-0.4.x only
86b2c0
86b2c0
* Fri May 23 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-4
86b2c0
- -system-libxkbcommon (f21+)
86b2c0
86b2c0
* Thu May 22 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-3
86b2c0
- qt5-qtbase-5.3.0-2.fc21 breaks keyboard input (#1100213)
86b2c0
86b2c0
* Wed May 21 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.0-2
86b2c0
- limit -reduce-relocations to %%ix86 x86_64 archs (QTBUG-36129)
86b2c0
86b2c0
* Wed May 21 2014 Jan Grulich <jgrulich@redhat.com> 5.3.0-1
86b2c0
- 5.3.0
86b2c0
86b2c0
* Thu Apr 24 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-8
86b2c0
- DoS vulnerability in the GIF image handler (QTBUG-38367)
86b2c0
86b2c0
* Wed Mar 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-7
86b2c0
- support ppc64le multilib (#1080629)
86b2c0
86b2c0
* Wed Mar 12 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2.1-6
86b2c0
- reenable documentation
86b2c0
86b2c0
* Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 5.2.1-5
86b2c0
- make the QMAKE_STRIP sed not sensitive to whitespace (see #1074041 in Qt 4)
86b2c0
86b2c0
* Tue Feb 18 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-4
86b2c0
- undefine QMAKE_STRIP (and friends), so we get useful -debuginfo pkgs (#1065636)
86b2c0
86b2c0
* Wed Feb 12 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-3
86b2c0
- bootstrap for libicu bump
86b2c0
86b2c0
* Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-2
86b2c0
- qconfig.pri: +alsa +kms +pulseaudio +xcb-sm
86b2c0
86b2c0
* Wed Feb 05 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-1
86b2c0
- 5.2.1
86b2c0
86b2c0
* Sat Feb 01 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-11
86b2c0
- better %%rpm_macros_dir handling
86b2c0
86b2c0
* Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-10
86b2c0
- fix the allow-forcing-llvmpipe patch to patch actual caller of __glXInitialize
86b2c0
86b2c0
* Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-9
86b2c0
- use software OpenGL (llvmpipe) if the hardware driver doesn't support OpenGL 2
86b2c0
86b2c0
* Tue Jan 28 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-8
86b2c0
- (re)enable -docs
86b2c0
86b2c0
* Mon Jan 27 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-7
86b2c0
- unconditionally enable freetype lcd_filter
86b2c0
- (temp) disable docs (libxcb bootstrap)
86b2c0
86b2c0
* Sun Jan 26 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-6
86b2c0
- fix %%_qt5_examplesdir macro
86b2c0
86b2c0
* Sat Jan 25 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-5
86b2c0
- -examples subpkg
86b2c0
86b2c0
* Mon Jan 13 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-4
86b2c0
- fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
86b2c0
- fix QTBUG-35460 (error message for CVE-2013-4549 is misspelled)
86b2c0
- reenable docs on Fedora (accidentally disabled)
86b2c0
86b2c0
* Mon Jan 13 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-3
86b2c0
- move sql build deps into subpkg sections
86b2c0
- macro'ize ibase,tds support (disabled on rhel)
86b2c0
86b2c0
* Thu Jan 02 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-2
86b2c0
- -devel: qtsql apparently wants all drivers available at buildtime
86b2c0
86b2c0
* Thu Dec 12 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
86b2c0
- 5.2.0
86b2c0
86b2c0
* Fri Dec 06 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.12.rc1
86b2c0
- qt5-base-devel.x86_64 qt5-base-devel.i686 file conflict qconfig.h (#1036956)
86b2c0
86b2c0
* Thu Dec 05 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-0.11.rc1
86b2c0
- needs a minimum version on sqlite build dependency (#1038617)
86b2c0
- fix build when doc macro not defined
86b2c0
86b2c0
* Mon Dec 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.10.rc1
86b2c0
- 5.2.0-rc1
86b2c0
- revert/omit recent egl packaging changes
86b2c0
- -doc install changes-5.* files here (#989149)
86b2c0
86b2c0
* Tue Nov 26 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.8.beta1.20131108_141
86b2c0
- Install changes-5.x.y file (#989149)
86b2c0
86b2c0
* Mon Nov 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.7.beta1.20131108_141
86b2c0
- enable -doc only on primary archs (allow secondary bootstrap)
86b2c0
86b2c0
* Fri Nov 22 2013 Lubomir Rintel <lkundrak@v3.sk> 5.2.0-0.6.beta1.20131108_141
86b2c0
- Enable EGL support
86b2c0
86b2c0
* Sat Nov 09 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.5.beta1.20131108_141
86b2c0
- 2013-11-08_141 snapshot, arm switch qreal double
86b2c0
86b2c0
* Thu Oct 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.4.beta1
86b2c0
- 5.2.0-beta1
86b2c0
86b2c0
* Wed Oct 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-0.3.alpha
86b2c0
- disable -docs (for ppc bootstrap mostly)
86b2c0
86b2c0
* Wed Oct 16 2013 Lukáš Tinkl <ltinkl@redhat.com> - 5.2.0-0.2.alpha
86b2c0
- Fixes #1005482 - qtbase FTBFS on ppc/ppc64
86b2c0
86b2c0
* Tue Oct 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.2.0-0.1.alpha
86b2c0
- 5.2.0-alpha
86b2c0
- -system-harfbuzz
86b2c0
- rename subpkg -x11 => -gui
86b2c0
- move some gui-related plugins base => -gui
86b2c0
- don't use symlinks in %%_qt5_bindir (more qtchooser-friendly)
86b2c0
86b2c0
* Fri Sep 27 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.1.1-6
86b2c0
- -doc subpkg (not enabled)
86b2c0
- enable %%check
86b2c0
86b2c0
* Mon Sep 23 2013 Dan Horák <dan[at]danny.cz> - 5.1.1-5
86b2c0
- fix big endian builds
86b2c0
86b2c0
* Wed Sep 11 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-4
86b2c0
- macros.qt5: use newer location, use unexpanded macros
86b2c0
86b2c0
* Sat Sep 07 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-3
86b2c0
- ExcludeArch: ppc64 ppc (#1005482)
86b2c0
86b2c0
* Fri Sep 06 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-2
86b2c0
- BR: pkgconfig(libudev) pkgconfig(xkbcommon) pkgconfig(xcb-xkb)
86b2c0
86b2c0
* Tue Aug 27 2013 Rex Dieter <rdieter@fedoraproject.org> 5.1.1-1
86b2c0
- 5.1.1
86b2c0
86b2c0
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 5.0.2-8
86b2c0
- Perl 5.18 rebuild
86b2c0
86b2c0
* Tue Jul 30 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-7
86b2c0
- enable qtchooser support
86b2c0
86b2c0
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 5.0.2-6
86b2c0
- Perl 5.18 rebuild
86b2c0
86b2c0
* Wed May 08 2013 Than Ngo <than@redhat.com> - 5.0.2-5
86b2c0
- add poll support, thanks to fweimer@redhat.com (QTBUG-27195)
86b2c0
86b2c0
* Thu Apr 18 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-4
86b2c0
- respin lowmem patch to apply (unconditionally) to gcc-4.7.2 too
86b2c0
86b2c0
* Fri Apr 12 2013 Dan Horák <dan[at]danny.cz> - 5.0.2-3
86b2c0
- rebase the lowmem patch
86b2c0
86b2c0
* Wed Apr 10 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-2
86b2c0
- more cmake_path love (#929227)
86b2c0
86b2c0
* Wed Apr 10 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.0.2-1
86b2c0
- 5.0.2
86b2c0
- fix cmake config (#929227)
86b2c0
86b2c0
* Tue Apr 02 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-0.1.rc1
86b2c0
- 5.0.2-rc1
86b2c0
86b2c0
* Sat Mar 16 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-6
86b2c0
- pull in upstream gcc-4.8.0 buildfix
86b2c0
86b2c0
* Tue Feb 26 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-5
86b2c0
- -static subpkg, Requires: fontconfig-devel,glib2-devel,zlib-devel
86b2c0
- -devel: Requires: pkgconfig(gl)
86b2c0
86b2c0
* Mon Feb 25 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-4
86b2c0
- create/own %%{_qt5_plugindir}/iconengines
86b2c0
- -devel: create/own %%{_qt5_archdatadir}/mkspecs/modules
86b2c0
- cleanup .prl
86b2c0
86b2c0
* Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-3
86b2c0
- +%%_qt5_libexecdir
86b2c0
86b2c0
* Sat Feb 23 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-2
86b2c0
- macros.qt5: fix %%_qt5_headerdir, %%_qt5_datadir, %%_qt5_plugindir
86b2c0
86b2c0
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.1-1
86b2c0
- 5.0.1
86b2c0
- lowmem patch for %%arm, s390
86b2c0
86b2c0
* Wed Jan 30 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-4
86b2c0
- %%build: -system-pcre, BR: pkgconfig(libpcre)
86b2c0
- use -O1 optimization on lowmem (s390) arch
86b2c0
86b2c0
* Thu Jan 24 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-3
86b2c0
- enable (non-conflicting) qtchooser support
86b2c0
86b2c0
* Wed Jan 09 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-2
86b2c0
- add qtchooser support (disabled by default)
86b2c0
86b2c0
* Wed Dec 19 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-1
86b2c0
- 5.0 (final)
86b2c0
86b2c0
* Thu Dec 13 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.4.rc2
86b2c0
- 5.0-rc2
86b2c0
- initial try at putting non-conflicting binaries in %%_bindir
86b2c0
86b2c0
* Thu Dec 06 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.3.rc1
86b2c0
- 5.0-rc1
86b2c0
86b2c0
* Wed Nov 28 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.2.beta2
86b2c0
- qtbase --> qt5-qtbase
86b2c0
86b2c0
* Mon Nov 19 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.1.beta2
86b2c0
- %%build: -accessibility
86b2c0
- macros.qt5: +%%_qt5_archdatadir +%%_qt5_settingsdir
86b2c0
- pull in a couple more configure-related upstream patches
86b2c0
86b2c0
* Wed Nov 14 2012 Rex Dieter <rdieter@fedoraproject.org> 5.0.0-0.0.beta2
86b2c0
- first try
86b2c0