Package Release Info

libqt5-qtwebkit-5.212~alpha4-bp154.2.49

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libQt5WebKit-private-headers-devel
libQt5WebKit5
libQt5WebKit5-64bit
libQt5WebKit5-devel
libQt5WebKit5-devel-64bit
libQt5WebKit5-imports
libQt5WebKitWidgets-devel
libQt5WebKitWidgets-devel-64bit
libQt5WebKitWidgets-private-headers-devel
libQt5WebKitWidgets5
libQt5WebKitWidgets5-64bit

Change Logs

* Thu Apr 14 2022 Fabian Vogt <fvogt@suse.com>
- Add patch to fix build with gstreamer >= 1.19:
  * gst-1.29.patch
* Wed Apr 07 2021 Fabian Vogt <fvogt@suse.com>
- Add patch to fix build with glib >= 2.68.0:
  * 0001-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
* Mon Dec 14 2020 Callum Farmer <gmbr3@opensuse.org>
- Add icu-68.patch: fix build with ICU 68
* Thu Sep 24 2020 Martin Li?ka <mliska@suse.cz>
- Add upstream patch qtwebkit-5.212.0_pre20200309-bison-3.7.patch
  in order to fix build with a recent bison.
* Sat Mar 14 2020 Markus S <kamikazow@opensuse.org>
- Use Ninja with CMake to improve build times by circa 300%
- Fix a few typos in libqt5-qtwebkit.spec
* Wed Mar 11 2020 Markus S <kamikazow@opensuse.org>
- New upstream release
- Drop patches
  * icu-build-fix.patch
  * qt5.15-workaround.patch
* Wed Mar 04 2020 Fabian Vogt <fabian@ritter-vogt.de>
- Add patch to fix build against Qt 5.15:
  * qt5.15-workaround.patch
Version: 5.212~alpha3-bp152.3.67
* Wed Nov 13 2019 Michael Gorse <mgorse@suse.com>
- Add icu-build-fix.patch: fix the build with libicu 65.1.
* Fri Sep 13 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add patch to fix build on armv6:
  * webkit-bwo141288.patch
* Thu Jul 04 2019 wbauer@tmo.at
- Don't modify the pkgconfig files, they have been fixed upstream
  and the sed commands actually break them now
* Mon Jul 01 2019 Markus S <kamikazow@opensuse.org>
- Fix for pkgconfig error
- Drop Leap 42.x support
* Sat Jun 29 2019 Markus S <kamikazow@opensuse.org>
- New upstream release
- Drop patches
  * fix-build-with-cmake-3.10.diff
  * fix-gles-detection.patch
  * fix-nullptr-crash-in-QWebPage-selectedHtml-when-selectedRange.patch
  * fix-nullTerminatedWCharToString-loses-last-character.patch
  * fix_armv6.patch
  * qt5webkit-symver.patch
  * run-adjustViewSize-after-relayout.patch
  * Trigger-layout-after-resizing-the-FrameView.patch
  * webkit-fix-WTF-StringImpl-copyChars-segfaults-with-gcc7.patch
