2060a3
# Fedora Review: http://bugzilla.redhat.com/188180
2060a3
2060a3
# configure options
2060a3
# -no-pch disables precompiled headers, make ccache-friendly
2060a3
%define no_pch -no-pch
2060a3
2060a3
# See http://bugzilla.redhat.com/223663
402b94
%define multilib_archs x86_64 %{ix86} %{mips} ppc64 ppc64le ppc s390x s390 sparc64 sparcv9
402b94
%define multilib_basearchs x86_64 %{mips64} ppc64 ppc64le s390x sparc64
2060a3
2060a3
%if 0%{?fedora} > 16 || 0%{?rhel} > 6
2060a3
# use external qt_settings pkg
2060a3
%define qt_settings 1
2060a3
%endif
2060a3
402b94
%if (0%{?fedora} > 19 && 0%{?fedora} < 26) || 0%{?rhel} > 7
402b94
%global system_clucene 1
2060a3
%endif
2060a3
402b94
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
402b94
2060a3
# trim changelog included in binary rpms
2060a3
%global _changelog_trimtime %(date +%s -d "1 year ago")
2060a3
2060a3
Summary: Qt toolkit
2060a3
Name:    qt
2060a3
Epoch:   1
402b94
Version: 4.8.7
9db9f7
Release: 9%{?dist}
2060a3
2060a3
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
2060a3
License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
2060a3
Group: System Environment/Libraries
2060a3
Url:     http://qt-project.org/
402b94
%if 0%{?beta:1}
402b94
Source0: http://download.qt-project.org/development_releases/qt/4.8/%{version}-%{beta}/qt-everywhere-opensource-src-%{version}-%{beta}.tar.gz
2060a3
%else
2060a3
Source0: http://download.qt-project.org/official_releases/qt/4.8/%{version}/qt-everywhere-opensource-src-%{version}.tar.gz
2060a3
%endif
2060a3
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2060a3
2060a3
Obsoletes: qt4 < %{version}-%{release}
2060a3
Provides: qt4 = %{version}-%{release}
2060a3
%{?_isa:Provides: qt4%{?_isa} = %{version}-%{release}}
2060a3
2060a3
# default Qt config file
2060a3
Source4: Trolltech.conf
2060a3
2060a3
# header file to workaround multilib issue
2060a3
Source5: qconfig-multilib.h
2060a3
2060a3
# set default QMAKE_CFLAGS_RELEASE
2060a3
Patch2: qt-everywhere-opensource-src-4.8.0-tp-multilib-optflags.patch
2060a3
2060a3
# get rid of timestamp which causes multilib problem
2060a3
Patch4: qt-everywhere-opensource-src-4.8.5-uic_multilib.patch
2060a3
402b94
# reduce debuginfo in qtwebkit (webcore)
402b94
Patch5: qt-everywhere-opensource-src-4.8.5-webcore_debuginfo.patch
402b94
402b94
# cups16 printer discovery
402b94
Patch6: qt-cupsEnumDests.patch
402b94
2060a3
# enable ft lcdfilter
2060a3
Patch15: qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
2060a3
2060a3
# may be upstreamable, not sure yet
2060a3
# workaround for gdal/grass crashers wrt glib_eventloop null deref's
2060a3
Patch23: qt-everywhere-opensource-src-4.6.3-glib_eventloop_nullcheck.patch
2060a3
2060a3
# hack out largely useless (to users) warnings about qdbusconnection
2060a3
# (often in kde apps), keep an eye on https://git.reviewboard.kde.org/r/103699/
2060a3
Patch25: qt-everywhere-opensource-src-4.8.3-qdbusconnection_no_debug.patch
2060a3
2060a3
# lrelease-qt4 tries to run qmake not qmake-qt4 (http://bugzilla.redhat.com/820767)
2060a3
Patch26: qt-everywhere-opensource-src-4.8.1-linguist_qmake-qt4.patch
2060a3
2060a3
# enable debuginfo in libQt3Support
2060a3
Patch27: qt-everywhere-opensource-src-4.8.1-qt3support_debuginfo.patch
2060a3
2060a3
# kde4/multilib QT_PLUGIN_PATH
2060a3
Patch28: qt-everywhere-opensource-src-4.8.5-qt_plugin_path.patch
2060a3
2060a3
## upstreamable bits
2060a3
# add support for pkgconfig's Requires.private to qmake
2060a3
Patch50: qt-everywhere-opensource-src-4.8.4-qmake_pkgconfig_requires_private.patch
2060a3
402b94
# FTBFS against newer firebird
402b94
Patch51: qt-everywhere-opensource-src-4.8.7-firebird.patch
402b94
402b94
# workaround major/minor macros possibly being defined already
402b94
Patch52: qt-everywhere-opensource-src-4.8.7-QT_VERSION_CHECK.patch
402b94
2060a3
# fix invalid inline assembly in qatomic_{i386,x86_64}.h (de)ref implementations
2060a3
Patch53: qt-x11-opensource-src-4.5.0-fix-qatomic-inline-asm.patch
2060a3
2060a3
# fix invalid assumptions about mysql_config --libs
2060a3
# http://bugzilla.redhat.com/440673
402b94
Patch54: qt-everywhere-opensource-src-4.8.5-mysql_config.patch
2060a3
2060a3
# http://bugs.kde.org/show_bug.cgi?id=180051#c22
2060a3
Patch55: qt-everywhere-opensource-src-4.6.2-cups.patch
2060a3
2060a3
# Fails to create debug build of Qt projects on mingw (rhbz#653674)
2060a3
Patch64: qt-everywhere-opensource-src-4.8.5-QTBUG-14467.patch
2060a3
2060a3
# fix QTreeView crash triggered by KPackageKit (patch by David Faure)
2060a3
Patch65: qt-everywhere-opensource-src-4.8.0-tp-qtreeview-kpackagekit-crash.patch
2060a3
2060a3
# fix the outdated standalone copy of JavaScriptCore
402b94
Patch67: qt-everywhere-opensource-src-4.8.6-s390.patch
2060a3
2060a3
# https://bugs.webkit.org/show_bug.cgi?id=63941
2060a3
# -Wall + -Werror = fail
2060a3
Patch68: qt-everywhere-opensource-src-4.8.3-no_Werror.patch
2060a3
2060a3
# revert qlist.h commit that seems to induce crashes in qDeleteAll
2060a3
Patch69: qt-everywhere-opensource-src-4.8.0-QTBUG-22037.patch
2060a3
2060a3
# Buttons in Qt applications not clickable when run under gnome-shell (#742658, QTBUG-21900)
2060a3
Patch71:  qt-everywhere-opensource-src-4.8.5-QTBUG-21900.patch
2060a3
2060a3
# workaround
2060a3
# sql/drivers/tds/qsql_tds.cpp:341:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
2060a3
Patch74: qt-everywhere-opensource-src-4.8.5-tds_no_strict_aliasing.patch
2060a3
2060a3
# add missing method for QBasicAtomicPointer on s390(x)
2060a3
Patch76: qt-everywhere-opensource-src-4.8.0-s390-atomic.patch
2060a3
2060a3
# don't spam in release/no_debug mode if libicu is not present at runtime
2060a3
Patch77: qt-everywhere-opensource-src-4.8.3-icu_no_debug.patch
2060a3
2060a3
# https://bugzilla.redhat.com/show_bug.cgi?id=810500
2060a3
Patch81: qt-everywhere-opensource-src-4.8.2--assistant-crash.patch
2060a3
2060a3
# https://bugzilla.redhat.com/show_bug.cgi?id=694385
2060a3
# https://bugs.kde.org/show_bug.cgi?id=249217
2060a3
# https://bugreports.qt-project.org/browse/QTBUG-4862
2060a3
# QDir::homePath() should account for an empty HOME environment variable on X11
2060a3
Patch82: qt-everywhere-opensource-src-4.8.5-QTBUG-4862.patch
2060a3
2060a3
# poll support
2060a3
Patch83: qt-4.8-poll.patch
2060a3
28de58
# aarch64 support
402b94
Patch85: qt-aarch64.patch
28de58
28de58
# prevent overflow warning
28de58
Patch86: qt-gcc-warning-overflow.patch
28de58
dfeb06
# ppc64le support
dfeb06
Patch87: qt-everywhere-opensource-src-4.8-ppc64le_support.patch
dfeb06
a62bb1
# prefer adwaita-qt style over gtk
a62bb1
Patch88: qt-prefer_adwaita_on_gnome.patch
a62bb1
402b94
# fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549)
402b94
Patch90: qt-everywhere-opensource-src-4.8.5-QTBUG-35459.patch
402b94
402b94
# systemtrayicon plugin support (for appindicators)
402b94
Patch91: qt-everywhere-opensource-src-4.8.6-systemtrayicon.patch
402b94
402b94
# fixes for LibreOffice from the upstream Qt bug tracker (#1105422):
402b94
Patch92: qt-everywhere-opensource-src-4.8.6-QTBUG-37380.patch
402b94
Patch93: qt-everywhere-opensource-src-4.8.6-QTBUG-34614.patch
402b94
Patch94: qt-everywhere-opensource-src-4.8.6-QTBUG-38585.patch
402b94
# build against the system clucene09-core
402b94
Patch95: qt-everywhere-opensource-src-4.8.6-system-clucene.patch
402b94
# fix arch autodetection for 64-bit MIPS
402b94
Patch96: qt-everywhere-opensource-src-4.8.7-mips64.patch
402b94
# fix build issue(s) with gcc6
402b94
Patch97: qt-everywhere-opensource-src-4.8.7-gcc6.patch
402b94
# support alsa-1.1.x
402b94
Patch98: qt-everywhere-opensource-src-4.8.7-alsa-1.1.patch
313fad
# Revert https://github.com/qt/qt/commit/80e3108f5cd1e1850ec81a21100d79a0946addd7
313fad
Patch99: qt-everywhere-opensource-src-4.8.7-revert-font-cache-fix.patch
402b94
2060a3
# upstream patches
2060a3
# http://codereview.qt-project.org/#change,22006
2060a3
Patch100: qt-everywhere-opensource-src-4.8.1-qtgahandle.patch
28de58
2060a3
# REVERT fix for https://bugreports.qt-project.org/browse/QTBUG-30076
2060a3
# (hopefully just a short-term fix/hack until there's something better)
2060a3
# regresses/changes postgresql driver behavior
2060a3
Patch101: qt-everywhere-opensource-src-4.8.5-QTBUG-30076.patch
28de58
2060a3
# backported from Qt5 (essentially)
2060a3
# http://bugzilla.redhat.com/702493
2060a3
# https://bugreports.qt-project.org/browse/QTBUG-5545
2060a3
Patch102: qt-everywhere-opensource-src-4.8.5-qgtkstyle_disable_gtk_theme_check.patch
28de58
2060a3
# workaround for MOC issues with Boost headers (#756395)
2060a3
# https://bugreports.qt-project.org/browse/QTBUG-22829
2060a3
Patch113: qt-everywhere-opensource-src-4.8.5-QTBUG-22829.patch
2060a3
2e078b
# revert fix for QTBUG-15319
2e078b
# https://bugzilla.redhat.com/show_bug.cgi?id=1259675
2e078b
Patch114: qt-revert-QTBUG-15319-fix-shortcuts-with-secondary-Xkb.patch
2e078b
1b28bb
# Bug 1378865 - Qt based applications get killed in Gnome before confirmation for Logout/Shutdown/Restart
1b28bb
Patch115: qt-everywhere-opensource-src-4.8.5-do-not-close-apps-on-gnome-shutdown-dialog.patch
1b28bb
402b94
402b94
## upstream git
2060a3
2060a3
# security patches
9c5ecf
# Bug 1667861 - CVE-2018-15518 qt: qt5-qtbase: Double free in QXmlStreamReader
9c5ecf
Patch200: qt-fix-possible-heap-corruption-in-qxmlstream.patch
9c5ecf
# Bug 1702031 - CVE-2018-19872 qt: malformed PPM image causing division by zero and crash in qppmhandler.cpp
9c5ecf
Patch201: qt-fix-crash-in-qppmhandler-for-certain-malformed-images.patch
9c5ecf
# Bug 1667882 - CVE-2018-19869 qt: qt5-qtsvg: Invalid parsing of malformed url reference resulting in a denial of service
9c5ecf
Patch202: qtsvg-fix-crash-when-parsing-malformed-url-reference.patch
9c5ecf
# Bug 1667863 - CVE-2018-19870 qt: qt5-qtbase: QImage allocation failure in qgifhandler
9c5ecf
Patch203: qt-check-for-qimage-allocation-failure-in-qgifhandler.patch
9c5ecf
# Bug 1667879 - CVE-2018-19871 qt: qt5-qtimageformats: QTgaFile CPU exhaustion
9c5ecf
Patch204: qt-tga-handler-check-for-out-of-range-image-size.patch
9c5ecf
# Bug 1667862 - CVE-2018-19873 qt: qt5-qtbase: QBmpHandler segmentation fault on malformed BMP file
9c5ecf
Patch205: qt-bmp-image-handler-check-for-out-of-range-image-size.patch
9db9f7
# Bug 1870297 - CVE-2020-17507 qt: buffer over-read in read_xbm_body in gui/image/qxbmhandler.cpp
9db9f7
Patch206: qt-fix-buffer-overflow-in-xbm-parser.patch
2060a3
2060a3
# desktop files
2060a3
Source20: assistant.desktop
2060a3
Source21: designer.desktop
2060a3
Source22: linguist.desktop
2060a3
Source23: qdbusviewer.desktop
2060a3
Source24: qtdemo.desktop
2060a3
Source25: qtconfig.desktop
2060a3
2060a3
# upstream qt4-logo, http://trolltech.com/images/products/qt/qt4-logo
2060a3
Source30: hi128-app-qt4-logo.png
2060a3
Source31: hi48-app-qt4-logo.png
2060a3
2060a3
## BOOTSTRAPPING, undef docs, demos, examples, phonon, webkit
2060a3
2060a3
## optional plugin bits
2060a3
# set to -no-sql-<driver> to disable
2060a3
# set to -qt-sql-<driver> to enable *in* qt library
402b94
%global mysql -plugin-sql-mysql
2060a3
%define odbc -plugin-sql-odbc
2060a3
%define psql -plugin-sql-psql
2060a3
%define sqlite -plugin-sql-sqlite
402b94
%if 0%{?fedora} < 21 && 0%{?rhel} < 8
2060a3
%define phonon -phonon
2060a3
%define phonon_backend -phonon-backend
402b94
%endif
2060a3
%define dbus -dbus-linked
2060a3
%define graphicssystem -graphicssystem raster
2060a3
%define gtkstyle -gtkstyle
2060a3
%if 0%{?fedora}
2060a3
# FIXME/TODO: use system webkit for assistant, examples/webkit, demos/browser
2060a3
%define webkit -webkit
2060a3
%define ibase -plugin-sql-ibase
2060a3
%define tds -plugin-sql-tds
2060a3
%endif
2060a3
%if 0%{?rhel}
2060a3
%define no_javascript_jit -no-javascript-jit
2060a3
%define ibase -no-sql-ibase
2060a3
%define tds -no-sql-tds
2060a3
%endif
2060a3
402b94
# macros, be mindful to keep sync'd with macros.qt4
402b94
Source1: macros.qt4
2060a3
# See http://bugzilla.redhat.com/196901
2060a3
%define _qt4 %{name}
2060a3
%define _qt4_prefix %{_libdir}/qt4
2060a3
%define _qt4_bindir %{_qt4_prefix}/bin
2060a3
# _qt4_datadir is not multilib clean, and hacks to workaround that breaks stuff.
2060a3
#define _qt4_datadir %{_datadir}/qt4
2060a3
%define _qt4_datadir %{_qt4_prefix}
2060a3
%define _qt4_demosdir %{_qt4_prefix}/demos
2060a3
%define _qt4_docdir %{_docdir}/qt4
2060a3
%define _qt4_examplesdir %{_qt4_prefix}/examples
a62bb1
%define _qt4_headerdir %{_includedir}
a62bb1
%define _qt4_importdir %{_qt4_prefix}/imports
2060a3
%define _qt4_libdir %{_libdir}
2060a3
%define _qt4_plugindir %{_qt4_prefix}/plugins
2060a3
%define _qt4_sysconfdir %{_sysconfdir}
2060a3
%define _qt4_translationdir %{_datadir}/qt4/translations
2060a3
2060a3
BuildRequires: cups-devel
2060a3
BuildRequires: desktop-file-utils
2060a3
BuildRequires: findutils
2060a3
BuildRequires: libjpeg-devel
2060a3
BuildRequires: libmng-devel
2060a3
BuildRequires: libtiff-devel
2060a3
BuildRequires: pkgconfig
a62bb1
BuildRequires: pkgconfig(alsa)
2060a3
BuildRequires: pkgconfig(dbus-1)
2060a3
BuildRequires: pkgconfig(fontconfig)
2060a3
BuildRequires: pkgconfig(glib-2.0)
402b94
%if 0%{?fedora} || 0%{?rhel} > 6
2060a3
BuildRequires: pkgconfig(icu-i18n)
402b94
%endif
2060a3
BuildRequires: pkgconfig(NetworkManager)
402b94
%if 0%{?fedora} > 25 || 0%{?rhel} > 7
402b94
%global openssl -openssl-linked
402b94
# if openssl is loaded dynamically, add an explicit dependency
402b94
#Requires: openssl-libs%{?_isa}
402b94
BuildRequires: compat-openssl10-devel
402b94
%else
402b94
%global openssl -openssl-linked
2060a3
BuildRequires: pkgconfig(openssl)
402b94
%endif
2060a3
BuildRequires: pkgconfig(libpng)
2060a3
BuildRequires: pkgconfig(libpulse)
a62bb1
BuildRequires: pkgconfig(xtst)
2060a3
BuildRequires: pkgconfig(zlib)
2060a3
BuildRequires: rsync
2060a3
2060a3
%define gl_deps pkgconfig(gl) pkgconfig(glu)
2060a3
%define x_deps pkgconfig(ice) pkgconfig(sm) pkgconfig(xcursor) pkgconfig(xext) pkgconfig(xfixes) pkgconfig(xft) pkgconfig(xi) pkgconfig(xinerama) pkgconfig(xrandr) pkgconfig(xrender) pkgconfig(xt) pkgconfig(xv) pkgconfig(x11) pkgconfig(xproto)
2060a3
BuildRequires: %{gl_deps}
2060a3
BuildRequires: %{x_deps}
2060a3
402b94
%if 0%{?system_clucene}
402b94
BuildRequires: clucene09-core-devel >= 0.9.21b-12
402b94
%endif
402b94
2060a3
%if "%{?ibase}" != "-no-sql-ibase"
2060a3
BuildRequires: firebird-devel
2060a3
%endif
2060a3
402b94
%if "%{?mysql}" == "-no-sql-mysql"
402b94
Obsoletes: %{name}-mysql < %{epoch}:%{version}-%{release}
402b94
%else
2060a3
BuildRequires: mysql-devel >= 4.0
2060a3
%endif
2060a3
2060a3
%if "%{?phonon_backend}" == "-phonon-backend"
a62bb1
BuildRequires: pkgconfig(gstreamer-0.10)
a62bb1
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
2060a3
%endif
2060a3
2060a3
%if "%{?gtkstyle}" == "-gtkstyle"
a62bb1
BuildRequires: pkgconfig(gtk+-2.0)
2060a3
%endif
2060a3
2060a3
%if "%{?psql}" != "-no-sql-psql"
2060a3
BuildRequires: postgresql-devel
2060a3
%endif
2060a3
2060a3
%if "%{?odbc}" != "-no-sql-odbc"
2060a3
BuildRequires: unixODBC-devel
2060a3
%endif
2060a3
2060a3
%if "%{?sqlite}" != "-no-sql-sqlite"
2060a3
%define _system_sqlite -system-sqlite
a62bb1
BuildRequires: pkgconfig(sqlite3)
2060a3
%endif
2060a3
2060a3
Provides:  qt4-sqlite = %{version}-%{release}
2060a3
%{?_isa:Provides: qt4-sqlite%{?_isa} = %{version}-%{release}}
2060a3
Obsoletes: qt-sqlite < 1:4.7.1-16
a62bb1
Provides:  qt-sqlite = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
%{?_isa:Provides: qt-sqlite%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}}
2060a3
2060a3
%if "%{?tds}" != "-no-sql-tds"
2060a3
BuildRequires: freetds-devel
2060a3
%endif
2060a3
2060a3
Obsoletes: qgtkstyle < 0.1
2060a3
Provides:  qgtkstyle = 0.1-1
2060a3
Requires: ca-certificates
2060a3
%if 0%{?qt_settings}
2060a3
Requires: qt-settings
2060a3
%endif
2060a3
a62bb1
%description
2060a3
Qt is a software toolkit for developing applications.
2060a3
2060a3
This package contains base tools, like string, xml, and network
2060a3
handling.
2060a3
2060a3
%package assistant
2060a3
Summary: Documentation browser for Qt 4
2060a3
Group: Documentation
2060a3
Requires: %{name}-sqlite%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Provides: qt4-assistant = %{version}-%{release}
402b94
%if ! 0%{?system_clucene}
402b94
Provides: bundled(clucene09)
402b94
%endif
2060a3
Requires: %{name}-x11%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
%description assistant
2060a3
%{summary}.
2060a3
2060a3
%package config
a62bb1
Summary: Graphical configuration tool for programs using Qt 4
2060a3
Group: User Interface/Desktops
2060a3
# -config introduced in 4.7.1-10 , for upgrade path
2060a3
# seems to tickle a pk bug, https://bugzilla.redhat.com/674326
2060a3
#Obsoletes: %{name}-x11 < 1:4.7.1-10
2060a3
Obsoletes: qt4-config < 4.5.0
2060a3
Provides:  qt4-config = %{version}-%{release}
2060a3
Requires: %{name}-x11%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
a62bb1
%description config
2060a3
%{summary}.
2060a3
2060a3
%define demos 1
2060a3
%package demos
2060a3
Summary: Demonstration applications for %{name}
2060a3
Group:   Documentation
2060a3
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Requires: %{name}-doc
2060a3
%description demos
2060a3
%{summary}.
2060a3
2060a3
%define docs 1
2060a3
%package doc
2060a3
Summary: API documentation for %{name}
2060a3
Group: Documentation
2060a3
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Requires: %{name}-assistant
2060a3
Obsoletes: qt4-doc < %{version}-%{release}
2060a3
Provides:  qt4-doc = %{version}-%{release}
2060a3
# help workaround yum bug http://bugzilla.redhat.com/502401
2060a3
Obsoletes: qt-doc < 1:4.5.1-4
2060a3
BuildArch: noarch
2060a3
%description doc
402b94
%{summary}.
2060a3
2060a3
%package designer-plugin-webkit
2060a3
Summary: Qt designer plugin for WebKit
2060a3
Group: Development/Libraries
2060a3
Requires: %{name}-x11%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
%description designer-plugin-webkit
2060a3
%{summary}.
2060a3
2060a3
%package devel
2060a3
Summary: Development files for the Qt toolkit
2060a3
Group: Development/Libraries
2060a3
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Requires: %{name}-x11%{?_isa}
2060a3
Requires: %{name}-sqlite%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Requires: %{gl_deps}
2060a3
Requires: %{x_deps}
2060a3
Requires: pkgconfig
2060a3
%if 0%{?phonon:1}
2060a3
Provides: qt4-phonon-devel = %{version}-%{release}
2060a3
%endif
2060a3
Obsoletes: qt4-designer < %{version}-%{release}
2060a3
Provides:  qt4-designer = %{version}-%{release}
2060a3
# as long as libQtUiTools.a is included
402b94
Provides:  %{name}-static = %{?epoch:%{epoch}:}%{version}-%{release}
402b94
Provides:  qt4-static = %{version}-%{release}
2060a3
Obsoletes: qt4-devel < %{version}-%{release}
2060a3
Provides:  qt4-devel = %{version}-%{release}
2060a3
%{?_isa:Provides: qt4-devel%{?_isa} = %{version}-%{release}}
2060a3
2060a3
%description devel
2060a3
This package contains the files necessary to develop
2060a3
applications using the Qt toolkit.  Includes:
2060a3
Qt Linguist
2060a3
2060a3
# make a devel private subpkg or not?
2060a3
%define private 1
2060a3
%package devel-private
a62bb1
Summary: Private headers for Qt toolkit
2060a3
Group: Development/Libraries
2060a3
Provides: qt4-devel-private = %{version}-%{release}
402b94
Provides: %{name}-private-devel = %{?epoch:%{epoch}:}%{version}-%{release}
402b94
Provides: qt4-private-devel = %{version}-%{release}
2060a3
Requires: %{name}-devel = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
BuildArch: noarch
2060a3
%description devel-private
2060a3
%{summary}.
2060a3
2060a3
%define examples 1
2060a3
%package examples
2060a3
Summary: Programming examples for %{name}
2060a3
Group: Documentation
2060a3
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
%description examples
2060a3
%{summary}.
2060a3
2060a3
%define qvfb 1
2060a3
%package qvfb
2060a3
Summary: Virtual frame buffer for Qt for Embedded Linux
2060a3
Group: Applications/Emulators
2060a3
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
%description qvfb
2060a3
%{summary}.
2060a3
2060a3
%package ibase
2060a3
Summary: IBase driver for Qt's SQL classes
2060a3
Group:  System Environment/Libraries
2060a3
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Provides:  qt4-ibase = %{version}-%{release}
2060a3
%{?_isa:Provides: qt4-ibase%{?_isa} = %{version}-%{release}}
2060a3
%description ibase
2060a3
%{summary}.
2060a3
2060a3
%package mysql
2060a3
Summary: MySQL driver for Qt's SQL classes
2060a3
Group: System Environment/Libraries
2060a3
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Obsoletes: qt4-MySQL < %{version}-%{release}
2060a3
Provides:  qt4-MySQL = %{version}-%{release}
2060a3
Obsoletes: qt4-mysql < %{version}-%{release}
2060a3
Provides:  qt4-mysql = %{version}-%{release}
2060a3
%{?_isa:Provides: qt4-mysql%{?_isa} = %{version}-%{release}}
a62bb1
%description mysql
2060a3
%{summary}.
2060a3
a62bb1
%package odbc
2060a3
Summary: ODBC driver for Qt's SQL classes
2060a3
Group: System Environment/Libraries
2060a3
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Obsoletes: qt4-ODBC < %{version}-%{release}
2060a3
Provides:  qt4-ODBC = %{version}-%{release}
2060a3
Obsoletes: qt4-odbc < %{version}-%{release}
2060a3
Provides:  qt4-odbc = %{version}-%{release}
2060a3
%{?_isa:Provides: qt4-odbc%{?_isa} = %{version}-%{release}}
a62bb1
%description odbc
2060a3
%{summary}.
2060a3
a62bb1
%package postgresql
2060a3
Summary: PostgreSQL driver for Qt's SQL classes
2060a3
Group: System Environment/Libraries
2060a3
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Obsoletes: qt4-PostgreSQL < %{version}-%{release}
2060a3
Provides:  qt4-PostgreSQL = %{version}-%{release}
2060a3
Obsoletes: qt4-postgresql < %{version}-%{release}
2060a3
Provides:  qt4-postgresql = %{version}-%{release}
2060a3
%{?_isa:Provides: qt4-postgresql%{?_isa} = %{version}-%{release}}
a62bb1
%description postgresql
2060a3
%{summary}.
2060a3
2060a3
%package tds
2060a3
Summary: TDS driver for Qt's SQL classes
2060a3
Group: System Environment/Libraries
2060a3
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Provides: qt4-tds = %{version}-%{release}
2060a3
%{?_isa:Provides: qt4-tds%{?_isa} = %{version}-%{release}}
2060a3
%description tds
2060a3
%{summary}.
2060a3
2060a3
%package x11
2060a3
Summary: Qt GUI-related libraries
2060a3
Group: System Environment/Libraries
2060a3
# include Obsoletes here to be safe(r) bootstrap-wise with phonon-4.5.0
2060a3
# that will Provides: it -- Rex
2060a3
Obsoletes: qt-designer-plugin-phonon < 1:4.7.2-6
2060a3
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
Obsoletes: qt4-x11 < %{version}-%{release}
2060a3
Provides:  qt4-x11 = %{version}-%{release}
2060a3
%{?_isa:Provides: qt4-x11%{?_isa} = %{version}-%{release}}
2060a3
%description x11
2060a3
Qt libraries used for drawing widgets and OpenGL items.
2060a3
2060a3
%package qdbusviewer
2060a3
Summary: D-Bus debugger and viewer
2060a3
# When split out from qt-x11
2060a3
Obsoletes: qt-x11 < 1:4.8.5-2
2060a3
Requires: %{name}-x11%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
2060a3
%description qdbusviewer
2060a3
QDbusviewer can be used to inspect D-Bus objects of running programs
2060a3
and invoke methods on those objects.
2060a3
2060a3
2060a3
%prep
a62bb1
%setup -q -n qt-everywhere-opensource-src-%{version}
2060a3
2060a3
%patch2 -p1 -b .multilib-optflags
2060a3
# drop backup file(s), else they get installed too, http://bugzilla.redhat.com/639463
2060a3
rm -fv mkspecs/linux-g++*/qmake.conf.multilib-optflags
2060a3
%patch4 -p1 -b .uic_multilib
402b94
%patch5 -p1 -b .webcore_debuginfo
402b94
#patch6 -p1 -b .cupsEnumDests
2060a3
%patch15 -p1 -b .enable_ft_lcdfilter
2060a3
%patch23 -p1 -b .glib_eventloop_nullcheck
2060a3
%patch25 -p1 -b .qdbusconnection_no_debug
2060a3
%patch26 -p1 -b .linguist_qtmake-qt4
2060a3
%patch27 -p1 -b .qt3support_debuginfo
2060a3
%patch28 -p1 -b .qt_plugin_path
2060a3
%patch50 -p1 -b .qmake_pkgconfig_requires_private
402b94
%patch51 -p1 -b .firebird
402b94
%patch52 -p1 -b .QT_VERSION_CHECK
2060a3
## TODO: still worth carrying?  if so, upstream it.
2060a3
%patch53 -p1 -b .qatomic-inline-asm
2060a3
## TODO: upstream me
2060a3
%patch54 -p1 -b .mysql_config
2060a3
%patch55 -p1 -b .cups-1
2060a3
%patch64 -p1 -b .QTBUG-14467
2060a3
%patch65 -p1 -b .qtreeview-kpackagekit-crash
2060a3
%patch67 -p1 -b .s390
2060a3
%patch68 -p1 -b .no_Werror
2060a3
%patch69 -p1 -b .QTBUG-22037
2060a3
%patch71 -p1 -b .QTBUG-21900
2060a3
%patch74 -p1 -b .tds_no_strict_aliasing
2060a3
%patch76 -p1 -b .s390-atomic
2060a3
%patch77 -p1 -b .icu_no_debug
2060a3
%patch81 -p1 -b .assistant-crash
2060a3
%patch82 -p1 -b .QTBUG-4862
2060a3
%patch83 -p1 -b .poll
402b94
%patch85 -p1 -b .qt-aarch64
28de58
%patch86 -p1 -b .gcc-overflow-warning
dfeb06
%patch87 -p1 -b .ppc64le
a62bb1
%patch88 -p1 -b .prefer_adwaita_on_gnome
2060a3
402b94
# regression fixes for the security fixes
402b94
%patch90 -p1 -b .QTBUG-35459
402b94
%patch91 -p1 -b .systemtrayicon
402b94
%patch92 -p1 -b .QTBUG-37380
402b94
%patch93 -p0 -b .QTBUG-34614
402b94
%patch94 -p0 -b .QTBUG-38585
402b94
%if 0%{?system_clucene}
402b94
%patch95 -p1 -b .system_clucene
402b94
# delete bundled copy
402b94
rm -rf src/3rdparty/clucene
402b94
%endif
402b94
%patch96 -p1 -b .mips64
402b94
%patch97 -p1 -b .gcc6
402b94
%patch98 -p1 -b .alsa1.1
313fad
%patch99 -p1 -b .revert-font-cache-fix
402b94
2060a3
# upstream patches
2060a3
%patch100 -p1 -b .QTgaHandler
2060a3
%patch101 -p1 -R -b .QTBUG-30076
2060a3
%patch102 -p1 -b .qgtkstyle_disable_gtk_theme_check
2060a3
%patch113 -p1 -b .QTBUG-22829
402b94
# %patch114 -p1 -b .revert-QTBUG-15319-fix-shortcuts-with-secondary-Xkb.patch
1b28bb
%patch115 -p1 -b .qt-everywhere-opensource-src-4.8.5-do-not-close-apps-on-gnome-shutdown-dialog
2060a3
28de58
# upstream git
28de58
2060a3
# security fixes
9c5ecf
%patch200 -p1 -b .qt-fix-possible-heap-corruption-in-qxmlstream
9c5ecf
%patch201 -p1 -b .qt-fix-crash-in-qppmhandler-for-certain-malformed-images
9c5ecf
%patch202 -p1 -b .fix-crash-when-parsing-malformed-url-reference
9c5ecf
%patch203 -p1 -b .check-for-qimage-allocation-failure-in-qgifhandler.patch
9c5ecf
%patch204 -p1 -b .tga-handler-check-for-out-of-range-image-size.patch
9c5ecf
%patch205 -p1 -b .bmp-image-handler-check-for-out-of-range-image-size.patch
9db9f7
%patch206 -p1 -b .fix-buffer-overflow-in-xbm-parser
2060a3
2060a3
%define platform linux-g++
2060a3
2060a3
# some 64bit platforms assume -64 suffix, https://bugzilla.redhat.com/569542
2060a3
%if "%{?__isa_bits}"  == "64"
2060a3
%define platform linux-g++-64
2060a3
%endif
2060a3
2060a3
# https://bugzilla.redhat.com/478481
a62bb1
%ifarch x86_64 aarch64
2060a3
%define platform linux-g++
2060a3
%endif
2060a3
2060a3
sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" \
a62bb1
  mkspecs/%{platform}/qmake.conf
