Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2020-12-15 12:29:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland (Old)
 and      /work/SRC/openSUSE:Factory/.kwayland.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwayland"

Tue Dec 15 12:29:35 2020 rev:81 rq:855464 version:5.77.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes        2020-11-23 
10:33:18.417546523 +0100
+++ /work/SRC/openSUSE:Factory/.kwayland.new.2328/kwayland.changes      
2020-12-15 12:31:53.968073550 +0100
@@ -1,0 +2,10 @@
+Mon Dec  7 17:14:47 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.77.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.77.0
+- Changes since 5.76.0:
+  * Compile without deprecated method
+
+-------------------------------------------------------------------

Old:
----
  kwayland-5.76.0.tar.xz
  kwayland-5.76.0.tar.xz.sig

New:
----
  kwayland-5.77.0.tar.xz
  kwayland-5.77.0.tar.xz.sig

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

Other differences:
------------------
++++++ kwayland.spec ++++++
--- /var/tmp/diff_new_pack.AARWeB/_old  2020-12-15 12:31:54.724074159 +0100
+++ /var/tmp/diff_new_pack.AARWeB/_new  2020-12-15 12:31:54.732074166 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _tar_path 5.76
+%define _tar_path 5.77
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -24,7 +24,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:           kwayland
-Version:        5.76.0
+Version:        5.77.0
 Release:        0
 Summary:        KDE Wayland library
 License:        LGPL-2.1-or-later
@@ -39,13 +39,13 @@
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
-BuildRequires:  libQt5Gui-private-headers-devel >= 5.12.0
+BuildRequires:  libQt5Gui-private-headers-devel >= 5.13.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(PlasmaWaylandProtocols)
-BuildRequires:  cmake(Qt5Concurrent) >= 5.12.0
-BuildRequires:  cmake(Qt5Gui) >= 5.12.0
-BuildRequires:  cmake(Qt5Test) >= 5.12.0
-BuildRequires:  cmake(Qt5WaylandClient) >= 5.12.0
+BuildRequires:  cmake(Qt5Concurrent) >= 5.13.0
+BuildRequires:  cmake(Qt5Gui) >= 5.13.0
+BuildRequires:  cmake(Qt5Test) >= 5.13.0
+BuildRequires:  cmake(Qt5WaylandClient) >= 5.13.0
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(wayland-client) >= 1.15.0
 BuildRequires:  pkgconfig(wayland-protocols)
@@ -64,7 +64,7 @@
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules >= %{_kf5_bugfix_version}
-Requires:       cmake(Qt5Gui) >= 5.12.0
+Requires:       cmake(Qt5Gui) >= 5.13.0
 
 %description devel
 KWayland provides a Qt-style Client and Server library wrapper for the Wayland 
libraries.


++++++ kwayland-5.76.0.tar.xz -> kwayland-5.77.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.76.0/CMakeLists.txt 
new/kwayland-5.77.0/CMakeLists.txt
--- old/kwayland-5.76.0/CMakeLists.txt  2020-11-07 12:44:38.000000000 +0100
+++ new/kwayland-5.77.0/CMakeLists.txt  2020-12-05 11:15:17.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.76.0") # handled by release scripts
+set(KF5_VERSION "5.77.0") # handled by release scripts
 project(KWayland VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.76.0  NO_MODULE)
+find_package(ECM 5.77.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/Modules)
@@ -30,7 +30,7 @@
                         SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.12.0)
+set(REQUIRED_QT_VERSION 5.13.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Concurrent Gui 
WaylandClient)
 
 find_package(QtWaylandScanner REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kwayland-5.76.0/autotests/client/test_wayland_seat.cpp 
new/kwayland-5.77.0/autotests/client/test_wayland_seat.cpp
--- old/kwayland-5.76.0/autotests/client/test_wayland_seat.cpp  2020-11-07 
12:44:38.000000000 +0100
+++ new/kwayland-5.77.0/autotests/client/test_wayland_seat.cpp  2020-12-05 
11:15:17.000000000 +0100
@@ -719,7 +719,6 @@
 
     QTest::newRow("left")    << Qt::LeftButton    << quint32(BTN_LEFT);
     QTest::newRow("right")   << Qt::RightButton   << quint32(BTN_RIGHT);
-    QTest::newRow("mid")     << Qt::MidButton     << quint32(BTN_MIDDLE);
     QTest::newRow("middle")  << Qt::MiddleButton  << quint32(BTN_MIDDLE);
     QTest::newRow("back")    << Qt::BackButton    << quint32(BTN_BACK);
     QTest::newRow("x1")      << Qt::XButton1      << quint32(BTN_BACK);
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to