Hello community,
here is the log from the commit of package frameworkintegration for
openSUSE:Leap:15.2 checked in at 2020-02-16 18:26:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/frameworkintegration (Old)
and /work/SRC/openSUSE:Leap:15.2/.frameworkintegration.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frameworkintegration"
Sun Feb 16 18:26:23 2020 rev:50 rq:773891 version:5.67.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/frameworkintegration/frameworkintegration.changes
2020-01-19 15:49:12.217763715 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.frameworkintegration.new.26092/frameworkintegration.changes
2020-02-16 18:27:33.682694157 +0100
@@ -1,0 +2,16 @@
+Sun Feb 2 18:06:41 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Replace %make_jobs with %cmake_build.
+
+-------------------------------------------------------------------
+Sun Feb 2 14:32:27 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.67.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- Changes since 5.66.0:
+ * Drop unused dependency
+ * Drop HAVE_X11 remnants
+
+-------------------------------------------------------------------
Old:
----
frameworkintegration-5.66.0.tar.xz
frameworkintegration-5.66.0.tar.xz.sig
New:
----
frameworkintegration-5.67.0.tar.xz
frameworkintegration-5.67.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.ZlKzQj/_old 2020-02-16 18:27:34.066694357 +0100
+++ /var/tmp/diff_new_pack.ZlKzQj/_new 2020-02-16 18:27:34.066694357 +0100
@@ -17,7 +17,7 @@
%define lname libKF5Style5
-%define _tar_path 5.66
+%define _tar_path 5.67
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
# Only needed for the package signature condition
%bcond_without lang
Name: frameworkintegration
-Version: 5.66.0
+Version: 5.67.0
Release: 0
Summary: Plugins responsible for better integration of Qt applications
in KDE Workspace
License: LGPL-2.1-or-later
@@ -37,27 +37,22 @@
Source2: frameworks.keyring
%endif
Source99: baselibs.conf
-BuildRequires: cmake >= 3.0
+BuildRequires: cmake >= 3.5
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
-BuildRequires: pkgconfig
+BuildRequires: cmake(AppStreamQt) >= 0.10.4
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
-BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
-BuildRequires: cmake(KF5NewStuff)
+BuildRequires: cmake(KF5NewStuff) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
-BuildRequires: cmake(Qt5DBus) >= 5.11.0
-BuildRequires: cmake(Qt5Widgets) >= 5.11.0
-BuildRequires: cmake(Qt5X11Extras) >= 5.11.0
+BuildRequires: cmake(Qt5Gui) >= 5.12.0
+BuildRequires: cmake(Qt5Widgets) >= 5.12.0
BuildRequires: cmake(packagekitqt5)
-%if 0%{?suse_version} >= 1330 || (0%{?sle_version} >= 120200 &&
0%{?is_opensuse})
-BuildRequires: cmake(AppStreamQt) >= 0.10.4
-%endif
%description
Framework Integration is a set of plugins responsible for better
@@ -112,7 +107,7 @@
%build
%cmake_kf5 -d build
- %make_jobs
+ %cmake_build
%install
%kf5_makeinstall -C build
++++++ frameworkintegration-5.66.0.tar.xz -> frameworkintegration-5.67.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frameworkintegration-5.66.0/CMakeLists.txt
new/frameworkintegration-5.67.0/CMakeLists.txt
--- old/frameworkintegration-5.66.0/CMakeLists.txt 2020-01-04
00:09:23.000000000 +0100
+++ new/frameworkintegration-5.67.0/CMakeLists.txt 2020-02-01
09:59:12.000000000 +0100
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.5)
-set(KF5_VERSION "5.66.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
project(FrameworkIntegration VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.66.0 NO_MODULE)
+find_package(ECM 5.67.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)
@@ -23,7 +23,7 @@
include(KDECMakeSettings)
set(REQUIRED_QT_VERSION 5.12.0)
-find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus Widgets)
+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui Widgets)
ecm_setup_version(PROJECT VARIABLE_PREFIX FRAMEWORKINTEGRATION
@@ -48,7 +48,7 @@
find_package(AppStreamQt 0.10.4)
endif()
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
add_definitions(-DQT_NO_FOREACH)
add_subdirectory(src)
if (BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/frameworkintegration-5.66.0/plasma_workspace.notifyrc
new/frameworkintegration-5.67.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.66.0/plasma_workspace.notifyrc 2020-01-04
00:09:23.000000000 +0100
+++ new/frameworkintegration-5.67.0/plasma_workspace.notifyrc 2020-02-01
09:59:12.000000000 +0100
@@ -290,7 +290,7 @@
Name[zh_TW]=文字補完:沒有符合
Comment=No matching completion was found
Comment[ar]=لم توجد تطابقات إكمال
-Comment[ast]=Nun s'alcontró denguna coincidencia que concasare
+Comment[ast]=Nun s'alcontró nenguna coincidencia que concasare
Comment[bs]=Nije nađeno nijedno poklapanje za dopunu
Comment[ca]=No s'ha trobat cap compleció coincident
Comment[ca@valencia]=No s'ha trobat cap compleció coincident
@@ -1349,7 +1349,7 @@
Comment[ar]=رسالة معلومات تظهر
Comment[ast]=Ta amosándose un mensaxe d'información
Comment[bs]=Prikazana je informativna poruka
-Comment[ca]=Es mostra un missatge d'informació
+Comment[ca]=Es mostra un missatge informatiu
Comment[ca@valencia]=Es mostra un missatge d'informació
Comment[cs]=Je zobrazována informační zpráva
Comment[da]=En informationsbesked vises
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/frameworkintegration-5.66.0/src/kstyle/CMakeLists.txt
new/frameworkintegration-5.67.0/src/kstyle/CMakeLists.txt
--- old/frameworkintegration-5.66.0/src/kstyle/CMakeLists.txt 2020-01-04
00:09:23.000000000 +0100
+++ new/frameworkintegration-5.67.0/src/kstyle/CMakeLists.txt 2020-02-01
09:59:12.000000000 +0100
@@ -1,8 +1,6 @@
# create a Config.cmake and a ConfigVersion.cmake file and install them
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Style")
-configure_file(config-kstyle.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/config-kstyle.h )
-
remove_definitions(-DQT_NO_CAST_FROM_ASCII)
add_library(KF5Style kstyle.cpp)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/frameworkintegration-5.66.0/src/kstyle/config-kstyle.h.cmake
new/frameworkintegration-5.67.0/src/kstyle/config-kstyle.h.cmake
--- old/frameworkintegration-5.66.0/src/kstyle/config-kstyle.h.cmake
2020-01-04 00:09:23.000000000 +0100
+++ new/frameworkintegration-5.67.0/src/kstyle/config-kstyle.h.cmake
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#cmakedefine01 HAVE_X11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/frameworkintegration-5.66.0/src/kstyle/kstyle.cpp
new/frameworkintegration-5.67.0/src/kstyle/kstyle.cpp
--- old/frameworkintegration-5.66.0/src/kstyle/kstyle.cpp 2020-01-04
00:09:23.000000000 +0100
+++ new/frameworkintegration-5.67.0/src/kstyle/kstyle.cpp 2020-02-01
09:59:12.000000000 +0100
@@ -58,11 +58,6 @@
#include <kconfiggroup.h>
#include <kiconloader.h>
#include <kcolorscheme.h>
-#include <config-kstyle.h>
-#if HAVE_X11
-#include <QX11Info>
-#include <xcb/xcb.h>
-#endif
// ----------------------------------------------------------------------------