2060a3
2060a3
sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 $RPM_LD_FLAGS|" \
2060a3
  mkspecs/common/g++-unix.conf
2060a3
402b94
# undefine QMAKE_STRIP (and friends), so we get useful -debuginfo pkgs (#193602)
402b94
sed -i -e 's|^\(QMAKE_STRIP.*=\).*$|\1|g' mkspecs/common/linux.conf
2060a3
2060a3
# set correct lib path
2060a3
if [ "%{_lib}" == "lib64" ] ; then
2060a3
  sed -i -e "s,/usr/lib /lib,/usr/%{_lib} /%{_lib},g" config.tests/{unix,x11}/*.test
2060a3
  sed -i -e "s,/lib /usr/lib,/%{_lib} /usr/%{_lib},g" config.tests/{unix,x11}/*.test
2060a3
fi
2060a3
402b94
# MIPS does not accept -m64/-m32 flags
402b94
%ifarch %{mips}
402b94
sed -i -e 's,-m32,,' mkspecs/linux-g++-32/qmake.conf
402b94
sed -i -e 's,-m64,,' mkspecs/linux-g++-64/qmake.conf
402b94
%endif
402b94
2060a3
# let makefile create missing .qm files, the .qm files should be included in qt upstream
2060a3
for f in translations/*.ts ; do
2060a3
  touch ${f%.ts}.qm
2060a3
done
2060a3
2060a3
2060a3
%build
2060a3
402b94
# drop -fexceptions from $RPM_OPT_FLAGS
402b94
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
402b94
402b94
%if 0%{?fedora} > 23 || 0%{?rhel} > 7
402b94
# workaround for class std::auto_ptr' is deprecated with gcc-6
402b94
CXXFLAGS="$CXXFLAGS -std=gnu++98"
402b94
# javascriptcore FTBFS with gcc-6
402b94
CXXFLAGS="$CXXFLAGS -Wno-deprecated"
402b94
%endif
402b94
402b94
export QTDIR=$PWD
402b94
export PATH=$PWD/bin:$PATH
402b94
export LD_LIBRARY_PATH=$PWD/lib/
402b94
# TODO: opensuse adds -DOPENSSL_LOAD_CONF, find out if we want that too -- rex
402b94
export CXXFLAGS="$CXXFLAGS $RPM_OPT_FLAGS"
402b94
export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
402b94
export LDFLAGS="$LDFLAGS $RPM_LD_FLAGS"
402b94
export MAKEFLAGS="%{?_smp_mflags}"
402b94
2060a3
./configure -v \
2060a3
  -confirm-license \
2060a3
  -opensource \
2060a3
  -optimized-qmake \
402b94
  -fast \
2060a3
  -prefix %{_qt4_prefix} \
2060a3
  -bindir %{_qt4_bindir} \
2060a3
  -datadir %{_qt4_datadir} \
2060a3
  -demosdir %{_qt4_demosdir} \
2060a3
  -docdir %{_qt4_docdir} \
2060a3
  -examplesdir %{_qt4_examplesdir} \
2060a3
  -headerdir %{_qt4_headerdir} \
2060a3
  -importdir %{_qt4_importdir} \
2060a3
  -libdir %{_qt4_libdir} \
2060a3
  -plugindir %{_qt4_plugindir} \
2060a3
  -sysconfdir %{_qt4_sysconfdir} \
2060a3
  -translationdir %{_qt4_translationdir} \
2060a3
  -platform %{platform} \
2060a3
  -release \
2060a3
  -shared \
2060a3
  -cups \
2060a3
  -fontconfig \
2060a3
  -largefile \
2060a3
  -gtkstyle \
2060a3
  -no-rpath \
2060a3
  -reduce-relocations \
2060a3
  -no-separate-debug-info \
2060a3
  %{?phonon} %{!?phonon:-no-phonon} \
2060a3
  %{?phonon_backend} \
2060a3
  %{?no_pch} \
2060a3
  %{?no_javascript_jit} \
2060a3
  -sm \
2060a3
  -stl \
2060a3
  -system-libmng \
2060a3
  -system-libpng \
2060a3
  -system-libjpeg \
2060a3
  -system-libtiff \
2060a3
  -system-zlib \
2060a3
  -xinput \
2060a3
  -xcursor \
2060a3
  -xfixes \
2060a3
  -xinerama \
2060a3
  -xshape \
2060a3
  -xrandr \
2060a3
  -xrender \
2060a3
  -xkb \
2060a3
  -glib \
2060a3
  -icu \
402b94
  %{?openssl} \
2060a3
  -xmlpatterns \
2060a3
  %{?dbus} %{!?dbus:-no-dbus} \
2060a3
  %{?graphicssystem} \
2060a3
  %{?webkit} %{!?webkit:-no-webkit } \
2060a3
  %{?ibase} \
2060a3
  %{?mysql} \
2060a3
  %{?psql} \
2060a3
  %{?odbc} \
2060a3
  %{?sqlite} %{?_system_sqlite} \
2060a3
  %{?tds} \
2060a3
  %{!?docs:-nomake docs} \
2060a3
  %{!?demos:-nomake demos} \
2060a3
  %{!?examples:-nomake examples}
2060a3
402b94
# verify QT_BUILD_KEY
402b94
grep '^#define QT_BUILD_KEY ' src/corelib/global/qconfig.h
402b94
QT_BUILD_KEY_COMPILER="$(grep '^#define QT_BUILD_KEY ' src/corelib/global/qconfig.h | cut -d' ' -f5)"
402b94
if [ "$QT_BUILD_KEY_COMPILER" != 'g++-4' ]; then
402b94
  echo "QT_BUILD_KEY_COMPILER failure"
402b94
  exit 1
402b94
fi
402b94
402b94
# ensure qmake build using optflags (which can happen if not munging qmake.conf defaults)
402b94
make clean -C qmake
402b94
make %{?_smp_mflags} -C qmake \
402b94
  QMAKE_CFLAGS_RELEASE="${CFLAGS:-$RPM_OPT_FLAGS}" \
402b94
  QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS:-$RPM_OPT_FLAGS}" \
402b94
  QMAKE_LFLAGS_RELEASE="${LDFLAGS:-$RPM_LD_FLAGS}" \
402b94
  QMAKE_STRIP=
28de58
2060a3
make %{?_smp_mflags}
2060a3
2060a3
# TODO: consider patching tools/tools.pro to enable building this by default
2060a3
%{?qvfb:make %{?_smp_mflags} -C tools/qvfb}
2060a3
2060a3
# recreate .qm files
402b94
bin/lrelease translations/*.ts
2060a3
2060a3
2060a3
%install
2060a3
rm -rf %{buildroot}
2060a3
2060a3
make install INSTALL_ROOT=%{buildroot}
2060a3
2060a3
%if 0%{?qvfb}
2060a3
make install INSTALL_ROOT=%{buildroot} -C tools/qvfb
2060a3
%find_lang qvfb --with-qt --without-mo
2060a3
%else
2060a3
rm -f %{buildroot}%{_qt4_translationdir}/qvfb*.qm
2060a3
%endif
2060a3
2060a3
%if 0%{?private}
2060a3
# install private headers
2060a3
# using rsync -R as easy way to preserve relative path names
2060a3
# we're cheating and using %%_prefix (/usr) directly here
2060a3
rsync -aR \
2060a3
  include/Qt{Core,Declarative,Gui,Script}/private \
2060a3
  src/{corelib,declarative,gui,script}/*/*_p.h \
