Hello community,

here is the log from the commit of package kwayland for openSUSE:Factory 
checked in at 2017-01-31 12:10:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwayland (Old)
 and      /work/SRC/openSUSE:Factory/.kwayland.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwayland"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwayland/kwayland.changes        2016-12-17 
11:13:48.946257576 +0100
+++ /work/SRC/openSUSE:Factory/.kwayland.new/kwayland.changes   2017-02-03 
17:46:35.425208683 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:44:09 UTC 2017 - [email protected]
+
+- Update to 5.30.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+-------------------------------------------------------------------

Old:
----
  kwayland-5.29.0.tar.xz

New:
----
  kwayland-5.30.0.tar.xz

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

Other differences:
------------------
++++++ kwayland.spec ++++++
--- /var/tmp/diff_new_pack.nWPYjb/_old  2017-02-03 17:46:35.845149243 +0100
+++ /var/tmp/diff_new_pack.nWPYjb/_new  2017-02-03 17:46:35.849148677 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kwayland
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:           kwayland
-Version:        5.29.0
+Version:        5.30.0
 Release:        0
 Summary:        KDE Wayland library
 License:        LGPL-2.1+
@@ -28,7 +28,7 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE fix-wayland-1.3-dependency.diff [email protected] -- 
Changes the wayland version kwayland depends on
 Patch0:         fix-wayland-1.3-dependency.diff
-BuildRequires:  cmake >= 2.8.12
+BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem

++++++ kwayland-5.29.0.tar.xz -> kwayland-5.30.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.29.0/CMakeLists.txt 
new/kwayland-5.30.0/CMakeLists.txt
--- old/kwayland-5.29.0/CMakeLists.txt  2016-12-03 11:37:20.000000000 +0100
+++ new/kwayland-5.30.0/CMakeLists.txt  2017-01-08 16:45:23.000000000 +0100
@@ -1,26 +1,26 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project(KWayland)
+set(KF5_VERSION "5.30.0") # handled by release scripts
+project(KWayland VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.29.0  NO_MODULE)
+find_package(ECM 5.30.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})
 
 include(FeatureSummary)
 include(GenerateExportHeader)
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 include(CMakeFindFrameworks)
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.29.0") # handled by release scripts
 
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KWAYLAND
+ecm_setup_version(PROJECT VARIABLE_PREFIX KWAYLAND
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kwayland_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5WaylandConfigVersion.cmake"
                         SOVERSION 5)
@@ -62,7 +62,7 @@
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Wayland")
 
-ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5WaylandConfig.cmake.in"
+configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5WaylandConfig.cmake.in"
                               
"${CMAKE_CURRENT_BINARY_DIR}/KF5WaylandConfig.cmake"
                               INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
                               )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.29.0/KF5WaylandConfig.cmake.in 
new/kwayland-5.30.0/KF5WaylandConfig.cmake.in
--- old/kwayland-5.29.0/KF5WaylandConfig.cmake.in       2016-12-03 
11:37:20.000000000 +0100
+++ new/kwayland-5.30.0/KF5WaylandConfig.cmake.in       2017-01-08 
16:45:23.000000000 +0100
@@ -1,5 +1,6 @@
 @PACKAGE_INIT@
 
+include(CMakeFindDependencyMacro)
 find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5WaylandTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-5.29.0/src/client/plasmawindowmodel.h 
new/kwayland-5.30.0/src/client/plasmawindowmodel.h
--- old/kwayland-5.29.0/src/client/plasmawindowmodel.h  2016-12-03 
11:37:20.000000000 +0100
+++ new/kwayland-5.30.0/src/client/plasmawindowmodel.h  2017-01-08 
16:45:23.000000000 +0100
@@ -57,7 +57,6 @@
 class KWAYLANDCLIENT_EXPORT PlasmaWindowModel : public QAbstractListModel
 {
     Q_OBJECT
-    Q_ENUMS(AdditionalRoles)
 
 public:
     enum AdditionalRoles {
@@ -104,19 +103,20 @@
         */
         Geometry
     };
+    Q_ENUM(AdditionalRoles)
 
     explicit PlasmaWindowModel(PlasmaWindowManagement *parent);
     virtual ~PlasmaWindowModel();
 
-    virtual QHash<int, QByteArray> roleNames() const;
+    QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE;
 
-    virtual QVariant data(const QModelIndex &index, int role = 
Qt::DisplayRole) const;
-    virtual int rowCount(const QModelIndex &parent = QModelIndex()) const;
+    QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const 
Q_DECL_OVERRIDE;
+    int rowCount(const QModelIndex &parent = QModelIndex()) const 
Q_DECL_OVERRIDE;
 
     /**
      * Returns an index with internalPointer() pointing to a PlasmaWindow 
instance.
      **/
-    virtual QModelIndex        index(int row, int column = 0, const 
QModelIndex &parent = QModelIndex()) const;
+    QModelIndex        index(int row, int column = 0, const QModelIndex 
&parent = QModelIndex()) const Q_DECL_OVERRIDE;
 
 
     /**


Reply via email to