2016-01-09 03:32:05 +00:00
|
|
|
%global qt_module qtwebengine
|
|
|
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
2017-05-10 14:39:00 +00:00
|
|
|
# define to build docs, need to undef this for bootstrapping
|
|
|
|
# where qt5-qttools (qt5-doctools) builds are not yet available
|
|
|
|
%global docs 1
|
|
|
|
|
2019-02-13 21:32:57 +00:00
|
|
|
%if 0%{?fedora} > 29
|
|
|
|
# need libvpx >= 1.8.0 (need commit 297dfd869609d7c3c5cd5faa3ebc7b43a394434e)
|
2016-01-11 02:15:35 +00:00
|
|
|
%global use_system_libvpx 1
|
2017-12-25 19:28:18 +00:00
|
|
|
%endif
|
2017-12-25 18:51:57 +00:00
|
|
|
# need libwebp >= 0.6.0
|
2016-01-11 02:15:35 +00:00
|
|
|
%global use_system_libwebp 1
|
|
|
|
|
2016-12-03 16:00:17 +00:00
|
|
|
# NEON support on ARM (detected at runtime) - disable this if you are hitting
|
|
|
|
# FTBFS due to e.g. GCC bug https://bugzilla.redhat.com/show_bug.cgi?id=1282495
|
2019-02-13 21:32:57 +00:00
|
|
|
#global arm_neon 1
|
2016-12-03 16:00:17 +00:00
|
|
|
|
2017-06-15 08:16:56 +00:00
|
|
|
# the QMake CONFIG flags to force debugging information to be produced in
|
|
|
|
# release builds, and for all parts of the code
|
2019-02-13 21:32:57 +00:00
|
|
|
%ifarch %{arm} aarch64
|
2017-12-28 01:31:06 +00:00
|
|
|
# the ARM builder runs out of memory during linking with the full setting below,
|
|
|
|
# so omit debugging information for the parts upstream deems it dispensable for
|
|
|
|
# (webcore, v8base)
|
2019-02-13 21:32:57 +00:00
|
|
|
%global debug_config %{nil}
|
2017-06-21 10:02:23 +00:00
|
|
|
%else
|
2019-02-13 21:32:57 +00:00
|
|
|
%global debug_config force_debug_info
|
|
|
|
# webcore_debug v8base_debug
|
2017-06-21 10:02:23 +00:00
|
|
|
%endif
|
2017-06-15 08:16:56 +00:00
|
|
|
|
2016-03-17 23:41:34 +00:00
|
|
|
#global prerelease rc
|
2016-01-09 03:32:05 +00:00
|
|
|
|
2017-03-31 10:17:05 +00:00
|
|
|
# spellchecking dictionary directory
|
|
|
|
%global _qtwebengine_dictionaries_dir %{_qt5_datadir}/qtwebengine_dictionaries
|
|
|
|
|
2017-04-17 12:24:57 +00:00
|
|
|
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
|
2016-01-19 16:37:35 +00:00
|
|
|
# exclude plugins (all architectures) and libv8.so (i686, it's static everywhere
|
|
|
|
# else)
|
|
|
|
%global __provides_exclude ^lib.*plugin\\.so.*|libv8\\.so$
|
|
|
|
# exclude libv8.so (i686, it's static everywhere else)
|
|
|
|
%global __requires_exclude ^libv8\\.so$
|
2017-01-02 14:42:30 +00:00
|
|
|
# and designer plugins
|
|
|
|
%global __provides_exclude_from ^%{_qt5_plugindir}/.*\\.so$
|
2016-01-19 16:37:35 +00:00
|
|
|
|
2016-01-09 03:32:05 +00:00
|
|
|
Summary: Qt5 - QtWebEngine components
|
|
|
|
Name: qt5-qtwebengine
|
2019-06-17 17:25:11 +00:00
|
|
|
Version: 5.12.4
|
2019-09-24 19:07:15 +00:00
|
|
|
Release: 10%{?dist}
|
2016-01-09 03:32:05 +00:00
|
|
|
|
|
|
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
2017-05-10 14:39:00 +00:00
|
|
|
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
|
2016-01-09 03:32:05 +00:00
|
|
|
# The other licenses are from Chromium and the code it bundles
|
2016-01-14 16:37:36 +00:00
|
|
|
License: (LGPLv2 with exceptions or GPLv3 with exceptions) and BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
|
2016-01-09 03:32:05 +00:00
|
|
|
URL: http://www.qt.io
|
|
|
|
# cleaned tarball with patent-encumbered codecs removed from the bundled FFmpeg
|
2019-04-22 16:56:05 +00:00
|
|
|
# wget http://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtwebengine-everywhere-src-5.12.3.tar.xz
|
2019-03-25 17:59:42 +00:00
|
|
|
# ./clean_qtwebengine.sh 5.12.2
|
2017-12-25 18:51:57 +00:00
|
|
|
Source0: qtwebengine-everywhere-src-%{version}-clean.tar.xz
|
2016-01-09 03:32:05 +00:00
|
|
|
# cleanup scripts used above
|
|
|
|
Source1: clean_qtwebengine.sh
|
|
|
|
Source2: clean_ffmpeg.sh
|
2016-07-16 23:38:49 +00:00
|
|
|
Source3: get_free_ffmpeg_source_files.py
|
2017-04-17 12:24:57 +00:00
|
|
|
# macros
|
|
|
|
Source10: macros.qt5-qtwebengine
|
2019-06-26 16:55:29 +00:00
|
|
|
|
2019-08-09 19:02:09 +00:00
|
|
|
# pulseaudio headers
|
|
|
|
Source20: pulseaudio-12.2-headers.tar.gz
|
|
|
|
|
2017-10-14 20:53:08 +00:00
|
|
|
# some tweaks to linux.pri (system yasm, link libpci, run unbundling script)
|
2017-12-25 18:51:57 +00:00
|
|
|
Patch0: qtwebengine-everywhere-src-5.10.0-linux-pri.patch
|
2017-06-05 22:00:55 +00:00
|
|
|
# quick hack to avoid checking for the nonexistent icudtl.dat and silence the
|
|
|
|
# resulting warnings - not upstreamable as is because it removes the fallback
|
|
|
|
# mechanism for the ICU data directory (which is not used in our builds because
|
|
|
|
# we use the system ICU, which embeds the data statically) completely
|
2018-06-16 13:29:33 +00:00
|
|
|
Patch1: qtwebengine-everywhere-src-5.11.0-no-icudtl-dat.patch
|
2017-06-05 22:00:55 +00:00
|
|
|
# fix extractCFlag to also look in QMAKE_CFLAGS_RELEASE, needed to detect the
|
|
|
|
# ARM flags with our %%qmake_qt5 macro, including for the next patch
|
2019-06-18 06:36:05 +00:00
|
|
|
Patch2: qtwebengine-opensource-src-5.12.4-fix-extractcflag.patch
|
2017-06-05 22:00:55 +00:00
|
|
|
# disable NEON vector instructions on ARM where the NEON code FTBFS due to
|
|
|
|
# GCC bug https://bugzilla.redhat.com/show_bug.cgi?id=1282495
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
Patch3: qtwebengine-opensource-src-5.9.0-no-neon.patch
|
2019-06-04 21:22:45 +00:00
|
|
|
# workaround FTBFS against kernel-headers-5.2.0+
|
|
|
|
Patch4: qtwebengine-SIOCGSTAMP.patch
|
2016-12-08 17:14:20 +00:00
|
|
|
# remove Android dependencies from openmax_dl ARM NEON detection (detect.c)
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
Patch10: qtwebengine-opensource-src-5.9.0-openmax-dl-neon.patch
|
2017-06-10 13:27:30 +00:00
|
|
|
# Force verbose output from the GN bootstrap process
|
2019-02-13 21:32:57 +00:00
|
|
|
Patch21: qtwebengine-everywhere-src-5.12.0-gn-bootstrap-verbose.patch
|
2018-12-09 13:48:55 +00:00
|
|
|
# Fix/workaround FTBFS on aarch64 with newer glibc
|
|
|
|
Patch24: qtwebengine-everywhere-src-5.11.3-aarch64-new-stat.patch
|
2019-06-26 16:55:29 +00:00
|
|
|
|
2018-03-17 03:06:44 +00:00
|
|
|
## Upstream patches:
|
2019-06-26 16:55:29 +00:00
|
|
|
# qtwebengine-chromium
|
|
|
|
Patch101: 0001-Fix-changing-should_override_user_agent_in_new_tabs_.patch
|
|
|
|
Patch102: 0002-Bump-V8-patch-level.patch
|
|
|
|
Patch103: 0003-Fix-segfaults-with-arm-32bit-on-metrics.patch
|
2016-01-09 03:32:05 +00:00
|
|
|
|
2016-09-14 14:16:10 +00:00
|
|
|
# handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches
|
|
|
|
ExclusiveArch: %{qt5_qtwebengine_arches}
|
2016-01-13 00:56:52 +00:00
|
|
|
|
2017-03-30 16:18:03 +00:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2016-06-12 13:24:03 +00:00
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
2016-06-12 13:25:23 +00:00
|
|
|
# TODO: check of = is really needed or if >= would be good enough -- rex
|
2016-06-12 13:24:03 +00:00
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
2017-03-30 16:18:03 +00:00
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
BuildRequires: qt5-qtxmlpatterns-devel
|
|
|
|
BuildRequires: qt5-qtlocation-devel
|
|
|
|
BuildRequires: qt5-qtsensors-devel
|
|
|
|
BuildRequires: qt5-qtwebchannel-devel
|
|
|
|
BuildRequires: qt5-qttools-static
|
2017-10-10 13:57:34 +00:00
|
|
|
# for examples?
|
|
|
|
BuildRequires: qt5-qtquickcontrols2-devel
|
2016-01-09 03:32:05 +00:00
|
|
|
BuildRequires: ninja-build
|
2016-08-01 00:41:28 +00:00
|
|
|
BuildRequires: cmake
|
2016-01-09 03:32:05 +00:00
|
|
|
BuildRequires: bison
|
2017-12-25 19:28:18 +00:00
|
|
|
BuildRequires: flex
|
2019-02-13 21:32:57 +00:00
|
|
|
BuildRequires: gcc-c++
|
|
|
|
# gn links statically (for now)
|
|
|
|
BuildRequires: libstdc++-static
|
2016-05-18 13:50:48 +00:00
|
|
|
BuildRequires: git-core
|
2016-01-09 03:32:05 +00:00
|
|
|
BuildRequires: gperf
|
2019-02-25 04:54:05 +00:00
|
|
|
BuildRequires: krb5-devel
|
2016-01-09 03:32:05 +00:00
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: re2-devel
|
|
|
|
BuildRequires: snappy-devel
|
|
|
|
%ifarch %{ix86} x86_64
|
|
|
|
BuildRequires: yasm
|
|
|
|
%endif
|
|
|
|
BuildRequires: pkgconfig(expat)
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
|
|
BuildRequires: pkgconfig(freetype2)
|
|
|
|
BuildRequires: pkgconfig(gl)
|
|
|
|
BuildRequires: pkgconfig(egl)
|
2019-02-13 21:32:57 +00:00
|
|
|
BuildRequires: pkgconfig(jsoncpp)
|
2016-01-09 03:32:05 +00:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
BuildRequires: pkgconfig(libudev)
|
2016-01-11 02:15:35 +00:00
|
|
|
%if 0%{?use_system_libwebp}
|
2017-12-25 19:28:18 +00:00
|
|
|
BuildRequires: pkgconfig(libwebp) >= 0.6.0
|
2016-01-09 03:32:05 +00:00
|
|
|
%endif
|
|
|
|
BuildRequires: pkgconfig(harfbuzz)
|
|
|
|
BuildRequires: pkgconfig(libdrm)
|
|
|
|
BuildRequires: pkgconfig(opus)
|
2019-02-13 21:32:57 +00:00
|
|
|
BuildRequires: pkgconfig(protobuf)
|
2016-01-09 03:32:05 +00:00
|
|
|
BuildRequires: pkgconfig(libevent)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
2018-09-24 15:57:20 +00:00
|
|
|
%if 0%{?fedora} && 0%{?fedora} < 30
|
2018-09-18 16:48:17 +00:00
|
|
|
BuildRequires: pkgconfig(minizip)
|
2018-09-24 15:57:20 +00:00
|
|
|
%else
|
|
|
|
Provides: bundled(minizip) = 1.2
|
2018-09-07 16:55:18 +00:00
|
|
|
%endif
|
2016-01-09 03:32:05 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xi)
|
|
|
|
BuildRequires: pkgconfig(xcursor)
|
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
BuildRequires: pkgconfig(xfixes)
|
|
|
|
BuildRequires: pkgconfig(xrender)
|
|
|
|
BuildRequires: pkgconfig(xdamage)
|
|
|
|
BuildRequires: pkgconfig(xcomposite)
|
|
|
|
BuildRequires: pkgconfig(xtst)
|
|
|
|
BuildRequires: pkgconfig(xrandr)
|
|
|
|
BuildRequires: pkgconfig(xscrnsaver)
|
|
|
|
BuildRequires: pkgconfig(libcap)
|
|
|
|
BuildRequires: pkgconfig(libpulse)
|
|
|
|
BuildRequires: pkgconfig(alsa)
|
|
|
|
BuildRequires: pkgconfig(libpci)
|
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
|
|
BuildRequires: pkgconfig(nss)
|
2017-12-25 19:28:18 +00:00
|
|
|
BuildRequires: pkgconfig(lcms2)
|
2019-03-25 20:29:53 +00:00
|
|
|
## https://bugreports.qt.io/browse/QTBUG-59094
|
|
|
|
#BuildRequires: pkgconfig(libxslt) pkgconfig(libxml-2.0)
|
2017-07-12 13:19:56 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2019-08-21 15:45:09 +00:00
|
|
|
# fesco exception to allow python2 use: https://pagure.io/fesco/issue/2208
|
|
|
|
# per https://fedoraproject.org/wiki/Changes/RetirePython2#FESCo_exceptions
|
2019-08-26 12:11:17 +00:00
|
|
|
# Only the interpreter is needed
|
|
|
|
BuildRequires: %{__python2}
|
2016-01-11 02:15:35 +00:00
|
|
|
%if 0%{?use_system_libvpx}
|
2018-02-10 17:16:18 +00:00
|
|
|
BuildRequires: pkgconfig(vpx) >= 1.7.0
|
2016-01-11 02:15:35 +00:00
|
|
|
%endif
|
2016-01-09 03:32:05 +00:00
|
|
|
|
|
|
|
# extra (non-upstream) functions needed, see
|
|
|
|
# src/3rdparty/chromium/third_party/sqlite/README.chromium for details
|
|
|
|
#BuildRequires: pkgconfig(sqlite3)
|
|
|
|
|
|
|
|
## Various bundled libraries that Chromium does not support unbundling :-(
|
|
|
|
## Only the parts actually built are listed.
|
|
|
|
## Query for candidates:
|
|
|
|
## grep third_party/ build.log | sed 's!third_party/!\nthird_party/!g' | \
|
|
|
|
## grep third_party/ | sed 's!^third_party/!!g' | sed 's!/.*$!!g' | \
|
|
|
|
## sed 's/\;.*$//g' | sed 's/ .*$//g' | sort | uniq | less
|
|
|
|
## some false positives where only shim headers are generated for some reason
|
|
|
|
## some false positives with dummy placeholder dirs (swiftshader, widevine)
|
|
|
|
## some false negatives where a header-only library is bundled (e.g. x86inc)
|
|
|
|
## Spot's chromium.spec also has a list that I checked.
|
|
|
|
|
|
|
|
# Of course, Chromium itself is bundled. It cannot be unbundled because it is
|
|
|
|
# not a library, but forked (modified) application code.
|
2018-02-18 18:13:38 +00:00
|
|
|
# Some security fixes (up to version 64.0.3282.140) are backported, see:
|
2017-12-25 18:51:57 +00:00
|
|
|
# http://code.qt.io/cgit/qt/qtwebengine-chromium.git/log/?h=61-based
|
2018-02-18 18:13:38 +00:00
|
|
|
# see dist/changes-5.10.1 for the version numbers (base, security fixes) and for
|
2017-03-26 19:48:05 +00:00
|
|
|
# a list of CVEs fixed by the added security backports
|
2018-03-17 03:06:44 +00:00
|
|
|
# See Patch101 for additional fixes applied (up to version 65.0.3325.146)
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(chromium) = 61.0.3163.140
|
2016-01-09 03:32:05 +00:00
|
|
|
|
|
|
|
# Bundled in src/3rdparty/chromium/third_party:
|
|
|
|
# Check src/3rdparty/chromium/third_party/*/README.chromium for version numbers,
|
|
|
|
# except where specified otherwise.
|
|
|
|
Provides: bundled(angle) = 2422
|
2016-01-14 16:37:36 +00:00
|
|
|
# Google's fork of OpenSSL
|
|
|
|
# We cannot build against NSS instead because it no longer works with NSS 3.21:
|
|
|
|
# HTTPS on, ironically, Google's sites (Google, YouTube, etc.) stops working
|
|
|
|
# completely and produces only ERR_SSL_PROTOCOL_ERROR errors:
|
|
|
|
# http://kaosx.us/phpBB3/viewtopic.php?t=1235
|
|
|
|
# https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1520568
|
2016-07-16 23:38:49 +00:00
|
|
|
# So we have to do what Chromium now defaults to (since 47): a "chimera build",
|
|
|
|
# i.e., use the BoringSSL code and the system NSS certificates.
|
2016-01-14 16:37:36 +00:00
|
|
|
Provides: bundled(boringssl)
|
2016-01-09 03:32:05 +00:00
|
|
|
Provides: bundled(brotli)
|
|
|
|
# Don't get too excited. MPEG and other legally problematic stuff is stripped
|
2016-07-16 23:38:49 +00:00
|
|
|
# out. See clean_qtwebengine.sh, clean_ffmpeg.sh, and
|
|
|
|
# get_free_ffmpeg_source_files.py.
|
2016-01-09 03:32:05 +00:00
|
|
|
# see src/3rdparty/chromium/third_party/ffmpeg/Changelog for the version number
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(ffmpeg) = 3.3
|
|
|
|
Provides: bundled(hunspell) = 1.6.0
|
2016-01-09 03:32:05 +00:00
|
|
|
Provides: bundled(iccjpeg)
|
|
|
|
# bundled as "khronos", headers only
|
|
|
|
Provides: bundled(khronos_headers)
|
|
|
|
# bundled as "leveldatabase"
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(leveldb) = 1.20
|
|
|
|
# bundled as "libjingle_xmpp"
|
|
|
|
Provides: bundled(libjingle)
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
# see src/3rdparty/chromium/third_party/libsrtp/CHANGES for the version number
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(libsrtp) = 2.1.0
|
2016-01-11 02:15:35 +00:00
|
|
|
%if !0%{?use_system_libvpx}
|
2017-12-25 19:28:18 +00:00
|
|
|
# claims "Version: 1.6.0", but according to the fine print, this is actually a
|
|
|
|
# snapshot from master from after the 1.6.1 release
|
|
|
|
Provides: bundled(libvpx) = 1.6.1
|
2016-01-11 02:15:35 +00:00
|
|
|
%endif
|
|
|
|
%if !0%{?use_system_libwebp}
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(libwebp) = 0.6.0
|
2016-01-11 02:15:35 +00:00
|
|
|
%endif
|
2017-12-25 18:51:57 +00:00
|
|
|
# bundled as "libxml"
|
2017-06-10 14:01:15 +00:00
|
|
|
# see src/3rdparty/chromium/third_party/libxml/linux/include/libxml/xmlversion.h
|
2019-03-25 20:29:53 +00:00
|
|
|
Provides: bundled(libxml2) = 2.9.4
|
2017-12-25 18:51:57 +00:00
|
|
|
# see src/3rdparty/chromium/third_party/libxslt/linux/config.h for version
|
2017-06-10 14:01:15 +00:00
|
|
|
Provides: bundled(libxslt) = 1.1.29
|
2016-01-09 03:32:05 +00:00
|
|
|
Provides: bundled(libXNVCtrl) = 302.17
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(libyuv) = 1658
|
2016-01-09 03:32:05 +00:00
|
|
|
Provides: bundled(modp_b64)
|
|
|
|
Provides: bundled(openmax_dl) = 1.0.2
|
|
|
|
Provides: bundled(ots)
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
# see src/3rdparty/chromium/third_party/protobuf/CHANGES.txt for the version
|
2019-02-13 21:32:57 +00:00
|
|
|
#Provides: bundled(protobuf) = 3.0.0-0.1.beta3
|
2016-01-09 03:32:05 +00:00
|
|
|
Provides: bundled(qcms) = 4
|
2016-07-16 23:38:49 +00:00
|
|
|
Provides: bundled(sfntly)
|
2016-01-09 03:32:05 +00:00
|
|
|
Provides: bundled(skia)
|
|
|
|
# bundled as "smhasher"
|
|
|
|
Provides: bundled(SMHasher) = 0-0.1.svn147
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(sqlite) = 3.20
|
2016-07-16 23:38:49 +00:00
|
|
|
Provides: bundled(usrsctp)
|
2016-01-09 03:32:05 +00:00
|
|
|
Provides: bundled(webrtc) = 90
|
2017-12-25 18:51:57 +00:00
|
|
|
|
2016-01-11 02:15:35 +00:00
|
|
|
%ifarch %{ix86} x86_64
|
2017-12-25 18:51:57 +00:00
|
|
|
# bundled by ffmpeg and libvpx:
|
2016-01-09 03:32:05 +00:00
|
|
|
# header (for assembly) only
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(x86inc)
|
2016-01-11 02:15:35 +00:00
|
|
|
%endif
|
2016-01-09 03:32:05 +00:00
|
|
|
|
|
|
|
# Bundled in src/3rdparty/chromium/base/third_party:
|
|
|
|
# Check src/3rdparty/chromium/third_party/base/*/README.chromium for version
|
|
|
|
# numbers, except where specified otherwise.
|
|
|
|
Provides: bundled(dmg_fp)
|
|
|
|
Provides: bundled(dynamic_annotations) = 4384
|
|
|
|
Provides: bundled(superfasthash) = 0
|
|
|
|
Provides: bundled(symbolize)
|
|
|
|
# bundled as "valgrind", headers only
|
|
|
|
Provides: bundled(valgrind.h)
|
|
|
|
# bundled as "xdg_mime"
|
|
|
|
Provides: bundled(xdg-mime)
|
|
|
|
# bundled as "xdg_user_dirs"
|
|
|
|
Provides: bundled(xdg-user-dirs) = 0.10
|
|
|
|
|
|
|
|
# Bundled in src/3rdparty/chromium/net/third_party:
|
|
|
|
# Check src/3rdparty/chromium/third_party/net/*/README.chromium for version
|
|
|
|
# numbers, except where specified otherwise.
|
|
|
|
Provides: bundled(mozilla_security_manager) = 1.9.2
|
|
|
|
|
|
|
|
# Bundled in src/3rdparty/chromium/url/third_party:
|
|
|
|
# Check src/3rdparty/chromium/third_party/url/*/README.chromium for version
|
|
|
|
# numbers, except where specified otherwise.
|
|
|
|
# bundled as "mozilla", file renamed and modified
|
|
|
|
Provides: bundled(nsURLParsers)
|
|
|
|
|
|
|
|
# Bundled outside of third_party, apparently not considered as such by Chromium:
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(mojo)
|
2016-01-09 03:32:05 +00:00
|
|
|
# see src/3rdparty/chromium/v8/include/v8_version.h for the version number
|
2017-12-25 18:51:57 +00:00
|
|
|
Provides: bundled(v8) = 6.1.534.44
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
# bundled by v8 (src/3rdparty/chromium/v8/src/base/ieee754.cc)
|
|
|
|
# The version number is 5.3, the last version that upstream released, years ago:
|
|
|
|
# http://www.netlib.org/fdlibm/readme
|
2016-01-09 03:32:05 +00:00
|
|
|
Provides: bundled(fdlibm) = 5.3
|
|
|
|
|
2016-12-08 17:14:20 +00:00
|
|
|
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} = %{_qt5_version}}
|
2016-01-09 03:32:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa}
|
|
|
|
Requires: qt5-qtdeclarative-devel%{?_isa}
|
2019-02-13 21:32:57 +00:00
|
|
|
# not arch'd for now, see if can get away with avoiding multilib'ing -- rex
|
|
|
|
Requires: %{name}-devtools = %{version}-%{release}
|
2016-01-09 03:32:05 +00:00
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
|
2019-01-03 19:02:20 +00:00
|
|
|
%package devtools
|
|
|
|
Summary: WebEngine devtools_resources
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devtools
|
|
|
|
Support for remote debugging.
|
|
|
|
|
2016-01-09 03:32:05 +00:00
|
|
|
%package examples
|
|
|
|
Summary: Example files for %{name}
|
|
|
|
|
|
|
|
%description examples
|
|
|
|
%{summary}.
|
|
|
|
|
2017-05-10 14:39:00 +00:00
|
|
|
|
|
|
|
%if 0%{?docs}
|
|
|
|
%package doc
|
|
|
|
Summary: API documentation for %{name}
|
|
|
|
BuildRequires: qt5-qdoc
|
|
|
|
BuildRequires: qt5-qhelpgenerator
|
|
|
|
BuildRequires: qt5-qtbase-doc
|
|
|
|
Requires: qt5-qtbase-doc
|
|
|
|
BuildRequires: qt5-qtxmlpatterns-doc
|
|
|
|
Requires: qt5-qtxmlpatterns-doc
|
|
|
|
BuildRequires: qt5-qtdeclarative-doc
|
|
|
|
Requires: qt5-qtdeclarative-doc
|
|
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
|
|
%{summary}.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2016-01-09 03:32:05 +00:00
|
|
|
%prep
|
2019-08-09 19:02:09 +00:00
|
|
|
%setup -q -n %{qt_module}-everywhere-src-%{version}%{?prerelease:-%{prerelease}} -a20
|
|
|
|
|
|
|
|
mv pulse src/3rdparty/chromium/
|
2019-06-26 16:55:29 +00:00
|
|
|
|
|
|
|
pushd src/3rdparty/chromium
|
|
|
|
%patch101 -p2 -b .0001
|
|
|
|
%patch102 -p2 -b .0002
|
|
|
|
%patch103 -p2 -b .0003
|
|
|
|
popd
|
|
|
|
|
2017-06-05 22:00:55 +00:00
|
|
|
%patch0 -p1 -b .linux-pri
|
|
|
|
%patch1 -p1 -b .no-icudtl-dat
|
2019-06-18 06:36:05 +00:00
|
|
|
%patch2 -p1 -b .fix-extractcflag
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
%if !0%{?arm_neon}
|
2017-06-05 22:00:55 +00:00
|
|
|
%patch3 -p1 -b .no-neon
|
2016-12-02 14:32:54 +00:00
|
|
|
%endif
|
2019-06-04 21:22:45 +00:00
|
|
|
%patch4 -p1 -b .SIOCGSTAMP
|
2018-06-16 13:29:33 +00:00
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
2017-06-05 22:00:55 +00:00
|
|
|
%patch10 -p1 -b .openmax-dl-neon
|
2019-02-13 21:32:57 +00:00
|
|
|
## NEEDSWORK
|
|
|
|
#patch21 -p1 -b .gn-bootstrap-verbose
|
2018-12-09 13:48:55 +00:00
|
|
|
%patch24 -p1 -b .aarch64-new-stat
|
2018-06-16 13:29:33 +00:00
|
|
|
|
2019-02-13 21:32:57 +00:00
|
|
|
# the xkbcommon config/feature was renamed in 5.12, so need to adjust QT_CONFIG references
|
|
|
|
# when building on older Qt releases
|
|
|
|
%if "%{_qt5_version}" < "5.12.0"
|
|
|
|
sed -i -e 's|QT_CONFIG(xkbcommon)|QT_CONFIG(xkbcommon_evdev)|g' src/core/web_event_factory.cpp
|
|
|
|
%endif
|
|
|
|
|
2016-03-24 02:39:15 +00:00
|
|
|
# fix // in #include in content/renderer/gpu to avoid debugedit failure
|
2019-02-13 21:32:57 +00:00
|
|
|
#sed -i -e 's!gpu//!gpu/!g' \
|
|
|
|
# src/3rdparty/chromium/content/renderer/gpu/compositor_forwarding_message_filter.cc
|
2017-06-21 01:59:44 +00:00
|
|
|
# and another one in 2 files in WebRTC
|
|
|
|
sed -i -e 's!audio_processing//!audio_processing/!g' \
|
|
|
|
src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/utility/ooura_fft.cc \
|
|
|
|
src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/utility/ooura_fft_sse2.cc
|
2016-03-24 02:39:15 +00:00
|
|
|
# remove ./ from #line commands in ANGLE to avoid debugedit failure (?)
|
2016-03-22 18:19:24 +00:00
|
|
|
sed -i -e 's!\./!!g' \
|
|
|
|
src/3rdparty/chromium/third_party/angle/src/compiler/preprocessor/Tokenizer.cpp \
|
|
|
|
src/3rdparty/chromium/third_party/angle/src/compiler/translator/glslang_lex.cpp
|
2017-06-12 12:38:07 +00:00
|
|
|
# delete all "toolprefix = " lines from build/toolchain/linux/BUILD.gn, as we
|
|
|
|
# never cross-compile in native Fedora RPMs, fixes ARM and aarch64 FTBFS
|
|
|
|
sed -i -e '/toolprefix = /d' -e 's/\${toolprefix}//g' \
|
|
|
|
src/3rdparty/chromium/build/toolchain/linux/BUILD.gn
|
2016-01-09 03:32:05 +00:00
|
|
|
|
2016-06-06 18:02:56 +00:00
|
|
|
# http://bugzilla.redhat.com/1337585
|
|
|
|
# can't just delete, but we'll overwrite with system headers to be on the safe side
|
2016-07-17 19:22:13 +00:00
|
|
|
cp -bv /usr/include/re2/*.h src/3rdparty/chromium/third_party/re2/src/re2/
|
2016-06-06 18:02:56 +00:00
|
|
|
|
2017-06-11 23:54:07 +00:00
|
|
|
%if 0
|
|
|
|
#ifarch x86_64
|
|
|
|
# enable this to force -g2 on x86_64 (most arches run out of memory with -g2)
|
|
|
|
# DISABLED BECAUSE OF:
|
|
|
|
# /usr/lib/rpm/find-debuginfo.sh: line 188: 3619 Segmentation fault
|
|
|
|
# (core dumped) eu-strip --remove-comment $r $g -f "$1" "$2"
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
sed -i -e 's/symbol_level=1/symbol_level=2/g' src/core/config/common.pri
|
2016-03-21 17:36:00 +00:00
|
|
|
%endif
|
|
|
|
|
2017-03-26 19:48:05 +00:00
|
|
|
# generate qtwebengine-3rdparty.qdoc, it is missing from the tarball
|
|
|
|
pushd src/3rdparty
|
2019-02-13 21:32:57 +00:00
|
|
|
%{__python2} chromium/tools/licenses.py \
|
2017-03-26 19:48:05 +00:00
|
|
|
--file-template ../../tools/about_credits.tmpl \
|
|
|
|
--entry-template ../../tools/about_credits_entry.tmpl \
|
|
|
|
credits >../webengine/doc/src/qtwebengine-3rdparty.qdoc
|
|
|
|
popd
|
|
|
|
|
2016-12-04 21:37:02 +00:00
|
|
|
# copy the Chromium license so it is installed with the appropriate name
|
|
|
|
cp -p src/3rdparty/chromium/LICENSE LICENSE.Chromium
|
|
|
|
|
2019-02-13 21:32:57 +00:00
|
|
|
|
2016-01-09 03:32:05 +00:00
|
|
|
%build
|
|
|
|
export STRIP=strip
|
2018-06-16 13:29:33 +00:00
|
|
|
export NINJAFLAGS="%{__ninja_common_opts}"
|
|
|
|
export NINJA_PATH=%{__ninja}
|
2016-01-09 03:32:05 +00:00
|
|
|
|
2019-02-13 21:32:57 +00:00
|
|
|
%{qmake_qt5} \
|
2019-08-12 15:51:10 +00:00
|
|
|
%{?debug_config:CONFIG+="%{debug_config}}" \
|
|
|
|
CONFIG+="link_pulseaudio" \
|
2019-02-25 04:54:05 +00:00
|
|
|
QMAKE_EXTRA_ARGS+="-system-webengine-icu" \
|
|
|
|
QMAKE_EXTRA_ARGS+="-webengine-kerberos" \
|
|
|
|
.
|
2016-12-04 00:45:39 +00:00
|
|
|
|
2018-09-26 19:46:20 +00:00
|
|
|
# avoid %%make_build for now, the -O flag buffers output from intermediate build steps done via ninja
|
|
|
|
make %{?_smp_mflags}
|
2016-01-09 03:32:05 +00:00
|
|
|
|
2017-05-10 14:39:00 +00:00
|
|
|
%if 0%{?docs}
|
2018-06-16 13:29:33 +00:00
|
|
|
%make_build docs
|
2017-05-10 14:39:00 +00:00
|
|
|
%endif
|
|
|
|
|
2016-01-09 03:32:05 +00:00
|
|
|
%install
|
2018-06-16 13:29:33 +00:00
|
|
|
make install INSTALL_ROOT=%{buildroot}
|
2016-01-09 03:32:05 +00:00
|
|
|
|
2017-05-10 14:39:00 +00:00
|
|
|
%if 0%{?docs}
|
2018-06-16 13:29:33 +00:00
|
|
|
make install_docs INSTALL_ROOT=%{buildroot}
|
2017-05-10 14:39:00 +00:00
|
|
|
%endif
|
|
|
|
|
2017-04-17 12:24:57 +00:00
|
|
|
# rpm macros
|
|
|
|
install -p -m644 -D %{SOURCE10} \
|
|
|
|
%{buildroot}%{rpm_macros_dir}/macros.qt5-qtwebengine
|
|
|
|
sed -i \
|
|
|
|
-e "s|@@NAME@@|%{name}|g" \
|
|
|
|
-e "s|@@EPOCH@@|%{?epoch}%{!?epoch:0}|g" \
|
|
|
|
-e "s|@@VERSION@@|%{version}|g" \
|
|
|
|
-e "s|@@EVR@@|%{?epoch:%{epoch:}}%{version}-%{release}|g" \
|
|
|
|
%{buildroot}%{rpm_macros_dir}/macros.qt5-qtwebengine
|
|
|
|
|
2017-03-26 19:48:05 +00:00
|
|
|
# hardlink files to {_bindir}
|
2017-03-30 16:18:03 +00:00
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
2017-03-26 19:48:05 +00:00
|
|
|
pushd %{buildroot}%{_qt5_bindir}
|
|
|
|
for i in * ; do
|
|
|
|
ln -v ${i} %{buildroot}%{_bindir}/${i}
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2016-01-09 03:32:05 +00:00
|
|
|
## .prl/.la file love
|
|
|
|
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs
|
|
|
|
pushd %{buildroot}%{_qt5_libdir}
|
2019-09-25 09:16:54 +00:00
|
|
|
for prl_file in libQt5*.prl ; do
|
2016-01-09 03:32:05 +00:00
|
|
|
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file}
|
|
|
|
if [ -f "$(basename ${prl_file} .prl).so" ]; then
|
|
|
|
rm -fv "$(basename ${prl_file} .prl).la"
|
|
|
|
sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file}
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
2017-03-31 10:17:05 +00:00
|
|
|
mkdir -p %{buildroot}%{_qtwebengine_dictionaries_dir}
|
|
|
|
|
2017-05-11 17:15:44 +00:00
|
|
|
# adjust cmake dep(s) to allow for using the same Qt5 that was used to build it
|
2017-12-15 14:56:17 +00:00
|
|
|
# using the lesser of %%version, %%_qt5_version
|
2017-12-19 14:34:41 +00:00
|
|
|
%global lesser_version $(echo -e "%{version}\\n%{_qt5_version}" | sort -V | head -1)
|
2017-12-15 16:40:00 +00:00
|
|
|
sed -i -e "s|%{version} \${_Qt5WebEngine|%{lesser_version} \${_Qt5WebEngine|" \
|
2017-04-10 20:58:16 +00:00
|
|
|
%{buildroot}%{_qt5_libdir}/cmake/Qt5WebEngine*/Qt5WebEngine*Config.cmake
|
2017-04-10 12:14:37 +00:00
|
|
|
|
|
|
|
|
2018-06-16 13:29:33 +00:00
|
|
|
%ldconfig_scriptlets
|
2016-01-09 03:32:05 +00:00
|
|
|
|
2017-03-31 10:17:05 +00:00
|
|
|
%filetriggerin -- %{_datadir}/myspell
|
|
|
|
while read filename ; do
|
|
|
|
case "$filename" in
|
|
|
|
*.dic)
|
|
|
|
bdicname=%{_qtwebengine_dictionaries_dir}/`basename -s .dic "$filename"`.bdic
|
2017-04-04 15:23:25 +00:00
|
|
|
%{_qt5_bindir}/qwebengine_convert_dict "$filename" "$bdicname" &> /dev/null || :
|
2017-03-31 10:17:05 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
|
|
|
|
2016-01-09 03:32:05 +00:00
|
|
|
%files
|
2016-12-04 21:37:02 +00:00
|
|
|
%license LICENSE.* src/webengine/doc/src/qtwebengine-3rdparty.qdoc
|
2016-01-09 03:32:05 +00:00
|
|
|
%{_qt5_libdir}/libQt5*.so.*
|
2017-03-26 19:48:05 +00:00
|
|
|
%{_bindir}/qwebengine_convert_dict
|
|
|
|
%{_qt5_bindir}/qwebengine_convert_dict
|
2016-01-09 03:32:05 +00:00
|
|
|
%{_qt5_libdir}/qt5/qml/*
|
|
|
|
%{_qt5_libdir}/qt5/libexec/QtWebEngineProcess
|
2018-06-16 13:29:33 +00:00
|
|
|
#ifarch %{ix86}
|
|
|
|
%if 0%{?sse2}
|
2016-01-19 14:03:04 +00:00
|
|
|
# shared V8 library and its SSE2 version
|
|
|
|
%{_qt5_libdir}/qtwebengine/
|
|
|
|
%endif
|
2016-06-11 01:40:44 +00:00
|
|
|
%{_qt5_plugindir}/designer/libqwebengineview.so
|
2019-01-03 19:02:20 +00:00
|
|
|
%dir %{_qt5_datadir}/resources/
|
|
|
|
%{_qt5_datadir}/resources/qtwebengine_resources_100p.pak
|
|
|
|
%{_qt5_datadir}/resources/qtwebengine_resources_200p.pak
|
|
|
|
%{_qt5_datadir}/resources/qtwebengine_resources.pak
|
2017-03-31 10:17:05 +00:00
|
|
|
%dir %{_qtwebengine_dictionaries_dir}
|
2016-02-25 00:24:47 +00:00
|
|
|
%dir %{_qt5_translationdir}/qtwebengine_locales
|
|
|
|
%lang(am) %{_qt5_translationdir}/qtwebengine_locales/am.pak
|
|
|
|
%lang(ar) %{_qt5_translationdir}/qtwebengine_locales/ar.pak
|
|
|
|
%lang(bg) %{_qt5_translationdir}/qtwebengine_locales/bg.pak
|
|
|
|
%lang(bn) %{_qt5_translationdir}/qtwebengine_locales/bn.pak
|
|
|
|
%lang(ca) %{_qt5_translationdir}/qtwebengine_locales/ca.pak
|
|
|
|
%lang(cs) %{_qt5_translationdir}/qtwebengine_locales/cs.pak
|
|
|
|
%lang(da) %{_qt5_translationdir}/qtwebengine_locales/da.pak
|
|
|
|
%lang(de) %{_qt5_translationdir}/qtwebengine_locales/de.pak
|
|
|
|
%lang(el) %{_qt5_translationdir}/qtwebengine_locales/el.pak
|
|
|
|
%lang(en) %{_qt5_translationdir}/qtwebengine_locales/en-GB.pak
|
|
|
|
%lang(en) %{_qt5_translationdir}/qtwebengine_locales/en-US.pak
|
|
|
|
%lang(es) %{_qt5_translationdir}/qtwebengine_locales/es-419.pak
|
|
|
|
%lang(es) %{_qt5_translationdir}/qtwebengine_locales/es.pak
|
|
|
|
%lang(et) %{_qt5_translationdir}/qtwebengine_locales/et.pak
|
|
|
|
%lang(fa) %{_qt5_translationdir}/qtwebengine_locales/fa.pak
|
|
|
|
%lang(fi) %{_qt5_translationdir}/qtwebengine_locales/fi.pak
|
|
|
|
%lang(fil) %{_qt5_translationdir}/qtwebengine_locales/fil.pak
|
|
|
|
%lang(fr) %{_qt5_translationdir}/qtwebengine_locales/fr.pak
|
|
|
|
%lang(gu) %{_qt5_translationdir}/qtwebengine_locales/gu.pak
|
|
|
|
%lang(he) %{_qt5_translationdir}/qtwebengine_locales/he.pak
|
|
|
|
%lang(hi) %{_qt5_translationdir}/qtwebengine_locales/hi.pak
|
|
|
|
%lang(hr) %{_qt5_translationdir}/qtwebengine_locales/hr.pak
|
|
|
|
%lang(hu) %{_qt5_translationdir}/qtwebengine_locales/hu.pak
|
|
|
|
%lang(id) %{_qt5_translationdir}/qtwebengine_locales/id.pak
|
|
|
|
%lang(it) %{_qt5_translationdir}/qtwebengine_locales/it.pak
|
|
|
|
%lang(ja) %{_qt5_translationdir}/qtwebengine_locales/ja.pak
|
|
|
|
%lang(kn) %{_qt5_translationdir}/qtwebengine_locales/kn.pak
|
|
|
|
%lang(ko) %{_qt5_translationdir}/qtwebengine_locales/ko.pak
|
|
|
|
%lang(lt) %{_qt5_translationdir}/qtwebengine_locales/lt.pak
|
|
|
|
%lang(lv) %{_qt5_translationdir}/qtwebengine_locales/lv.pak
|
|
|
|
%lang(ml) %{_qt5_translationdir}/qtwebengine_locales/ml.pak
|
|
|
|
%lang(mr) %{_qt5_translationdir}/qtwebengine_locales/mr.pak
|
|
|
|
%lang(ms) %{_qt5_translationdir}/qtwebengine_locales/ms.pak
|
|
|
|
%lang(nb) %{_qt5_translationdir}/qtwebengine_locales/nb.pak
|
|
|
|
%lang(nl) %{_qt5_translationdir}/qtwebengine_locales/nl.pak
|
|
|
|
%lang(pl) %{_qt5_translationdir}/qtwebengine_locales/pl.pak
|
|
|
|
%lang(pt_BR) %{_qt5_translationdir}/qtwebengine_locales/pt-BR.pak
|
|
|
|
%lang(pt_PT) %{_qt5_translationdir}/qtwebengine_locales/pt-PT.pak
|
|
|
|
%lang(ro) %{_qt5_translationdir}/qtwebengine_locales/ro.pak
|
|
|
|
%lang(ru) %{_qt5_translationdir}/qtwebengine_locales/ru.pak
|
|
|
|
%lang(sk) %{_qt5_translationdir}/qtwebengine_locales/sk.pak
|
|
|
|
%lang(sl) %{_qt5_translationdir}/qtwebengine_locales/sl.pak
|
|
|
|
%lang(sr) %{_qt5_translationdir}/qtwebengine_locales/sr.pak
|
|
|
|
%lang(sv) %{_qt5_translationdir}/qtwebengine_locales/sv.pak
|
|
|
|
%lang(sw) %{_qt5_translationdir}/qtwebengine_locales/sw.pak
|
|
|
|
%lang(ta) %{_qt5_translationdir}/qtwebengine_locales/ta.pak
|
|
|
|
%lang(te) %{_qt5_translationdir}/qtwebengine_locales/te.pak
|
|
|
|
%lang(th) %{_qt5_translationdir}/qtwebengine_locales/th.pak
|
|
|
|
%lang(tr) %{_qt5_translationdir}/qtwebengine_locales/tr.pak
|
|
|
|
%lang(uk) %{_qt5_translationdir}/qtwebengine_locales/uk.pak
|
|
|
|
%lang(vi) %{_qt5_translationdir}/qtwebengine_locales/vi.pak
|
|
|
|
%lang(zh_CN) %{_qt5_translationdir}/qtwebengine_locales/zh-CN.pak
|
|
|
|
%lang(zh_TW) %{_qt5_translationdir}/qtwebengine_locales/zh-TW.pak
|
2016-01-09 03:32:05 +00:00
|
|
|
|
|
|
|
%files devel
|
2017-04-17 12:24:57 +00:00
|
|
|
%{rpm_macros_dir}/macros.qt5-qtwebengine
|
2016-01-09 03:32:05 +00:00
|
|
|
%{_qt5_headerdir}/Qt*/
|
|
|
|
%{_qt5_libdir}/libQt5*.so
|
|
|
|
%{_qt5_libdir}/libQt5*.prl
|
2019-09-25 09:16:54 +00:00
|
|
|
%{_qt5_libdir}/Qt5WebEngineCore.la
|
2016-01-09 03:32:05 +00:00
|
|
|
%{_qt5_libdir}/cmake/Qt5*/
|
|
|
|
%{_qt5_libdir}/pkgconfig/Qt5*.pc
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/*.pri
|
|
|
|
|
2019-01-03 19:02:20 +00:00
|
|
|
%files devtools
|
|
|
|
%{_qt5_datadir}/resources/qtwebengine_devtools_resources.pak
|
|
|
|
|
2016-01-09 03:32:05 +00:00
|
|
|
%files examples
|
|
|
|
%{_qt5_examplesdir}/
|
|
|
|
|
2017-05-10 14:39:00 +00:00
|
|
|
%if 0%{?docs}
|
|
|
|
%files doc
|
|
|
|
%{_qt5_docdir}/*
|
|
|
|
%endif
|
2016-01-09 03:32:05 +00:00
|
|
|
|
2017-05-10 14:36:51 +00:00
|
|
|
|
2017-05-10 14:39:00 +00:00
|
|
|
%changelog
|
2019-09-24 19:07:15 +00:00
|
|
|
* Tue Sep 24 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.4-10
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2019-08-14 16:01:03 +00:00
|
|
|
* Wed Aug 14 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-9
|
|
|
|
- rebuild (re2)
|
|
|
|
|
2019-08-12 15:51:10 +00:00
|
|
|
* Mon Aug 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-8
|
|
|
|
- CONFIG+=link_pulseaudio
|
|
|
|
|
2019-08-07 18:11:07 +00:00
|
|
|
* Wed Aug 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-7
|
|
|
|
- rebuild (re2, #1672014#c10)
|
2019-08-09 19:02:09 +00:00
|
|
|
- build using bundled pulse headers, workaround FTBFS bug #1729806
|
2019-08-07 18:11:07 +00:00
|
|
|
|
2019-07-26 17:52:49 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.12.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-26 16:55:29 +00:00
|
|
|
* Wed Jun 26 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-5
|
|
|
|
- pull in some upstream fixes
|
|
|
|
|
2019-06-25 18:35:41 +00:00
|
|
|
* Tue Jun 25 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-4
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2019-06-18 13:47:46 +00:00
|
|
|
* Tue Jun 18 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-3
|
|
|
|
- fix-extractcflag.patch rebased
|
|
|
|
|
2019-06-17 19:35:32 +00:00
|
|
|
* Mon Jun 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-2
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2019-06-17 17:25:11 +00:00
|
|
|
* Mon Jun 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.4-1
|
|
|
|
- 5.12.4
|
|
|
|
|
2019-06-14 13:09:04 +00:00
|
|
|
* Tue Jun 11 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-4
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2019-06-04 09:54:12 +00:00
|
|
|
* Tue Jun 04 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.3-3
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2019-05-12 13:50:37 +00:00
|
|
|
* Sun May 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-2
|
|
|
|
- rebuild (icu)
|
|
|
|
|
2019-04-22 16:56:05 +00:00
|
|
|
* Thu Apr 18 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.3-1
|
|
|
|
- 5.12.3
|
|
|
|
|
2019-03-25 20:29:53 +00:00
|
|
|
* Mon Mar 25 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-2
|
|
|
|
- revert bundled libxml2/libxslt
|
|
|
|
|
2019-03-25 17:59:42 +00:00
|
|
|
* Mon Mar 25 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.2-1
|
|
|
|
- 5.12.2
|
2019-03-25 18:26:27 +00:00
|
|
|
- use system libxml2/libxslt
|
2019-03-25 17:59:42 +00:00
|
|
|
|
2019-02-25 04:54:05 +00:00
|
|
|
* Sun Feb 24 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
|
2019-02-13 21:32:57 +00:00
|
|
|
- 5.12.1
|
2019-02-25 04:54:05 +00:00
|
|
|
- enable kerberos support
|
2019-02-13 21:32:57 +00:00
|
|
|
|
2019-02-05 14:03:56 +00:00
|
|
|
* Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 5.11.3-5
|
|
|
|
- rebuilt (libvpx)
|
|
|
|
|
2019-02-02 10:46:43 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-03 19:02:20 +00:00
|
|
|
* Thu Jan 03 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-3
|
|
|
|
- -devtools subpkg, workaround multilib conflicts (#1663299)
|
|
|
|
|
2018-12-11 14:31:22 +00:00
|
|
|
* Tue Dec 11 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-2
|
|
|
|
- rebuild (Qt5)
|
|
|
|
|
2018-12-04 19:24:20 +00:00
|
|
|
* Tue Dec 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.3-1
|
|
|
|
- 5.11.3
|
|
|
|
|
2018-09-26 19:46:20 +00:00
|
|
|
* Wed Sep 26 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-2
|
|
|
|
- avoid using %%make_build for now
|
|
|
|
|
2018-09-25 14:15:53 +00:00
|
|
|
* Mon Sep 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-1
|
|
|
|
- 5.11.2
|
|
|
|
|
2018-09-24 15:57:20 +00:00
|
|
|
* Mon Sep 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-8
|
|
|
|
- use bundled minizip on f30+ (#1632196)
|
|
|
|
|
2018-09-21 16:10:36 +00:00
|
|
|
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-7
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2018-09-18 16:27:14 +00:00
|
|
|
* Tue Sep 18 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-6
|
2018-09-18 16:48:17 +00:00
|
|
|
- cleaner (imo) minizip deps, workaround rhbz#1630448
|
2018-09-18 16:27:14 +00:00
|
|
|
|
2018-08-28 09:36:19 +00:00
|
|
|
* Tue Aug 28 2018 Patrik Novotný <panovotn@redhat.com> - 5.11.1-5
|
|
|
|
- change requires to minizip-compat(-devel), rhbz#1609830, rhbz#1615381
|
|
|
|
|
2018-07-15 16:14:37 +00:00
|
|
|
* Sun Jul 15 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-4
|
|
|
|
- BR: /usr/bin/python
|
|
|
|
|
2018-07-14 03:11:11 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-10 20:59:17 +00:00
|
|
|
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 5.11.1-2
|
|
|
|
- Rebuild for ICU 62
|
|
|
|
|
2018-06-22 20:03:09 +00:00
|
|
|
* Fri Jun 22 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.1-1
|
|
|
|
- 5.11.1
|
|
|
|
|
2018-06-21 04:40:28 +00:00
|
|
|
* Wed Jun 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-2
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2018-06-16 13:29:33 +00:00
|
|
|
* Thu Jun 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
|
|
|
- 5.11.0
|
|
|
|
- drop shadow build (to match other qt5 packages where it has been problematic)
|
|
|
|
- drop upstreamed patches
|
|
|
|
- rebase no-icudtl-dat.patch
|
|
|
|
- pull in upstream gcc8 FTBFS fix
|
|
|
|
- update clean_ffmpeg whitelist
|
|
|
|
- patches needswork: system-nspr-prtime,system-icu-utf,no-sse2,skia-neon,icu59
|
|
|
|
- minimal debug/debuginfo (for now)
|
|
|
|
- use macros %%make_build %%ldconfig_scriptlets %%__ninja %%__ninja_common_opts
|
|
|
|
|
2018-05-27 19:08:00 +00:00
|
|
|
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.1-7
|
|
|
|
- rebuild (qt5 5.11.0)
|
2018-05-28 12:35:20 +00:00
|
|
|
- Add patch by spot from the Fedora Chromium RPM for FTBFS with GCC 8 on i686
|
2018-05-28 21:39:03 +00:00
|
|
|
- include 0027-Fix-compilation-of-simplebrowser-example.patch (5.11 branch)
|
2018-05-27 19:08:00 +00:00
|
|
|
|
2018-04-30 19:39:20 +00:00
|
|
|
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 5.10.1-6
|
|
|
|
- Rebuild for ICU 61.1
|
|
|
|
|
2018-03-18 23:55:57 +00:00
|
|
|
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 5.10.1-5
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-03-18 15:36:09 +00:00
|
|
|
* Sun Mar 18 2018 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.10.1-4
|
2018-03-18 15:53:45 +00:00
|
|
|
- Fix (from 5.9.5) for incomplete, ineffective fix for CVE-2018-6033 in 5.10.1
|
2018-03-18 15:36:09 +00:00
|
|
|
|
2018-03-17 03:06:44 +00:00
|
|
|
* Sat Mar 17 2018 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.10.1-3
|
|
|
|
- Forward-port security backports from 5.9.5 LTS (up to Chromium 65.0.3325.146)
|
|
|
|
|
2018-02-23 17:37:58 +00:00
|
|
|
* Fri Feb 23 2018 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.10.1-2
|
|
|
|
- Drop -fabi-version=11 workaround, gcc-8.0.1-0.16.fc28 should fix this
|
|
|
|
|
2018-02-18 18:13:38 +00:00
|
|
|
* Sun Feb 18 2018 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.10.1-1
|
|
|
|
- Update to 5.10.1
|
|
|
|
- Rediff (unfuzz) no-sse2 patch
|
|
|
|
|
2018-02-16 19:42:53 +00:00
|
|
|
* Fri Feb 16 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.10.0-6
|
|
|
|
- workaround FTBFS, build with -fabi-version=11 (#1545918)
|
|
|
|
|
2018-02-10 17:16:18 +00:00
|
|
|
* Sat Feb 10 2018 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.10.0-5
|
|
|
|
- Reenable system libvpx on F28+, Rawhide (future F28) has libvpx 1.7.0 now
|
|
|
|
|
2018-02-09 12:27:38 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-27 03:22:14 +00:00
|
|
|
* Fri Jan 26 2018 Tom Callaway <spot@fedoraproject.org> - 5.10.0-3
|
|
|
|
- rebuild for new libvpx
|
|
|
|
|
2017-12-30 14:52:19 +00:00
|
|
|
* Sat Dec 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.10.0-2
|
|
|
|
- rebuild (qt-5.10.0)
|
|
|
|
|
2017-12-28 01:31:06 +00:00
|
|
|
* Thu Dec 28 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.10.0-1
|
2017-12-25 18:51:57 +00:00
|
|
|
- Update to 5.10.0
|
|
|
|
- Update version numbers of bundled stuff
|
|
|
|
- Drop support for Fedora < 26 (in particular, WEBENGINE_CONFIG F25 workarounds)
|
|
|
|
- Drop qt57 patch, support for Qt 5.7 was completely dropped upstream
|
|
|
|
- Update get_free_ffmpeg_source_files.py from Fedora Chromium packaging
|
2017-12-26 01:29:29 +00:00
|
|
|
- Update clean_ffmpeg.sh whitelist (sync from Fedora Chromium packaging)
|
2017-12-25 18:51:57 +00:00
|
|
|
- clean_qtwebengine.sh: Update for the changed tarball naming scheme
|
|
|
|
- Use QMAKE_EXTRA_ARGS instead of the removed WEBENGINE_CONFIG
|
|
|
|
- Rebase linux-pri, system-nspr-prtime, system-icu-utf, no-sse2, skia-neon and
|
|
|
|
gn-bootstrap-verbose patches
|
|
|
|
- In particular, restore the removed V8 x87 backend in the no-sse2 patch
|
|
|
|
- Re-backport no-aspirational-scripts from upstream (undo 5.9 backport)
|
2017-12-25 19:28:18 +00:00
|
|
|
- Disable system libvpx support for now, requires unreleased libvpx (1.6.2+)
|
|
|
|
- Add new BuildRequires: flex (required) and pkgconfig(lcms2) (unbundled)
|
2017-12-25 23:46:09 +00:00
|
|
|
- Forward-port missing parts of 5.9 ICU>=59 build fix (QTBUG-60886, QTBUG-65090)
|
2017-12-28 01:31:06 +00:00
|
|
|
- Reduce debugging info on ARM also on F27+ (as on F26- since 5.9.0)
|
2017-12-25 18:51:57 +00:00
|
|
|
|
2017-12-19 14:34:41 +00:00
|
|
|
* Tue Dec 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.3-5
|
|
|
|
- properly escape newline in lesser_version hack
|
|
|
|
|
2017-12-14 19:44:55 +00:00
|
|
|
* Thu Dec 14 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.3-4
|
|
|
|
- adjust Qt5WebEngineCoreConfig.cmake unconditionally
|
|
|
|
|
2017-12-02 02:22:28 +00:00
|
|
|
* Sat Dec 02 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.3-3
|
|
|
|
- Drop support for Unicode "aspirational scripts", fixes #error with ICU >= 60
|
|
|
|
|
2017-11-30 20:45:48 +00:00
|
|
|
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 5.9.3-2
|
|
|
|
- Rebuild for ICU 60.1
|
|
|
|
|
2017-11-26 17:25:54 +00:00
|
|
|
* Sun Nov 26 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.3-1
|
|
|
|
- Update to 5.9.3
|
2017-11-28 15:51:55 +00:00
|
|
|
- Enable docs on F27
|
2017-11-26 17:25:54 +00:00
|
|
|
|
2017-11-26 14:09:01 +00:00
|
|
|
* Sun Nov 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-3
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2017-10-14 20:53:08 +00:00
|
|
|
* Sat Oct 14 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.2-2
|
2017-10-14 23:31:01 +00:00
|
|
|
- linux-pri patch: Do not call the Chromium unbundling script on re2,
|
|
|
|
QtWebEngine now auto-detects and uses the system re2 out of the box
|
2017-10-14 20:53:08 +00:00
|
|
|
- Drop system-re2 patch (patching the no longer used unbundle/re2.gn), the
|
|
|
|
QtWebEngine re2/BUILD.gn is already correct
|
2017-11-16 13:25:54 +00:00
|
|
|
- Explicitly force use_system_re2, the autodetection does not work on F25
|
2017-11-16 16:20:50 +00:00
|
|
|
- Fix FTBFS with Qt 5.7
|
2017-10-14 20:53:08 +00:00
|
|
|
|
2017-10-10 13:57:34 +00:00
|
|
|
* Tue Oct 10 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-1
|
2017-10-14 23:32:19 +00:00
|
|
|
- Update to 5.9.2
|
2017-10-14 23:02:49 +00:00
|
|
|
- Add BuildRequires: qt5-qtquickcontrols2-devel for the examples
|
2017-10-10 17:08:56 +00:00
|
|
|
- Rebase linux-pri patch
|
2017-10-14 20:53:08 +00:00
|
|
|
- Drop qt57 and qtbug-61521 patches, fixed upstream
|
2017-10-14 23:14:16 +00:00
|
|
|
- arm-fpu-fix patch: Drop the host tools hunk added in 5.9.0-2, fixed upstream
|
2017-10-10 13:57:34 +00:00
|
|
|
|
2017-10-09 19:10:26 +00:00
|
|
|
* Mon Oct 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-5
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2017-08-03 07:22:19 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 12:46:18 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-19 19:10:35 +00:00
|
|
|
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-2
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
2017-07-01 01:43:16 +00:00
|
|
|
* Sat Jul 01 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.1-1
|
2017-06-30 23:30:34 +00:00
|
|
|
- Update to 5.9.1
|
|
|
|
- Rebase qtbug-61521 patch (drop the parts that are already in 5.9.1)
|
|
|
|
- Drop backported GN aarch64 patches already included in 5.9.1
|
2017-07-01 01:43:16 +00:00
|
|
|
- no-sse2 patch: Upstream added 2 examples, add -Wl,-rpath-link to them too
|
2017-06-30 23:30:34 +00:00
|
|
|
|
2017-06-26 21:23:28 +00:00
|
|
|
* Mon Jun 26 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-4
|
|
|
|
- Add a hunk to the QTBUG-61521 fix according to the upstream review
|
|
|
|
|
2017-06-25 20:39:35 +00:00
|
|
|
* Sun Jun 25 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-3
|
|
|
|
- Fix broken binary compatibility for C memory management functions (incomplete
|
2017-06-26 21:23:28 +00:00
|
|
|
upstream fix for QTBUG-60565) (QTBUG-61521)
|
2017-06-25 20:39:35 +00:00
|
|
|
|
2017-06-13 12:54:02 +00:00
|
|
|
* Tue Jun 13 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-2
|
|
|
|
- arm-fpu-fix patch: Also build the host tools (i.e., GN) with the correct FPU
|
|
|
|
|
2017-06-12 10:28:19 +00:00
|
|
|
* Mon Jun 12 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
- Update to 5.9.0
|
|
|
|
- Update version numbers of bundled stuff
|
|
|
|
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
|
2017-06-10 14:01:15 +00:00
|
|
|
- Use bundled libxml2 and libxslt, QtWebEngine 5.9 requires a libxml2 built with
|
|
|
|
ICU due to https://bugreports.qt.io/browse/QTBUG-59094, Fedora libxml2 is not
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
|
|
|
|
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
|
|
|
|
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
|
|
|
|
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
|
|
|
|
- Rebase fix-extractcflag patch
|
|
|
|
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
|
|
|
|
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
|
|
|
|
fix-dead-keys patches, fixed upstream
|
|
|
|
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
|
2017-06-11 23:54:07 +00:00
|
|
|
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks), fixed upstream
|
2017-06-10 13:27:30 +00:00
|
|
|
- Force verbose output from the GN bootstrap process
|
2017-06-10 20:05:58 +00:00
|
|
|
- Backport upstream patch to fix GN FTBFS on aarch64 (QTBUG-61128)
|
2017-06-12 12:38:07 +00:00
|
|
|
- Backport patch to fix FTBFS with GCC on aarch64 from upstream Chromium
|
2017-06-10 21:28:39 +00:00
|
|
|
- Fix src/3rdparty/chromium/build/linux/unbundle/re2.gn
|
2017-06-12 12:38:07 +00:00
|
|
|
- Delete all "toolprefix = " lines from build/toolchain/linux/BUILD.gn
|
2017-12-28 01:31:06 +00:00
|
|
|
- Reduce debugging info on ARM on F26-
|
Update to 5.9.0
* Sat Jun 10 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
- Add missing Provides: bundled(hunspell) for the spellchecking added in 5.8
- Rebase linux-pri, no-neon, system-icu-utf, no-sse2, arm-fpu-fix,
openmax-dl-neon and webrtc-neon-detect patches (port to GN)
- Sync system-nspr-prtime patch with Debian (they ported it to GN)
- Rebase fix-extractcflag patch
- Restore NEON runtime detection in Skia, drop old skia-neon patch (rewritten)
- Drop webrtc-neon, v8-gcc7, pdfium-gcc7, wtf-gcc7, fix-open-in-new-tab and
fix-dead-keys patches, fixed upstream
- Update system libvpx/libwebp version requirements (libvpx now F25+ only)
- Drop the flag hacks (-g1 -fno-delete-null-pointer-checks) that are fixed
upstream, force -g2 on x86_64 instead
2017-06-10 13:09:01 +00:00
|
|
|
|
2017-05-13 15:03:12 +00:00
|
|
|
* Sat May 13 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-14
|
|
|
|
- fix rpm macros
|
|
|
|
|
2017-05-11 17:08:30 +00:00
|
|
|
* Thu May 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-13
|
|
|
|
- apply Qt5WebEngineCoreConfig.cmake hack only on < f27
|
|
|
|
|
2017-05-10 14:19:30 +00:00
|
|
|
* Wed May 10 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-12
|
2017-05-10 14:40:51 +00:00
|
|
|
- rebuild (Qt-5.9), disable docs for f27+
|
2017-05-10 14:19:30 +00:00
|
|
|
|
2017-04-28 08:27:37 +00:00
|
|
|
* Fri Apr 28 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.8.0-11
|
|
|
|
- Backport upstream fix for non-functional dead keys in text fields
|
|
|
|
|
2017-04-25 21:54:33 +00:00
|
|
|
* Tue Apr 25 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.8.0-10
|
|
|
|
- Backport upstream fix for blank pages when a link opens in a new tab
|
|
|
|
|
2017-04-17 12:24:57 +00:00
|
|
|
* Mon Apr 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-9
|
|
|
|
- +macros.qt5-qtwebengine
|
|
|
|
|
2017-04-10 12:14:37 +00:00
|
|
|
* Mon Apr 10 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-8
|
|
|
|
- Qt5WebEngineCoreConfig.cmake: fix when using Qt < %%version (#1438877)
|
|
|
|
|
2017-04-04 15:23:25 +00:00
|
|
|
* Tue Apr 04 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.8.0-7
|
|
|
|
- File trigger: silence qwebengine_convert_dict output and ignore its exit code
|
|
|
|
|
2017-04-03 13:15:14 +00:00
|
|
|
* Mon Apr 03 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-6
|
|
|
|
- build docs on all archs
|
|
|
|
|
2017-03-31 08:27:00 +00:00
|
|
|
* Fri Mar 31 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.8.0-5
|
|
|
|
- Enable use_spellchecker explicitly so that it is also enabled on Qt 5.7
|
2017-03-31 10:17:05 +00:00
|
|
|
- Use file triggers to automatically convert system hunspell dictionaries
|
2017-03-31 08:27:00 +00:00
|
|
|
|
2017-03-31 00:54:55 +00:00
|
|
|
* Fri Mar 31 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.8.0-4
|
|
|
|
- Fix no-sse2 patch FTBFS (on i686)
|
|
|
|
|
2017-03-30 16:18:03 +00:00
|
|
|
* Thu Mar 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-3
|
|
|
|
- make buildable against qt5 < 5.8 too
|
|
|
|
|
2017-03-26 19:48:05 +00:00
|
|
|
* Tue Mar 07 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.8.0-2
|
|
|
|
- Fix FTBFS in the WTF part of Blink/WebKit with GCC 7
|
|
|
|
|
|
|
|
* Mon Mar 06 2017 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.8.0-1
|
|
|
|
- Update to 5.8.0
|
|
|
|
- Update version numbers of bundled stuff
|
|
|
|
- Rebase (unfuzz) system-nspr-prtime and system-icu-utf patches
|
|
|
|
- Drop system-icu54 patch, ICU 5.4 no longer supported
|
|
|
|
- Rebase the webrtc-neon-detect patch (backported portions no longer needed)
|
|
|
|
- Rebase the no-sse2 patch
|
|
|
|
- Update clean_ffmpeg.sh: autorename* files now #include the unrenamed ones
|
|
|
|
- Update -docs BuildRequires and Requires (Helio Castro)
|
|
|
|
- Fix FTBFS in V8 with GCC 7 (by Ben Noordhuis, backported from Chromium RPM)
|
|
|
|
- Fix FTBFS in PDFium with GCC 7: backport upstream cleanup removing that code
|
|
|
|
- Generate qtwebengine-3rdparty.qdoc, it is missing from the tarball
|
|
|
|
- Work around missing qt5_qtwebengine_arches macro on F24
|
|
|
|
- Upstream added a qwebengine_convert_dict executable, package it
|
|
|
|
|
2017-02-11 11:22:48 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-02-01 18:30:29 +00:00
|
|
|
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 5.7.1-7
|
|
|
|
- Rebuild (libwebp)
|
|
|
|
|
2017-01-26 18:06:30 +00:00
|
|
|
* Thu Jan 26 2017 Orion Poplawski <orion@cora.nwra.com> - 5.7.1-6
|
|
|
|
- Rebuild for protobuf 3.2.0
|
|
|
|
|
2017-01-02 14:42:30 +00:00
|
|
|
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-5
|
|
|
|
- filter (designer) plugin provides
|
|
|
|
|
2016-12-08 17:14:20 +00:00
|
|
|
* Thu Dec 08 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.7.1-4
|
|
|
|
- Respun tarball (now really includes the page margin fix)
|
|
|
|
- Change qt5-qtbase dependency from >= to =
|
|
|
|
|
2016-12-04 21:37:02 +00:00
|
|
|
* Sun Dec 04 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.7.1-3
|
|
|
|
- Ship the license files
|
|
|
|
|
2016-12-04 01:31:47 +00:00
|
|
|
* Sun Dec 04 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.7.1-2
|
2016-12-03 21:55:17 +00:00
|
|
|
- clean_qtwebengine.sh: Rip out openh264 sources
|
2016-12-03 16:00:17 +00:00
|
|
|
- Rebase no-neon patch, add new arm-fpu-fix patch where no-neon not wanted
|
|
|
|
- Try enabling arm_neon unconditionally, #1282495 should be fixed even in F23
|
2016-12-08 17:14:20 +00:00
|
|
|
- Remove Android dependencies from openmax_dl ARM NEON detection (detect.c)
|
2016-12-04 01:33:27 +00:00
|
|
|
- Set CFLAGS, unset both CFLAGS and CXXFLAGS between qmake and make
|
2016-12-04 14:17:22 +00:00
|
|
|
- chromium-skia: build SkUtilsArm.cpp also on non-Android ARM
|
|
|
|
- webrtc: backport CPU feature detection for ARM Linux, enable it for Chromium
|
2016-12-03 16:00:17 +00:00
|
|
|
|
2016-12-02 14:32:54 +00:00
|
|
|
* Thu Nov 10 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
|
|
|
|
- New upstream version
|
2016-11-19 15:52:16 +00:00
|
|
|
|
2016-09-14 14:16:10 +00:00
|
|
|
* Wed Sep 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-8
|
|
|
|
- ExclusiveArch: %%{qt5_qtwebengine_arches} (defined by qt5-srpm-macros)
|
|
|
|
|
2016-09-09 01:25:34 +00:00
|
|
|
* Fri Sep 09 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.7.0-7
|
|
|
|
- apply the correct page margins from the QPageLayout to Chromium printing
|
|
|
|
|
2016-08-13 22:36:23 +00:00
|
|
|
* Sat Aug 13 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.7.0-6
|
|
|
|
- Fix crash when building against glibc 2.24 (#1364781) (upstream patch)
|
|
|
|
|
2016-08-01 00:41:28 +00:00
|
|
|
* Sun Jul 31 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.0-5
|
|
|
|
- BR: cmake (for cmake autoprovides support mostly)
|
|
|
|
|
2016-07-26 21:33:50 +00:00
|
|
|
* Tue Jul 26 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.7.0-4
|
|
|
|
- Restore system-icu54 patch, the fix was lost upstream
|
|
|
|
|
2016-07-23 11:09:00 +00:00
|
|
|
* Sat Jul 23 2016 Christian Dersch <lupinix@mailbox.org> - 5.7.0-3
|
|
|
|
- Rebuilt for libvpx.so.4 soname bump
|
|
|
|
|
2016-07-20 21:10:42 +00:00
|
|
|
* Wed Jul 20 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.7.0-2
|
|
|
|
- clean_ffmpeg.sh: Whitelist libavutil/aarch64/timer.h (#1358428)
|
|
|
|
|
2016-07-18 12:35:21 +00:00
|
|
|
* Mon Jul 18 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.7.0-1
|
2016-07-16 23:38:49 +00:00
|
|
|
- Update to 5.7.0
|
|
|
|
- Update version numbers of bundled stuff
|
|
|
|
- Update system libvpx/libwebp version requirements (now F24+ only)
|
2016-07-17 15:54:52 +00:00
|
|
|
- Drop no-format patch, fixed upstream (they stopped passing -Wno-format)
|
|
|
|
- Rebase linux-pri patch (use_system_protobuf is now a qmake flag)
|
2016-07-17 19:06:36 +00:00
|
|
|
- Rebase system-nspr-prtime, system-icu-utf and no-sse2 patches
|
2016-07-18 12:35:21 +00:00
|
|
|
- Fix ARM NEON handling in webrtc gyp files (honor arm_neon=0)
|
2016-07-16 23:38:49 +00:00
|
|
|
|
2016-06-14 13:44:28 +00:00
|
|
|
* Tue Jun 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-3
|
|
|
|
- rebuild (glibc)
|
|
|
|
|
2016-06-12 13:24:03 +00:00
|
|
|
* Sun Jun 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.1-2
|
|
|
|
- add versioned qt5-qtbase runtime dep
|
|
|
|
|
2016-06-11 01:40:44 +00:00
|
|
|
* Sat Jun 11 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.1-1
|
2016-06-10 23:32:18 +00:00
|
|
|
- Update to 5.6.1
|
|
|
|
- Rebase linux-pri patch (drop the parts already fixed upstream)
|
|
|
|
- Drop backported chimera-nss-init patch, already applied upstream
|
|
|
|
- Rebase no-sse2 patch (the core_module.pro change)
|
2016-06-11 01:40:44 +00:00
|
|
|
- Add the new designer/libqwebengineview.so plugin to the file list
|
2016-06-10 23:32:18 +00:00
|
|
|
|
2016-06-06 18:02:56 +00:00
|
|
|
* Mon Jun 06 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-8
|
|
|
|
- workaround stackmashing runtime errors in re2-related bundled headers (#1337585)
|
|
|
|
|
2016-05-21 15:43:20 +00:00
|
|
|
* Sat May 21 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-7
|
|
|
|
- rebuild (pciutuils)
|
|
|
|
|
2016-05-18 13:50:48 +00:00
|
|
|
* Wed May 18 2016 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-6
|
|
|
|
- BR: git-core
|
|
|
|
|
2016-04-15 18:15:22 +00:00
|
|
|
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 5.6.0-5
|
|
|
|
- rebuild for ICU 57.1
|
|
|
|
|
2016-04-08 16:52:37 +00:00
|
|
|
* Fri Apr 08 2016 Than Ngo <than@redhat.com> - 5.6.0-4
|
|
|
|
- drop ppc ppc64 ppc64le from ExclusiveArch, it's not supported yet
|
|
|
|
|
2016-03-24 02:39:15 +00:00
|
|
|
* Thu Mar 24 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-3
|
2016-03-21 01:13:41 +00:00
|
|
|
- Build with CONFIG+="webcore_debug v8base_debug force_debug_info"
|
2016-03-21 01:10:41 +00:00
|
|
|
- Force -fno-delete-null-pointer-checks through CXXFLAGS, Qt flags not used here
|
2016-03-21 17:36:00 +00:00
|
|
|
- Use -g1 instead of -g on non-x86_64 to avoid memory exhaustion
|
2016-03-24 02:39:15 +00:00
|
|
|
- Work around debugedit failure by removing "./" from #line commands and
|
|
|
|
changing "//" to "/" in an #include command
|
2016-03-18 23:34:32 +00:00
|
|
|
|
2016-03-18 03:59:54 +00:00
|
|
|
* Fri Mar 18 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-2
|
|
|
|
- Avoid checking for the nonexistent icudtl.dat and silence the warnings
|
|
|
|
|
2016-03-17 23:41:34 +00:00
|
|
|
* Thu Mar 17 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-1
|
|
|
|
- Update to 5.6.0 (final)
|
|
|
|
- Drop system-icu54 patch, fixed upstream
|
|
|
|
|
2016-02-25 00:24:47 +00:00
|
|
|
* Thu Feb 25 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.19.rc
|
2016-02-24 15:15:14 +00:00
|
|
|
- Update to 5.6.0 RC
|
2016-02-25 00:24:47 +00:00
|
|
|
- Rebase linux-pri and no-sse2 patches
|
2016-02-24 22:28:14 +00:00
|
|
|
- Remove BuildRequires pkgconfig(flac), pkgconfig(speex), no longer needed
|
2016-02-25 00:24:47 +00:00
|
|
|
- Update file list for 5.6.0 RC (resources now in resources/ subdirectory)
|
|
|
|
- Tag translations with correct %%lang tags
|
2016-02-24 15:15:14 +00:00
|
|
|
|
|
|
|
* Wed Feb 24 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.18.beta
|
2016-02-24 03:50:18 +00:00
|
|
|
- no-sse2 patch: Fix FFT (RealFourier) in webrtc on non-SSE2 x86
|
|
|
|
|
2016-02-23 00:03:18 +00:00
|
|
|
* Tue Feb 23 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.17.beta
|
|
|
|
- Fix FTBFS on aarch64: Respin tarball with fixed clean_ffmpeg.sh (#1310753).
|
|
|
|
|
2016-02-04 21:48:01 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-0.16.beta
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-19 19:05:23 +00:00
|
|
|
* Tue Jan 19 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.15.beta
|
2016-01-18 00:10:42 +00:00
|
|
|
- Build V8 as a shared library on i686 to allow for swappable backends
|
2016-01-19 02:32:24 +00:00
|
|
|
- Build both the x87 version and the SSE2 version of V8 on i686
|
2016-01-19 14:03:04 +00:00
|
|
|
- Add the private library directory to the file list on i686
|
2016-01-19 16:37:35 +00:00
|
|
|
- Add Provides/Requires filtering for libv8.so (i686) and for plugins
|
2016-01-18 00:10:42 +00:00
|
|
|
|
2016-01-17 23:36:47 +00:00
|
|
|
* Sun Jan 17 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.14.beta
|
2016-01-16 23:17:04 +00:00
|
|
|
- Do not require SSE2 on i686
|
|
|
|
|
2016-01-14 16:37:36 +00:00
|
|
|
* Thu Jan 14 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.13.beta
|
|
|
|
- Drop nss321 backport (and the related nss-headers patch), it did not help
|
|
|
|
- Do an NSS/BoringSSL "chimera build" as will be the default in Chromium 47
|
|
|
|
- Update License accordingly (add "OpenSSL")
|
|
|
|
- Fix the "chimera build" to call EnsureNSSHttpIOInit (backport from Chromium)
|
|
|
|
|
2016-01-13 13:31:44 +00:00
|
|
|
* Wed Jan 13 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.12.beta
|
|
|
|
- Update forked NSS SSL code to 3.21, match system NSS (backport from Chromium)
|
|
|
|
|
2016-01-13 00:57:53 +00:00
|
|
|
* Wed Jan 13 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.11.beta
|
2016-01-13 00:56:52 +00:00
|
|
|
- Add an (optimistic) ExclusiveArch list because of V8 (tracking bug: #1298011)
|
|
|
|
|
2016-01-12 02:38:10 +00:00
|
|
|
* Tue Jan 12 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.10.beta
|
|
|
|
- Unbundle prtime.cc, use the system NSPR instead (which is already required)
|
|
|
|
- Unbundle icu_utf.cc, use the system ICU instead (which is already required)
|
|
|
|
|
2016-01-11 18:05:29 +00:00
|
|
|
* Mon Jan 11 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.9.beta
|
|
|
|
- linux-pri.patch: Set icu_use_data_file_flag=0 for system ICU
|
|
|
|
|
2016-01-11 16:34:42 +00:00
|
|
|
* Mon Jan 11 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.8.beta
|
|
|
|
- Build against the system libvpx also on F23 (1.4.0), worked in Copr
|
|
|
|
|
2016-01-11 02:15:35 +00:00
|
|
|
* Mon Jan 11 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.7.beta
|
|
|
|
- Use the system libvpx on F24+ (1.5.0)
|
|
|
|
- Fixes to Provides: bundled(*): libwebp if bundled, x86inc only on x86
|
|
|
|
|
2016-01-10 22:15:14 +00:00
|
|
|
* Sun Jan 10 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.6.beta
|
|
|
|
- Fix extractCFlag to also look in QMAKE_CFLAGS_RELEASE (needed for ARM)
|
|
|
|
- Fix FTBFS on ARM: Disable NEON due to #1282495 (GCC bug)
|
|
|
|
|
2016-01-09 03:42:08 +00:00
|
|
|
* Sat Jan 09 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.5.beta
|
2016-01-09 04:19:21 +00:00
|
|
|
- Fix FTBFS on ARM: linux-pri patch: Set use_system_yasm only on x86_64 and i386
|
2016-01-09 15:30:41 +00:00
|
|
|
- Fix FTBFS on ARM: Respin tarball with: clean_ffmpeg.sh: Add missing ARM files
|
2016-01-09 03:42:08 +00:00
|
|
|
|
|
|
|
* Sat Jan 09 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.4.beta.1
|
2016-01-09 03:34:32 +00:00
|
|
|
- Use more specific BuildRequires for docs (thanks to rdieter)
|
|
|
|
- Fix FTBFS against ICU 54 (F22/F23), thanks to spot for the Chromium fix
|
|
|
|
|
2016-01-09 03:42:08 +00:00
|
|
|
* Fri Jan 08 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.4.beta
|
2016-01-09 03:32:05 +00:00
|
|
|
- Fix License tag
|
|
|
|
- Use %%_qt5_examplesdir macro
|
|
|
|
- Add Provides: bundled(*) for all the bundled libraries that I found
|
|
|
|
|
2016-01-09 03:42:08 +00:00
|
|
|
* Wed Jan 06 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.3.beta
|
2016-01-09 03:32:05 +00:00
|
|
|
- linux-pri patch: Add use_system_protobuf, went missing in the 5.6 rebase
|
|
|
|
|
2016-01-09 03:42:08 +00:00
|
|
|
* Wed Jan 06 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.2.beta
|
2016-01-09 03:32:05 +00:00
|
|
|
- linux-pri patch: Add missing newline at the end of the log line
|
|
|
|
- Use export for NINJA_PATH (fixes system ninja-build use)
|
|
|
|
|
2016-01-09 03:42:08 +00:00
|
|
|
* Wed Jan 06 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.6.0-0.1.beta
|
2016-01-09 03:32:05 +00:00
|
|
|
- Readd BR pkgconfig(jsoncpp) because linux.pri now checks for it
|
|
|
|
- BR yasm only on x86 (i686, x86_64)
|
|
|
|
- Add dot at the end of %%description
|
|
|
|
- Rebase no-format patch
|
|
|
|
- Replace unbundle-gyp.patch with new linux-pri.patch
|
|
|
|
- Use system ninja-build instead of the bundled one
|
|
|
|
- Run the unbundling script replace_gyp_files.py in linux.pri rather than here
|
|
|
|
- Update file list for 5.6.0-beta (no more libffmpegsumo since Chromium 45)
|
|
|
|
|
|
|
|
* Tue Jan 05 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.1-4
|
|
|
|
- Remove unused BRs flex, libgcrypt-devel, bzip2-devel, pkgconfig(gio-2.0),
|
|
|
|
pkgconfig(hunspell), pkgconfig(libpcre), pkgconfig(libssl),
|
|
|
|
pkgconfig(libcrypto), pkgconfig(jsoncpp), pkgconfig(libmtp),
|
|
|
|
pkgconfig(libexif), pkgconfig(liblzma), pkgconfig(cairo), pkgconfig(libusb),
|
|
|
|
perl(version), perl(Digest::MD5), perl(Text::ParseWords), ruby
|
|
|
|
- Add missing explicit BRs on pkgconfig(x11), pkgconfig(xext),
|
|
|
|
pkgconfig(xfixes), pkgconfig(xdamage), pkgconfig(egl)
|
|
|
|
- Fix BR pkgconfig(flac++) to pkgconfig(flac) (libFLAC++ not used, only libFLAC)
|
|
|
|
- Fix BR python-devel to python
|
|
|
|
- Remove unused -Duse_system_openssl=1 flag (QtWebEngine uses NSS instead)
|
|
|
|
- Remove unused -Duse_system_jsoncpp=1 and -Duse_system_libusb=1 flags
|
|
|
|
|
|
|
|
* Mon Jan 04 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.1-3
|
|
|
|
- Update file list for 5.5.1 (add qtwebengine_resources_[12]00p.pak)
|
|
|
|
|
|
|
|
* Mon Jan 04 2016 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.1-2
|
|
|
|
- Add missing explicit BRs on pkgconfig(expat) and pkgconfig(libxml-2.0)
|
|
|
|
- Remove unused BR v8-devel (cannot currently be unbundled)
|
|
|
|
|
|
|
|
* Thu Dec 24 2015 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.5.1-1
|
|
|
|
- Update to 5.5.1
|
|
|
|
- Remove patent-encumbered codecs in the bundled FFmpeg from the tarball
|
|
|
|
|
|
|
|
* Fri Jul 17 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-2
|
|
|
|
- Update with unbundle flags. Adapted from original 5.4 Suse package
|
|
|
|
- Disable vpx and sqlite as unbundle due some compilation issues
|
|
|
|
- Enable verbose build
|
|
|
|
|
|
|
|
* Fri Jul 17 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-1
|
|
|
|
- Initial spec
|
|
|
|
|
|
|
|
* Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
|
|
|
|
- Update for official RC1 released packages
|