2060a3
  %{buildroot}%{_prefix}/
2060a3
%endif
2060a3
2060a3
# Add desktop files, --vendor=qt4 helps avoid possible conflicts with qt3/qt5
2060a3
desktop-file-install \
2060a3
  --dir=%{buildroot}%{_datadir}/applications \
2060a3
  --vendor="qt4" \
2060a3
  %{SOURCE20} %{SOURCE21} %{SOURCE22} %{?dbus:%{SOURCE23}} %{?demos:%{SOURCE24}} %{SOURCE25}
2060a3
2060a3
## pkg-config
a62bb1
# strip extraneous dirs/libraries
2060a3
# safe ones
2060a3
glib2_libs=$(pkg-config --libs glib-2.0 gobject-2.0 gthread-2.0)
402b94
if [ "%{?openssl}" == "-openssl-linked" ]; then
2060a3
ssl_libs=$(pkg-config --libs openssl)
402b94
fi
2060a3
for dep in \
2060a3
  -laudio -ldbus-1 -lfreetype -lfontconfig ${glib2_libs} \
2060a3
  -ljpeg -lm -lmng -lpng -lpulse -lpulse-mainloop-glib ${ssl_libs} -lsqlite3 -lz \
2060a3
  -L/usr/X11R6/lib -L/usr/X11R6/%{_lib} -L%{_libdir} ; do
a62bb1
  sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/lib*.la
