Blame SPECS/qt.spec

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