Accepting request 1116057 from home:Vogtinator:qt5.15
Qt 5.15.11. Not fully built yet, qtlocation needed a fix. OBS-URL: https://build.opensuse.org/request/show/1116057 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtwayland?expand=0&rev=30
This commit is contained in:
parent
369480f7fa
commit
123bc8d23a
4
_service
4
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionformat">5.15.10+kde@TAG_OFFSET@</param>
|
||||
<param name="versionformat">5.15.11+kde@TAG_OFFSET@</param>
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtwayland.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">qtwayland-everywhere-src</param>
|
||||
<param name="revision">kde/5.15</param>
|
||||
<param name="parent-tag">v5.15.10-lts-lgpl</param>
|
||||
<param name="parent-tag">v5.15.11-lts-lgpl</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://invent.kde.org/qt/qt/qtwayland.git</param>
|
||||
<param name="changesrevision">aabaa4efd1d284f07c3cb5b8a7d62a9143701bc4</param></service></servicedata>
|
||||
<param name="changesrevision">4de268cbaf6ff3b633429577f06d3d746a3b202a</param></service></servicedata>
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 6 06:43:27 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to version 5.15.11+kde59, rebased upstream:
|
||||
* Client: Avoid locking resizing in QWaylandShmBackingStore
|
||||
* Client: Remove some surface commits
|
||||
* tests: Fix tst_xdgshell::minMaxSize()
|
||||
* Client: Commit the initial surface state explicitly
|
||||
* Remove unused variables
|
||||
* QtWaylandCompositor: includemocs
|
||||
* QtWaylandClient: includemocs
|
||||
* QtWaylandEglClientHwIntegrationPrivate: includemocs
|
||||
* QtWaylandTextureSharing: includemocs
|
||||
* QWaylandXdgShellIntegrationPlugin: includemocs
|
||||
* QtWlShellIntegrationPrivate: includemocs
|
||||
* Add missing QT_{BEGIN,END}_NAMESPACE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 12:11:23 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Update to version 5.15.10+kde58:
|
||||
* Client: Fix the mouse being stuck in pressed state after DnD
|
||||
* client: Fix infinite recursion with text-input-v2
|
||||
* Client: Fix buffer damage
|
||||
* Replace scale with devicePixelRatio for non-integer scaling
|
||||
* Convert cursor bitmap to supported format
|
||||
* client: Fix crash on dnd updates after client facing drag ends
|
||||
* Destroy frame queue before display
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 13 12:59:48 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -22,11 +22,11 @@
|
||||
%define qt5_snapshot 1
|
||||
%define libname libQt5WaylandCompositor5
|
||||
%define base_name libqt5
|
||||
%define real_version 5.15.10
|
||||
%define so_version 5.15.10
|
||||
%define real_version 5.15.11
|
||||
%define so_version 5.15.11
|
||||
%define tar_version qtwayland-everywhere-src-%{version}
|
||||
Name: libqt5-qtwayland
|
||||
Version: 5.15.10+kde51
|
||||
Version: 5.15.11+kde59
|
||||
Release: 0
|
||||
Summary: Qt 5 Wayland Addon
|
||||
# The wayland compositor files are GPL-3.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:418c4f89e7aa715ace975cd9c16210329712695f59b2b632abe690f8881b00e0
|
||||
size 4706316
|
BIN
qtwayland-everywhere-src-5.15.11+kde59.obscpio
(Stored with Git LFS)
Normal file
BIN
qtwayland-everywhere-src-5.15.11+kde59.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
name: qtwayland-everywhere-src
|
||||
version: 5.15.10+kde51
|
||||
mtime: 1686590629
|
||||
commit: aabaa4efd1d284f07c3cb5b8a7d62a9143701bc4
|
||||
version: 5.15.11+kde59
|
||||
mtime: 1696453142
|
||||
commit: 4de268cbaf6ff3b633429577f06d3d746a3b202a
|
||||
|
Loading…
Reference in New Issue
Block a user