Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2019-04-19 21:24:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland (Old)
 and      /work/SRC/openSUSE:Factory/.kwayland.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwayland"

Fri Apr 19 21:24:35 2019 rev:61 rq:695254 version:5.57.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes        2019-03-21 
09:48:43.326863136 +0100
+++ /work/SRC/openSUSE:Factory/.kwayland.new.5536/kwayland.changes      
2019-04-19 21:24:37.039892043 +0200
@@ -1,0 +2,11 @@
+Sun Apr 14 20:21:44 UTC 2019 - [email protected]
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * it compiles fine without foreach
+  * Hopefully fix flaky remote access test
+
+-------------------------------------------------------------------

Old:
----
  kwayland-5.56.0.tar.xz

New:
----
  kwayland-5.57.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kwayland.spec ++++++
--- /var/tmp/diff_new_pack.RqQB96/_old  2019-04-19 21:24:38.591894020 +0200
+++ /var/tmp/diff_new_pack.RqQB96/_new  2019-04-19 21:24:38.615894051 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.56
+%define _tar_path 5.57
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kwayland
-Version:        5.56.0
+Version:        5.57.0
 Release:        0
 Summary:        KDE Wayland library
 License:        LGPL-2.1-or-later

++++++ kwayland-5.56.0.tar.xz -> kwayland-5.57.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.56.0/.gitignore 
new/kwayland-5.57.0/.gitignore
--- old/kwayland-5.56.0/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/kwayland-5.57.0/.gitignore      2019-04-07 09:20:51.000000000 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.56.0/CMakeLists.txt 
new/kwayland-5.57.0/CMakeLists.txt
--- old/kwayland-5.56.0/CMakeLists.txt  2019-03-02 14:30:05.000000000 +0100
+++ new/kwayland-5.57.0/CMakeLists.txt  2019-04-07 09:20:51.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
 project(KWayland VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
@@ -55,6 +55,7 @@
 # adjusting CMAKE_C_FLAGS to get wayland protocols to compile
 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu90")
 
+add_definitions(-DQT_NO_FOREACH)
 # Subdirectories
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
     ecm_install_po_files_as_qm(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwayland-5.56.0/autotests/client/test_remote_access.cpp 
new/kwayland-5.57.0/autotests/client/test_remote_access.cpp
--- old/kwayland-5.56.0/autotests/client/test_remote_access.cpp 2019-03-02 
14:30:05.000000000 +0100
+++ new/kwayland-5.57.0/autotests/client/test_remote_access.cpp 2019-04-07 
09:20:51.000000000 +0200
@@ -273,16 +273,15 @@
 
     // wait for event loop
     QVERIFY(bufferReadySpy1.wait());
-    if (bufferReadySpy2.size() == 0) {
-        QVERIFY(bufferReadySpy2.wait());
-    }
-
     // receive buffer at client 1
     QCOMPARE(bufferReadySpy1.size(), 1);
     auto rbuf1 = bufferReadySpy1.takeFirst()[1].value<const RemoteBuffer *>();
     QSignalSpy paramsObtainedSpy1(rbuf1, &RemoteBuffer::parametersObtained);
     QVERIFY(paramsObtainedSpy1.isValid());
 
+    if (bufferReadySpy2.size() == 0) {
+        QVERIFY(bufferReadySpy2.wait());
+    }
     // receive buffer at client 2
     QCOMPARE(bufferReadySpy2.size(), 1);
     auto rbuf2 = bufferReadySpy2.takeFirst()[1].value<const RemoteBuffer *>();
@@ -290,7 +289,7 @@
     QVERIFY(paramsObtainedSpy2.isValid());
 
     // wait for event loop
-    QVERIFY(paramsObtainedSpy1.wait());
+    QVERIFY(paramsObtainedSpy1.size() == 1 || paramsObtainedSpy1.wait());
     QCOMPARE(paramsObtainedSpy1.size(), 1);
     if (paramsObtainedSpy2.size() == 0) {
         QVERIFY(paramsObtainedSpy2.wait());


Reply via email to