2060a3
#  sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/pkgconfig/*.pc
2060a3
  sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/*.prl
2060a3
done
2060a3
# riskier
2060a3
for dep in -ldl -lphonon -lpthread -lICE -lSM -lX11 -lXcursor -lXext -lXfixes -lXft -lXinerama -lXi -lXrandr -lXrender -lXt ; do
a62bb1
  sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/lib*.la
a62bb1
#  sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/pkgconfig/*.pc
2060a3
  sed -i -e "s|$dep ||g" %{buildroot}%{_qt4_libdir}/*.prl
2060a3
done
2060a3
2060a3
# nuke dangling reference(s) to %buildroot
2060a3
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" %{buildroot}%{_qt4_libdir}/*.prl
402b94
sed -i -e "s|-L%{_builddir}/qt-everywhere-opensource-src-%{version}%{?beta:-%{beta}}/lib||g" \
2060a3
  %{buildroot}%{_qt4_libdir}/pkgconfig/*.pc \
2060a3
  %{buildroot}%{_qt4_libdir}/*.prl
2060a3
2060a3
# nuke QMAKE_PRL_LIBS, seems similar to static linking and .la files (#520323)
2060a3
# don't nuke, just drop -lphonon (above)
2060a3
#sed -i -e "s|^QMAKE_PRL_LIBS|#QMAKE_PRL_LIBS|" %{buildroot}%{_qt4_libdir}/*.prl
2060a3
2060a3
# .la files, die, die, die.
2060a3
rm -f %{buildroot}%{_qt4_libdir}/lib*.la
2060a3
2060a3
%if 0
2060a3
#if "%{_qt4_docdir}" != "%{_qt4_prefix}/doc"
2060a3
# -doc make symbolic link to _qt4_docdir
2060a3
rm -rf %{buildroot}%{_qt4_prefix}/doc
2060a3
ln -s  ../../share/doc/qt4 %{buildroot}%{_qt4_prefix}/doc
2060a3
%endif
2060a3
402b94
# hardlink files to %{_bindir}, add -qt4 postfix to not conflict
2060a3
mkdir %{buildroot}%{_bindir}
2060a3
pushd %{buildroot}%{_qt4_bindir}
2060a3
for i in * ; do
2060a3
  case "${i}" in
2060a3
    assistant|designer|linguist|lrelease|lupdate|moc|qmake|qtconfig|qtdemo|uic)
402b94
      ln -v  ${i} %{buildroot}%{_bindir}/${i}-qt4
402b94
      ln -sv ${i} ${i}-qt4
2060a3
      ;;
2060a3
    *)
402b94
      ln -v  ${i} %{buildroot}%{_bindir}/${i}
2060a3
      ;;
2060a3
  esac
2060a3
done
2060a3
popd
2060a3
2060a3
# _debug targets (see bug #196513)
2060a3
pushd %{buildroot}%{_qt4_libdir}
2060a3
for lib in libQt*.so ; do
2060a3
   libbase=`basename $lib .so | sed -e 's/^lib//'`
2060a3
#  ln -s $lib lib${libbase}_debug.so
a62bb1
   echo "INPUT(-l${libbase})" > lib${libbase}_debug.so
2060a3
done
2060a3
for lib in libQt*.a ; do
2060a3
   libbase=`basename $lib .a | sed -e 's/^lib//' `
2060a3
#  ln -s $lib lib${libbase}_debug.a
2060a3
   echo "INPUT(-l${libbase})" > lib${libbase}_debug.a
2060a3
done
2060a3
popd
2060a3
2060a3
%ifarch %{multilib_archs}
2060a3
# multilib: qconfig.h
2060a3
  mv %{buildroot}%{_qt4_headerdir}/Qt/qconfig.h %{buildroot}%{_qt4_headerdir}/QtCore/qconfig-%{__isa_bits}.h
2060a3
  install -p -m644 -D %{SOURCE5} %{buildroot}%{_qt4_headerdir}/QtCore/qconfig-multilib.h
2060a3
  ln -sf qconfig-multilib.h %{buildroot}%{_qt4_headerdir}/QtCore/qconfig.h
2060a3
  ln -sf ../QtCore/qconfig.h %{buildroot}%{_qt4_headerdir}/Qt/qconfig.h
2060a3
%endif
2060a3
2060a3
%if "%{_qt4_libdir}" != "%{_libdir}"
2060a3
  mkdir -p %{buildroot}/etc/ld.so.conf.d
2060a3
  echo "%{_qt4_libdir}" > %{buildroot}/etc/ld.so.conf.d/qt4-%{__isa_bits}.conf
2060a3
%endif
2060a3
2060a3
%if ! 0%{?qt_settings}
2060a3
# Trolltech.conf
2060a3
install -p -m644 -D %{SOURCE4} %{buildroot}%{_qt4_sysconfdir}/Trolltech.conf
2060a3
%endif
2060a3
2060a3
# qt4-logo (generic) icons
2060a3
install -p -m644 -D %{SOURCE30} %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/qt4-logo.png
2060a3
install -p -m644 -D %{SOURCE31} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/qt4-logo.png
2060a3
2060a3
# assistant icons
2060a3
install -p -m644 -D tools/assistant/tools/assistant/images/assistant.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/assistant.png
2060a3
install -p -m644 -D tools/assistant/tools/assistant/images/assistant-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/assistant.png
2060a3
2060a3
# designer icons
2060a3
install -p -m644 -D tools/designer/src/designer/images/designer.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/designer.png
2060a3
2060a3
# linguist icons
2060a3
for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
2060a3
  size=$(echo $(basename ${icon}) | cut -d- -f2)
2060a3
  install -p -m644 -D ${icon} %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/linguist.png
2060a3
done
2060a3
2060a3
# qdbusviewer icons
2060a3
install -p -m644 -D tools/qdbus/qdbusviewer/images/qdbusviewer.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/qdbusviewer.png
2060a3
install -p -m644 -D tools/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/qdbusviewer.png
2060a3
2060a3
# Qt.pc
2060a3
cat >%{buildroot}%{_libdir}/pkgconfig/Qt.pc<
2060a3
prefix=%{_qt4_prefix}
2060a3
bindir=%{_qt4_bindir}
2060a3
datadir=%{_qt4_datadir}
2060a3
demosdir=%{_qt4_demosdir}
2060a3
docdir=%{_qt4_docdir}
2060a3
examplesdir=%{_qt4_examplesdir}
2060a3
headerdir=%{_qt4_headerdir}
2060a3
importdir=%{_qt4_importdir}
2060a3
libdir=%{_qt4_libdir}
2060a3
moc=%{_qt4_bindir}/moc
2060a3
plugindir=%{_qt4_plugindir}
2060a3
qmake=%{_qt4_bindir}/qmake
2060a3
sysconfdir=%{_qt4_sysconfdir}
2060a3
translationdir=%{_qt4_translationdir}
2060a3
2060a3
Name: Qt
2060a3
Description: Qt Configuration
2060a3
Version: %{version}
2060a3
EOF
2060a3
2060a3
# rpm macros
2060a3
mkdir -p %{buildroot}%{rpm_macros_dir}
2060a3
cat >%{buildroot}%{rpm_macros_dir}/macros.qt4<
2060a3
%%_qt4 %{name}
2060a3
%%_qt48 %{version}
2060a3
%%_qt4_epoch %{epoch}
2060a3
%%_qt4_version %{version}
2060a3
%%_qt4_evr %{epoch}:%{version}-%{release}
2060a3
%%_qt4_prefix %%{_libdir}/qt4
2060a3
%%_qt4_bindir %%{_qt4_prefix}/bin
2060a3
%%_qt4_datadir %%{_qt4_prefix}
2060a3
%%_qt4_demosdir %%{_qt4_prefix}/demos
2060a3
%%_qt4_docdir %%{_docdir}/qt4
2060a3
%%_qt4_examples %%{_qt4_prefix}/examples
2060a3
%%_qt4_headerdir %%{_includedir}
2060a3
%%_qt4_importdir %%{_qt4_prefix}/imports
2060a3
%%_qt4_libdir %%{_libdir}
2060a3
%%_qt4_plugindir %%{_qt4_prefix}/plugins
2060a3
%%_qt4_qmake %%{_qt4_bindir}/qmake
2060a3
%%_qt4_sysconfdir %%{_sysconfdir}
a62bb1
%%_qt4_translationdir %%{_datadir}/qt4/translations
2060a3
2060a3
%%qmake_qt4 \\
2060a3
  %%{_qt4_qmake} \\\\\\
2060a3
    QMAKE_CFLAGS="\${CFLAGS:-%%optflags}" \\\\\\
2060a3
    QMAKE_CXXFLAGS="\${CXXFLAGS:-%%optflags}" \\\\\\
2060a3
    QMAKE_LFLAGS="\${LDFLAGS:-%%?__global_ldflags}"
2060a3
EOF
2060a3
402b94
install -p -m644 -D %{SOURCE1} \
402b94
  %{buildroot}%{rpm_macros_dir}/macros.qt4
402b94
sed -i \
402b94
  -e "s|@@NAME@@|%{name}|g" \
402b94
  -e "s|@@EPOCH@@|%{?epoch}%{!?epoch:0}|g" \
402b94
  -e "s|@@VERSION@@|%{version}|g" \
402b94
  -e "s|@@EVR@@|%{?epoch:%{epoch}:}%{version}-%{release}|g" \
402b94
  %{buildroot}%{rpm_macros_dir}/macros.qt4
402b94
2060a3
# create/own stuff under %%_qt4_docdir
2060a3
mkdir -p %{buildroot}%{_qt4_docdir}/{html,qch,src}
2060a3
2060a3
 # create/own stuff under %%_qt4_plugindir
2060a3
mkdir -p %{buildroot}%{_qt4_plugindir}/{crypto,gui_platform,styles}
2060a3
2060a3
## nuke bundled phonon bits
2060a3
rm -fv  %{buildroot}%{_qt4_libdir}/libphonon.so*
2060a3
rm -rfv %{buildroot}%{_libdir}/pkgconfig/phonon.pc
2060a3
# contents slightly different between phonon-4.3.1 and qt-4.5.0
2060a3
rm -fv  %{buildroot}%{_includedir}/phonon/phononnamespace.h
2060a3
# contents dup'd but should remove just in case
2060a3
rm -fv  %{buildroot}%{_includedir}/phonon/*.h
2060a3
rm -rfv %{buildroot}%{_qt4_headerdir}/phonon*
2060a3
#rm -rfv %{buildroot}%{_qt4_headerdir}/Qt/phonon*
2060a3
rm -fv %{buildroot}%{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
2060a3
rm -fv %{buildroot}%{_qt4_plugindir}/designer/libphononwidgets.so
2060a3
# backend
2060a3
rm -fv %{buildroot}%{_qt4_plugindir}/phonon_backend/*_gstreamer.so
2060a3
rm -fv %{buildroot}%{_datadir}/kde4/services/phononbackends/gstreamer.desktop
2060a3
a62bb1
# nuke bundled webkit bits
2060a3
rm -fv %{buildroot}%{_qt4_datadir}/mkspecs/modules/qt_webkit_version.pri
2060a3
rm -fv %{buildroot}%{_qt4_headerdir}/Qt/qgraphicswebview.h
2060a3
rm -fv %{buildroot}%{_qt4_headerdir}/Qt/qweb*.h
2060a3
rm -frv %{buildroot}%{_qt4_headerdir}/QtWebKit/
2060a3
rm -frv %{buildroot}%{_qt4_importdir}/QtWebKit/
2060a3
rm -fv %{buildroot}%{_qt4_libdir}/libQtWebKit.*
2060a3
rm -fv %{buildroot}%{_libdir}/pkgconfig/QtWebKit.pc
2060a3
rm -frv %{buildroot}%{_qt4_prefix}/tests/
2060a3
2060a3
%find_lang qt --with-qt --without-mo
2060a3
2060a3
%find_lang assistant --with-qt --without-mo
2060a3
%find_lang qt_help --with-qt --without-mo
2060a3
%find_lang qtconfig --with-qt --without-mo
402b94
%find_lang qtscript --with-qt --without-mo
402b94
cat assistant.lang qt_help.lang qtconfig.lang qtscript.lang >qt-x11.lang
2060a3
2060a3
%find_lang designer --with-qt --without-mo
2060a3
%find_lang linguist --with-qt --without-mo
2060a3
cat designer.lang linguist.lang >qt-devel.lang
2060a3
2060a3
2060a3
%clean
2060a3
rm -rf %{buildroot}
2060a3
2060a3
2060a3
%post -p /sbin/ldconfig
2060a3
%postun -p /sbin/ldconfig
2060a3
2060a3
%files -f qt.lang
2060a3
%defattr(-,root,root,-)
2060a3
%doc README LICENSE.GPL3 LICENSE.LGPL LGPL_EXCEPTION.txt
2060a3
%if "%{_qt4_libdir}" != "%{_libdir}"
2060a3
/etc/ld.so.conf.d/*
2060a3
%dir %{_qt4_libdir}
2060a3
%endif
2060a3
%dir %{_qt4_prefix}
2060a3
%if "%{_qt4_bindir}" == "%{_bindir}"
2060a3
%{_qt4_prefix}/bin
2060a3
%else
2060a3
%dir %{_qt4_bindir}
2060a3
%endif
2060a3
%if "%{_qt4_datadir}" != "%{_datadir}/qt4"
2060a3
%dir %{_datadir}/qt4
2060a3
%else
2060a3
%dir %{_qt4_datadir}
2060a3
%endif
2060a3
%dir %{_qt4_docdir}
2060a3
%dir %{_qt4_docdir}/html/
2060a3
%dir %{_qt4_docdir}/qch/
2060a3
%dir %{_qt4_docdir}/src/
2060a3
2060a3
%if "%{_qt4_sysconfdir}" != "%{_sysconfdir}"
2060a3
%dir %{_qt4_sysconfdir}
2060a3
%endif
2060a3
%if ! 0%{?qt_settings}
2060a3
%config(noreplace) %{_qt4_sysconfdir}/Trolltech.conf
2060a3
%endif
2060a3
%{_qt4_datadir}/phrasebooks/
2060a3
%{_qt4_libdir}/libQtCore.so.4*
2060a3
%if 0%{?dbus:1}
2060a3
%if "%{_qt4_bindir}" != "%{_bindir}"
2060a3
%{_bindir}/qdbus
2060a3
%endif
2060a3
%{_qt4_bindir}/qdbus
2060a3
%{_qt4_libdir}/libQtDBus.so.4*
2060a3
%endif
2060a3
%{_qt4_libdir}/libQtNetwork.so.4*
2060a3
%{_qt4_libdir}/libQtScript.so.4*
2060a3
%{_qt4_libdir}/libQtSql.so.4*
2060a3
%{_qt4_libdir}/libQtTest.so.4*
2060a3
%{_qt4_libdir}/libQtXml.so.4*
2060a3
%{_qt4_libdir}/libQtXmlPatterns.so.4*
2060a3
%dir %{_qt4_plugindir}
2060a3
%dir %{_qt4_plugindir}/crypto/
2060a3
%dir %{_qt4_plugindir}/sqldrivers/
2060a3
%dir %{_qt4_translationdir}/
2060a3
%{_qt4_plugindir}/sqldrivers/libqsqlite*
2060a3
2060a3
%post assistant
2060a3
touch --no-create %{_datadir}/icons/hicolor ||:
2060a3
2060a3
%posttrans assistant
2060a3
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
2060a3
2060a3
%postun assistant
2060a3
if [ $1 -eq 0 ] ; then
2060a3
touch --no-create %{_datadir}/icons/hicolor ||:
2060a3
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
2060a3
fi
2060a3
2060a3
%files assistant
2060a3
%defattr(-,root,root,-)
2060a3
%if "%{_qt4_bindir}" != "%{_bindir}"
2060a3
%{_bindir}/assistant*
2060a3
%endif
2060a3
%{_qt4_bindir}/assistant*
2060a3
%{_datadir}/applications/*assistant.desktop
2060a3
%{_datadir}/icons/hicolor/*/apps/assistant*
2060a3
2060a3
%files config
2060a3
%defattr(-,root,root,-)
2060a3
%if "%{_qt4_bindir}" != "%{_bindir}"
2060a3
%{_bindir}/qt*config*
2060a3
%endif
2060a3
%{_qt4_bindir}/qt*config*
2060a3
%{_datadir}/applications/*qtconfig.desktop
2060a3
2060a3
%if 0%{?demos}
2060a3
%files demos
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_bindir}/qt*demo*
2060a3
%if "%{_qt4_bindir}" != "%{_bindir}"
2060a3
%{_bindir}/qt*demo*
2060a3
%endif
2060a3
%{_datadir}/applications/*qtdemo.desktop
2060a3
%{_qt4_demosdir}/
2060a3
%endif
2060a3
2060a3
%if "%{?webkit}" == "-webkit"
2060a3
%files designer-plugin-webkit
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_plugindir}/designer/libqwebview.so
2060a3
%endif
2060a3
2060a3
%post devel
2060a3
touch --no-create %{_datadir}/icons/hicolor ||:
2060a3
2060a3
%posttrans devel
2060a3
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
2060a3
update-desktop-database -q &> /dev/null ||:
2060a3
2060a3
%postun devel
2060a3
if [ $1 -eq 0 ] ; then
2060a3
touch --no-create %{_datadir}/icons/hicolor ||:
2060a3
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
2060a3
update-desktop-database -q &> /dev/null ||:
2060a3
fi
2060a3
2060a3
%files devel -f qt-devel.lang
2060a3
%defattr(-,root,root,-)
2060a3
%{rpm_macros_dir}/macros.qt4
2060a3
%{_qt4_bindir}/lconvert
2060a3
%{_qt4_bindir}/lrelease*
2060a3
%{_qt4_bindir}/lupdate*
2060a3
%{_qt4_bindir}/moc*
2060a3
%{_qt4_bindir}/pixeltool*
2060a3
%{_qt4_bindir}/qdoc3*
2060a3
%{_qt4_bindir}/qmake*
402b94
%{_qt4_bindir}/qmlviewer*
2060a3
%{_qt4_bindir}/qmlplugindump
2060a3
%{_qt4_bindir}/qt3to4
2060a3
%{_qt4_bindir}/qttracereplay
2060a3
%{_qt4_bindir}/rcc*
2060a3
%{_qt4_bindir}/uic*
2060a3
%{_qt4_bindir}/qcollectiongenerator
2060a3
%if 0%{?dbus:1}
2060a3
%{_qt4_bindir}/qdbuscpp2xml
2060a3
%{_qt4_bindir}/qdbusxml2cpp
2060a3
%endif
2060a3
%{_qt4_bindir}/qhelpconverter
2060a3
%{_qt4_bindir}/qhelpgenerator
2060a3
%{_qt4_bindir}/xmlpatterns
2060a3
%{_qt4_bindir}/xmlpatternsvalidator
2060a3
%if "%{_qt4_bindir}" != "%{_bindir}"
2060a3
%{_bindir}/lrelease*
2060a3
%{_bindir}/lupdate*
2060a3
%{_bindir}/moc*
2060a3
%{_bindir}/uic*
2060a3
%{_bindir}/designer*
2060a3
%{_bindir}/linguist*
2060a3
%{_bindir}/lconvert
2060a3
%{_bindir}/pixeltool
402b94
%{_bindir}/qcollectiongenerator
2060a3
%{_bindir}/qdoc3
402b94
%{_bindir}/qmake*
402b94
%{_bindir}/qmlviewer*
2060a3
%{_bindir}/qt3to4
2060a3
%{_bindir}/qttracereplay
2060a3
%if 0%{?dbus:1}
2060a3
%{_bindir}/qdbuscpp2xml
2060a3
%{_bindir}/qdbusxml2cpp
2060a3
%endif
2060a3
%{_bindir}/qhelpconverter
2060a3
%{_bindir}/qhelpgenerator
2060a3
%{_bindir}/qmlplugindump
2060a3
%{_bindir}/rcc
2060a3
%{_bindir}/xmlpatterns
2060a3
%{_bindir}/xmlpatternsvalidator
2060a3
%endif
2060a3
%if "%{_qt4_headerdir}" != "%{_includedir}"
2060a3
%dir %{_qt4_headerdir}/
2060a3
%endif
2060a3
%{_qt4_headerdir}/*
2060a3
%{_qt4_datadir}/mkspecs/
2060a3
%if "%{_qt4_datadir}" != "%{_qt4_prefix}"
2060a3
%{_qt4_prefix}/mkspecs/
2060a3
%endif
2060a3
%{_qt4_datadir}/q3porting.xml
2060a3
%if 0%{?phonon:1}
2060a3
## nuke this one too?  -- Rex
2060a3
%{_qt4_libdir}/libphonon.prl
2060a3
%endif
2060a3
%{_qt4_libdir}/libQt*.so
2060a3
%{_qt4_libdir}/libQtUiTools*.a
2060a3
%{_qt4_libdir}/libQt*.prl
2060a3
%{_libdir}/pkgconfig/*.pc
2060a3
# Qt designer
2060a3
%{_qt4_bindir}/designer*
2060a3
%{_datadir}/applications/*designer.desktop
2060a3
%{_datadir}/icons/hicolor/*/apps/designer*
2060a3
%{?docs:%{_qt4_docdir}/qch/designer.qch}
2060a3
# Qt Linguist
2060a3
%{_qt4_bindir}/linguist*
2060a3
%{_datadir}/applications/*linguist.desktop
2060a3
%{_datadir}/icons/hicolor/*/apps/linguist*
2060a3
%{?docs:%{_qt4_docdir}/qch/linguist.qch}
2060a3
%if 0%{?private}
2060a3
%exclude %{_qt4_headerdir}/*/private/
2060a3
2060a3
%files devel-private
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_headerdir}/QtCore/private/
2060a3
%{_qt4_headerdir}/QtDeclarative/private/
2060a3
%{_qt4_headerdir}/QtGui/private/
2060a3
%{_qt4_headerdir}/QtScript/private/
2060a3
%{_qt4_headerdir}/../src/corelib/
2060a3
%{_qt4_headerdir}/../src/declarative/
2060a3
%{_qt4_headerdir}/../src/gui/
2060a3
%{_qt4_headerdir}/../src/script/
2060a3
%endif
2060a3
2060a3
%if 0%{?docs}
2060a3
%files doc
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_docdir}/html/*
2060a3
%{_qt4_docdir}/qch/*.qch
2060a3
%exclude %{_qt4_docdir}/qch/designer.qch
2060a3
%exclude %{_qt4_docdir}/qch/linguist.qch
2060a3
%{_qt4_docdir}/src/*
2060a3
#{_qt4_prefix}/doc
2060a3
%endif
2060a3
2060a3
%if 0%{?examples}
2060a3
%files examples
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_examplesdir}/
2060a3
%endif
2060a3
2060a3
%if 0%{?qvfb}
2060a3
%files qvfb -f qvfb.lang
2060a3
%defattr(-,root,root,-)
2060a3
%{_bindir}/qvfb
2060a3
%{_qt4_bindir}/qvfb
2060a3
%endif
2060a3
2060a3
%if "%{?ibase}" == "-plugin-sql-ibase"
2060a3
%files ibase
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_plugindir}/sqldrivers/libqsqlibase*
2060a3
%endif
2060a3
2060a3
%if "%{?mysql}" == "-plugin-sql-mysql"
2060a3
%files mysql
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_plugindir}/sqldrivers/libqsqlmysql*
2060a3
%endif
2060a3
2060a3
%if "%{?odbc}" == "-plugin-sql-odbc"
a62bb1
%files odbc
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_plugindir}/sqldrivers/libqsqlodbc*
2060a3
%endif
2060a3
2060a3
%if "%{?psql}" == "-plugin-sql-psql"
a62bb1
%files postgresql
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_plugindir}/sqldrivers/libqsqlpsql*
2060a3
%endif
2060a3
2060a3
%if "%{?tds}" == "-plugin-sql-tds"
2060a3
%files tds
2060a3
%defattr(-,root,root,-)
2060a3
%{_qt4_plugindir}/sqldrivers/libqsqltds*
2060a3
%endif
2060a3
2060a3
%post x11
2060a3
/sbin/ldconfig
2060a3
touch --no-create %{_datadir}/icons/hicolor ||:
2060a3
2060a3
%posttrans x11
2060a3
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
2060a3
2060a3
%postun x11
2060a3
/sbin/ldconfig
2060a3
if [ $1 -eq 0 ] ; then
2060a3
touch --no-create %{_datadir}/icons/hicolor ||:
2060a3
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
2060a3
fi
2060a3
2060a3
%files x11 -f qt-x11.lang
2060a3
%defattr(-,root,root,-)
2060a3
%dir %{_qt4_importdir}/
2060a3
%{_qt4_importdir}/Qt/
2060a3
%{_qt4_libdir}/libQt3Support.so.4*
2060a3
%{_qt4_libdir}/libQtCLucene.so.4*
2060a3
%{_qt4_libdir}/libQtDesigner.so.4*
2060a3
%{_qt4_libdir}/libQtDeclarative.so.4*
2060a3
%{_qt4_libdir}/libQtDesignerComponents.so.4*
2060a3
%{_qt4_libdir}/libQtGui.so.4*
2060a3
%{_qt4_libdir}/libQtHelp.so.4*
2060a3
%{_qt4_libdir}/libQtMultimedia.so.4*
2060a3
%{_qt4_libdir}/libQtOpenGL.so.4*
2060a3
%{_qt4_libdir}/libQtScriptTools.so.4*
2060a3
%{_qt4_libdir}/libQtSvg.so.4*
2060a3
%{_qt4_plugindir}/*
2060a3
%exclude %{_qt4_plugindir}/crypto
2060a3
%if "%{?webkit}" == "-webkit"
2060a3
%exclude %{_qt4_plugindir}/designer/libqwebview.so
2060a3
%endif
2060a3
%exclude %{_qt4_plugindir}/sqldrivers
2060a3
%{_datadir}/icons/hicolor/*/apps/qt4-logo.*
2060a3
2060a3
%if 0%{?dbus:1}
2060a3
%post qdbusviewer
2060a3
touch --no-create %{_datadir}/icons/hicolor ||:
2060a3
2060a3
%posttrans qdbusviewer
2060a3
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
2060a3
2060a3
%postun qdbusviewer
2060a3
if [ $1 -eq 0 ] ; then
2060a3
touch --no-create %{_datadir}/icons/hicolor ||:
2060a3
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
2060a3
fi
2060a3
2060a3
%files qdbusviewer
2060a3
%if "%{_qt4_bindir}" != "%{_bindir}"
2060a3
%{_bindir}/qdbusviewer
2060a3
%endif
2060a3
%{_qt4_bindir}/qdbusviewer
2060a3
%{_datadir}/applications/*qdbusviewer.desktop
2060a3
%{_datadir}/icons/hicolor/*/apps/qdbusviewer.*
2060a3
%endif
2060a3
2060a3
2060a3
%changelog
9db9f7
* Thu Sep 24 2020 Jan Grulich <jgrulich@redhat.com> - 1:4.8.7-9
9db9f7
- Fix buffer overflow in XBM parser
9db9f7
  Resolves: bz#1870297
