|
|
|
@ -1,81 +1,105 @@
@@ -1,81 +1,105 @@
|
|
|
|
|
%undefine _annotated_build |
|
|
|
|
|
|
|
|
|
%global qt_module qtwebkit |
|
|
|
|
|
|
|
|
|
%global _hardened_build 1 |
|
|
|
|
|
|
|
|
|
%global prerel alpha2 |
|
|
|
|
%global prerel_tag -%{prerel} |
|
|
|
|
|
|
|
|
|
## NOTE: Lots of files in various subdirectories have the same name (such as |
|
|
|
|
## "LICENSE") so this short macro allows us to distinguish them by using their |
|
|
|
|
## directory names (from the source tree) as prefixes for the files. |
|
|
|
|
%global add_to_license_files() \ |
|
|
|
|
mkdir -p _license_files ; \ |
|
|
|
|
cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') |
|
|
|
|
|
|
|
|
|
Name: qt5-%{qt_module} |
|
|
|
|
Version: 5.212.0 |
|
|
|
|
Release: 0.30.%{?prerel}%{?dist} |
|
|
|
|
Summary: Qt5 - QtWebKit components |
|
|
|
|
Name: qt5-qtwebkit |
|
|
|
|
Version: 5.9.1 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
|
|
|
|
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details |
|
|
|
|
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html |
|
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions |
|
|
|
|
Source0: https://download.qt.io/official_releases/qt/5.9/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz |
|
|
|
|
License: LGPLv2 and BSD |
|
|
|
|
URL: https://github.com/annulen/webkit |
|
|
|
|
Source0: %{url}/releases/download/%{qt_module}-%{version}%{?prerel_tag}/%{qt_module}-%{version}%{?prerel_tag}.tar.xz |
|
|
|
|
|
|
|
|
|
## downstream patches |
|
|
|
|
# Search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too |
|
|
|
|
Patch1: qtwebkit-opensource-src-5.2.0-pluginpath.patch |
|
|
|
|
# Upstream patch to fix pagewidth issue with trojita |
|
|
|
|
# https://github.com/annulen/webkit/issues/511 |
|
|
|
|
# https://github.com/annulen/webkit/commit/6faf11215e1af27d35e921ae669aa0251a01a1ab |
|
|
|
|
# https://github.com/annulen/webkit/commit/76420459a13d9440b41864c93cb4ebb404bdab55 |
|
|
|
|
Patch0: qt5-qtwebkit-5.212.0-alpha2-fix-pagewidth.patch |
|
|
|
|
|
|
|
|
|
# smaller debuginfo s/-g/-g1/ (debian uses -gstabs) to avoid 4gb size limit |
|
|
|
|
Patch3: qtwebkit-opensource-src-5.0.1-debuginfo.patch |
|
|
|
|
# Patch from Kevin Kofler to fix https://github.com/annulen/webkit/issues/573 |
|
|
|
|
Patch1: qtwebkit-5.212.0-alpha2-fix-null-pointer-dereference.patch |
|
|
|
|
|
|
|
|
|
# tweak linker flags to minimize memory usage on "small" platforms |
|
|
|
|
Patch4: qtwebkit-opensource-src-5.2.0-save_memory.patch |
|
|
|
|
# Patch for new CMake policy CMP0071 to explicitly use old behaviour. |
|
|
|
|
Patch2: qtwebkit-5.212.0_cmake_cmp0071.patch |
|
|
|
|
|
|
|
|
|
# Add AArch64 support |
|
|
|
|
Patch7: 0001-Add-ARM-64-support.patch |
|
|
|
|
# Patch to fix for missing source file. |
|
|
|
|
Patch3: qtwebkit-5.212.0_fix_missing_sources.patch |
|
|
|
|
|
|
|
|
|
# truly madly deeply no rpath please, kthxbye |
|
|
|
|
Patch8: qtwebkit-opensource-src-5.2.1-no_rpath.patch |
|
|
|
|
## upstream patches (qtwebkit-5.212 branch) |
|
|
|
|
Patch16: 0016-cmake-Import-ECMEnableSanitizers.patch |
|
|
|
|
# disable ES6 Proxy |
|
|
|
|
Patch31: 0031-Disable-ES6-Proxy-object.patch |
|
|
|
|
Patch111: 0111-ECM-Update-ECMGeneratePkgConfigFile-to-latest-versio.patch |
|
|
|
|
|
|
|
|
|
# filter qml provides |
|
|
|
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ |
|
|
|
|
## upstream patches (qtwebkit-stable branch) |
|
|
|
|
Patch212: 0012-cmake-Fix-include-dir-in-the-generated-pkg-config-fi.patch |
|
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version} |
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel >= %{version} |
|
|
|
|
%if ! 0%{?bootstrap} |
|
|
|
|
BuildRequires: pkgconfig(Qt5Sensors) |
|
|
|
|
BuildRequires: pkgconfig(Qt5Location) |
|
|
|
|
BuildRequires: pkgconfig(Qt5WebChannel) |
|
|
|
|
%endif |
|
|
|
|
BuildRequires: bison |
|
|
|
|
BuildRequires: cmake |
|
|
|
|
BuildRequires: flex |
|
|
|
|
BuildRequires: pkgconfig(fontconfig) |
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) |
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) |
|
|
|
|
BuildRequires: gperf |
|
|
|
|
BuildRequires: libicu-devel |
|
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0) |
|
|
|
|
BuildRequires: pkgconfig(gstreamer-app-1.0) |
|
|
|
|
BuildRequires: hyphen-devel |
|
|
|
|
BuildRequires: pkgconfig(icu-i18n) pkgconfig(icu-uc) |
|
|
|
|
BuildRequires: libjpeg-devel |
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) pkgconfig(glib-2.0) |
|
|
|
|
BuildRequires: pkgconfig(fontconfig) |
|
|
|
|
BuildRequires: pkgconfig(gl) |
|
|
|
|
# gstreamer media support |
|
|
|
|
%if 0%{?fedora} > 20 || 0%{?rhel} > 7 |
|
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0) pkgconfig(gstreamer-app-1.0) |
|
|
|
|
%else |
|
|
|
|
BuildRequires: pkgconfig(gstreamer-0.10) pkgconfig(gstreamer-app-0.10) |
|
|
|
|
%endif |
|
|
|
|
BuildRequires: pkgconfig(libpng) |
|
|
|
|
BuildRequires: pkgconfig(libpcre) |
|
|
|
|
BuildRequires: pkgconfig(libudev) |
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6 |
|
|
|
|
BuildRequires: pkgconfig(libwebp) |
|
|
|
|
%endif |
|
|
|
|
BuildRequires: pkgconfig(xcomposite) |
|
|
|
|
BuildRequires: pkgconfig(xrender) |
|
|
|
|
BuildRequires: pkgconfig(libxslt) |
|
|
|
|
BuildRequires: pkgconfig(sqlite3) |
|
|
|
|
BuildRequires: pkgconfig(xcomposite) pkgconfig(xrender) |
|
|
|
|
BuildRequires: perl perl(version) |
|
|
|
|
BuildRequires: perl(Digest::MD5) perl(Text::ParseWords) perl(Getopt::Long) |
|
|
|
|
BuildRequires: python |
|
|
|
|
BuildRequires: ruby rubygems |
|
|
|
|
%if 0%{?fedora} |
|
|
|
|
BuildRequires: rubypick |
|
|
|
|
BuildRequires: pkgconfig(gl) |
|
|
|
|
BuildRequires: pkgconfig(gstreamer-gl-1.0) |
|
|
|
|
BuildRequires: pkgconfig(gstreamer-mpegts-1.0) |
|
|
|
|
BuildRequires: perl-generators |
|
|
|
|
BuildRequires: python2 |
|
|
|
|
BuildRequires: qt5-qtbase-devel |
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel |
|
|
|
|
%if ! 0%{?bootstrap} |
|
|
|
|
BuildRequires: qt5-qtlocation-devel |
|
|
|
|
BuildRequires: qt5-qtsensors-devel |
|
|
|
|
BuildRequires: qt5-qtwebchannel-devel |
|
|
|
|
%endif |
|
|
|
|
BuildRequires: zlib-devel |
|
|
|
|
BuildRequires: pkgconfig(ruby) |
|
|
|
|
BuildRequires: rubygems |
|
|
|
|
BuildRequires: pkgconfig(sqlite3) |
|
|
|
|
BuildRequires: pkgconfig(zlib) |
|
|
|
|
# workaround bad embedded png files, https://bugzilla.redhat.com/1639422 |
|
|
|
|
BuildRequires: findutils |
|
|
|
|
BuildRequires: pngcrush |
|
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel |
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} |
|
|
|
|
BuildRequires: qt5-qtdeclarative-private-devel |
|
|
|
|
%{?_qt5:Requires: qt5-qtdeclarative%{?_isa} = %{_qt5_version}} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# filter qml provides |
|
|
|
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ |
|
|
|
|
|
|
|
|
|
# We're supposed to specify versions here, but these crap Google libs don't do |
|
|
|
|
# normal releases. Accordingly, they're not suitable to be system libs. |
|
|
|
|
Provides: bundled(angle) |
|
|
|
|
Provides: bundled(brotli) |
|
|
|
|
Provides: bundled(woff2) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
%{summary} |
|
|
|
|
|
|
|
|
@ -84,8 +108,10 @@ Summary: Development files for %{name}
@@ -84,8 +108,10 @@ Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release} |
|
|
|
|
Requires: qt5-qtbase-devel%{?_isa} |
|
|
|
|
Requires: qt5-qtdeclarative-devel%{?_isa} |
|
|
|
|
|
|
|
|
|
%description devel |
|
|
|
|
%{summary}. |
|
|
|
|
The %{name}-devel package contains libraries and header files for |
|
|
|
|
developing applications that use %{name}. |
|
|
|
|
|
|
|
|
|
%if 0%{?docs} |
|
|
|
|
%package doc |
|
|
|
@ -93,89 +119,128 @@ Summary: API documentation for %{name}
@@ -93,89 +119,128 @@ Summary: API documentation for %{name}
|
|
|
|
|
BuildRequires: qt5-qdoc |
|
|
|
|
BuildRequires: qt5-qhelpgenerator |
|
|
|
|
BuildArch: noarch |
|
|
|
|
|
|
|
|
|
%description doc |
|
|
|
|
%{summary}. |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n %{qt_module}-opensource-src-%{version} |
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .pluginpath |
|
|
|
|
%patch3 -p1 -b .debuginfo |
|
|
|
|
%patch4 -p1 -b .save_memory |
|
|
|
|
%patch7 -p1 -b .aarch64 |
|
|
|
|
%patch8 -p1 -b .no_rpath |
|
|
|
|
%autosetup -p1 -n %{qt_module}-%{version}%{?prerel_tag} |
|
|
|
|
|
|
|
|
|
echo "nuke bundled code..." |
|
|
|
|
# nuke bundled code |
|
|
|
|
mkdir Source/ThirdParty/orig |
|
|
|
|
mv Source/ThirdParty/{gtest/,qunit/} \ |
|
|
|
|
Source/ThirdParty/orig/ |
|
|
|
|
|
|
|
|
|
if [ ! -d include ]; then |
|
|
|
|
syncqt.pl -version %{version} Source/sync.profile |
|
|
|
|
fi |
|
|
|
|
# find/fix pngs with "libpng warning: iCCP: known incorrect sRGB profile" |
|
|
|
|
find -name \*.png | xargs -n3 pngcrush -ow -fix |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
mkdir %{_target_platform} |
|
|
|
|
pushd %{_target_platform} |
|
|
|
|
# The following changes of optflags ietc. are adapted from webkitgtk4 package, which |
|
|
|
|
# is mostly similar to this one... |
|
|
|
|
# |
|
|
|
|
# Increase the DIE limit so our debuginfo packages could be size optimized. |
|
|
|
|
# Decreases the size for x86_64 from ~5G to ~1.1G. |
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1456261 |
|
|
|
|
%global _dwz_max_die_limit 250000000 |
|
|
|
|
|
|
|
|
|
# Decrease debuginfo even on ix86 because of: |
|
|
|
|
# https://bugs.webkit.org/show_bug.cgi?id=140176 |
|
|
|
|
%ifarch s390 s390x %{arm} %{ix86} ppc %{power64} %{mips} |
|
|
|
|
# Decrease debuginfo verbosity to reduce memory consumption even more |
|
|
|
|
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /') |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%{qmake_qt5} .. \ |
|
|
|
|
#%ifnarch %{arm} %{ix86} x86_64 |
|
|
|
|
DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 |
|
|
|
|
#%endif |
|
|
|
|
%ifarch ppc |
|
|
|
|
# Use linker flag -relax to get WebKit build under ppc(32) with JIT disabled |
|
|
|
|
%global optflags %{optflags} -Wl,-relax |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
# workaround, disable parallel compilation as it fails to compile in brew |
|
|
|
|
#make %{?_smp_mflags} |
|
|
|
|
make -j3 |
|
|
|
|
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; |
|
|
|
|
CXXFLAGS="${CXXFLAGS:-%optflags} -fpermissive" ; export CXXFLAGS ; |
|
|
|
|
%{?__global_ldflags:LDFLAGS="${LDFLAGS:-%__global_ldflags}" ; export LDFLAGS ;} |
|
|
|
|
# We cannot use default cmake macro here as it overwrites some settings queried |
|
|
|
|
# by qtwebkit cmake from qmake |
|
|
|
|
cmake -DPORT=Qt \ |
|
|
|
|
-DCMAKE_BUILD_TYPE=Release \ |
|
|
|
|
-DENABLE_TOOLS=OFF \ |
|
|
|
|
-DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG" \ |
|
|
|
|
-DCMAKE_CXX_FLAGS_RELEASE:STRING="-DNDEBUG" \ |
|
|
|
|
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \ |
|
|
|
|
%ifarch s390 s390x ppc %{power64} |
|
|
|
|
-DENABLE_JIT=OFF \ |
|
|
|
|
%endif |
|
|
|
|
%ifarch s390 s390x ppc %{power64} |
|
|
|
|
-DUSE_SYSTEM_MALLOC=ON \ |
|
|
|
|
%endif |
|
|
|
|
%if 0%{?docs} |
|
|
|
|
-DGENERATE_DOCUMENTATION=ON \ |
|
|
|
|
%endif |
|
|
|
|
. |
|
|
|
|
|
|
|
|
|
%make_build |
|
|
|
|
|
|
|
|
|
%if 0%{?docs} |
|
|
|
|
make %{?_smp_mflags} docs |
|
|
|
|
%make_build docs |
|
|
|
|
%endif |
|
|
|
|
popd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} |
|
|
|
|
%make_install |
|
|
|
|
|
|
|
|
|
%if 0%{?docs} |
|
|
|
|
make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} |
|
|
|
|
%endif |
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';' |
|
|
|
|
|
|
|
|
|
# fix pkgconfig files |
|
|
|
|
#sed -i '/Name/a Description: Qt5 WebKit module' %{buildroot}%{_libdir}/pkgconfig/Qt5WebKit.pc |
|
|
|
|
#sed -i "s,Cflags: -I%{_qt5_libdir}/qt5/../../include/qt5/Qt5WebKit,Cflags: -I%{_qt5_headerdir}/QtWebKit,g" %{buildroot}%{_libdir}/pkgconfig/Qt5WebKit.pc |
|
|
|
|
# strictly speaking, this isn't *wrong*, but can made more readable, so let's do that |
|
|
|
|
sed -i "s,Libs: -L%{_qt5_libdir}/qt5/../ -lQt5WebKit,Libs: -L%{_qt5_libdir} -lQt5WebKit ,g" %{buildroot}%{_libdir}/pkgconfig/Qt5WebKit.pc |
|
|
|
|
|
|
|
|
|
## .prl/.la file love |
|
|
|
|
# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs |
|
|
|
|
pushd %{buildroot}%{_qt5_libdir} |
|
|
|
|
for prl_file in libQt5*.prl ; do |
|
|
|
|
sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file} |
|
|
|
|
if [ -f "$(basename ${prl_file} .prl).so" ]; then |
|
|
|
|
rm -fv "$(basename ${prl_file} .prl).la" |
|
|
|
|
sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file} |
|
|
|
|
fi |
|
|
|
|
done |
|
|
|
|
popd |
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig |
|
|
|
|
%postun -p /sbin/ldconfig |
|
|
|
|
#sed -i '/Name/a Description: Qt5 WebKitWidgets module' %{buildroot}%{_libdir}/pkgconfig/Qt5WebKitWidgets.pc |
|
|
|
|
#sed -i "s,Cflags: -I%{_qt5_libdir}/qt5/../../include/qt5/Qt5WebKitWidgets,Cflags: -I%{_qt5_headerdir}/QtWebKitWidgets,g" %{buildroot}%{_libdir}/pkgconfig/Qt5WebKitWidgets.pc |
|
|
|
|
sed -i "s,Libs: -L%{_qt5_libdir}/qt5/../ -lQt5WebKitWidgets,Libs: -L%{_qt5_libdir} -lQt5WebKitWidgets ,g" %{buildroot}%{_libdir}/pkgconfig/Qt5WebKitWidgets.pc |
|
|
|
|
|
|
|
|
|
# Finally, copy over and rename various files for %%license inclusion |
|
|
|
|
%add_to_license_files Source/JavaScriptCore/COPYING.LIB |
|
|
|
|
%add_to_license_files Source/JavaScriptCore/icu/LICENSE |
|
|
|
|
%add_to_license_files Source/ThirdParty/ANGLE/LICENSE |
|
|
|
|
%add_to_license_files Source/ThirdParty/ANGLE/src/third_party/compiler/LICENSE |
|
|
|
|
%add_to_license_files Source/ThirdParty/ANGLE/src/third_party/murmurhash/LICENSE |
|
|
|
|
%add_to_license_files Source/WebCore/icu/LICENSE |
|
|
|
|
%add_to_license_files Source/WebCore/LICENSE-APPLE |
|
|
|
|
%add_to_license_files Source/WebCore/LICENSE-LGPL-2 |
|
|
|
|
%add_to_license_files Source/WebCore/LICENSE-LGPL-2.1 |
|
|
|
|
%add_to_license_files Source/WebInspectorUI/UserInterface/External/CodeMirror/LICENSE |
|
|
|
|
%add_to_license_files Source/WebInspectorUI/UserInterface/External/Esprima/LICENSE |
|
|
|
|
%add_to_license_files Source/WTF/icu/LICENSE |
|
|
|
|
%add_to_license_files Source/WTF/wtf/dtoa/COPYING |
|
|
|
|
%add_to_license_files Source/WTF/wtf/dtoa/LICENSE |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check |
|
|
|
|
# verify Qt5WebKit cflags non-use of -I/.../Qt5WebKit |
|
|
|
|
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig |
|
|
|
|
test -z "$(pkg-config --cflags Qt5WebKit | grep Qt5WebKit)" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets |
|
|
|
|
|
|
|
|
|
%files |
|
|
|
|
%license Source/WebCore/LICENSE* |
|
|
|
|
%doc ChangeLog* VERSION |
|
|
|
|
%license LICENSE.LGPLv21 _license_files/* |
|
|
|
|
%{_qt5_libdir}/libQt5WebKit.so.5* |
|
|
|
|
%{_qt5_libdir}/libQt5WebKitWidgets.so.5* |
|
|
|
|
%{_qt5_libexecdir}/QtWebDatabaseProcess |
|
|
|
|
%{_qt5_libexecdir}/QtWebNetworkProcess |
|
|
|
|
%{_qt5_libexecdir}/QtWebPluginProcess |
|
|
|
|
%{_qt5_libexecdir}/QtWebProcess |
|
|
|
|
%{_qt5_archdatadir}/qml/QtWebKit/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel |
|
|
|
|
%{_qt5_headerdir}/Qt*/ |
|
|
|
|
%{_qt5_libdir}/libQt5*.so |
|
|
|
|
%{_qt5_libdir}/libQt5*.prl |
|
|
|
|
%{_qt5_libdir}/cmake/Qt5*/ |
|
|
|
|
%{_qt5_libdir}/pkgconfig/Qt5*.pc |
|
|
|
|
%{_qt5_archdatadir}/mkspecs/modules/*.pri |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?docs} |
|
|
|
|
%files doc |
|
|
|
|
%{_qt5_docdir}/qtwebkit.qch |
|
|
|
@ -184,8 +249,100 @@ popd
@@ -184,8 +249,100 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Fri Apr 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1 |
|
|
|
|
- 5.9.1 (epel7) |
|
|
|
|
* Sat Nov 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.30.alpha |
|
|
|
|
- QtWebkit bundles malformed PNG files (#1639422) |
|
|
|
|
|
|
|
|
|
* Fri Sep 21 2018 Jan Grulich <jgrulich@redhat.com> - 5.212.0-0.29.alpha2 |
|
|
|
|
- rebuild (qt5) |
|
|
|
|
|
|
|
|
|
* Tue Aug 21 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.28.alpha2 |
|
|
|
|
- revert to real package names for core qt5 deps |
|
|
|
|
|
|
|
|
|
* Wed Jul 25 2018 Christian Dersch <lupinix@fedoraproject.org> - 5.212.0-0.27.alpha2 |
|
|
|
|
- Disable annobin for now, workaround for RHBZ #1608549 |
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.26.alpha2 |
|
|
|
|
- backport some pkgconfig-related upstream fixes |
|
|
|
|
- use %%ldconfig_scriptlets |
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.212.0-0.25.alpha2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 5.212.0-0.24.alpha2 |
|
|
|
|
- Rebuild for ICU 62 |
|
|
|
|
|
|
|
|
|
* Wed Jun 20 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.23.alpha2 |
|
|
|
|
- rebuild (qt5) |
|
|
|
|
|
|
|
|
|
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.22.alpha2 |
|
|
|
|
- rebuild (qt5) |
|
|
|
|
- workaround gcc8 FTBFS with -fpermissive (#1582954) |
|
|
|
|
|
|
|
|
|
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 5.212.0-0.21.alpha2 |
|
|
|
|
- Rebuild for ICU 61.1 |
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.20.alpha2 |
|
|
|
|
- Bad ES6 Proxy object for QT platform breaks scudcloud (#1513091) |
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.212.0-0.19.alpha2 |
|
|
|
|
- rebuild (qt5) |
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.212.0-0.18.alpha2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Wed Dec 20 2017 Jan Grulich <jgrulich@redhat.com> - 5.212.0-0.17.alpha2 |
|
|
|
|
- rebuild (qt5) |
|
|
|
|
|
|
|
|
|
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 5.212.0-0.16.alpha2 |
|
|
|
|
- Rebuild for ICU 60.1 |
|
|
|
|
|
|
|
|
|
* Sun Nov 26 2017 Björn Esser <besser82@fedoraproject.org> - 5.212.0-0.15.alpha2 |
|
|
|
|
- Add patch2 to fix CMake warnings |
|
|
|
|
- Add patch3 to fix build (missing src file caused by typo) |
|
|
|
|
- Add missing BuildRequires |
|
|
|
|
|
|
|
|
|
* Sun Nov 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.14.alpha2 |
|
|
|
|
- rebuild (qt5) |
|
|
|
|
|
|
|
|
|
* Thu Oct 26 2017 Vít Ondruch <vondruch@redhat.com> - 5.212.0-0.13.alpha2 |
|
|
|
|
- Drop explicit dependency on rubypick. |
|
|
|
|
|
|
|
|
|
* Tue Oct 24 2017 Christian Dersch <lupinix@mailbox.org> - 5.212.0-0.12.alpha2 |
|
|
|
|
- Added patch to fix null pointer dereference (#1470778) |
|
|
|
|
|
|
|
|
|
* Mon Oct 23 2017 Christian Dersch <lupinix@mailbox.org> - 5.212.0-0.11.alpha2 |
|
|
|
|
- Added patch to fix issue with pagewidth (#1502332) |
|
|
|
|
|
|
|
|
|
* Mon Oct 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.10.alpha2 |
|
|
|
|
- rebuild (qt5) |
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.212.0-0.9.alpha2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.212.0-0.8.alpha2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.7.alpha2 |
|
|
|
|
- rebuild against newer gcc/ppc64le (#1470692) |
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.212.0-0.6.alpha2 |
|
|
|
|
- rebuild (qt-5.9.1) |
|
|
|
|
|
|
|
|
|
* Mon Jul 10 2017 Christian Dersch <lupinix@mailbox.org> - 5.212.0-0.5.alpha2 |
|
|
|
|
- replaced ugly pkgconfig provides workaround with proper pkgconfig fixes |
|
|
|
|
- general spec fixes |
|
|
|
|
|
|
|
|
|
* Thu Jun 22 2017 Christian Dersch <lupinix@mailbox.org> - 5.212.0-0.4.alpha2 |
|
|
|
|
- BR: pkg-config |
|
|
|
|
|
|
|
|
|
* Wed Jun 21 2017 Christian Dersch <lupinix@mailbox.org> - 5.212.0-0.3.alpha2 |
|
|
|
|
- ensure that we do a release build |
|
|
|
|
|
|
|
|
|
* Wed Jun 21 2017 Christian Dersch <lupinix@mailbox.org> - 5.212.0-0.2.alpha2 |
|
|
|
|
- few spec adjustments |
|
|
|
|
|
|
|
|
|
* Sun Jun 18 2017 Christian Dersch <lupinix@mailbox.org> - 5.212.0-0.1.alpha2 |
|
|
|
|
- switch to maintained annulen branch of qtwebkit |
|
|
|
|
|
|
|
|
|
* Sat Jun 10 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-1 |
|
|
|
|
- 5.9.0 (final) |
|
|
|
|