Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libqt5-qtpdf-private-headers-devel-5.15.3-lp152.3.3.4 RPM for noarch

From OpenSuSE Leap 15.2 updates for noarch

Name: libqt5-qtpdf-private-headers-devel Distribution: openSUSE Leap 15.2
Version: 5.15.3 Vendor: openSUSE
Release: lp152.3.3.4 Build date: Sat Jul 3 06:44:08 2021
Group: Development/Libraries/C and C++ Build host: sheep83
Size: 190411 Source RPM: libqt5-qtwebengine-5.15.3-lp152.3.3.4.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.qt.io
Summary: Non-ABI stable experimental API for the Qt5 PDF library
This package provides private headers of libqt5-qtpdf that are normally
not used by application development and that do not have any ABI or
API guarantees. The packages that build against these have to require
the exact Qt version.

Provides

Requires

License

LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

Changelog

* Wed Mar 24 2021 christophe@krop.fr
  - Update to version 5.15.3:
    * Fix spelling and coding style
    * Fix new view request handling (QTBUG-87378)
    * Fix getDefaultScreenId on X11
    * Fix flaky tst_QWebEngineView::textSelectionOutOfInputField test
    * Move touch input tests to separate testcase
    * Add touch input tests for scrolling and pinch zooming
    * Fix rare duplicate ids forming in touch point id's mapping
    * Use the module's version number for QtWebEngineProcess
    * Touch handling: provide id mapping without modifying TouchPoint instance
      (QTBUG-88001)
    * Touch handling: fix mapped ids cleanup for TouchCancel event
    * et custom headers from QWebEngineUrlRequestInfo before triggering redirect
      (QTBUG-88861)
    * Forward modifier flags for lock keys (QTBUG-89001)
    * Fix handling of more than one finger for touch event (QTBUG-86389)
    * Stabilize load signals emitting (QTBUG-65223, QTBUG-87089)
    * Fix building against 5.12 on most CIs
    * Update minimum HarfBuzz version to 2.4.0 (QTBUG-88976)
    * Fix building against Qt 5.14
    * Migrate user script IPC to mojo
    * Fix crashes in user resource controller when single process
    * Minor. Fix namespace for user resource controller
    * Minor. RenderThreadObserverQt is really a RenderConfiguration
    * Remove RenderViewObserverHelper from UserResourceController
    * Cache mojo interface bindings to UserResourceControllerRenderFrame
    * Cache mojo interface bindings for WebChannelIPCTransport
    * Migrate render_view_observer_qt to mojo
    * Fix crash on linkedin.com (QTBUG-89740)
    * Suppress error pages also for http errors if they are disabled
    * Fix leak in QQuickWebEngineViewPrivate::contextMenuRequested
    * Register PerformanceNode early enough
    * Quiet log on webrtc usage
    * Remove configure option that doesn't work
    * Remove Java build dependency
    * Fix blank popups in qml (QTBUG-86034)
    * Fix position of popup on qml (QTBUG-86034, QTBUG-89358)
    * Enable hangout services extension (QTBUG-85731)
    * Allow to fallback to default locale for non existent data packs (QTBUG-90490)
    * Support devtools close button
    * Do not extract download file names from certain url schemes (QTBUG-90355)
    * Leave room for the null-termination byte when checking remote drive path
      (QTBUG-90347)
    * Do not set open files limit for linking if not necessary
    * Remove even more remains of non network service code
    * Add back prefers-color-scheme support (QTBUG-89753)
    * Start supporting chrome.resourcesPrivate API (QTBUG-90035)
    * Enable chrome://user-actions WebUI
    * Remove remains of chrome://flash
    * Fix loadFinished signal if page has content but server sends HTTP error
      (QTBUG-90517)
    * Fix devtools page resource loading as raw data instead of html string
    * Remove frame metadata observer (RenderWidgetHostViewQt) on destroy
    * Resolve installed interceptors right before interception point (QTBUG-86286)
    * Update searches faster
    * Remove more leftovers of the old compositor
    * Enable webrtc logging and the corresponding WebUI
    * Support mips64el platform CPU(loongson 3A4000)
    * Add tracing UI resources
    * Fix crash on meet.google.com
    * Fix mad popup qquickwindows on wayland
    * Fix crashes on BrowserContext destruction
    * Fix crash on exit in quicknanobrowser when popup
    * Remove QtPdf dependency on nss at build-time
    * Avoid accessing profileAdapter when profile is shutting down (QTBUG-91187)
    * Do not flush messages form profile destructor
    * Ignore QQuickWebEngineNewViewRequest if it is unhandled
    * Fix ScopedGLContextChecker with QTWEBENGINE_DISABLE_GPU_THREAD=1
    * Don't send duplicate load progress values
    * Fix neon support in libpng
    * Do not call deprecated profile interceptor on ui thread (QTBUG-86267)
    * Add certificate error message for ERR_SSL_OBSOLETE_VERSION
    * Fix assert in WebContentsAdapter::devToolsFrontendDestroyed
    * Avoid to reject a certificate error twice in Quick
    * Fix PDF viewer plugin
    * FIXUP: Fix swap condition in DisplayGLOutputSurface::updatePaintNode
      (QTBUG-86599)
    * Fix favicon engine under device pixel scaling
    * Do not pass a native keycode matching the menu key when it is remapped
      (QTBUG-86672)
    * Optimize WebEngineSettings::testAttribute
    * Warn about QtWebengineProcess launching from network share (QTBUG-84632)
    * Handle non-ascii names for pulseaudio (QTBUG-85363)
    * Do not set audio device for desktop capture if audio loopback is unsupported
    * Fix new view request handling (QTBUG-87378)
    * Fix getDefaultScreenId on X11
    * Touch handling: provide id mapping without modifying TouchPoint instance
      (QTBUG-88001)
    * Set custom headers from QWebEngineUrlRequestInfo before triggering redirect
      (QTBUG-88861)
    * Stabilize load signals emitting (QTBUG-65223)
  - CVE fixes backported in chromium updates:
    * CVE-2020-16044: Use after free in WebRTC
    * CVE-2021-21118: Heap buffer overflow in Blink
    * CVE-2021-21119: Use after free in Media
    * CVE-2021-21120: Use after free in WebSQL
    * CVE-2021-21121: Use after free in Omnibox
    * CVE-2021-21122: Use after free in Blink
    * CVE-2021-21123: Insufficient data validation in File System API
    * CVE-2021-21125: Insufficient policy enforcement in File System API
    * CVE-2021-21126: Insufficient policy enforcement in extensions
    * CVE-2021-21127: Insufficient policy enforcement in extensions
    * CVE-2021-21128: Heap buffer overflow in Blink
    * CVE-2021-21129: Insufficient policy enforcement in File System API
    * CVE-2021-21130: Insufficient policy enforcement in File System API
    * CVE-2021-21131: Insufficient policy enforcement in File System API
    * CVE-2021-21132: Inappropriate implementation in DevTools
    * CVE-2021-21135: Inappropriate implementation in Performance API
    * CVE-2021-21137: Inappropriate implementation in DevTools
    * CVE-2021-21140: Uninitialized Use in USB
    * CVE-2021-21141: Insufficient policy enforcement in File System API
    * CVE-2021-21145: Use after free in Fonts
    * CVE-2021-21146: Use after free in Navigation
    * CVE-2021-21147: Inappropriate implementation in Skia
    * CVE-2021-21148: Heap buffer overflow in V8
    * CVE-2021-21149: Stack overflow in Data Transfer
    * CVE-2021-21150: Use after free in Downloads
    * CVE-2021-21152: Heap buffer overflow in Media
    * CVE-2021-21153: Stack overflow in GPU Process
    * CVE-2021-21156: Heap buffer overflow in V8
    * CVE-2021-21157: Use after free in Web Sockets
  - Drop obsolete patches:
    * icu-68.patch
    * icu-68-2.patch
  - Rebase patches:
    * fix1163766.patch
    * sandbox-statx-futex_time64.patch
    * rtc-dont-use-h264.patch
    * chromium-glibc-2.33.patch
  - Add patch to fix crash with certain locales:
    * 0001-Fix-normalization-of-app-locales.patch
  - Clean the spec file a bit