9db9f7
9c5ecf
* Fri Dec 06 2019 Jan Grulich <jgrulich@redhat.com> - 1:4.8.7-8
9c5ecf
- Fix QImage allocation failure in qgifhandler
9c5ecf
  Resolves: bz#1667863
9c5ecf
9c5ecf
- Fix QTgaFile CPU exhaustion
9c5ecf
  Resolves: bz#1667879
9c5ecf
9c5ecf
- Fix QBmpHandler segmentation fault on malformed BMP file
9c5ecf
  Resolves: bz#1667862
9c5ecf
9c5ecf
* Tue Oct 29 2019 Jan Grulich <jgrulich@redhat.com> - 1:4.8.7-7
9c5ecf
- Fix crash when parsing malformed url reference in svg
9c5ecf
  Resolves: bz#1667882
9c5ecf
9c5ecf
* Wed Oct 23 2019 Jan Grulich <jgrulich@redhat.com> - 1:4.8.7-6
9c5ecf
- Fix crash in qppmhandler for certain malformed image files
9c5ecf
  Resolves: bz#1702031
9c5ecf
9c5ecf
* Wed Oct 23 2019 Jan Grulich <jgrulich@redhat.com> - 1:4.8.7-5
9c5ecf
- Fix possible heap corruption in QXmlStream
9c5ecf
  Resolves: bz#1667861
9c5ecf
313fad
* Thu Mar 21 2019 Jan Grulich <jgrulich@redhat.com> - 1:4.8.7-3
313fad
- Revert fix for font cache check in QFontEngineFT::recalcAdvances()
64f13e
  Resolves: bz#1684167
313fad
402b94
* Thu Sep 14 2017 Jan Grulich <jgrulich@redhat.com> - 1:4.8.7-2
402b94
- Update aarch64 patch
402b94
  Resolves: bz#1484361
402b94
402b94
* Mon Aug 28 2017 Jan Grulich <jgrulich@redhat.com> - 1:4.8.7-1
402b94
- Update to 4.8.7 (+ sync with Fedora)
402b94
  Resolves: bz#1484361
1b28bb
1b28bb
- Don't close Qt apps in Gnome on shutdown dialog
1b28bb
  Resolves: bz#1378865
1b28bb
a62bb1
* Mon May 02 2016 Jan Grulich <jgrulich@redhat.com> - 1:4.8.5-13
a62bb1
- Prefer adwaita-qt theme over gtk
a62bb1
  Resolves: bz#1332094
a62bb1
2e078b
* Thu Mar 24 2016 Jan Grulich <jgrulich@redhat.com> - 1:4.8.5-12
2e078b
- Revert upstream fix for QTBUG-15319
a62bb1
  Resolves: bz#1259675
a62bb1
- Do not use nonstandard linux-g++-aarch64
a62bb1
  Resolves: bz#1291461
2e078b
dfeb06
* Wed Sep 02 2015 Jan Grulich <jgrulich@redhat.com> - 1:4.8.5-11
dfeb06
- aarch64 fixes
dfeb06
  Resolves: bz#1258902
dfeb06
dfeb06
* Thu Aug 21 2014 Than Ngo <than@redhat.com> - 1:4.8.5-10
dfeb06
- Resolves: bz#1125662, add support ppc64le arch
dfeb06
dfeb06
* Wed Aug 20 2014 Than Ngo <than@redhat.com> - 1:4.8.5-9
dfeb06
- Resolves: bz#1125662
dfeb06
28de58
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:4.8.5-8
28de58
- Mass rebuild 2014-01-24
28de58
28de58
* Wed Jan 15 2014 Honza Horak <hhorak@redhat.com> - 1:4.8.5-7
28de58
- Rebuild for mariadb-libs
28de58
  Related: #1045013
