Package Release Info

libwpe-1.4.0.1-bp152.2.21

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libwpe-1_0-1
libwpe-1_0-1-64bit
libwpe-devel

Change Logs

* Sat Oct 05 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Add baselibs.conf, build 32-bit support lib.
* Thu Oct 03 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.4.0.1:
  + Fix the version numbers to ensure 1.4.0 is used when building
    from tarballs.
- Drop no longer needed Group tag.
* Thu Sep 19 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.4.0:
  + New API to set the device scaling factor. Backends and WebKit
    embedders can use this to e.g. support HiDPI displays.
  + New API to to obtain the root accessibility object for a view
    backend.
  + API reference documentation can now be built with HotDoc.
    Descriptions for most functionality is still missing, though.
  + Fix build failure on systems where libxkbcommon has its headers
    installed in a non-standard location.
* Tue Sep 17 2019 Michael Gorse <mgorse@suse.com>
- Update to version 1.3.91:
  + Enabled compiler warnings.
  + Fix build failure on systems where libxkbcommon has its headers
    installed in a non-standard location.
  + Fix documentation build.
- Drop libwpe-fix-include-dir.patch: fixed upstream.
* Wed Jul 24 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Initial packaging for openSUSE, version 1.3.1.
Version: 1.16.2-160000.3.2
* Wed Feb 19 2025 bjorn.lie@gmail.com
- Update to version 1.16.2:
  + Fix ABI break accidentally introduced in the 1.16.1 release.
- Changes from version 1.16.1:
  + Add support for non-discrete gamepad button values. This allows
    representing button pressure sensitivity for devices with
    analog button inputs.
- Changes from version 1.16.0:
  + New API to override the default to override the default
    implementation for subprocess launch and termination.
  + New API for handling pointer lock events.
  + Properly handle the EGL library when available without a
    pkg-config module file present.
  + Allow resetting the full screen client to a null pointer.
* Thu Aug 24 2023 bjorn.lie@gmail.com
- Update to version 1.14.1:
  + Fix the build with older glibc C library versions.
* Tue Oct 04 2022 bjorn.lie@gmail.com
- Update to version 1.14.0:
  + New API to provide input events to be treated by WebKit as
    gamepad inputs.
  + New API to configure the target refresh rate of view backends.
  + New API which allow clients to supply an alternative mechanism
    for spawning WebKit auxiliary processes.
  + New WPE_ENABLE_XKB build option, enabled by default, which can
    be used to avoid usage of libxkbcommon.
- Use ldconfig_scriptlets macro for post(un) handling.
* Fri Aug 26 2022 bjorn.lie@gmail.com
- Update to version 1.12.3:
  + Fix the build when using Clang's libc++ or the Musl libc.
- Changes from version 1.12.2:
  + Fix the build when using CMake to configure it.
- Changes from version 1.12.1:
  + Fix pasteboard to use the generic interface by default.
  + Fix memory allocation to always abort execution on failure.
* Thu Nov 25 2021 bjorn.lie@gmail.com
- Update to version 1.12.0:
  + New API to handle requests initiated by web content to
    (un)fullscreen web views.
* Sat Jul 17 2021 dmueller@suse.com
- update to 1.10.1:
  - Fix the build with versions of Python older than 3.6
* Sat May 08 2021 dmueller@suse.com
- update to 1.10.0:
  - New API to explicitly deinitialize an EGL renderer target, which allows
    implementors of the wpe_renderer_backend_egl_target_interface
  - build system improvements
* Thu Sep 17 2020 mgorse@suse.com
- Update to version 1.8.0:
  + New build configuration system based on Meson. The existing
    CMake-based system is still maintained, and both produce the
    same outputs.
  + Hidden visibility is now used by default for symbols, and only
    those belonging to the public API are exported.
- Switch to meson.
* Thu Mar 12 2020 bjorn.lie@gmail.com
- Update to version 1.6.0:
  + Added support for smooth 2D axis input events.
  + Ensure that only symbols marked with WPE_EXPORT are public.
  + Improved robustness of the CMake build system.
- Changes from version 1.5.90:
  + Added support for smooth 2D axis input events.
  + Improved robustness of the CMake build system.
* Sat Oct 05 2019 bjorn.lie@gmail.com
- Add baselibs.conf, build 32-bit support lib.