* Wed Mar 10 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Can't use system_vpx on Leap 15.3
* Wed Feb 17 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Add patch to fix sandbox with glibc 2.33 on 32bit:
    * sandbox-statx-futex_time64.patch
* Tue Feb 16 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Relax constraints for armv6 and armv7
* Mon Feb 15 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Add patch to fix sandbox with glibc 2.33 (boo#1182233):
    * chromium-glibc-2.33.patch
* Fri Jan 29 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Bump _constraints and %limit_build, hopefully avoid occasional
    OOM and make the build quicker
  - Drop obsolete conditions
* Fri Jan 08 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Drop baselibs.conf, not needed after libksysguard5 got adjusted
* Tue Dec 15 2020 Callum Farmer <gmbr3@opensuse.org>
  - Fix build with ICU 68:
    * Added icu-68.patch
    * Added icu-68-2.patch
* Fri Nov 20 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.2:
    * New bugfix release
    * For more details please see:
      http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.15.2/?h=5.15.2
* Thu Sep 10 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.1:
    * New bugfix release
    * For more details please see:
      http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.15.1/?h=5.15.1
  - Drop patches, now upstream:
    * icu-v67.patch
    * 0001-fix-build-after-y2038-changes-in-glibc.patch
  - Refresh disable-gpu-when-using-nouveau-boo-1005323.diff
  - Update rtc-dont-use-h264.patch
* Thu May 28 2020 Fabian Vogt <fvogt@suse.com>
  - Add patch to not require openh264 and don't build the bundled version:
    * rtc-dont-use-h264.patch
* Wed May 27 2020 Fabian Vogt <fvogt@suse.com>
  - Can't use system VPX on Leap 15.2
* Tue May 26 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Update to version 5.15.0:
    * No changelog available
* Thu May 21 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Update to version 5.15.0-rc2:
    * No changelog available
    * Removed some-more-includes-gcc10.patch: contained in upstream
* Wed May 06 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-rc:
    * New bugfix release
    * For the changes between 5.14.2 and 5.15.0 please see:
      http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.15.0/?h=5.15.0
  - Drop patches, now upstream:
    * QTBUG-82186.patch
* Fri Apr 24 2020 Ismail Dönmez <idonmez@suse.com>
  - Add icu-v67.patch to fix compilation with icu v67, this is a backport
    of https://github.com/v8/v8/commit/3f8dc4b2e5baf77b463334c769af85b79d8c1463
  - Rebase icu-v67.patch on 5.15.0-beta4
* Fri Apr 24 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-beta4:
    * New bugfix release
    * No changelog available
  - Refresh QTBUG-82186.patch
* Tue Apr 14 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-beta3:
    * New bugfix release
    * No changelog available
  - Refresh fix1163766.patch
* Thu Apr 09 2020 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add fix1163766.patch to fix opensuse-welcome on i686 (boo#1163766)
* Mon Mar 30 2020 Fabian Vogt <fvogt@suse.com>
  - Add patch to fix build with GCC 10 (boo#1158516):
    * some-more-includes-gcc10.patch
* Tue Mar 24 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-beta2:
    * New bugfix release
    * No changelog available
* Fri Feb 28 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-beta1:
    * New bugfix release
    * No changelog available
  - Drop patches, now upstream:
    * fix-missing-designerplugin.patch
    * QTBUG-81574.patch
* Fri Feb 21 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Fix a deadlock causing audio/video playback to fail (boo#1163744):
    * QTBUG-82186.patch
* Fri Feb 21 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Fix an issue with selections breaking replying in KMail:
    * QTBUG-81574.patch
* Wed Feb 19 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-alpha:
    * New feature release
    * For more details please see:
      https://wiki.qt.io/New_Features_in_Qt_5.15
  - Add patch to fix building the designer plugin:
    * fix-missing-designerplugin.patch
  - Move designer plugin into -devel subpackage
  - Add packages for new Qt PDF module (which is technically separate
    from WebEngine, but shares the source tarball)
* Mon Jan 27 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.14.1:
    * New bugfix release
    * For more details please see:
      http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.14.1/?h=v5.14.1
* Mon Jan 20 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Disable valgrind on %arm due to boo#1130395
* Thu Dec 12 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.14.0:
    * New bugfix release
    * For the changes between 5.13.2 and 5.14.0 please see:
      https://code.qt.io/cgit/qt/qtwebengine.git/tree/dist/changes-5.14.0?h=v5.14.0
    * For the changes between 5.13.1 and 5.13.2 please see:
      https://code.qt.io/cgit/qt/qtwebengine.git/tree/dist/changes-5.13.2?h=v5.14.0
* Wed Dec 04 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.14.0-rc:
    * New bugfix release
    * No changelog available
    * For more details please see:
    * For more details about Qt 5.14 please see:
      https://wiki.qt.io/New_Features_in_Qt_5.14
* Tue Nov 12 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.14.0-beta3:
    * New bugfix release
    * No changelog available
  - Remove patches, now upstream:
    * fix-system-icu.patch
* Thu Oct 24 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.14.0-beta2:
    * New bugfix release
    * No changelog available
  - Drop patch, not necessary anymore:
    * harmony-fix.diff
* Tue Oct 15 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.14.0-beta1:
    * New bugfix release
    * No changelog available
* Mon Sep 30 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.14.0-alpha:
    * New feature release
    * No changelog available
    * For more details about Qt 5.14 please see:
      https://wiki.qt.io/New_Features_in_Qt_5.14
  - Drop chromium-non-void-return.patch, with newer post-build-checks
    this is not necessary anymore
  - Add patch to fix build with system ICU (QTBUG-78911):
    * fix-system-icu.patch
* Thu Sep 19 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Add gn_args+=link_pulseaudio=true to work around incompatibility
    with PA 13 headers (QTBUG-77037)
  - Enable kerberos support
* Fri Sep 06 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.13.1:
    * New bugfix release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.13.1/?h=v5.13.1
* Tue Aug 06 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Increase disk constraints to 12G, TW needs 11.7G currently
* Fri Jul 12 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Increase assumed per-job memory use to 2.5GB
* Thu Jul 11 2019 Jiri Slaby <jslaby@suse.com>
  - add 0001-fix-build-after-y2038-changes-in-glibc.patch
* Wed Jun 19 2019 fabian@ritter-vogt.de
  - Update to 5.13.0:
    * New bugfix release
    * No changelog available
    * For more details about Qt 5.13 please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.13.0/?h=5.13
* Sat Jun 15 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Replace open coded macro for parallel build limit by the one from the
    memory-constraints package
* Tue Jun 04 2019 fabian@ritter-vogt.de
  - Update to 5.13.0-rc:
    * New bugfix release
    * No changelog available
* Tue Apr 30 2019 Fabian Vogt <fabian@ritter-vogt.de>
  - Fix system_vpx bcond
* Mon Apr 29 2019 fabian@ritter-vogt.de
  - Update to 5.13.0-beta2:
    * New bugfix release
    * No changelog available
  - Refresh patches:
    * harmony-fix.diff
    * chromium-non-void-return.patch (sigh, again)
  - Fix system_vpx bcond
  - Disable using the system ICU on Leap < 16, too old
* Thu Apr 18 2019 fabian@ritter-vogt.de
  - Update to 5.12.3:
    * New bugfix release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.12.3/?h=v5.12.3
  - Refresh chromium-non-void-return.patch
* Thu Mar 21 2019 fabian@ritter-vogt.de
  - Update to 5.13.0-beta1:
    * New feature release
    * For more details about Qt 5.13 please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.13.0/?h=5.13
  - Refresh patches:
    * disable-gpu-when-using-nouveau-boo-1005323.diff
    * harmony-fix.diff
    * chromium-non-void-return.patch (sigh)
  - Remote patches, now upstream:
    * reproducible.patch
* Thu Mar 14 2019 fabian@ritter-vogt.de
  - Update to 5.12.2:
    * New bugfix release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.12.2/?h=5.12.2
  - Remove patches, now upstream:
    * cve-2019-5786.patch
* Mon Mar 11 2019 Martin Herkt <9+suse@cirno.systems>
  - Add cve-2019-5786.patch
    Backport fix for CVE-2019-5786
    https://bugreports.qt.io/browse/QTBUG-74254
* Mon Feb 04 2019 wbauer@tmo.at
  - Fix build on Leap 42.3 by adding c++14 to QT_CONFIG
* Fri Feb 01 2019 fabian@ritter-vogt.de
  - Update to 5.12.1:
    * New bugfix release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.12.1/?h=v5.12.1
  - Refresh disable-gpu-when-using-nouveau-boo-1005323.diff
  - Remove patches, now upstream:
    * gn-fix_arm.patch
    * chromium-66.0.3359.170-gcc8-alignof.patch
* Mon Jan 21 2019 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add reproducible.patch to override chromium build date
    to make package build reproducible (boo#1047218)
  - Use openSUSE's ninja for the build so that we can apply fixes there
    that are used by everyone (boo#1118619)
* Fri Dec 21 2018 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Backport patch to fix %arm builds:
    * gn-fix_arm.patch
* Thu Dec 06 2018 fabian@ritter-vogt.de
  - Update to 5.12.0:
    * New feature release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.12.0/?h=v5.12.0
* Mon Dec 03 2018 fabian@ritter-vogt.de
  - Update to 5.12.0-rc2:
    * New bugfix release
    * Only important bugfixes
  - Changelog for Qt 5.12.0:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.12.0/?h=5.12.0
* Thu Nov 22 2018 fabian@ritter-vogt.de
  - Update to 5.12.0-rc:
    * New bugfix release
    * No changelog available
* Thu Nov 08 2018 fabian@ritter-vogt.de
  - Update to 5.12.0-beta4:
    * New bugfix release
    * No changelog available
  - Add yet another hunk to chromium-non-void-return.patch
* Fri Oct 26 2018 fabian@ritter-vogt.de
  - Update to 5.12.0-beta3:
    * New bugfix release
    * No changelog available
* Wed Oct 17 2018 fabian@ritter-vogt.de
  - Update to 5.12.0-beta2:
    * New bugfix release
    * No changelog available
* Fri Oct 05 2018 fabian@ritter-vogt.de
  - Update to 5.12.0-beta1:
    * New bugfix release
    * No changelog available
  - Refresh patches:
    * harmony-fix.diff
    * chromium-66.0.3359.170-gcc8-alignof.patch
  - Replace no-return-in-nonvoid-function.diff with
    with chromium-non-void-return.patch from the chromium package
* Tue Oct 02 2018 fabian@ritter-vogt.de
  - Update to 5.12.0-alpha:
    * New feature release
    * For more details please see:
    * http://wiki.qt.io/New_Features_in_Qt_5.12
  - Refresh disable-gpu-when-using-nouveau-boo-1005323.diff
  - Raise mem_per_process to 200M
* Fri Sep 21 2018 fabian@ritter-vogt.de
  - Update to 5.11.2
    * New bugfix release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.11.2/?h=v5.11.2
  - Remove patches, now upstream:
    * fix-build-with-ffmpeg4.patch
* Tue Aug 14 2018 wbauer@tmo.at
  - Use pkgconfig() notation for the libav* BuildRequires
* Sat Jun 30 2018 fabian@ritter-vogt.de
  - Enable building against the system ICU again
  - Add physicalmemory >= 5GiB to _constraints in the hope to speed up
    builds
* Tue Jun 19 2018 fabian@ritter-vogt.de
  - Update to 5.11.1
    * New bugfix release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.11.1/?h=v5.11.1
  - Remove patches, now upstream:
    * fix-build-with-gcc-8.patch
    * fix-build-with-gcc-8-for-real.patch
    * fix-build-with-opengles2.patch
  - Add patch to fix build on 32-bit:
    * chromium-66.0.3359.170-gcc8-alignof.patch
* Fri Jun 08 2018 guillaume.gardet@opensuse.org
  - Add a patch to fix build with opengles2 (means on ARM):
    * fix-build-with-opengles2.patch
* Thu Jun 07 2018 fvogt@suse.com
  - Add yet another upstream chromium patch to fix build with GCC 8.1:
    * fix-build-with-gcc-8-for-real.patch
* Tue Jun 05 2018 lbeltrame@kde.org
  - Add upstream Chromium patch to fix build with GCC 8.1:
    * fix-build-with-gcc-8.patch
  - Add upstream Chromium patch to fix build with ffmpeg 4:
    * fix-build-with-ffmpeg4.patch
  - Refresh patches:
    * disable-gpu-when-using-nouveau-boo-1005323.diff
    * harmony-fix.diff
* Wed May 30 2018 fabian@ritter-vogt.de
  - Fix %postun: Comment in wrong section
* Tue May 22 2018 fabian@ritter-vogt.de
  - Update to 5.11.0
    * New bugfix release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.11.0/?h=v5.11.0
* Thu May 17 2018 fabian@ritter-vogt.de
  - Use %autopatch
  - Use %license
* Tue May 08 2018 fabian@ritter-vogt.de
  - Update to 5.11.0-rc
    * New bugfix release
    * No changelog available
* Mon May 07 2018 guillaume.gardet@opensuse.org
  - Fix armv6 by removing unneeded additionnal RPM_OPT_FLAGS
* Mon Apr 23 2018 fabian@ritter-vogt.de
  - Update to 5.11.0-beta4
    * New bugfix release
    * No changelog available
* Wed Apr 11 2018 mliska@suse.cz
  - Add no-return-in-nonvoid-function.diff in order to fix boo#1087068.
* Wed Apr 11 2018 fabian@ritter-vogt.de
  - Update to 5.11.0-beta3
    * New bugfix release
    * No changelog available
  - Refresh patches:
    * no-return-in-nonvoid-function.diff
* Thu Mar 29 2018 kamikazow@opensuse.org
  - Changed license header back to original template
    * LGPL-2.1-or-later was wrong
  - Package license is LGPL-3.0-only, GPL-2.0-only, GPL-3.0-only
    * incorporates 3rd party code (Chromium, WebKit, even some dating
      back to KHTML), therefore no "with-Qt-Company-Qt-exception-1.1"
      because those 3rd parties never granted them.
* Wed Mar 28 2018 fabian@ritter-vogt.de
  - Update to 5.11.0-beta2
    * New bugfix release
    * No changelog available
  - Remove patches, now upstream:
    * qtwebengine-everywhere-src-5.10.1-security-5.9.5.patch
    * qtwebengine-everywhere-src-5.10.1-CVE-2018-6033.patch
* Tue Mar 27 2018 wbauer@tmo.at
  - Only automatically convert dictionaries on Leap 15 or higher,
    %filetriggerin is not supported in Leap 42.3 which caused the
    build to fail
* Sun Mar 25 2018 kamikazow@opensuse.org
  - Enable spell checking:
    * Ported script snippet from Fedora package by Kevin Kofler
    * Converts available Hunspell dictionaries locally during installation
  - Changed specfile header to reflect code coming from K. Kofler
* Fri Mar 23 2018 wbauer@tmo.at
  - Also adjust the minimum versions of the private-headers-devel
    subpackage's requirements
* Thu Mar 22 2018 kamikazow@opensuse.org
  - Apply a fix to make QtWE-using applications actually compile against it
* Sun Mar 18 2018 kamikazow@opensuse.org
  - Forward-port security backports from 5.9.5 LTS (up to Chromium 65.0.3325.146)
    * qtwebengine-everywhere-src-5.10.1-security-5.9.5.patch from Fedora
    * qtwebengine-everywhere-src-5.10.1-CVE-2018-6033.patch from Fedora
* Tue Mar 13 2018 christophe@krop.fr
  - Fix the license tag.
* Thu Mar 01 2018 fabian@ritter-vogt.de
  - Update to 5.11.0-beta1
    * New feature release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.11.0-beta1/?h=v5.11.0-beta1
* Tue Feb 20 2018 fabian@ritter-vogt.de
  - Update to 5.11.0-alpha
    * New feature release
    * For more details please see:
    * https://wiki.qt.io/New_Features_in_Qt_5.11
  - Refresh patches:
    * armv6-ffmpeg-no-thumb.patch
* Wed Feb 14 2018 fabian@ritter-vogt.de
  - Update to 5.10.1
    * New bugfix release
    * For more details please see:
    * http://code.qt.io/cgit/qt/qtwebengine.git/plain/dist/changes-5.10.1/?h=v5.10.1
* Fri Feb 02 2018 dimstar@opensuse.org
  - Eliminate build dependency on procps: we only used it to run
    'free', in order to find out how much RAM we have available. We
    can get this information directly from the kernel, from
    /proc/meminfo.
* Fri Jan 12 2018 fabian@ritter-vogt.de
  - Also work around crashes on wayland by disabling the GPU by default (boo#1060990):
    * disable-gpu-when-using-nouveau-boo-1005323.diff
* Fri Dec 08 2017 christophe@krop.fr
  - Update the license tag (boo#967696)
* Thu Dec 07 2017 fabian@ritter-vogt.de
  - Update to 5.10.0 final
    * New bugfix release
* Sun Dec 03 2017 fabian@ritter-vogt.de
  - Update to 5.10.0 RC 2
    * New bugfix release
* Thu Nov 30 2017 fabian@ritter-vogt.de
  - Update to 5.10.0 RC 1
    * New bugfix release
* Sat Nov 25 2017 fabian@ritter-vogt.de
  - Update to 5.9.3
    * New bugfix release
    * For more details, see:
      http://code.qt.io/cgit/qt/qtwebengine.git/tree/dist/changes-5.9.3/?h=v5.9.3
  - Add patch to fix build on armv6:
    spinlock-armv6.patch
* Wed Nov 15 2017 fabian@ritter-vogt.de
  - Update to 5.10 Beta 4
  - Contains bugfixes
* Thu Nov 02 2017 tittiatcoke@gmail.com
  - Add some feature from the Chromium builds to determine the maximum
    allowed parallel processes based on the available memory. Also
    ensure that the ninja build follows this maximum
* Thu Nov 02 2017 fabian@ritter-vogt.de
  - Update to 5.10 Beta 3
  - Contains bugfixes
  - Refresh patches:
    * armv6-ffmpeg-no-thumb.patch
    * disable-gpu-when-using-nouveau-boo-1005323.diff
    * harmony-fix.diff
* Tue Oct 31 2017 fabian@ritter-vogt.de
  - Restore working version of
    disable-gpu-when-using-nouveau-boo-1005323.diff
* Mon Oct 30 2017 fabian@ritter-vogt.de
  - Update to 5.10 Beta 2
  - 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/
  - Remove patches, now upstream:
    * clip-ft-glyph.diff
  - Refresh patches:
    * disable-gpu-when-using-nouveau-boo-1005323.diff
    * harmony-fix.diff
* Sun Oct 08 2017 lbeltrame@kde.org
  - Update to 5.9.2
    * For more details please see:
      https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/
  - Dropped patches, now upstream:
    * clip-ft-glyph.diff
* Tue Oct 03 2017 t.zell@gmx.de
  - Fixes to make fonts readable again with FreeType 2.8.1 (boo#1061344):
    * clip-ft-glyph.diff
    * harmony-fix.diff
* Tue Sep 26 2017 fabian@ritter-vogt.de
  - Unbundle ffmpeg if possible, only support proprietary codecs
    if the system ffmpeg does
* Mon Sep 25 2017 fabian@ritter-vogt.de
  - Update to 5.10 Alpha 1
  - For more information visit:
      https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/
* Mon Jul 10 2017 mlin@suse.com
  - Raise memory size to 9G and drop overwrite part of s390z build,
    we didn't have build s390x at all. (bsc#1047896)
  - Make it -j4 for all archtectures: do not run too many parallel that
    would costs more memory.
* Sat Jul 01 2017 lbeltrame@kde.org
  - Update to 5.9.1
    * For more details please see:
      http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/
  - Drop upstreamed patches:
    * arm64-linux.patch
    * arm64-toolchain.patch
* Tue Jun 13 2017 fvogt@suse.com
  - Backport patches to fix build on AArch64 and add workaround
    (QTBUG-61128):
    * arm64-linux.patch
    * arm64-toolchain.patch
  - Use proprietary codecs if supported by system ffmpeg (boo#1043375)
* Thu Jun 01 2017 fabian@ritter-vogt.de
  - Remove patch that is apparently not enough for aarch64:
    * gn-add-aarch64.patch
* Thu Jun 01 2017 jengelh@inai.de
  - Update descriptions.
  - Use find -exec's "+" strategy.
* Wed May 31 2017 fabian@ritter-vogt.de
  - Update to 5.9.0 final
* Tue May 30 2017 fabian@ritter-vogt.de
  - Disable usage of system ICU on TW as ICU 59 is not supported
    and patches do not apply
* 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
  - Remove patches, now upstream:
    * fix-chromium-gcc7.patch
    * use-fno-delete-null-pointer-checks-with-gcc-6.diff
    * webrtc-build-with-neon.patch
  - Refresh patches:
    * armv6-ffmpeg-no-thumb.patch
    * disable-gpu-when-using-nouveau-boo-1005323.diff
  - Support new build system, which does not support manual unbundling
    anymore
  - Add patch to allow building on aarch64:
    * gn-add-aarch64.patch
  - Reorder rpm sections
* Mon May 15 2017 fabian@ritter-vogt.de
  - Add patch to fix build with gcc 7:
    * fix-chromium-gcc7.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/
  - Drop upstreamed patches:
    Do-not-depend-on-Linux-4.5.patch and
    detect-gcc6-use-fno-delete-null-pointer-checks.diff
* Thu Nov 03 2016 wbauer@tmo.at
  - Add -fno-delete-null-pointer-checks to CXXFLAGS instead to
    really fix the gcc6 issues (boo#1003985)
* Tue Oct 25 2016 alarrosa@suse.com
  - Add disable-gpu-when-using-nouveau-boo-1005323.diff. Disables the
    use of the gpu by webengine when the nouveau opengl driver is
    detected since nouveau doesn't support rendering from different
    threads. Also, allows to use two environment variables
    QT_WEBENGINE_DISABLE_GPU to force the disabling of the gpu and
    QT_WEBENGINE_DISABLE_NOUVEAU_WORKAROUND to disable the detection
    of nouveau, just in case someone wants to try with newer nouveau
    releases (boo#1005323, boo#997171).
* Thu Oct 06 2016 hrvoje.senjan@gmail.com
  - Pass the -fno-delete-null-pointer-checks flag to avoid further
    gcc6 issues
* Wed Oct 05 2016 hrvoje.senjan@gmail.com
  - Added Do-not-depend-on-Linux-4.5.patch (boo#1002873)
* Wed Sep 28 2016 schwab@suse.de
  - Ensure to build for armv6 on armv6
  - armv6-ffmpeg-no-thumb.patch: Fix ffmpeg configuration for armv6
  - webrtc-build-with-neon.patch: Properly configure webrtc for neon support
* Sat Sep 24 2016 hrvoje.senjan@gmail.com
  - Update to 5.7.0
    * For more details please see:
      https://www.qt.io/qt5-7/
  - Add detect-gcc6-use-fno-delete-null-pointer-checks.diff
* Thu Jun 23 2016 lbeltrame@kde.org
  - Add use-fno-delete-null-pointer-checks-with-gcc-6.diff: fix
    crashes with GCC 6 (https://codereview.qt-project.org/#/c/161965/)
* 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/
  - Drop obsolete gcc50-fixes.diff
* 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
  - Drop upstreamed and/or obsolete patches:
    gyp-arm64.patch, gyp_conf.patch, sandbox-linux-arm64.patch and
    strip.diff
* Thu Dec 03 2015 mlin@suse.com
  - Do not build on s390 and s390x, chromium have not ported to them
* Fri Oct 16 2015 hrvoje.senjan@gmail.com
  - Update to 5.5.1
    * For more details please see:
      http://blog.qt.io/blog/2015/10/15/qt-5-5-1-released/
* Wed Sep 30 2015 schwab@suse.de
  - gyp-arm64.patch: Update ffmpeg config
  - sandbox-linux-arm64.patch: fix chromium build for aarch64
* Sun Aug 16 2015 hrvoje.senjan@gmail.com
  - Update to 5.5.0
    * For more details please see:
      http://blog.qt.io/blog/2015/07/01/qt-5-5-released/
      and https://wiki.qt.io/New_Features_in_Qt_5.5
  - Enable jsoncpp support on Leap
* Fri Aug 14 2015 normand@linux.vnet.ibm.com
  - ExcludeArch:    ppc ppc64 ppc64le
    http://www.chromium.org/blink not ported to PowerPC
* Mon Jun 29 2015 schwab@suse.de
  - gyp-arm64.patch: fix support for aarch64
  - gcc50-fixes.diff: also handle gcc < 5
* Mon Jun 22 2015 tittiatcoke@gmail.com
  - Add patch gcc50-fixes.diff to fix the detection of the GCC 5.x
    compiler. Patch is equal to the one used for Chromium
* Wed Jun 03 2015 hrvoje.senjan@gmail.com
  - Update to 5.4.2
    * Bugfix release, for more details please see:
      http://blog.qt.io/blog/2015/06/02/qt-5-4-2-released/
  - Use correct names in baselibs.conf
* Wed May 27 2015 aj@ajaissle.de
  - Fix summary, this is not an Qt 5 Nfc Addon
* Tue Feb 24 2015 hrvoje.senjan@gmail.com
  - Update to 5.4.1
    * For more details please see:
      http://blog.qt.io/blog/2015/02/24/qt-5-4-1-released/
  - Add minimal requires on other Qt5 libraries
* Wed Dec 10 2014 hrvoje.senjan@gmail.com
  - Update to 5.4 Final
    * For more details please see:
      http://blog.qt.digia.com/blog/2014/12/10/qt-5-4-released/
      and http://qt-project.org/wiki/New-Features-in-Qt-5.4
* Thu Nov 27 2014 hrvoje.senjan@gmail.com
  - Update to 5.4 RC
    * For more details please see:
      http://blog.qt.digia.com/blog/2014/11/27/qt-5-4-release-candidate-available/
      and http://qt-project.org/wiki/New-Features-in-Qt-5.4

Files

/usr/include/qt5/QtPdf/5.15.3
/usr/include/qt5/QtPdf/5.15.3/QtPdf
/usr/include/qt5/QtPdf/5.15.3/QtPdf/private
/usr/include/qt5/QtPdf/5.15.3/QtPdf/private/qpdfdestination_p.h
/usr/include/qt5/QtPdf/5.15.3/QtPdf/private/qpdfdocument_p.h
/usr/include/qt5/QtPdf/5.15.3/QtPdf/private/qpdflinkmodel_p.h
/usr/include/qt5/QtPdf/5.15.3/QtPdf/private/qpdflinkmodel_p_p.h
/usr/include/qt5/QtPdf/5.15.3/QtPdf/private/qpdfsearchmodel_p.h
/usr/include/qt5/QtPdf/5.15.3/QtPdf/private/qpdfsearchresult_p.h
/usr/include/qt5/QtPdf/5.15.3/QtPdf/private/qpdfselection_p.h
/usr/include/qt5/QtPdf/5.15.3/QtPdf/private/qtpdf-config_p.h
/usr/include/qt5/QtPdfWidgets/5.15.3
/usr/include/qt5/QtPdfWidgets/5.15.3/QtPdfWidgets
/usr/include/qt5/QtPdfWidgets/5.15.3/QtPdfWidgets/private
/usr/include/qt5/QtPdfWidgets/5.15.3/QtPdfWidgets/private/qpdfview_p.h
/usr/include/qt5/QtPdfWidgets/5.15.3/QtPdfWidgets/private/qtpdfwidgets-config_p.h
/usr/share/licenses/libqt5-qtpdf-private-headers-devel
/usr/share/licenses/libqt5-qtpdf-private-headers-devel/LICENSE.Chromium
/usr/share/licenses/libqt5-qtpdf-private-headers-devel/LICENSE.FDL
/usr/share/licenses/libqt5-qtpdf-private-headers-devel/LICENSE.GPL2
/usr/share/licenses/libqt5-qtpdf-private-headers-devel/LICENSE.GPL3
/usr/share/licenses/libqt5-qtpdf-private-headers-devel/LICENSE.GPL3-EXCEPT
/usr/share/licenses/libqt5-qtpdf-private-headers-devel/LICENSE.GPLv3
/usr/share/licenses/libqt5-qtpdf-private-headers-devel/LICENSE.LGPL3
/usr/share/licenses/libqt5-qtpdf-private-headers-devel/LICENSE.LGPLv3


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:20:05 2024