28de58
28de58
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:4.8.5-6
28de58
- Mass rebuild 2013-12-27
28de58
28de58
* Wed Nov 20 2013 Than Ngo <than@redhat.com> - 1:4.8.5-5
28de58
- add fix to prevent overflow warning
28de58
28de58
* Wed Nov 20 2013 Than Ngo <than@redhat.com> - 1:4.8.5-4
28de58
- add AArch64 support, patches from Ubuntu
28de58
2060a3
* Wed Jul 31 2013 Than Ngo <than@redhat.com> - 1:4.8.5-3
2060a3
- revert upstream postgresql driver changes wrt escaping (QTBUG-30076)
2060a3
2060a3
* Tue Jul 02 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-2
2060a3
- qdbusviewer subpkg (#968336)
2060a3
2060a3
* Tue Jul 02 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-1
2060a3
- 4.8.5 (final)
2060a3
2060a3
* Wed Jun 26 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.6.rc2
2060a3
- trim changelog
2060a3
- cleaner rpm_macros_dir handling
2060a3
2060a3
* Fri Jun 21 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.5.rc2
2060a3
- drop multilib portion from qt_plugin_path.patch
2060a3
2060a3
* Tue Jun 18 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.4.rc2
2060a3
- (re)add kde4/multilib QT_PLUGIN_PATH
2060a3
2060a3
* Mon Jun 10 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.3.rc2
2060a3
- 4.8.5-rc2
2060a3
2060a3
* Mon Jun 10 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.2.rc
2060a3
- RFE: Add %%qmake_qt4 macro (#870199)
2060a3
2060a3
* Sun Jun 09 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.5-0.1.rc
2060a3
- 4.8.5-RC
2060a3
2060a3
* Thu May 30 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-19
2060a3
- drop QTBUG-27809 candidate fix, causes regressions (#968794)
2060a3
2060a3
* Tue May 28 2013 Than Ngo <than@redhat.com> - 4.8.4-18
2060a3
- QTBUG-27809, fix multiple calls to QDBusPendingReply::waitForFinished on separate objects
2060a3
2060a3
* Thu Apr 25 2013 Than Ngo <than@redhat.com> - 4.8.4-17
2060a3
- Desktop file sanity, drop key "Encoding", it's deprecated
2060a3
2060a3
* Fri Apr 19 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-16
2060a3
- update URL (#859286)
2060a3
- include qdbusviewer .desktop/icon
2060a3
- .desktop files: +mime scriptlets, +GenericName keys
2060a3
2060a3
* Wed Mar 20 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-15
2060a3
- pull in a few more upstream fixes
2060a3
2060a3
* Mon Feb 11 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-14
2060a3
- SIGSEGV when called from QMetaObject::metaCall (QTBUG-29082, kde#311751)
2060a3
2060a3
* Mon Feb 11 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-13
2060a3
- qmake: add support for pkgconfig Requires.private
2060a3
2060a3
* Mon Feb 11 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-12
2060a3
- add more moc/boost workarounds, thanks boost-1.53 (QTBUG-22829)
2060a3
2060a3
* Mon Feb 04 2013 Than Ngo <than@redhat.com> - 4.8.4-11
2060a3
- backport: fix security flaw was found in the way QSharedMemory class, CVE-2013-0254
2060a3
2060a3
* Sat Jan 26 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-10
2060a3
- rebuild (icu)
2060a3
2060a3
* Thu Jan 24 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-9
2060a3
- make qtchooser support non-conflicting
2060a3
2060a3
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1:4.8.4-8
2060a3
- rebuild due to "jpeg8-ABI" feature drop
2060a3
2060a3
* Wed Jan 09 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-7
2060a3
- add qtchooser support (disabled by default)
2060a3
2060a3
* Mon Jan 07 2013 Rex Dieter <rdieter@fedoraproject.org> 4.8.4-6
2060a3
- blacklist unauthorized SSL certificates by Türktrust
2060a3
2060a3
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-5
2060a3
- QGtkStyle was unable to detect the current GTK+ theme (#702493, QTBUG-5545))
2060a3
2060a3
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-4
2060a3
- QSslSocket may report incorrect errors when certificate verification fails
2060a3
2060a3
* Thu Jan 03 2013 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-3
2060a3
- -x11: %%exclude %%{_qt4_plugindir}/designer/libqwebview.so
2060a3
2060a3
* Sun Dec 16 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-2
2060a3
- -designer-plugin-webkit subpkg (#887501)
2060a3
- fix/prune/changelog
2060a3
2060a3
* Thu Nov 29 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.4-1
2060a3
- 4.8.4
2060a3
2060a3
* Wed Oct 31 2012 Than Ngo <than@redhat.com> - 1:4.8.3-8
2060a3
- add poll support to fix QAbstractSocket errors with more than
2060a3
  1024 file descriptors, thanks Florian for the patch
2060a3
2060a3
* Wed Oct 24 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-7
2060a3
- Crash in Qt script (QTBUG-27322)
2060a3
2060a3
* Tue Oct 23 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-6
2060a3
- fix/respin qdevice_pri patch
2060a3
2060a3
* Mon Oct 22 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-5
2060a3
- QDir::homePath() should account for an empty $HOME (QTBUG-4862, kde#249217, #694385)
2060a3
2060a3
* Sat Oct 20 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-4
2060a3
- $RPM_LD_FLAGS should be propagated to qmake's defaults (#868554)
2060a3
2060a3
* Fri Sep 28 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-3
2060a3
- find qdevice.pri even for installed qt builds
2060a3
2060a3
* Thu Sep 27 2012 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.3-2
2060a3
- upstream disable-SSL-compression patch
2060a3
2060a3
* Thu Sep 13 2012 Rex Dieter <rdieter@fedoraproject.org> - 1:4.8.3-1
2060a3
- qt-4.8.3 final
2060a3
- revert QtScript-JIT commit
2060a3
2060a3
* Tue Sep 04 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.2-6
2060a3
- revert "fix QtScript JIT crash" patch, causes frequent segmentation faults (#853587)
2060a3
2060a3
* Mon Aug 13 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.2-5
a62bb1
- fix QtScript JIT crash (QTBUG-23871, kde#297661)
2060a3
2060a3
* Thu Jul 05 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.2-4
2060a3
- text cursor blinks not in the current cell (kde#296490)
2060a3
2060a3
* Tue Jun 19 2012 Than Ngo <than@redhat.com> - 4.8.2-3
2060a3
- fix bz#810500, fix crash in assistant
2060a3
2060a3
* Tue May 29 2012 Than Ngo <than@redhat.com> - 4.8.2-2
2060a3
- fix bz#820767, lrelease-qt4 tries to run qmake not qmake-qt4
2060a3
2060a3
* Tue May 22 2012 Than Ngo <than@redhat.com> - 4.8.2-1
2060a3
- 4.8.2
2060a3
2060a3
* Fri May 18 2012 Than Ngo <than@redhat.com> - 4.8.1-15
2060a3
- add rhel/fedora condition
2060a3
2060a3
* Thu May 17 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-14
2060a3
- Can't build 32bit Qt release application on 64bit (#822710)
2060a3
2060a3
* Wed May 16 2012 Than Ngo <than@redhat.com> - 4.8.1-13
2060a3
- add upstream patch to fix crash on big endian machine
2060a3
2060a3
* Fri May 11 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-12
2060a3
- enable debuginfo in libQt3Support
2060a3
2060a3
* Fri May 11 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-11
2060a3
- lrelease-qt4 tries to run qmake not qmake-qt4 (#820767)
2060a3
2060a3
* Thu May 10 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-10
2060a3
- Requires: qt-settings (f17+)
2060a3
2060a3
* Tue May 08 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-9
2060a3
- rebuild (libtiff)
2060a3
2060a3
* Thu May 03 2012 Than Ngo <than@redhat.com> - 4.8.1-8
2060a3
- add rhel/fedora condition
2060a3
2060a3
* Wed Apr 18 2012 Than Ngo <than@redhat.com> - 4.8.1-7
2060a3
- add rhel condition
2060a3
2060a3
* Tue Apr 17 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-6
2060a3
- omit qdbusconnection warnings in release/no-debug mode
2060a3
2060a3
* Tue Apr 03 2012 Jaroslav Reznik <jreznik@redhat.com> - 4.8.1-5
2060a3
- Fix a crash in cursorToX() when new block is added (QTBUG-24718)
2060a3
2060a3
* Fri Mar 30 2012 Than Ngo <than@redhat.com> - 4.8.1-4
2060a3
- Fix QTgaHandler::canRead() not obeying image plugin specs
2060a3
2060a3
* Thu Mar 29 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-3
2060a3
- Header file name mismatch in qt-devel i686 (#808087)
2060a3
2060a3
* Thu Mar 29 2012 Than Ngo <than@redhat.com> - 4.8.1-2
2060a3
- add correct flags
2060a3
2060a3
* Wed Mar 28 2012 Than Ngo <than@redhat.com> - 4.8.1-1
2060a3
- 4.8.1
2060a3
2060a3
* Wed Feb 22 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-10
2060a3
- -demos: Requires: -doc (#795859)
2060a3
2060a3
* Mon Feb 20 2012 Than Ngo <than@redhat.com> - 4.8.0-9
2060a3
- get rid of timestamp which causes multilib problem
2060a3
2060a3
* Tue Jan 24 2012 Than Ngo <than@redhat.com> - 4.8.0-8
2060a3
- disable Using gold linker, g++ doesn't support flags gold linker
2060a3
- fix gcc-4.7 issue
2060a3
2060a3
* Tue Jan 10 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-7
2060a3
- improved filter_event patch (kde#275469)
2060a3
2060a3
* Mon Jan 09 2012 Than Ngo <than@redhat.com> - 4.8.0-6
2060a3
- bz#772128, CVE-2011-3922, Stack-based buffer overflow in embedded harfbuzz code
2060a3
2060a3
* Tue Dec 27 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-5
a62bb1
- fix qvfb
2060a3
2060a3
* Tue Dec 27 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-4
2060a3
- filter event patch, avoid "ghost entries in kde taskbar" problem (kde#275469)
2060a3
2060a3
* Tue Dec 20 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-3
2060a3
- don't spam if libicu is not present at runtime (#759923)
2060a3
2060a3
* Mon Dec 19 2011 Dan Horák <dan[at]dannu.cz> 4.8.0-2
2060a3
- add missing method for QBasicAtomicPointer on s390(x)
2060a3
2060a3
* Thu Dec 15 2011 Jaroslav Reznik <jreznik@redhat.com> 4.8.0-1
2060a3
- 4.8.0
2060a3
2060a3
* Mon Dec 12 2011 Jaroslav Reznik <jreznik@redhat.com> 4.8.0-0.29.rc1
2060a3
- Fixes the position of misplaced mouse input (QTBUG-22420)
2060a3
2060a3
* Sun Dec 04 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.28.rc1
2060a3
- Control whether icu support is built (#759923)
2060a3
2060a3
* Sat Dec 03 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.8.0-0.27.rc1
2060a3
- work around a MOC issue with Boost 1.48 headers (#756395)
2060a3
2060a3
* Wed Nov 30 2011 Than Ngo <than@redhat.com> - 4.8.0-0.26.rc1
2060a3
- workaround crash on ppc64
2060a3
2060a3
* Mon Nov 14 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.25.rc1
2060a3
- BuildRequires: pkgconfig(libpng)
a62bb1
- -devel: drop Requires: libpng-devel libjpeg-devel
2060a3
- qt4.macros: +%%_qt4_epoch, %%_qt4_evr
2060a3
2060a3
* Thu Nov 03 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.24.rc1
a62bb1
- build tds sql driver with -fno-strict-aliasing
2060a3
2060a3
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.23.rc1
2060a3
- crash when using a visual with 24 bits per pixel (#749647,QTBUG-21754)
2060a3
2060a3
* Fri Oct 28 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.8.0-0.22.rc1
2060a3
- fix FTBFS in QtWebKit's wtf library with GLib 2.31
2060a3
2060a3
* Thu Oct 27 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.8.0-0.21.rc1
2060a3
- fix missing NULL check in the toLocalFile patch (fixes Digikam segfault)
2060a3
2060a3
* Thu Oct 27 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.20.rc1
2060a3
- restore qt-4.7-compatible behavior to QUrl.toLocalFile (#749213)
2060a3
2060a3
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.8.0-0.19.rc1
2060a3
- Rebuilt for glibc bug#747377
2060a3
2060a3
* Mon Oct 24 2011 Than Ngo <than@redhat.com> 4.8.0-0.18.rc1
2060a3
- bz#748297, update the URL of qt packages
2060a3
2060a3
* Tue Oct 18 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.17.rc1
2060a3
- Buttons in Qt applications not clickable when run under gnome-shell (#742658, QTBUG-21900)
2060a3
2060a3
* Mon Oct 17 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.16.rc1
2060a3
- Qt doesn't close orphaned file descriptors after printing (#746601, QTBUG-14724)
2060a3
2060a3
* Sat Oct 15 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.15.rc1
2060a3
- revert qlist.h commit that seems to induce crashes in qDeleteAll
2060a3
2060a3
* Sat Oct 15 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.14.rc1
2060a3
- pkgconfig-style deps
2060a3
2060a3
* Thu Oct 13 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.13.rc1
2060a3
- 4.8.0-rc1
2060a3
2060a3
* Mon Oct 03 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.12.20111002
2060a3
- 20111002 4.8 branch snapshot
2060a3
2060a3
* Sat Sep 17 2011 Rex Dieter <rdieter@fedoraproject.org> 4.8.0-0.11.beta1
2060a3
- ./configure -webkit
2060a3
2060a3
* Wed Sep 14 2011 Lukas Tinkl <ltinkl@redhat.com> 1:4.8.0-0.10.beta1
2060a3
- fix missing CSS styles and JS functions in the generated HTML
2060a3
  documentation, omitted from the upstream tarball
2060a3
2060a3
* Wed Aug 17 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.9.beta1
2060a3
- -graphicssystem raster (#712617)
2060a3
- drop sqlite_pkg option
2060a3
2060a3
* Sun Jul 31 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.8.beta1
2060a3
- macros.qt4: s|_qt47|_qt48|
2060a3
2060a3
* Thu Jul 28 2011 Dan Horák <dan[at]danny.cz> 1:4.8.0-0.7.beta1
2060a3
- fix the outdated standalone copy of JavaScriptCore (s390)
2060a3
2060a3
* Sat Jul 23 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.6.beta1
2060a3
- fix QMAKE_LIBDIR_QT, for missing QT_SHARED define (#725183)
2060a3
2060a3
* Wed Jul 20 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.5.beta1
2060a3
- 4.8.0-beta1
2060a3
- drop webkit_packaged conditional
2060a3
- drop old patches
2060a3
- drop qvfb (for now, ftbfs)
2060a3
2060a3
* Wed Jul 13 2011 Than Ngo <than@redhat.com> - 1:4.8.0-0.4.tp
2060a3
- move macros.* to -devel
2060a3
2060a3
* Tue Jul 05 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.3.tp
a62bb1
- Adding qt-sql-ibase driver for qt (#719002)
2060a3
- qvfb subpackage (#718416)
2060a3
2060a3
* Tue Jun 21 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.2.tp
2060a3
- fontconfig patch (#705348, QTBUG-19947)
2060a3
2060a3
* Wed May 25 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.8.0-0.1.tp
2060a3
- 4.8.0-tp
2060a3
- drop phonon_internal, phonon_backend_packaged build options
2060a3
2060a3
* Thu May 19 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.3-3
2060a3
- omit %%{_qt4_plugindir}/designer/libqwebview.so too
2060a3
2060a3
* Thu May 19 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.3-2
2060a3
- omit bundled webkit on f16+ (in favor of separately packaged qtwebkit)
2060a3
2060a3
* Thu May 05 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.7.3-1
2060a3
- 4.7.3
2060a3
2060a3
* Thu Apr 21 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.2-9
2060a3
- -webkit-devel: move qt_webkit_version.pri here
2060a3
2060a3
* Fri Apr 01 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.2-8
2060a3
- -devel-private: qt-creator/QmlDesigner requires qt private headers (#657498)
2060a3
2060a3
* Fri Mar 25 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.2-7
2060a3
- followup patch for QTBUG-18338, blacklist fraudulent SSL certifcates
2060a3
2060a3
* Fri Mar 25 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.2-6
2060a3
- drop qt-designer-plugin-phonon
2060a3
2060a3
* Fri Mar 25 2011 Than Ngo <than@redhat.com> - 1:4.7.2-5
2060a3
- apply patch to fix QTBUG-18338, blacklist fraudulent SSL certifcates
2060a3
2060a3
* Tue Mar 22 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.7.2-4
2060a3
- rebuild (mysql)
2060a3
2060a3
* Fri Mar 11 2011 Dan Horák <dan[at]danny.cz> 1:4.7.2-3
2060a3
- workaround memory exhaustion during linking of libQtWebKit on s390
2060a3
2060a3
* Mon Mar 07 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.7.2-2
2060a3
- Fix QNetworkConfigurationManager crash due to null private pointer (#682656)
2060a3
2060a3
* Tue Mar 01 2011 Jaroslav Reznik <jreznik@redhat.com> 1:4.7.2-1
2060a3
- 4.7.2
2060a3
2060a3
* Wed Feb 23 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.1-18
2060a3
- libQtWebKit.so has no debug info (#667175)
2060a3
2060a3
* Wed Feb 16 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.1-17
2060a3
- Obsoletes: qt-sqlite < 1:4.7.1-16
2060a3
2060a3
* Tue Feb 15 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.1-16
a62bb1
- drop -sqlite subpkg, move into main (#677418)
2060a3
2060a3
* Wed Feb 09 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.7.1-15
2060a3
- -assistant subpkg (#660287)
2060a3
- -config drop Obsoletes: qt-x11 (avoid/workaround #674326)
2060a3
- -config unconditionally drop NoDisplay (since we're dropping the Obsoletes too)
2060a3
- -designer-plugin-phonon subpkg (#672088)
2060a3
2060a3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.7.1-14
2060a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2060a3
2060a3
* Wed Jan 26 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-13
2060a3
- -config: fix Obsoletes for real this time
2060a3
2060a3
* Wed Jan 26 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-12
2060a3
- fix qt-config related Obsoletes/Provides
2060a3
2060a3
* Wed Jan 26 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-11
2060a3
- upstream fix for QTextCursor regression (QTBUG-15857, kde#249373)
2060a3
2060a3
* Tue Jan 25 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-10
2060a3
- -config subpkg
2060a3
- qt-x11 pulls in phonon (#672088)
2060a3
- qtconfig.desktop: drop NoDisplay (f15+ only, for now)
2060a3
2060a3
* Thu Jan 20 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-9.1
2060a3
- apply the Assistant QtWebKit dependency removal (#660287) everywhere
2060a3
2060a3
* Thu Jan 06 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-9
2060a3
- qsortfilterproxymodel fix (merge_request/934)
2060a3
2060a3
* Tue Jan 04 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-8
2060a3
- only do Requires: phonon-backend if using qt's phonon
2060a3
2060a3
* Fri Dec 24 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.7.1-7
2060a3
- fix QTreeView crash triggered by KPackageKit (patch by David Faure)
2060a3
2060a3
* Fri Dec 24 2010 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-6
2060a3
- rebuild (mysql)
2060a3
2060a3
* Wed Dec 08 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.7.1-5
2060a3
- make the Assistant QtWebKit dependency removal (#660287) F15+ only for now
2060a3
- fix QTextCursor crash in Lokalize and Psi (QTBUG-15857, kde#249373, #660028)
2060a3
- add some more NULL checks to the glib_eventloop_nullcheck patch (#622164)
2060a3
2060a3
* Mon Dec 06 2010 Than Ngo <than@redhat.com> 4.7.1-4
2060a3
- bz#660287, using QTextBrowser in assistant to drop qtwebkit dependency
2060a3
2060a3
* Tue Nov 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.1-3
2060a3
- Fails to create debug build of Qt projects on mingw (#653674, QTBUG-14467)
2060a3
2060a3
* Mon Nov 22 2010 Than Ngo <than@redhat.com> - 4.7.1-2
2060a3
- bz#528303, Reordering of Malayalam Rakar not working properly
2060a3
2060a3
* Thu Nov 11 2010 Than Ngo <than@redhat.com> - 4.7.1-1
2060a3
- 4.7.1
2060a3
2060a3
* Mon Oct 25 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.7.0-8
2060a3
- QtWebKit, CVE-2010-1822: crash by processing certain SVG images (#640290)
2060a3
2060a3
* Mon Oct 18 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-7
2060a3
- qt-devel contains residues from patch run (#639463)
2060a3
2060a3
* Fri Oct 15 2010 Than Ngo <than@redhat.com> - 4.7.0-6
2060a3
- apply patch to fix the color issue in 24bit mode (cirrus driver)
2060a3
2060a3
* Thu Sep 30 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-5
2060a3
- Wrong Cursor when widget become native on X11 (QTBUG-6185)
2060a3
2060a3
* Mon Sep 27 2010 Than Ngo <than@redhat.com> - 4.7.0-4
2060a3
- apply upstream patch to fix QTreeView-regression (QTBUG-13567)
2060a3
2060a3
* Thu Sep 23 2010 Than Ngo <than@redhat.com> - 4.7.0-3
2060a3
- fix typo in license
2060a3
2060a3
* Thu Sep 23 2010 Than Ngo <than@redhat.com> - 4.7.0-2
2060a3
- fix bz#562049, bn-IN Incorrect rendering
2060a3
- fix bz#562058, bn_IN init feature is not applied properly
2060a3
- fix bz#631732, indic invalid syllable's are not recognized properly
2060a3
- fix bz#636399, oriya script open type features are not applied properly
2060a3
2060a3
* Tue Sep 21 2010 Than Ngo <than@redhat.com> - 4.7.0-1
2060a3
- 4.7.0
2060a3
2060a3
* Thu Sep 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.31.rc1
2060a3
- -webkit-devel: add missing %%defattr
2060a3
- -webkit: move qml/webkit bits here
2060a3
2060a3
* Wed Sep 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.30.rc1
2060a3
- Crash in drawPixmap in Qt 4.7rc1 (#631845, QTBUG-12826)
2060a3
2060a3
* Mon Aug 30 2010 Than Ngo <than@redhat.com> - 4.7.0-0.29.rc1
2060a3
- drop the patch, it's already fixed in upstream
2060a3
2060a3
* Thu Aug 26 2010 Than Ngo <than@redhat.com> - 4.7.0-0.28.rc1
2060a3
- 4.7.0 rc1
2060a3
2060a3
* Thu Jul 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.26.beta2
2060a3
- rebase patches, avoiding use of patch fuzz
2060a3
- omit old qt-copy/kde-qt patches, pending review
2060a3
- omit kde4_plugin patch
2060a3
- ftbfs:s/qml/qmlviewer, libQtMediaServices no longer included
2060a3
2060a3
* Thu Jul 08 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.25.beta2
2060a3
- 4.7.0-beta2
2060a3
2060a3
* Thu Jul 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.24.beta1
2060a3
- X11Embed broken (rh#609757, QTBUG-10809)
2060a3
2060a3
* Thu Jul 01 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.7.0-0.23.beta1
2060a3
- use find_lang to package the qm files (#609749)
2060a3
- put the qm files into the correct subpackages
2060a3
- remove qvfb translations, we don't ship qvfb
2060a3
2060a3
* Tue Jun 29 2010 Rex Dieter 
2060a3
- workaround glib_eventloop crasher induced by gdal/grass (bug #498111)
2060a3
2060a3
* Sun Jun 20 2010 Rex Dieter <rdieter@fedoraproject.org> 4.7.0-0.20.beta1
2060a3
- avoid timestamps in uic-generated files to be multilib-friendly
2060a3
2060a3
* Fri Jun 18 2010 Rex Dieter <rdieter@fedoraproject.org> 4.7.0-0.19.beta1
2060a3
- revert -no-javascript-jit change, false-alarm (#604003)
2060a3
- QtWebKit does not search correct plugin path(s) (#568860)
2060a3
- QtWebKit browsers crash with flash-plugin (rh#605677,webkit#40567)
2060a3
- drop qt-x11-opensource-src-4.5.0-gcc_hack.patch
2060a3
2060a3
* Wed Jun 16 2010 Rex Dieter <rdieter@fedoraproject.org> 4.7.0-0.18.beta1
2060a3
- -no-javascript-jit on i686 (#604003)
2060a3
a62bb1
* Wed Jun 16 2010 Karsten Hopp <karsten@redhat.com> 4.7.0-0.17.beta1
2060a3
- add s390 and s390x to 3rdparty/webkit/JavaScriptCore/wtf/Platform.h and
2060a3
  3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h
2060a3
2060a3
* Fri Jun 11 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.16.beta1
2060a3
- scrub -lpulse-mainloop-glib from .prl files (#599844)
2060a3
- scrub references to %%buildroot in .pc, .prl files
2060a3
2060a3
* Thu May 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.15.beta1
2060a3
- Unsafe use of rand() in X11 (QTBUG-9793)
2060a3
2060a3
* Fri May 21 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.14.beta1
2060a3
- drop -no-javascript-jit (webkit#35154)
2060a3
2060a3
* Mon May 17 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.13.beta1
2060a3
- QT_GRAPHICSSYSTEM env support
2060a3
2060a3
* Sun May 16 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.12.beta1
2060a3
- -webkit-devel: move Qt/qweb*.h here (#592680)
2060a3
2060a3
* Fri May 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.11.beta1
2060a3
- -webkit-devel: Obsoletes: qt-devel ... (upgrade path)
2060a3
2060a3
* Thu May 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.10.beta1
2060a3
- -webkit-devel: Provides: qt4-webkit-devel , Requires: %%name-devel
2060a3
2060a3
* Thu May 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.9.beta1
2060a3
- 4.7.0-beta1
2060a3
- -webkit-devel : it lives! brainz!
2060a3
2060a3
* Fri Apr 30 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.8.tp
2060a3
- prepping for separate QtWebKit(-2.0)
2060a3
- -webkit subpkg,  Provides: QtWebKit ...
2060a3
- -devel: Provides: QtWebKit-devel ...
2060a3
- TODO: -webkit-devel (and see what breaks)
2060a3
2060a3
* Wed Apr 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.7.tp
2060a3
- own %%{_qt4_plugindir}/crypto
2060a3
2060a3
* Sat Apr 03 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.7.0-0.6.tp
2060a3
- backport fix for QTBUG-9354 which breaks kdeutils build
2060a3
2060a3
* Fri Apr 02 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.5.tp
2060a3
- Associate text/vnd.trolltech.linguist with linguist (#579082)
2060a3
2060a3
* Tue Mar 23 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.7.0-0.4.tp
2060a3
- fix type cast issue on sparc64
2060a3
2060a3
* Sun Mar 21 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.7.0-0.3.tp
2060a3
- also strip -lpulse from .prl files (fixes PyQt4 QtMultimedia binding build)
2060a3
2060a3
* Tue Mar 16 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.7.0-0.2.tp
2060a3
- qt-4.7.0-tp
2060a3
- macros.qt4 : +%%_qt4_importdir
2060a3
- don't strip libs from pkgconfig files, Libs.private is now used properly
2060a3
- add -lphonon to stripped libs instead of brutally hacking out
2060a3
  QMAKE_PRL_LIBS altogether (#520323)
2060a3
- qt-assistant-adp packaged separately now, not included here
2060a3
2060a3
* Sat Mar 13 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.2-7
2060a3
- BR alsa-lib-devel (for QtMultimedia)
2060a3
2060a3
* Sat Mar 13 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.2-6
2060a3
- Provides: qt-assistant-adp(-devel)
2060a3
2060a3
* Fri Mar 05 2010 Than Ngo <than@redhat.com> - 4.6.2-5
2060a3
- Make tablet detection work with new wacom drivers (#569132)
2060a3
2060a3
* Mon Mar 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.2-4
2060a3
- fix 64bit platform logic, use linux-g++-64 everywhere except x86_64 (#569542)
2060a3
2060a3
* Sun Feb 28 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.2-3
2060a3
- fix CUPS patch not to crash if currentPPD is NULL (#566304)
2060a3
2060a3
* Tue Feb 16 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.2-2
2060a3
- macros.qt4: s/qt45/qt46/
2060a3
2060a3
* Mon Feb 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.2-1
2060a3
- 4.6.2
2060a3
2060a3
* Fri Feb 05 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.1-3
2060a3
- improve cups support (#523846, kde#180051#c22)
2060a3
2060a3
* Tue Jan 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.1-2
2060a3
- drop bitmap_font_speed patch, rejected upstream
2060a3
2060a3
* Tue Jan 19 2010 Than Ngo <than@redhat.com> - 4.6.1-1
2060a3
- 4.6.1
2060a3
2060a3
* Mon Jan 11 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-5
2060a3
- bitmap_font_speed patch (QTBUG-7255)
2060a3
2060a3
* Sat Jan 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-4
2060a3
- Fix crash when QGraphicsItem destructor deletes other QGraphicsItem (kde-qt cec34b01)
2060a3
- Fix a crash in KDE/Plasma with QGraphicsView. TopLevel list of items (kde-qt 63839f0c)
2060a3
2060a3
* Wed Dec 23 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.0-3
2060a3
- disable QtWebKit JavaScript JIT again, incompatible with SELinux (#549994)
2060a3
2060a3
* Sat Dec 05 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.6.0-2
2060a3
- own %%{_qt4_plugindir}/gui_platform
2060a3
2060a3
* Tue Dec 01 2009 Than Ngo <than@redhat.com> - 4.6.0-1
2060a3
- 4.6.0
2060a3
2060a3
* Tue Nov 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.6.rc1
2060a3
- qt-4.6.0-rc1
2060a3
a62bb1
* Sat Nov 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.5.beta1
2060a3
- -tds: Add package with TDS sqldriver (#537586)
2060a3
- add arch'd provides for sql drivers
2060a3
2060a3
* Sun Nov 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.4.beta1
2060a3
- -x11: Requires: %%{name}-sqlite%{?_isa}
2060a3
2060a3
* Mon Oct 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.3.beta1
2060a3
- kde-qt patches (as of 20091026)
2060a3
a62bb1
* Fri Oct 16 2009 Than Ngo <than@redhat.com> - 4.6.0-0.2.beta1
2060a3
- subpackage sqlite plugin, add Require on qt-sqlite in qt-x11
2060a3
  for assistant
2060a3
- build/install qdoc3 again
2060a3
2060a3
* Wed Oct 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.6.0-0.1.beta1
2060a3
- qt-4.6.0-beta1
2060a3
- no kde-qt patches (yet)
2060a3
2060a3
* Sat Oct 10 2009 Than Ngo <than@redhat.com> - 4.5.3-4
2060a3
- fix translation build issue
2060a3
- rhel cleanup
2060a3
2060a3
* Tue Oct 06 2009 Jaroslav Reznik <jreznik@redhat.com> - 4.5.3-3
2060a3
- disable JavaScriptCore JIT, SE Linux crashes (#527079)
2060a3
2060a3
* Fri Oct 02 2009 Than Ngo <than@redhat.com> - 4.5.3-2
2060a3
- cleanup patches
2060a3
- if ! phonon_internal, exclude more/all phonon headers
2060a3
- qt-devel must Requires: phonon-devel (#520323)
2060a3
2060a3
* Thu Oct 01 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.3-1
2060a3
- qt-4.5.3
2060a3
2060a3
* Tue Sep 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-21
2060a3
- switch to external/kde phonon
2060a3
2060a3
* Mon Sep 28 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-20
2060a3
- use internal Qt Assistant/Designer icons
2060a3
- -devel: move designer.qch,linguist.qch here
2060a3
- move ownership of %%_qt4_docdir, %%_qt4_docdir/qch to main pkg
2060a3
2060a3
* Sun Sep 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-19
2060a3
- Missing Qt Designer icon (#476605)
2060a3
2060a3
* Fri Sep 11 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-18
2060a3
- drop gcc -fno-var-tracking-assignments hack (#522576)
2060a3
2060a3
* Fri Sep 11 2009 Than Ngo <than@redhat.com> - 4.5.2-17
2060a3
- drop useless check for ossl patch, the patch works fine with old ossl
2060a3
2060a3
* Wed Sep 09 2009 Than Ngo <than@redhat.com> - 4.5.2-16
2060a3
- add a correct system_ca_certificates patch
2060a3
2060a3
* Tue Sep 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-15
2060a3
- use system ca-certificates (#521911)
2060a3
2060a3
* Tue Sep 01 2009 Than Ngo <than@redhat.com> - 4.5.2-14
2060a3
- drop fedora < 9 support
2060a3
- only apply ossl patch for fedora > 11
2060a3
2060a3
* Mon Aug 31 2009 Than Ngo <than@redhat.com> - 4.5.2-13
2060a3
- fix for CVE-2009-2700
2060a3
2060a3
* Thu Aug 27 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.2-12
2060a3
- use platform linux-g++ everywhere (ie, drop linux-g++-64 on 64 bit),
2060a3
  avoids plugin/linker weirdness (bug #478481)
2060a3
2060a3
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 1:4.5.2-11
2060a3
- rebuilt with new openssl
2060a3
2060a3
* Thu Aug 20 2009 Than Ngo <than@redhat.com> - 4.5.2-10
2060a3
- switch to kde-qt branch
2060a3
2060a3
* Tue Aug 18 2009 Than Ngo <than@redhat.com> - 4.5.2-9
2060a3
- security fix for CVE-2009-1725 (bz#513813)
2060a3
2060a3
* Sun Aug 16 2009 Than Ngo <than@redhat.com> - 4.5.2-8
2060a3
- fix phonon-backend-gstreamer for using pulsaudio (#513421)
2060a3
2060a3
* Fri Aug 14 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.2-7
2060a3
- kde-qt: 287-qmenu-respect-minwidth
2060a3
- kde-qt: 0288-more-x-keycodes (#475247)
2060a3
2060a3
* Wed Aug 05 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.2-6
2060a3
- use linker scripts for _debug targets (#510246)
2060a3
- tighten deps using %%{?_isa}
2060a3
- -x11: Requires(post,postun): /sbin/ldconfig
2060a3
2060a3
* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.5.2-5
2060a3
- apply upstream patch to fix issue in Copy and paste
2060a3
2060a3
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.5.2-4
2060a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2060a3
2060a3
* Thu Jul 02 2009 Than Ngo <than@redhat.com> - 4.5.2-3
2060a3
- pregenerate PNG, drop BR on GraphicsMagick (bz#509244)
2060a3
2060a3
* Fri Jun 26 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.2-2
2060a3
- take current qt-copy-patches snapshot (20090626)
2060a3
- disable patches which are already in 4.5.2
2060a3
- fix the qt-copy patch 0274-shm-native-image-fix.diff to apply against 4.5.2
2060a3
2060a3
* Thu Jun 25 2009 Lukáš Tinkl <ltinkl@redhat.com> - 4.5.2-1
2060a3
- Qt 4.5.2
2060a3
2060a3
* Sun Jun 07 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-18
2060a3
- phonon-backend-gstreamer pkg, with icons
2060a3
- optimize (icon-mostly) scriptlets
2060a3
2060a3
* Sun Jun 07 2009 Than Ngo <than@redhat.com> - 4.5.1-17
2060a3
- drop the hack, apply patch to install Global header, gstreamer.desktop
2060a3
  and dbus services file
2060a3
2060a3
* Sat Jun 06 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-16
2060a3
- install awol Phonon/Global header
2060a3
2060a3
* Fri Jun 05 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.1-15
2060a3
- apply Phonon PulseAudio patch (needed for the xine-lib backend)
2060a3
2060a3
* Fri Jun 05 2009 Than Ngo <than@redhat.com> - 4.5.1-14
2060a3
- enable phonon and gstreamer-backend
2060a3
2060a3
* Sat May 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-13
2060a3
- -doc: Obsoletes: qt-doc < 1:4.5.1-4 (workaround bug #502401)
2060a3
2060a3
* Sat May 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-12
2060a3
- +phonon_internal macro to toggle packaging of qt's phonon (default off)
2060a3
2060a3
* Fri May 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-11
2060a3
- qt-copy-patches-20090522
2060a3
2060a3
* Wed May 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-10.2
2060a3
- full (non-bootstrap) build
2060a3
2060a3
* Wed May 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-10.1
2060a3
- allow for minimal bootstrap build (*cough* arm *cough*)
2060a3
2060a3
* Wed May 06 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-10
2060a3
- improved kde4_plugins patch, skip expensive/unneeded canonicalPath
2060a3
2060a3
* Wed May 06 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-9
2060a3
- include kde4 plugin path by default (#498809)
2060a3
2060a3
* Mon May 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-8
2060a3
- fix invalid assumptions about mysql_config --libs (bug #440673)
2060a3
- fix %%files breakage from 4.5.1-5
2060a3
2060a3
* Wed Apr 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-7
2060a3
- -devel: Provides: qt4-devel%%{?_isa} ...
2060a3
2060a3
* Mon Apr 27 2009 Than Ngo <than@redhat.com> - 4.5.1-6
2060a3
- drop useless hunk of qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
2060a3
2060a3
* Mon Apr 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-5
2060a3
- -devel: Provides: *-static for libQtUiTools.a
2060a3
2060a3
* Fri Apr 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-4
2060a3
- qt-doc noarch
2060a3
- qt-demos, qt-examples (split from -doc)
2060a3
- (cosmetic) re-order subpkgs in alphabetical order
2060a3
- drop unused profile.d bits
2060a3
2060a3
* Fri Apr 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-3
2060a3
- enable FT_LCD_FILTER (uses freetype subpixel filters if available at runtime)
2060a3
2060a3
* Fri Apr 24 2009 Than Ngo <than@redhat.com> - 4.5.1-2
2060a3
- apply upstream patch to fix the svg rendering regression
2060a3
2060a3
* Thu Apr 23 2009 Than Ngo <than@redhat.com> - 4.5.1-1
2060a3
- 4.5.1
2060a3
2060a3
* Tue Apr 14 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-14
2060a3
- fix vrgb/vgbr corruption, disable QT_USE_FREETYPE_LCDFILTER (#490377)
2060a3
2060a3
* Fri Apr 10 2009 Than Ngo <than@redhat.com> - 4.5.0-13
2060a3
- unneeded executable permissions for profile.d scripts
2060a3
2060a3
* Wed Apr 01 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.0-12
2060a3
- fix inline asm in qatomic (de)ref (i386/x86_64), should fix Kolourpaint crash
2060a3
2060a3
* Mon Mar 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-11
2060a3
- qt fails to build on ia64 (#492174)
2060a3
2060a3
* Wed Mar 25 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-10
2060a3
- qt-copy-patches-20090325
2060a3
2060a3
* Tue Mar 24 2009 Than Ngo <than@redhat.com> - 4.5.0-9
2060a3
- lrelease only shows warning when duplicate messages found in *.ts( #491514)
2060a3
2060a3
* Fri Mar 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-8
2060a3
- qt-copy-patches-20090319
2060a3
2060a3
* Thu Mar 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-7
2060a3
- include more phonon bits, attempt to fix/provide phonon bindings
2060a3
  for qtscriptgenerator, PyQt, ...
2060a3
2060a3
* Tue Mar 17 2009 Than Ngo <than@redhat.com> - 4.5.0-6
2060a3
- fix lupdate segfault (#486866)
2060a3
2060a3
* Sat Mar 14 2009 Dennis Gilmore <dennis@ausil.us> - 4.5.0-5
a62bb1
- add patch for sparc64.
2060a3
- _Atomic_word is not always an int
2060a3
2060a3
* Tue Mar 10 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-4
2060a3
- macros.qt4: %%_qt45
a62bb1
- cleanup more phonon-related left-overs
2060a3
2060a3
* Wed Mar 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-3
2060a3
- -no-phonon-backend
2060a3
- include qdoc3
2060a3
- move designer plugins to runtime (#487622)
2060a3
2060a3
* Tue Mar 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-2
2060a3
- License: LGPLv2 with exceptions or GPLv3 with exceptions
2060a3
- BR: gstreamer-devel
2060a3
- drop qgtkstyle patch (no longer needed)
2060a3
- -x11: move libQtScriptTools here (linked with libQtGui)
2060a3
2060a3
* Tue Mar 03 2009 Than Ngo <than@redhat.com> - 4.5.0-1
2060a3
- 4.5.0
2060a3
2060a3
* Fri Feb 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 1:4.5.0-0.8.20090224
2060a3
- 20090224 snapshot
2060a3
- adjust pkgconfig hackery
2060a3
2060a3
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.5.0-0.7.rc1
2060a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2060a3
2060a3
* Sun Feb 22 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.0-0.5.rc1
2060a3
- revert license, change won't land until official 4.5.0 release
2060a3
- workaround broken qhostaddress.h (#485677)
2060a3
- Provides: qgtkstyle = 0.1
2060a3
2060a3
* Fri Feb 20 2009 Rex Dieter <rdieter@fedoraproject.org> 4.5.0-0.4.rc1
2060a3
- saner versioned Obsoletes
2060a3
- -gtkstyle, Obsoletes: qgtkstyle < 0.1
2060a3
- enable phonon support and associated hackery
2060a3
2060a3
* Mon Feb 16 2009 Than Ngo <than@redhat.com> 4.5.0-0.3.rc1
2060a3
- fix callgrindChildExitCode is uninitialzed
2060a3
2060a3
* Sun Feb 15 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.0-0.2.rc1
2060a3
- qt-copy-patches-20090215
2060a3
- License: +LGPLv2
2060a3
2060a3
* Wed Feb 11 2009 Than Ngo <than@redhat.com> - 4.5.0-0.rc1.0
2060a3
- 4.5.0 rc1
2060a3
2060a3
* Thu Feb 05 2009 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-16
2060a3
- track branches/qt-copy/4.4, and backout previous trunk(qt45) ones
2060a3
2060a3
* Mon Feb 02 2009 Than Ngo <than@redhat.com> 4.4.3-15
2060a3
- disable 0269,0270,0271 patches, it causes issue in systray
2060a3
2060a3
* Thu Jan 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-14
2060a3
- qt-copy-patches-20090129
2060a3
2060a3
* Mon Jan 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-13
2060a3
- Provides: qt4%%{?_isa} = %%version-%%release
2060a3
- add %%_qt4 to macros.qt4
2060a3
a62bb1
* Thu Jan 22 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-12
2060a3
- respin (mysql)
2060a3
2060a3
* Fri Jan 16 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.4.3-11
2060a3
- rebuild for new OpenSSL
2060a3
2060a3
* Mon Jan 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.4.3-10
2060a3
- drop qt-x11-opensource-src-4.3.4-no-hardcoded-font-aliases.patch (#447298),
2060a3
  in favor of qt-copy's 0263-fix-fontconfig-handling.diff
2060a3
2060a3
* Mon Jan 12 2009 Than Ngo <than@redhat.com> - 4.4.3-9
2060a3
- qt-copy-patches-20090112
2060a3
2060a3
* Tue Dec 30 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-8
2060a3
- qt-copy-patches-20081225
2060a3
2060a3
* Fri Dec 12 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-7
2060a3
- rebuild for pkgconfig deps
2060a3
2060a3
* Wed Nov 12 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-6
2060a3
- qt-copy-patches-20081112
2060a3
2060a3
* Tue Nov 11 2008 Than Ngo <than@redhat.com> 4.4.3-5
2060a3
- drop 0256-fix-recursive-backingstore-sync-crash.diff, it's
2060a3
  included in qt-copy-pathes-20081110
2060a3
2060a3
* Mon Nov 10 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-4
2060a3
- qt-copy-patches-20081110
2060a3
2060a3
* Mon Nov 10 2008 Than Ngo <than@redhat.com> 4.4.3-3
2060a3
- apply 0256-fix-recursive-backingstore-sync-crash.diff
2060a3
2060a3
* Thu Nov 06 2008 Than Ngo <than@redhat.com> 4.4.3-2
2060a3
- bz#468814, immodule selection behavior is unpredictable without QT_IM_MODULE,
2060a3
  patch from Peng Wu
2060a3
- backport fix from 4.5
2060a3
2060a3
* Sun Sep 28 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.3-1
2060a3
- 4.4.3
2060a3
2060a3
* Wed Sep 24 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.2-2
2060a3
- omit systray patch (for now)
2060a3
2060a3
* Sat Sep 20 2008 Than Ngo <than@redhat.com> 4.4.2-1
2060a3
- 4.4.2
2060a3
2060a3
* Mon Sep 08 2008 Rex Dieter <rdieter@fedoraproject.org> - 4.4.1-3
2060a3
- apply QMAKEPATH portion of multilib patch only if needed
2060a3
- qt-copy-patches-20080908
2060a3
2060a3
* Wed Aug 06 2008 Than Ngo <than@redhat.com> -  4.4.1-2
2060a3
- fix license tag
2060a3
- fix Obsoletes: qt-sqlite (missing epoch)
2060a3
2060a3
* Tue Aug 05 2008 Than Ngo <than@redhat.com> -  4.4.1-1
2060a3
- 4.4.1
2060a3
2060a3
* Tue Aug 05 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-17
2060a3
- fold -sqlite subpkg into main (#454930)
2060a3
2060a3
* Wed Jul 23 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-16
2060a3
- qt-copy-patches-20080723 (kde#162793)
2060a3
- omit deprecated phonon bits
2060a3
2060a3
* Sat Jul 19 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-15
a62bb1
- fix/workaround spec syntax
2060a3
2060a3
* Sat Jul 19 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-14
2060a3
- macros.qt4: fix %%_qt4_datadir, %%_qt4_translationdir
2060a3
2060a3
* Thu Jul 17 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-13
2060a3
- (re)fix qconfig-multilib.h for sparc64
2060a3
2060a3
* Fri Jul 11 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-12
2060a3
- qt-copy-patches-20080711
2060a3
2060a3
* Mon Jun 23 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-11
2060a3
- fix dbus conditional (#452487)
2060a3
2060a3
* Sat Jun 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-10
2060a3
- strip -lsqlite3 from .pc files (#451490)
2060a3
2060a3
* Sat Jun 14 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-9
2060a3
- restore -qt4 suffixes
2060a3
2060a3
* Fri Jun 13 2008 Than Ngo <than@redhat.com> 4.4.0-8
2060a3
- drop qt wrapper, make symlinks to /usr/bin
2060a3
2060a3
* Tue Jun 10 2008 Than Ngo <than@redhat.com> 4.4.0-7
a62bb1
- fix #450310, multilib issue
2060a3
2060a3
* Fri Jun 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-6
2060a3
- qt-copy-patches-20080606
2060a3
- drop BR: libungif-devel (not used)
2060a3
- move libQtXmlPatters, -x11 -> main
2060a3
- move qdbuscpp2xml, qdbusxml2cpp, xmlpatters, -x11 -> -devel
2060a3
2060a3
* Tue May 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-5
2060a3
- under GNOME, default to QGtkStyle if available
2060a3
2060a3
* Mon May 19 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-4
2060a3
- don't hardcode incorrect font substitutions (#447298)
2060a3
2060a3
* Fri May 16 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-3
2060a3
- qt-copy-patches-20080516
2060a3
2060a3
* Tue May 13 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-2
2060a3
- revert _qt4_bindir change for now, needs more work (#446167)
2060a3
2060a3
* Tue May 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-1
2060a3
- qt-4.4.0