Blame SPECS/qt5-qtbase.spec

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