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