Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kwindowsystem for openSUSE:Factory checked in at 2021-08-16 10:08:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kwindowsystem (Old) and /work/SRC/openSUSE:Factory/.kwindowsystem.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kwindowsystem" Mon Aug 16 10:08:14 2021 rev:97 rq:912168 version:5.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kwindowsystem/kwindowsystem.changes 2021-07-16 00:01:59.112799268 +0200 +++ /work/SRC/openSUSE:Factory/.kwindowsystem.new.1899/kwindowsystem.changes 2021-08-16 10:12:26.083038755 +0200 @@ -1,0 +2,10 @@ +Fri Aug 6 12:13:26 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.85.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.85.0 +- Changes since 5.84.0: + * Support static builds + +------------------------------------------------------------------- Old: ---- kwindowsystem-5.84.0.tar.xz kwindowsystem-5.84.0.tar.xz.sig New: ---- kwindowsystem-5.85.0.tar.xz kwindowsystem-5.85.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kwindowsystem.spec ++++++ --- /var/tmp/diff_new_pack.Oe75q2/_old 2021-08-16 10:12:26.487038281 +0200 +++ /var/tmp/diff_new_pack.Oe75q2/_new 2021-08-16 10:12:26.491038276 +0200 @@ -17,14 +17,14 @@ %define lname libKF5WindowSystem5 -%define _tar_path 5.84 +%define _tar_path 5.85 # 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}')} %bcond_without lang Name: kwindowsystem -Version: 5.84.0 +Version: 5.85.0 Release: 0 Summary: KDE Access to window manager License: LGPL-2.1-or-later ++++++ kwindowsystem-5.84.0.tar.xz -> kwindowsystem-5.85.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/CMakeLists.txt new/kwindowsystem-5.85.0/CMakeLists.txt --- old/kwindowsystem-5.84.0/CMakeLists.txt 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/CMakeLists.txt 2021-08-06 11:11:29.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.84.0") # handled by release scripts +set(KF_VERSION "5.85.0") # handled by release scripts project(KWindowSystem VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.84.0 NO_MODULE) +find_package(ECM 5.85.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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/KF5WindowSystemConfig.cmake.in new/kwindowsystem-5.85.0/KF5WindowSystemConfig.cmake.in --- old/kwindowsystem-5.84.0/KF5WindowSystemConfig.cmake.in 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/KF5WindowSystemConfig.cmake.in 2021-08-06 11:11:29.000000000 +0200 @@ -4,7 +4,13 @@ find_dependency(Qt5Gui @REQUIRED_QT_VERSION@) if(NOT @KWINDOWSYSTEM_NO_WIDGETS@) -find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@) + find_dependency(Qt5Widgets @REQUIRED_QT_VERSION@) +endif() + +if(NOT @BUILD_SHARED_LIBS@) + if(@WIN32@) + find_dependency(Qt5WinExtras @REQUIRED_QT_VERSION@) + endif() endif() include("${CMAKE_CURRENT_LIST_DIR}/KF5WindowSystemTargets.cmake") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/autotests/netwininfotestclient.cpp new/kwindowsystem-5.85.0/autotests/netwininfotestclient.cpp --- old/kwindowsystem-5.84.0/autotests/netwininfotestclient.cpp 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/autotests/netwininfotestclient.cpp 2021-08-06 11:11:29.000000000 +0200 @@ -948,7 +948,7 @@ const QByteArray testActivities = QByteArrayLiteral("foo,bar"); const QByteArray allActivities = QByteArrayLiteral(KDE_ALL_ACTIVITIES_UUID); - QTest::newRow("activites") << testActivities << testActivities; + QTest::newRow("activities") << testActivities << testActivities; QTest::newRow("empty") << QByteArray() << allActivities; QTest::newRow("\\0") << QByteArrayLiteral("\0") << allActivities; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/po/zh_CN/kwindowsystem5_qt.po new/kwindowsystem-5.85.0/po/zh_CN/kwindowsystem5_qt.po --- old/kwindowsystem-5.84.0/po/zh_CN/kwindowsystem5_qt.po 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/po/zh_CN/kwindowsystem5_qt.po 2021-08-06 11:11:29.000000000 +0200 @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2021-06-20 07:36\n" +"PO-Revision-Date: 2021-07-26 13:48\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/src/CMakeLists.txt new/kwindowsystem-5.85.0/src/CMakeLists.txt --- old/kwindowsystem-5.84.0/src/CMakeLists.txt 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/src/CMakeLists.txt 2021-08-06 11:11:29.000000000 +0200 @@ -182,7 +182,7 @@ VERSION ${KF_VERSION} ORG_DOMAIN org.kde SOURCE_DIRS - # using dir for now, to cover any platform dependant code + # using dir for now, to cover any platform dependent code # TODO: should only use public headers, to cover only public API ${CMAKE_CURRENT_SOURCE_DIR} MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/src/kstartupinfo.h new/kwindowsystem-5.85.0/src/kstartupinfo.h --- old/kwindowsystem-5.84.0/src/kstartupinfo.h 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/src/kstartupinfo.h 2021-08-06 11:11:29.000000000 +0200 @@ -567,7 +567,7 @@ const QString &findDescription() const; /** * Returns the name of the startup notification, or empty if not available. - * @return the name of the startup notificaiton, or an empty string + * @return the name of the startup notification, or an empty string * if not set. */ const QString &description() const; @@ -633,7 +633,7 @@ */ QList<pid_t> pids() const; /** - * Checks whether the given @p pid is in the list of PIDs for starup + * Checks whether the given @p pid is in the list of PIDs for startup * notification. * @return true if the given @p pid is in the list of PIDs for the startup notification */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/src/kwindoweffects.h new/kwindowsystem-5.85.0/src/kwindoweffects.h --- old/kwindowsystem-5.84.0/src/kwindoweffects.h 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/src/kwindoweffects.h 2021-08-06 11:11:29.000000000 +0200 @@ -191,7 +191,7 @@ #if KWINDOWSYSTEM_ENABLE_DEPRECATED_SINCE(5, 67) /** * Instructs the window manager to handle the given window as dashboard window as - * Dashboard windows should be handled diffrently and may have special effects + * Dashboard windows should be handled differently and may have special effects * applied to them. * * @param window The window for which to enable the blur effect diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/src/kwindowshadow.h new/kwindowsystem-5.85.0/src/kwindowshadow.h --- old/kwindowsystem-5.84.0/src/kwindowshadow.h 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/src/kwindowshadow.h 2021-08-06 11:11:29.000000000 +0200 @@ -36,7 +36,7 @@ /** * Sets the image on the KWindowShadowTile. * - * Notice that once the native platform resouces have been allocated for the tile, you are + * Notice that once the native platform resources have been allocated for the tile, you are * not allowed to change the image. In order to do so, you need to create a new tile. */ void setImage(const QImage &image); @@ -203,7 +203,7 @@ /** * Allocates the platform resources associated with the KWindowShadow. * - * Once the native platform resouces have been allocated, you're not allowed to attach or + * Once the native platform resources have been allocated, you're not allowed to attach or * detach shadow tiles, change the padding or the target window. If you want to do so, you * must destroy() the shadow, change relevant attributes and call create() again. * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/src/kwindowsystem.h new/kwindowsystem-5.85.0/src/kwindowsystem.h --- old/kwindowsystem-5.84.0/src/kwindowsystem.h 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/src/kwindowsystem.h 2021-08-06 11:11:29.000000000 +0200 @@ -31,7 +31,7 @@ * using a more high-level interface than the NETWinInfo/NETRootInfo * lowlevel classes. * - * Because of limitiations of the way Qt is implemented on Mac OSX, the WId's + * Because of limitations of the way Qt is implemented on Mac OSX, the WId's * returned by methods in this class are not compatible with those expected * by other Qt methods. So while it should be fine to pass WId's retrieved by * for example calling the winId method on a QWidget to methods in this class diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/src/platforms/windows/kwindowinfo.cpp new/kwindowsystem-5.85.0/src/platforms/windows/kwindowinfo.cpp --- old/kwindowsystem-5.84.0/src/platforms/windows/kwindowinfo.cpp 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/src/platforms/windows/kwindowinfo.cpp 2021-08-06 11:11:29.000000000 +0200 @@ -242,7 +242,7 @@ RECT wndRect; memset(&wndRect, 0, sizeof(wndRect)); - // fetch only client area geometries ... i hope thats right + // fetch only client area geometries ... i hope that's right if (GetClientRect(d->win_, &wndRect)) { QRect result; result.setCoords(wndRect.left, wndRect.top, wndRect.right, wndRect.bottom); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/src/platforms/windows/kwindowsystem.cpp new/kwindowsystem-5.85.0/src/platforms/windows/kwindowsystem.cpp --- old/kwindowsystem-5.84.0/src/platforms/windows/kwindowsystem.cpp 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/src/platforms/windows/kwindowsystem.cpp 2021-08-06 11:11:29.000000000 +0200 @@ -443,8 +443,8 @@ } #endif // Puts the window in front and activates it. - // to bring a window to the front while the user is active in a different apllication we - // have to atach our self to the current active window + // to bring a window to the front while the user is active in a different application we + // have to attach our self to the current active window HWND hwndActiveWin = GetForegroundWindow(); int idActive = GetWindowThreadProcessId(hwndActiveWin, nullptr); if (AttachThreadInput(GetCurrentThreadId(), idActive, TRUE)) { @@ -589,8 +589,8 @@ void KWindowSystem::raiseWindow(WId win) { - // to bring a window to the front while the user is active in a different apllication we - // have to atach our self to the current active window + // to bring a window to the front while the user is active in a different application we + // have to attach our self to the current active window HWND hwndActiveWin = GetForegroundWindow(); int idActive = GetWindowThreadProcessId(hwndActiveWin, nullptr); if (AttachThreadInput(GetCurrentThreadId(), idActive, TRUE)) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/src/platforms/xcb/kselectionowner.h new/kwindowsystem-5.85.0/src/platforms/xcb/kselectionowner.h --- old/kwindowsystem-5.84.0/src/platforms/xcb/kselectionowner.h 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/src/platforms/xcb/kselectionowner.h 2021-08-06 11:11:29.000000000 +0200 @@ -16,7 +16,7 @@ /** This class implements claiming and owning manager selections, as described in the ICCCM, section 2.8. The selection atom is passed to the constructor, - claim() attemps to claim ownership of the selection, release() gives up + claim() attempts to claim ownership of the selection, release() gives up the selection ownership. Signal lostOwnership() is emitted when the selection is claimed by another owner. @short ICCCM manager selection owner @@ -130,7 +130,7 @@ void lostOwnership(); /** - * This signal is emitted when claim() was succesful in claiming + * This signal is emitted when claim() was successful in claiming * ownership of the selection. */ void claimedOwnership(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kwindowsystem-5.84.0/src/platforms/xcb/kselectionwatcher.h new/kwindowsystem-5.85.0/src/platforms/xcb/kselectionwatcher.h --- old/kwindowsystem-5.84.0/src/platforms/xcb/kselectionwatcher.h 2021-07-03 14:19:43.000000000 +0200 +++ new/kwindowsystem-5.85.0/src/platforms/xcb/kselectionwatcher.h 2021-08-06 11:11:29.000000000 +0200 @@ -92,7 +92,7 @@ void newOwner(xcb_window_t owner); /** * This signal is emitted when the selection is given up, i.e. there's no - * owner. Note that the selection may be immediatelly claimed again, + * owner. Note that the selection may be immediately claimed again, * so the newOwner() signal may be emitted right after this one. * It's safe to delete the instance in a slot connected to this signal. */