* Wed May 15 2019 Martin Li?ka <mliska@suse.cz>
- Disable LTO (boo#1135212).
Version: 5.212~alpha2-bp151.3.7
* Mon Dec 03 2018 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add patch to fix armv6 build:
  * fix_armv6.patch
* Sun Jun 17 2018 mlin@suse.com
- Add -fpermissive to workaround build error with gcc8
Version: 5.212~alpha2-bp150.2.6
* Fri Mar 09 2018 stefan.bruens@rwth-aachen.de
- Set minimum amount of RAM in _constraints to 8 GiB for aarch64,
  use the default value of 6 GiB for armv7/armv6
* Thu Mar 01 2018 wbauer@tmo.at
- Add upstream patches to fix broken layout of plain-text mails in
  Trojita (boo#1083451):
  * Trigger-layout-after-resizing-the-FrameView.patch
  * run-adjustViewSize-after-relayout.patch
* Fri Feb 23 2018 mlin@suse.com
- Re-ordering patches
- Add fix-nullptr-crash-in-QWebPage-selectedHtml-when-selectedRange.patch
  * Fix crash in QWebPage::selectedHtml() when selectedRange is nullptr
- Add fix-nullTerminatedWCharToString-loses-last-character.patch
  * Fix nullTerminatedWCharToString loses last character of input string
* Thu Feb 15 2018 fabian@ritter-vogt.de
- Use gcc-7 on 42.3 to fix mismatch with the optflags
* Wed Dec 20 2017 mlin@suse.com
- Add patch to fix build failure with CMake 3.10
  * fix-build-with-cmake-3.10.diff
- Use Gstreamer for audio/video support optional
* Tue Dec 12 2017 fvogt@suse.com
- Add patch to keep the same private symbol version scheme:
  * tell-the-truth-about-private-api.patch
- Add patch to fix detection of OpenGL ES 2.0 with Qt >= 5.8:
  * fix-gles-detection.patch
- Add patch to enable symbol versioning for libQt5WebKit.so.5 as well:
  * qt5webkit-symver.patch
* Tue Dec 12 2017 mlin@suse.com
- Ported to Konstantin Tokarev's <annulen@yandex.ru> QtWebKit fork
  version 5.212.0 Alpha 2 (FATE#323918, bsc#1050469)
  * Based on WebKitGTK 2.12 (uses CMake instead of QMake)
  * Newer WebKit base
  * Improved support for web standards
  * Many bugfixes and patched security holes inherited from upstream WebKit
  * For more details please see:
    https://github.com/annulen/webkit/releases/tag/qtwebkit-5.212.0-alpha
    and
    https://github.com/annulen/webkit/releases/tag/qtwebkit-5.212.0-alpha2
- Drop unneeded patches
  * 03_hide_std_symbols.diff
  * 04_enable_debug_information.diff
  * 05-fix-linker-errors.diff
  * 7dac8c2d5f743563df76c2347c6ad394b6779ffc.patch
  * fix-build-icu59.patch
  * no-Werror-rpath.diff
  * reduce-link-optimization.diff
  * workaround-gcc7-crash.patch
- Set minimum amount of RAM in _constraints to 10 GiB for x86_64
- Add patch to always enable X11 target build:
  * enable_x11_target_always.patch
- Add patch to work around gcc7-related crash:
  * webkit-fix-WTF-StringImpl-copyChars-segfaults-with-gcc7.patch
- Corrected License tag. QtWebKit is just LGPL-2.1+ and does not follow Qt's
  commercial-inspired licensing scheme of (L)GPLv3-only.
* Fri Dec 08 2017 christophe@krop.fr
- Update the license tag (boo#967696)
* Wed Nov 15 2017 fabian@ritter-vogt.de
- Update to 5.10 Beta 4
- Contains bugfixes
* Mon Oct 09 2017 fabian@ritter-vogt.de
- Update to 5.10 Beta 1
- For more information visit:
    https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/
* Wed Jul 05 2017 fabian@ritter-vogt.de
- Add patch to workaround crash if compiled with GCC7:
  * workaround-gcc7-crash.patch
- Set minimum amount of RAM in _constraints to 8 GiB
* Thu Jun 01 2017 jengelh@inai.de
- Update descriptions.
- Use find -exec option with "+" strategy.
* Wed May 31 2017 fabian@ritter-vogt.de
- Update to 5.9.0 final
* Wed May 24 2017 fabian@ritter-vogt.de
- Update to 5.9.0 RC:
  * For more details please see:
    http://lists.qt-project.org/pipermail/announce/2017-May/000115.html
    and https://wiki.qt.io/New_Features_in_Qt_5.9
* Wed May 10 2017 fabian@ritter-vogt.de
- Add patch to fix build with ICU4C >= 59:
  * fix-build-icu59.patch
* Wed Dec 14 2016 hrvoje.senjan@gmail.com
- Update to 5.7.1
  * For more details please see:
    https://blog.qt.io/blog/2016/12/14/qt-5-7-1-released/
    and https://www.qt.io/qt5-7/
* Sat Sep 24 2016 hrvoje.senjan@gmail.com
- Update to 5.7.0
  * For more details please see:
    https://www.qt.io/qt5-7/
* Wed Jun 08 2016 hrvoje.senjan@gmail.com
- Update to 5.6.1
  * For more details please see:
    http://blog.qt.io/blog/2016/06/08/qt-5-6-1-released/
* Fri Mar 18 2016 hrvoje.senjan@gmail.com
- Update to 5.6.0
  * For more details please see:
    http://blog.qt.io/blog/2016/03/16/qt-5-6-released/
    and https://wiki.qt.io/New_Features_in_Qt_5.6
- Swap link-qtcore.patch with 7dac8c2d5f743563df76c2347c6ad394b6779ffc.patch
- Added 05-fix-linker-errors.diff: Explicitly link pthread, before
  it was pulled in via external deps
* Wed Oct 21 2015 normand@linux.vnet.ibm.com
- _constraints adding ppc64le constraint of memory and disk space