2014-09-23 18:44:58 +00:00
|
|
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
Name: qtwebkit
|
|
|
|
Summary: Qt WebKit bindings
|
2013-03-15 16:50:14 +00:00
|
|
|
|
2014-10-16 16:55:14 +00:00
|
|
|
Version: 2.3.4
|
2018-06-02 12:47:57 +00:00
|
|
|
Release: 21.0.riscv64%{?dist}
|
2013-03-15 16:50:14 +00:00
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
|
URL: http://trac.webkit.org/wiki/QtWebKit
|
2013-02-23 15:03:48 +00:00
|
|
|
## This was how qtwebkit-2.2 did it (no longer works for 2.3)
|
2012-05-11 16:41:38 +00:00
|
|
|
# get make-package.py:
|
|
|
|
# $ git clone git://qt.gitorious.org/qtwebkit/tools.git
|
|
|
|
# get Qt WebKit source code:
|
|
|
|
# $ git clone git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git
|
2012-05-22 14:54:39 +00:00
|
|
|
# create a branch from a tag (e.g. qtwebkit-2.2.2):
|
|
|
|
# $ git checkout -b qtwebkit-2.2.2 qtwebkit-2.2.2
|
2012-05-11 16:41:38 +00:00
|
|
|
# generate the tarball (requires: bison flex gperf):
|
|
|
|
# $ make-package.py
|
|
|
|
# fix/repack the generated tarball:
|
2012-05-22 14:54:39 +00:00
|
|
|
# $ tar xzf qtwebkit-2.2.2-source.tar.gz
|
|
|
|
# $ mv qtwebkit-2.2.2-source/include qtwebkit-2.2.2-source/Source/
|
|
|
|
# $ tar cJf qtwebkit-2.2.2-source.tar.xz qtwebkit-2.2.2-source/
|
2013-02-23 15:03:48 +00:00
|
|
|
##
|
2013-03-06 04:43:22 +00:00
|
|
|
# download from
|
2013-07-11 22:36:50 +00:00
|
|
|
# https://gitorious.org/webkit/qtwebkit-23/archive-tarball/qtwebkit-%{version}
|
2013-02-23 15:03:48 +00:00
|
|
|
# repack as .xz
|
2014-10-16 16:55:14 +00:00
|
|
|
#Source0: qtwebkit-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/stable/qtwebkit-2.3/%{version}/src/qtwebkit-%{version}.tar.gz
|
2014-09-23 18:44:58 +00:00
|
|
|
# qmake wrapper
|
|
|
|
Source1: qmake.sh
|
2011-05-19 16:08:10 +00:00
|
|
|
|
|
|
|
# search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too
|
|
|
|
Patch1: webkit-qtwebkit-2.2-tp1-pluginpath.patch
|
2011-05-24 12:05:06 +00:00
|
|
|
|
2013-02-23 15:03:48 +00:00
|
|
|
# smaller debuginfo s/-g/-g1/ (debian uses -gstabs) to avoid 4gb size limit
|
|
|
|
Patch3: qtwebkit-2.3-debuginfo.patch
|
2011-05-24 12:05:06 +00:00
|
|
|
|
2013-02-23 15:03:48 +00:00
|
|
|
# tweak linker flags to minimize memory usage on "small" platforms
|
|
|
|
Patch4: qtwebkit-2.3-save_memory.patch
|
2011-05-24 12:05:06 +00:00
|
|
|
|
2013-12-09 17:16:17 +00:00
|
|
|
# use SYSTEM_MALLOC on ppc/ppc64, plus some additional minor tweaks (needed only on ppc? -- rex)
|
2013-01-15 17:53:54 +00:00
|
|
|
Patch10: qtwebkit-ppc.patch
|
|
|
|
|
2013-03-05 16:33:20 +00:00
|
|
|
# add missing function Double2Ints(), backport
|
2013-04-19 14:51:04 +00:00
|
|
|
# rebased for 2.3.1, not sure if this is still needed? -- rex
|
2013-03-05 16:33:20 +00:00
|
|
|
Patch11: qtwebkit-23-LLInt-C-Loop-backend-ppc.patch
|
|
|
|
|
2014-05-02 23:38:09 +00:00
|
|
|
# truly madly deeply no rpath please, kthxbye
|
|
|
|
Patch14: webkit-qtwebkit-23-no_rpath.patch
|
|
|
|
|
2018-06-02 12:47:57 +00:00
|
|
|
# add RISC-V (riscv64) support
|
|
|
|
Patch15: webkit-qtwebkit-23-riscv64.patch
|
|
|
|
|
2012-12-24 15:06:00 +00:00
|
|
|
## upstream patches
|
2015-03-20 13:45:40 +00:00
|
|
|
# backport from qt5-qtwebkit
|
|
|
|
# qtwebkit: undefined symbol: g_type_class_adjust_private_offset
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1202735
|
|
|
|
Patch100: webkit-qtwebkit-23-gcc5.patch
|
2015-03-23 16:43:41 +00:00
|
|
|
# backport from qt5-qtwebkit: URLs visited during private browsing show up in WebpageIcons.db
|
|
|
|
Patch101: webkit-qtwebkit-23-private_browsing.patch
|
2012-12-24 15:06:00 +00:00
|
|
|
|
2013-02-23 15:03:48 +00:00
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: gperf
|
2011-09-29 14:10:51 +00:00
|
|
|
BuildRequires: libicu-devel
|
2011-12-19 20:35:32 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
2015-03-20 13:45:40 +00:00
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.10
|
2013-02-23 15:03:48 +00:00
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
2011-08-10 16:08:09 +00:00
|
|
|
# gstreamer media support
|
2017-10-31 03:31:32 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
2014-07-20 01:40:14 +00:00
|
|
|
%global gstreamer1 1
|
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0) pkgconfig(gstreamer-app-1.0)
|
|
|
|
%else
|
|
|
|
# We don't want to use GStreamer 1 where the rest of the Qt 4 stack doesn't,
|
|
|
|
# or we run into symbol conflicts. So build against GStreamer 0.10 on Fedora up
|
|
|
|
# to 20 and RHEL up to 7. (Up to RHEL 6, GStreamer 0.10 is the only option.)
|
2011-11-18 19:47:00 +00:00
|
|
|
BuildRequires: pkgconfig(gstreamer-0.10) pkgconfig(gstreamer-app-0.10)
|
2014-07-20 01:40:14 +00:00
|
|
|
%endif
|
2011-09-29 13:54:37 +00:00
|
|
|
BuildRequires: pkgconfig(libpcre)
|
2011-12-19 20:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
2013-03-15 16:50:14 +00:00
|
|
|
BuildRequires: pkgconfig(libwebp)
|
2013-03-10 12:08:11 +00:00
|
|
|
BuildRequires: pkgconfig(libxslt)
|
|
|
|
BuildRequires: pkgconfig(QtCore) pkgconfig(QtNetwork)
|
2011-09-29 13:54:37 +00:00
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
2011-12-19 21:40:20 +00:00
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
BuildRequires: pkgconfig(xrender)
|
2013-02-23 15:03:48 +00:00
|
|
|
BuildRequires: perl(version)
|
|
|
|
BuildRequires: perl(Digest::MD5)
|
2015-12-28 15:08:12 +00:00
|
|
|
BuildRequires: perl(Getopt::Long)
|
2018-03-18 21:53:10 +00:00
|
|
|
BuildRequires: python2
|
2016-11-30 19:41:32 +00:00
|
|
|
BuildRequires: ruby ruby(rubygems)
|
2017-10-31 03:31:32 +00:00
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
2014-06-20 12:38:03 +00:00
|
|
|
# qt-mobility bits
|
|
|
|
BuildRequires: pkgconfig(QtLocation) >= 1.2
|
|
|
|
BuildRequires: pkgconfig(QtSensors) >= 1.2
|
2011-08-29 10:25:39 +00:00
|
|
|
%endif
|
2011-06-03 18:17:13 +00:00
|
|
|
Obsoletes: qt-webkit < 1:4.9.0
|
2011-05-19 16:08:10 +00:00
|
|
|
Provides: qt-webkit = 2:%{version}-%{release}
|
|
|
|
Provides: qt4-webkit = 2:%{version}-%{release}
|
|
|
|
Provides: qt4-webkit%{?_isa} = 2:%{version}-%{release}
|
|
|
|
|
2014-05-05 15:49:19 +00:00
|
|
|
Requires: mozilla-filesystem
|
2011-06-03 18:17:13 +00:00
|
|
|
%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
|
2015-03-20 13:45:40 +00:00
|
|
|
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo "2.10")
|
|
|
|
## Naughty glib2, adding new symbols without soname bump or symbol versioning... -- rex
|
|
|
|
## https://bugzilla.redhat.com/show_bug.cgi?id=1202735
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
2011-06-03 18:17:13 +00:00
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
%description
|
|
|
|
%{summary}
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-06-03 18:17:13 +00:00
|
|
|
Obsoletes: qt-webkit-devel < 1:4.9.0
|
2011-05-19 16:08:10 +00:00
|
|
|
Provides: qt-webkit-devel = 2:%{version}-%{release}
|
|
|
|
Provides: qt4-webkit-devel = 2:%{version}-%{release}
|
|
|
|
Provides: qt4-webkit-devel%{?_isa} = 2:%{version}-%{release}
|
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2014-10-16 16:55:14 +00:00
|
|
|
%setup -q -c -n webkit-qtwebkit-23
|
2013-10-03 23:08:32 +00:00
|
|
|
|
2014-02-28 19:29:12 +00:00
|
|
|
%patch1 -p1 -b .pluginpath
|
|
|
|
%patch3 -p1 -b .debuginfo
|
|
|
|
%patch4 -p1 -b .save_memory
|
2015-12-31 16:25:29 +00:00
|
|
|
%ifarch ppc ppc64 ppc64le s390 s390x %{mips}
|
2014-02-28 19:29:12 +00:00
|
|
|
%patch10 -p1 -b .system-malloc
|
2015-03-23 16:14:01 +00:00
|
|
|
%endif
|
2015-12-31 16:25:29 +00:00
|
|
|
%ifarch ppc ppc64 s390 s390x mips mips64
|
2015-03-23 16:14:01 +00:00
|
|
|
# all big-endian arches require the Double2Ints fix
|
|
|
|
# still needed? -- rex
|
2014-02-28 19:29:12 +00:00
|
|
|
%patch11 -p1 -b .Double2Ints
|
|
|
|
%endif
|
2014-05-02 23:38:09 +00:00
|
|
|
%patch14 -p1 -b .no_rpath
|
2018-06-02 12:47:57 +00:00
|
|
|
%patch15 -p1 -b .riscv64
|
2012-05-11 16:41:38 +00:00
|
|
|
|
2015-03-20 13:45:40 +00:00
|
|
|
%patch100 -p1 -b .gcc5
|
2015-03-23 16:43:41 +00:00
|
|
|
%patch101 -p1 -b .private_browsing
|
2011-05-19 16:08:10 +00:00
|
|
|
|
2014-09-23 18:44:58 +00:00
|
|
|
install -m755 -D %{SOURCE1} bin/qmake
|
|
|
|
|
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
%build
|
|
|
|
|
2014-09-23 18:44:58 +00:00
|
|
|
CFLAGS="%{optflags}"; export CFLAGS
|
|
|
|
CXXFLAGS="%{optflags}"; export CXXFLAGS
|
2014-09-23 18:46:45 +00:00
|
|
|
LDFLAGS="%{?__global_ldflags}"; export LDFLAGS
|
2014-09-23 18:44:58 +00:00
|
|
|
PATH=`pwd`/bin:%{_qt4_bindir}:$PATH; export PATH
|
2013-02-23 15:03:48 +00:00
|
|
|
QMAKEPATH=`pwd`/Tools/qmake; export QMAKEPATH
|
2011-05-19 16:08:10 +00:00
|
|
|
QTDIR=%{_qt4_prefix}; export QTDIR
|
|
|
|
|
2018-06-02 12:47:57 +00:00
|
|
|
%ifarch aarch64 %{mips} riscv64
|
2014-03-06 10:46:52 +00:00
|
|
|
%global qtdefines DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 DEFINES+=ENABLE_ASSEMBLER=0
|
|
|
|
%endif
|
|
|
|
|
2018-06-02 16:37:25 +00:00
|
|
|
%ifarch riscv64
|
|
|
|
export CFLAGS="$CFLAGS -fpermissive"
|
|
|
|
export CXXFLAGS="$CXXFLAGS -fpermissive"
|
|
|
|
%endif
|
|
|
|
|
2013-12-11 15:15:28 +00:00
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
WEBKITOUTPUTDIR=`pwd`; export WEBKITOUTPUTDIR
|
|
|
|
../Tools/Scripts/build-webkit \
|
2014-03-06 10:46:52 +00:00
|
|
|
--qt %{?qtdefines} \
|
2013-03-15 16:50:14 +00:00
|
|
|
--no-webkit2 \
|
|
|
|
--release \
|
|
|
|
--qmakearg="CONFIG+=production_build DEFINES+=HAVE_LIBWEBP=1" \
|
2014-10-16 16:55:14 +00:00
|
|
|
--makeargs="%{?_smp_mflags}" \
|
2018-06-02 16:37:25 +00:00
|
|
|
%ifarch riscv64
|
|
|
|
--disable-jit \
|
|
|
|
%endif
|
2013-12-11 15:15:28 +00:00
|
|
|
--system-malloc
|
|
|
|
popd
|
|
|
|
|
2013-03-15 16:50:14 +00:00
|
|
|
%ifarch %{ix86}
|
2013-12-11 15:15:28 +00:00
|
|
|
# build safe(r) non-sse2-enabled version
|
|
|
|
mkdir -p %{_target_platform}-no_sse2
|
|
|
|
pushd %{_target_platform}-no_sse2
|
|
|
|
WEBKITOUTPUTDIR=`pwd`; export WEBKITOUTPUTDIR
|
|
|
|
../Tools/Scripts/build-webkit \
|
|
|
|
--qt \
|
|
|
|
--no-webkit2 \
|
|
|
|
--release \
|
|
|
|
--qmakearg="CONFIG+=production_build DEFINES+=HAVE_LIBWEBP=1" \
|
2014-10-16 16:55:14 +00:00
|
|
|
--makeargs="%{?_smp_mflags}" \
|
2013-12-11 15:15:28 +00:00
|
|
|
--system-malloc \
|
|
|
|
--no-force-sse2
|
|
|
|
popd
|
2013-03-15 16:50:14 +00:00
|
|
|
%endif
|
2011-05-19 16:08:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2013-12-11 15:15:28 +00:00
|
|
|
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}/Release
|
|
|
|
|
|
|
|
%ifarch %{ix86}
|
|
|
|
mkdir -p %{buildroot}%{_qt4_libdir}/sse2/
|
|
|
|
mv %{buildroot}%{_qt4_libdir}/libQtWebKit.so.4* %{buildroot}%{_qt4_libdir}/sse2/
|
|
|
|
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}-no_sse2/Release
|
|
|
|
%endif
|
2011-05-19 16:08:10 +00:00
|
|
|
|
2013-02-23 15:03:48 +00:00
|
|
|
## pkgconfig love
|
|
|
|
# drop Libs.private, it contains buildroot references, and
|
|
|
|
# we don't support static linking libQtWebKit anyway
|
|
|
|
pushd %{buildroot}%{_libdir}/pkgconfig
|
|
|
|
grep -v "^Libs.private:" QtWebKit.pc > QtWebKit.pc.new && \
|
|
|
|
mv QtWebKit.pc.new QtWebKit.pc
|
|
|
|
popd
|
2011-05-19 16:08:10 +00:00
|
|
|
|
2012-05-11 16:41:38 +00:00
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_qt4_libdir}/libQtWebKit.so.4*
|
2013-12-11 15:15:28 +00:00
|
|
|
%ifarch %{ix86}
|
|
|
|
%{_qt4_libdir}/sse2/libQtWebKit.so.4*
|
|
|
|
%endif
|
2011-05-24 14:06:35 +00:00
|
|
|
%if 0%{?_qt4_importdir:1}
|
|
|
|
%{_qt4_importdir}/QtWebKit/
|
|
|
|
%endif
|
2011-05-19 16:08:10 +00:00
|
|
|
|
|
|
|
%files devel
|
2013-03-09 15:03:20 +00:00
|
|
|
%{_qt4_datadir}/mkspecs/modules/qt_webkit.pri
|
2011-05-19 16:08:10 +00:00
|
|
|
%{_qt4_headerdir}/QtWebKit/
|
|
|
|
%{_qt4_libdir}/libQtWebKit.prl
|
|
|
|
%{_qt4_libdir}/libQtWebKit.so
|
|
|
|
%{_libdir}/pkgconfig/QtWebKit.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2018-06-02 12:47:57 +00:00
|
|
|
* Sat Jun 02 2018 David Abdurachmanov <ishcherb@redhat.com> - 2.3.4-21.0.riscv64
|
|
|
|
- Add support for RISC-V (riscv64)
|
|
|
|
|
2018-03-18 21:53:10 +00:00
|
|
|
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.3.4-21
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-02-09 12:32:22 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-10-31 03:31:32 +00:00
|
|
|
* Wed Oct 25 2017 Troy Dawson <tdawson@redhat.com> - 2.3.4-19
|
|
|
|
- Cleanup spec file conditionals
|
|
|
|
|
2017-08-03 07:25:47 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 12:49:05 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-05-15 21:00:59 +00:00
|
|
|
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.4-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 11:25:23 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-02-01 18:31:04 +00:00
|
|
|
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 2.3.4-14
|
|
|
|
- Rebuild (libwebp)
|
|
|
|
|
2017-01-31 21:21:06 +00:00
|
|
|
* Tue Jan 31 2017 Merlin Mathesius <mmathesi@redhat.com> - 2.3.4-13
|
|
|
|
- Add BuildRequires: python to fix FTBFS (BZ#1418102).
|
|
|
|
|
2016-11-30 19:25:19 +00:00
|
|
|
* Wed Nov 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 2.3.4-12
|
|
|
|
- rebuild
|
|
|
|
|
2016-02-04 21:50:21 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-31 16:25:29 +00:00
|
|
|
* Wed Dec 30 2015 Michal Toman <mtoman@fedoraproject.org> - 2.3.4-10
|
|
|
|
- Add support for MIPS (#1294886)
|
|
|
|
|
2015-12-28 14:59:13 +00:00
|
|
|
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.3.4-9
|
|
|
|
- Rebuilt for libwebp soname bump
|
|
|
|
|
2015-06-18 21:55:13 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.4-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 15:20:03 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.3.4-7
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-03-23 16:43:41 +00:00
|
|
|
* Mon Mar 23 2015 Rex Dieter <rdieter@fedoraproject.org> 2.3.4-6
|
|
|
|
- QtWebKit logs visited URLs to WebpageIcons.db in private browsing mode (#1204795)
|
|
|
|
|
2015-03-23 16:14:01 +00:00
|
|
|
* Mon Mar 23 2015 Rex Dieter <rdieter@fedoraproject.org> 2.3.4-5
|
|
|
|
- drop ppc64le patch (that no longer applies or is needed)
|
|
|
|
|
2015-03-20 13:45:40 +00:00
|
|
|
* Fri Mar 20 2015 Rex Dieter <rdieter@fedoraproject.org> - 2.3.4-4
|
|
|
|
- gcc-5.0.0-0.20.fc23 FTBFS qtwebkit (#1203008)
|
|
|
|
- add versioned glib2 dep (#1202735)
|
|
|
|
|
2015-03-17 19:21:14 +00:00
|
|
|
* Tue Mar 17 2015 Rex Dieter <rdieter@fedoraproject.org> 2.3.4-3
|
|
|
|
- qtwebkit enable jit for ppc64le (#1096330)
|
|
|
|
|
2015-02-18 15:06:55 +00:00
|
|
|
* Wed Feb 18 2015 Rex Dieter <rdieter@fedoraproject.org> 2.3.4-2
|
|
|
|
- rebuild (gcc5)
|
|
|
|
|
2014-10-16 16:55:14 +00:00
|
|
|
* Thu Oct 16 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.4-1
|
|
|
|
- qtwebkit-2.3.4
|
|
|
|
|
2014-09-23 18:44:58 +00:00
|
|
|
* Tue Sep 23 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-18
|
|
|
|
- enable hardened build (#1051790)
|
|
|
|
|
2014-08-17 23:03:58 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.3-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-20 01:40:14 +00:00
|
|
|
* Sun Jul 20 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 2.3.3-16
|
|
|
|
- build against GStreamer1 on F21+ (#1092642, patch from openSUSE)
|
|
|
|
|
2014-06-20 12:38:03 +00:00
|
|
|
* Fri Jun 20 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-15
|
|
|
|
- use pkgconfig deps for qt-mobility
|
|
|
|
|
2014-06-08 01:32:22 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.3-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-07 15:05:21 +00:00
|
|
|
* Wed May 07 2014 Jaromir Capik <jcapik@redhat.com> - 2.3.3-13
|
|
|
|
- ppc64le support
|
|
|
|
|
2014-05-05 15:49:19 +00:00
|
|
|
* Mon May 05 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-12
|
|
|
|
- Requires: mozilla-filesystem (#1000673)
|
|
|
|
|
|
|
|
* Fri May 02 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-11
|
2014-05-02 23:38:09 +00:00
|
|
|
- no need to set empty qtdefines macro
|
|
|
|
- no rpath for real, drop chrpath hacks
|
|
|
|
|
2014-03-08 20:57:39 +00:00
|
|
|
* Sat Mar 08 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 2.3.3-10
|
|
|
|
- rebuild against fixed qt to fix -debuginfo (#1074041)
|
|
|
|
|
|
|
|
* Thu Mar 06 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.3-9
|
|
|
|
- update aarch64 patchset
|
2014-03-06 10:46:52 +00:00
|
|
|
|
2014-02-28 19:29:12 +00:00
|
|
|
* Fri Feb 28 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-8
|
|
|
|
- initial backport aarch64 javascriptcore fixes, needswork (#1070446)
|
|
|
|
- apply downstream patches *after* upstream ones
|
|
|
|
|
2014-02-13 15:33:29 +00:00
|
|
|
* Thu Feb 13 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-7
|
|
|
|
- backport more upstream fixes
|
|
|
|
|
2014-02-13 14:37:52 +00:00
|
|
|
* Thu Feb 13 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-6
|
|
|
|
- ftbfs using bison3
|
|
|
|
|
2014-02-12 21:22:10 +00:00
|
|
|
* Wed Feb 12 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-5
|
|
|
|
- rebuild (libicu)
|
|
|
|
|
2014-01-02 04:33:41 +00:00
|
|
|
* Wed Jan 01 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-4
|
|
|
|
- rebuild (libwebp)
|
|
|
|
|
2013-12-11 15:15:28 +00:00
|
|
|
* Wed Dec 11 2013 Rex Dieter <rdieter@fedoraproject.org> - 2.3.3-3
|
|
|
|
- support out-of-source-tree build
|
|
|
|
- %%ix86: build both no-sse2 and sse2 versions
|
|
|
|
|
2013-12-09 17:16:17 +00:00
|
|
|
* Mon Dec 09 2013 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-2
|
2013-12-09 17:17:02 +00:00
|
|
|
- build-webkit --system-malloc (unconditionally, WAS only ppc)
|
2013-12-09 17:16:17 +00:00
|
|
|
|
2013-10-03 23:08:32 +00:00
|
|
|
* Thu Oct 03 2013 Rex Dieter <rdieter@fedoraproject.org> 2.3.3-1
|
|
|
|
- qtwebkit-2.3.3
|
|
|
|
- include some post 2.3.3 commits/fixes
|
|
|
|
|
2013-09-12 16:15:40 +00:00
|
|
|
* Thu Sep 12 2013 Rex Dieter <rdieter@fedoraproject.org> 2.3.2-3
|
|
|
|
- SIGSEGV - ~NonSharedCharacterBreakIterator (#1006539, webkit#101337)
|
|
|
|
|
2013-08-04 11:46:50 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-11 22:36:50 +00:00
|
|
|
* Thu Jul 11 2013 Rex Dieter <rdieter@fedoraproject.org> 2.3.2-1
|
|
|
|
- qtwebkit-2.3.2
|
|
|
|
|
2013-04-19 14:51:04 +00:00
|
|
|
* Thu Apr 18 2013 Rex Dieter <rdieter@fedoraproject.org> - 2.3.1-1
|
|
|
|
- qtwebkit-2.3.1
|
|
|
|
- -devel: drop explicit Requires: qt4-devel (let pkgconfig deps do it)
|
|
|
|
|
2013-03-25 09:51:17 +00:00
|
|
|
* Mon Mar 25 2013 Dan Horák <dan[at]danny.cz> 2.3.0-2
|
|
|
|
- use ppc fixes also on s390
|
|
|
|
|
2013-03-15 16:50:14 +00:00
|
|
|
* Fri Mar 15 2013 Rex Dieter <rdieter@fedoraproject.org> 2.3.0-1
|
|
|
|
- 2.3.0 (final)
|
|
|
|
- enable libwebp support
|
|
|
|
- .spec cleanup
|
|
|
|
|
2013-03-10 03:53:42 +00:00
|
|
|
* Sat Mar 09 2013 Rex Dieter <rdieter@fedoraproject.org> 2.3-0.6.rc1
|
|
|
|
- should use libxml and libxslt (#919778)
|
|
|
|
|
2013-03-09 15:03:20 +00:00
|
|
|
* Sat Mar 09 2013 Rex Dieter <rdieter@fedoraproject.org> 2.3-0.5.rc1
|
|
|
|
- qt_webkit_version.pri is missing in 2.3-rc1 package (#919477)
|
|
|
|
|
2013-03-06 04:43:22 +00:00
|
|
|
* Tue Mar 05 2013 Rex Dieter <rdieter@fedoraproject.org> 2.3-0.4.rc1
|
|
|
|
- 2.3-rc1
|
|
|
|
|
2013-03-05 16:33:20 +00:00
|
|
|
* Tue Mar 05 2013 Than Ngo <than@redhat.com> - 2.3-0.3.beta2
|
|
|
|
- add missing function Double2Ints() on ppc, backport
|
|
|
|
|
2013-02-25 16:14:17 +00:00
|
|
|
* Mon Feb 25 2013 Than Ngo <than@redhat.com> - 2.3-0.2.beta2
|
|
|
|
- fix 64k page issue on ppc/ppc64
|
2013-02-28 11:06:48 +00:00
|
|
|
- set -g1 on ppc/ppc64 to reduce archive size
|
2013-02-25 16:14:17 +00:00
|
|
|
|
2013-02-23 15:03:48 +00:00
|
|
|
* Thu Feb 21 2013 Rex Dieter <rdieter@fedoraproject.org> 2.3-0.1.beta2
|
|
|
|
- qtwebkit-2.3-beta2
|
|
|
|
|
2013-02-14 21:15:59 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-22 18:15:54 +00:00
|
|
|
* Tue Jan 22 2013 Rex Dieter <rdieter@fedoraproject.org> 2.2.2-8
|
|
|
|
- fix rpath (#902571)
|
|
|
|
|
2013-01-15 17:53:54 +00:00
|
|
|
* Tue Jan 15 2013 Than Ngo <than@redhat.com> - 2.2.2-7
|
|
|
|
- use SYSTEM_MALLOC on ppc/ppc64
|
|
|
|
|
2013-01-11 22:17:44 +00:00
|
|
|
* Fri Jan 11 2013 Than Ngo <than@redhat.com> 2.2.2-6
|
|
|
|
- bz#893447, fix 64k pagesize issue
|
|
|
|
|
2013-01-04 13:13:36 +00:00
|
|
|
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> 2.2.2-5
|
|
|
|
- segfault in requiresLineBox at rendering/RenderBlockLineLayout.cpp (#891464)
|
|
|
|
|
2012-12-24 15:06:00 +00:00
|
|
|
* Mon Dec 24 2012 Rex Dieter <rdieter@fedoraproject.org> 2.2.2-4
|
|
|
|
- switch to upstream versions of some patches
|
|
|
|
|
2012-11-13 13:34:06 +00:00
|
|
|
* Tue Nov 13 2012 Rex Dieter <rdieter@fedoraproject.org> 2.2.2-3
|
|
|
|
- Certain SVG content freezes QtWebKit (webkit#97258)
|
|
|
|
|
2012-07-21 13:56:04 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-22 14:54:39 +00:00
|
|
|
* Tue May 22 2012 Rex Dieter <rdieter@fedoraproject.org> 2.2.2-1
|
|
|
|
- qtwebkit-2.2.2
|
|
|
|
|
2012-05-11 19:09:45 +00:00
|
|
|
* Fri May 11 2012 Rex Dieter <rdieter@fedoraproject.org> 2.2.1-6
|
|
|
|
- can't render Complex Text Layout (Hindi, Arabic) (#761337)
|
|
|
|
|
2012-05-11 16:41:38 +00:00
|
|
|
* Fri May 11 2012 Rex Dieter <rdieter@fedoraproject.org> 2.2.1-5
|
|
|
|
- respin tarball using upstream make-package.py tool
|
|
|
|
|
2012-01-24 13:58:00 +00:00
|
|
|
* Tue Jan 24 2012 Than Ngo <than@redhat.com> - 2.2.1-4
|
|
|
|
- gcc doesn't support flag -fuse-ld=gold yet
|
2012-01-24 15:43:57 +00:00
|
|
|
- fix build failure with gcc-4.7
|
2012-01-24 13:58:00 +00:00
|
|
|
|
2012-01-14 02:33:45 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-21 13:07:56 +00:00
|
|
|
* Wed Dec 21 2011 Than Ngo <than@redhat.com> - 2.2.1-2
|
|
|
|
- backport the correct patch from trunk to fix glib-2.31 issue
|
|
|
|
|
2011-12-19 21:40:20 +00:00
|
|
|
* Mon Dec 19 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.1-1
|
|
|
|
- qtwebkit-2.2.1
|
|
|
|
- add explicit BR: pkgconfig(xext) pkgconfig(xrender)
|
|
|
|
|
2011-12-19 20:35:32 +00:00
|
|
|
* Sun Nov 27 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-3
|
|
|
|
- add explicit BR: libjpeg-devel libpng-devel
|
|
|
|
|
2011-11-18 19:47:00 +00:00
|
|
|
* Fri Nov 18 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-2
|
|
|
|
- fix FTBFS against newer glib
|
|
|
|
|
2011-09-29 13:54:37 +00:00
|
|
|
* Thu Sep 29 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-1
|
|
|
|
- qtwebkit-2.2.0 (final)
|
|
|
|
- more pkgconfig-style deps
|
|
|
|
|
2011-09-14 16:07:07 +00:00
|
|
|
* Wed Sep 14 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-0.1.rc1
|
|
|
|
- qtwebkit-2.2.0-rc1
|
|
|
|
|
2011-09-06 17:11:03 +00:00
|
|
|
* Tue Sep 06 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-16.week35
|
|
|
|
- qtwebkit-2.2-week35 snapshot
|
|
|
|
|
2011-09-01 16:59:38 +00:00
|
|
|
* Thu Sep 01 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-15.week34
|
|
|
|
- qtwebkit-2.2-week34 snapshot
|
|
|
|
|
2011-08-27 11:15:46 +00:00
|
|
|
* Sat Aug 27 2011 Than Ngo <than@redhat.com> - 2.2-14.week32
|
|
|
|
- drop conditional
|
|
|
|
|
2011-08-18 17:48:04 +00:00
|
|
|
* Thu Aug 18 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-13.week32
|
|
|
|
- qtwebkit-2.2-week32 snapshot
|
|
|
|
|
2011-08-10 16:08:09 +00:00
|
|
|
* Wed Aug 10 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-12.week31
|
|
|
|
- BR: gstreamer-devel bits
|
|
|
|
|
2011-08-09 20:49:24 +00:00
|
|
|
* Tue Aug 09 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-11.week31
|
|
|
|
- qtwebkit-2.2-week31 snapshot
|
|
|
|
|
2011-07-23 23:07:31 +00:00
|
|
|
* Sat Jul 23 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-10.week28
|
|
|
|
- rebuild
|
|
|
|
|
2011-07-21 14:02:50 +00:00
|
|
|
* Wed Jul 20 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-9.week28
|
|
|
|
- qtwebkit-2.2-week28 snapshot
|
|
|
|
|
2011-07-20 20:44:50 +00:00
|
|
|
* Wed Jul 20 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-8.20110621
|
|
|
|
- rebuild (qt48)
|
|
|
|
|
2011-06-22 15:32:16 +00:00
|
|
|
* Wed Jun 22 2011 Dan Horák <dan[at]danny.cz> 2.2-7.20110621
|
|
|
|
- bump release for the s390 build fix
|
|
|
|
|
2011-06-21 19:12:55 +00:00
|
|
|
* Tue Jun 21 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-6.20110621
|
|
|
|
- 20110621 snapshot
|
|
|
|
- s390: respin javascriptcore_debuginfo.patch to omit -g from CXXFLAGS too
|
|
|
|
|
2011-06-03 18:17:13 +00:00
|
|
|
* Fri Jun 03 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-5.20110603
|
|
|
|
- 20110603 snapshot
|
|
|
|
- drop unused/deprecated phonon/gstreamer support snippets
|
|
|
|
- add minimal qt4 dep
|
|
|
|
|
2011-05-24 12:07:42 +00:00
|
|
|
* Tue May 24 2011 Than Ngo <than@redhat.com> - 2.2-4.20110513
|
2011-05-24 12:05:06 +00:00
|
|
|
- fix for qt-4.6.x
|
|
|
|
- add condition for rhel
|
|
|
|
- enable shared for qtwebkit build
|
|
|
|
|
2011-05-24 12:07:42 +00:00
|
|
|
* Thu May 19 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-3.20110513
|
2011-05-19 16:11:05 +00:00
|
|
|
- bump up Obsoletes: qt-webkit a bit, to be on the safe side
|
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
* Fri May 13 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-2.20110513
|
|
|
|
- 20110513 qtwebkit-2.2 branch snapshot
|
|
|
|
- cleanup deps
|
|
|
|
- drop -Werror
|
|
|
|
|
|
|
|
* Thu May 12 2011 Than Ngo <than@redhat.com> - 2.2-1
|
|
|
|
- 2.2-tp1
|
|
|
|
- gstreamer is now default, drop unneeded phonon patch
|
|
|
|
|
|
|
|
* Fri Apr 22 2011 Rex Dieter <rdieter@fedoraproject.org> 2.1-4
|
|
|
|
- javascriptcore -debuginfo too (#667175)
|
|
|
|
|
|
|
|
* Fri Apr 22 2011 Rex Dieter <rdieter@fedoraproject.org> 2.1-3
|
|
|
|
- Provides: qt(4)-webkit(-devel) = 2:%%version...
|
|
|
|
|
|
|
|
* Thu Apr 21 2011 Rex Dieter <rdieter@fedoraproject.org> 2.1-2
|
|
|
|
- -devel: Conflicts: qt-devel < 1:4.7.2-9 (qt_webkit_version.pri)
|
|
|
|
- drop old/deprecated Obsoletes/Provides: WebKit-qt
|
|
|
|
- use modified, less gigantic tarball
|
|
|
|
- patch to use phonon instead of QtMultimediaKit
|
|
|
|
- patch pluginpath for /usr/lib{,64}/mozilla/plugins-wrapped
|
|
|
|
|
|
|
|
* Tue Apr 19 2011 Rex Dieter <rdieter@fedoraproject.org> 2.1-1
|
|
|
|
- 2.1
|
|
|
|
|
|
|
|
* Mon Nov 08 2010 Than Ngo <than@redhat.com> - 2.0-2
|
|
|
|
- fix webkit to export symbol correctly
|
|
|
|
|
|
|
|
* Tue Nov 02 2010 Rex Dieter <rdieter@fedoraproject.org> 2.0-1
|
|
|
|
- 2.0 (as released with qt-4.7.0)
|
|
|
|
|
|
|
|
* Thu Sep 09 2010 Rex Dieter <rdieter@fedoraproject.org> 2.0-0.1.week32
|
|
|
|
- first try, borrowing a lot from debian/kubuntu packaging
|