From 1f3002a03e1645d6cceb8814c802d2d16bafe533ce831f9561b3df9d6e5fee63 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 28 Jun 2019 14:31:01 +0000 Subject: [PATCH] Accepting request 711201 from KDE:Qt:5.13 Qt 5.13.0 OBS-URL: https://build.opensuse.org/request/show/711201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtwayland?expand=0&rev=27 --- libqt5-qtwayland.changes | 48 ++++++++++++++++++++++++++ libqt5-qtwayland.spec | 14 ++++---- qtwayland-everywhere-src-5.12.3.tar.xz | 3 -- qtwayland-everywhere-src-5.13.0.tar.xz | 3 ++ 4 files changed, 57 insertions(+), 11 deletions(-) delete mode 100644 qtwayland-everywhere-src-5.12.3.tar.xz create mode 100644 qtwayland-everywhere-src-5.13.0.tar.xz diff --git a/libqt5-qtwayland.changes b/libqt5-qtwayland.changes index 5cfcbae..02e179f 100644 --- a/libqt5-qtwayland.changes +++ b/libqt5-qtwayland.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Jun 19 11:24:47 UTC 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/qtwayland.git/plain/dist/changes-5.13.0/?h=5.13 + +------------------------------------------------------------------- +Tue Jun 4 07:25:17 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.13.0-rc: + * New bugfix release + * No changelog available +- Drop patches, bug fixed upstream: + * 0001-Revert-Fix-compilation-with-QT_NO_WARNING_OUTPUT.patch + * 0002-Revert-Client-Don-t-send-illegal-wl_pointer.set_curs.patch + * 0003-Revert-Client-tests-Add-convenience-for-getting-curs.patch + * 0004-Revert-Client-Decrease-buffer_scale-for-small-cursor.patch + * 0005-Revert-Client-Refactor-cursors-and-fix-various-bugs.patch + +------------------------------------------------------------------- +Sat May 18 13:48:39 UTC 2019 - Fabian Vogt + +- Revert upstream commits to hopefully fix kscreenlocker crash (kde#407653): + * 0001-Revert-Fix-compilation-with-QT_NO_WARNING_OUTPUT.patch + * 0002-Revert-Client-Don-t-send-illegal-wl_pointer.set_curs.patch + * 0003-Revert-Client-tests-Add-convenience-for-getting-curs.patch + * 0004-Revert-Client-Decrease-buffer_scale-for-small-cursor.patch + * 0005-Revert-Client-Refactor-cursors-and-fix-various-bugs.patch + +------------------------------------------------------------------- +Mon Apr 29 09:17:05 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.13.0-beta2: + * New bugfix release + * No changelog available + ------------------------------------------------------------------- Thu Apr 18 07:27:40 UTC 2019 - fabian@ritter-vogt.de @@ -6,6 +45,14 @@ Thu Apr 18 07:27:40 UTC 2019 - fabian@ritter-vogt.de * For more details please see: * http://code.qt.io/cgit/qt/qtwayland.git/plain/dist/changes-5.12.3/?h=v5.12.3 +------------------------------------------------------------------- +Thu Mar 21 10:26:27 UTC 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/qtwayland.git/plain/dist/changes-5.13.0/?h=5.13 + ------------------------------------------------------------------- Thu Mar 14 08:52:00 UTC 2019 - fabian@ritter-vogt.de @@ -406,3 +453,4 @@ Mon Sep 8 20:15:30 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.4.0 alpha: * Part of the official Qt release + diff --git a/libqt5-qtwayland.spec b/libqt5-qtwayland.spec index 7081151..b7e29ec 100644 --- a/libqt5-qtwayland.spec +++ b/libqt5-qtwayland.spec @@ -19,17 +19,17 @@ %define qt5_snapshot 0 %define libname libQt5WaylandCompositor5 %define base_name libqt5 -%define real_version 5.12.3 -%define so_version 5.12.3 -%define tar_version qtwayland-everywhere-src-5.12.3 +%define real_version 5.13.0 +%define so_version 5.13.0 +%define tar_version qtwayland-everywhere-src-5.13.0 Name: libqt5-qtwayland -Version: 5.12.3 +Version: 5.13.0 Release: 0 Summary: Qt 5 Wayland Addon License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only Group: Development/Libraries/X11 Url: https://www.qt.io -Source: https://download.qt.io/official_releases/qt/5.12/%{real_version}/submodules/%{tar_version}.tar.xz +Source: https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz Source1: baselibs.conf # PATCH-FIX-OPENSUSE Patch100: workaround-null-object.patch @@ -47,7 +47,6 @@ BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-server) >= 1.1.0 BuildRequires: pkgconfig(xcomposite) BuildRequires: pkgconfig(xkbcommon) >= 0.2.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build Conflicts: qtwayland %if %{qt5_snapshot} #to create the forwarding headers @@ -106,8 +105,7 @@ Recommends: %{name}-devel Examples for libqt5-qtwayland module. %prep -%setup -q -n %{tar_version} -%autopatch -p1 +%autosetup -p1 -n %{tar_version} %post -n libQt5WaylandCompositor5 -p /sbin/ldconfig diff --git a/qtwayland-everywhere-src-5.12.3.tar.xz b/qtwayland-everywhere-src-5.12.3.tar.xz deleted file mode 100644 index f5ca21c..0000000 --- a/qtwayland-everywhere-src-5.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0b45ad84180730e2d5a1249eb20c6357869b4b78f45eb266c2f2b17f77d86ff -size 432304 diff --git a/qtwayland-everywhere-src-5.13.0.tar.xz b/qtwayland-everywhere-src-5.13.0.tar.xz new file mode 100644 index 0000000..fde79cf --- /dev/null +++ b/qtwayland-everywhere-src-5.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67a6d8119628bca3301bd03992880db07d61d405534067c9cd2a598695a7cf3 +size 478076