Hello community,
here is the log from the commit of package kdesignerplugin for openSUSE:Factory
checked in at 2019-08-19 21:04:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old)
and /work/SRC/openSUSE:Factory/.kdesignerplugin.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesignerplugin"
Mon Aug 19 21:04:26 2019 rev:70 rq:722457 version:5.61.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes
2019-07-26 12:12:49.958829349 +0200
+++
/work/SRC/openSUSE:Factory/.kdesignerplugin.new.22127/kdesignerplugin.changes
2019-08-19 21:04:34.728899661 +0200
@@ -1,0 +2,17 @@
+Wed Aug 7 17:51:18 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.61.0
+ * New feature release
+ * For more details please see:
+ * https://www.kde.org/announcements/kde-frameworks-5.61.0.php
+- Changes since 5.60.0:
+ * Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
+ * expose new KBusyIndicatorWidget
+ * Remove designer plugin generation for KF5WebKit
+
+-------------------------------------------------------------------
+Fri Jul 19 11:40:10 UTC 2019 - Wolfgang Bauer <[email protected]>
+
+- Don't lower minimum Qt version anymore, it requires 5.11 now
+
+-------------------------------------------------------------------
Old:
----
kdesignerplugin-5.60.0.tar.xz
New:
----
frameworks.keyring
kdesignerplugin-5.61.0.tar.xz
kdesignerplugin-5.61.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdesignerplugin.spec ++++++
--- /var/tmp/diff_new_pack.q63K0o/_old 2019-08-19 21:04:35.824899483 +0200
+++ /var/tmp/diff_new_pack.q63K0o/_new 2019-08-19 21:04:35.828899482 +0200
@@ -16,20 +16,24 @@
#
-%define _tar_path 5.60
+%define _tar_path 5.61
# 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: kdesignerplugin
-Version: 5.60.0
+Version: 5.61.0
Release: 0
Summary: Framework for integration of KDE frameworks widgets with Qt
Designer
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
-Source:
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2: frameworks.keyring
+%endif
BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: kbookmarks-devel >= %{_kf5_bugfix_version}
@@ -79,9 +83,6 @@
%prep
%setup -q
-%if 0%{?suse_version} == 1500
-sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION
5.9.0)/" CMakeLists.txt
-%endif
%build
%cmake_kf5 -d build
++++++ kdesignerplugin-5.60.0.tar.xz -> kdesignerplugin-5.61.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesignerplugin-5.60.0/CMakeLists.txt
new/kdesignerplugin-5.61.0/CMakeLists.txt
--- old/kdesignerplugin-5.60.0/CMakeLists.txt 2019-07-07 20:32:51.000000000
+0200
+++ new/kdesignerplugin-5.61.0/CMakeLists.txt 2019-08-03 21:53:24.000000000
+0200
@@ -1,16 +1,16 @@
cmake_minimum_required(VERSION 3.5)
-set(KF5_VERSION "5.60.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.60.0") # handled by release scripts
+set(KF5_VERSION "5.61.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.61.0") # handled by release scripts
project(KDesignerPlugin VERSION ${KF5_VERSION})
include(FeatureSummary)
-find_package(ECM 5.60.0 NO_MODULE)
+find_package(ECM 5.61.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})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(KDEInstallDirs)
include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -71,20 +71,12 @@
set_package_properties(KF5Sonnet PROPERTIES TYPE OPTIONAL
PURPOSE "Required to build the Qt Designer plugin for KDE Frameworks
widgets")
-find_package(KF5WebKit ${KF5_DEP_VERSION})
-set_package_properties(KF5WebKit PROPERTIES TYPE OPTIONAL
- PURPOSE "Required to build the Qt Designer plugin for the KDEWebKit
widgets")
-
if(Qt5Designer_FOUND AND KF5Completion_FOUND AND KF5ConfigWidgets_FOUND AND
KF5IconThemes_FOUND AND KF5KIO_FOUND AND KF5ItemViews_FOUND AND
KF5Plotting_FOUND
AND KF5TextWidgets_FOUND AND KF5WidgetsAddons_FOUND AND KF5XmlGui_FOUND AND
KF5Sonnet_FOUND)
set(BUILD_KF5_DESIGNER_PLUGIN TRUE)
endif()
-if(Qt5Designer_FOUND AND KF5WebKit_FOUND)
- set(BUILD_KDEWEBKIT_DESIGNER_PLUGIN TRUE)
-endif()
-
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DesignerPlugin")
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
if (KF5DocTools_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesignerplugin-5.60.0/po/gl/kdesignerplugin5_qt.po
new/kdesignerplugin-5.61.0/po/gl/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.60.0/po/gl/kdesignerplugin5_qt.po 2019-07-07
20:32:51.000000000 +0200
+++ new/kdesignerplugin-5.61.0/po/gl/kdesignerplugin5_qt.po 2019-08-03
21:53:24.000000000 +0200
@@ -22,10 +22,6 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
-"X-Environment: kde, development\n"
-"X-Accelerator-Marker: &\n"
-"X-Text-Markup: kde4\n"
"X-Qt-Contexts: true\n"
#: kgendesignerplugin.cpp:88
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kdesignerplugin-5.60.0/po/zh_CN/kdesignerplugin5_qt.po
new/kdesignerplugin-5.61.0/po/zh_CN/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.60.0/po/zh_CN/kdesignerplugin5_qt.po 2019-07-07
20:32:51.000000000 +0200
+++ new/kdesignerplugin-5.61.0/po/zh_CN/kdesignerplugin5_qt.po 2019-08-03
21:53:24.000000000 +0200
@@ -13,7 +13,7 @@
msgid ""
msgstr ""
"Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2019-06-02 11:52\n"
+"PO-Revision-Date: 2019-07-18 14:57\n"
"Last-Translator: Guo Yunhe (guoyunhe)\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesignerplugin-5.60.0/src/CMakeLists.txt
new/kdesignerplugin-5.61.0/src/CMakeLists.txt
--- old/kdesignerplugin-5.60.0/src/CMakeLists.txt 2019-07-07
20:32:51.000000000 +0200
+++ new/kdesignerplugin-5.61.0/src/CMakeLists.txt 2019-08-03
21:53:24.000000000 +0200
@@ -55,27 +55,3 @@
install(TARGETS kf5widgets DESTINATION ${KDE_INSTALL_QTPLUGINDIR}/designer)
endif()
-
-
-########### next target ###############
-
-
-if(BUILD_KDEWEBKIT_DESIGNER_PLUGIN)
- kf5designerplugin_add_plugin(kdewebkitwidgets kdewebkit.widgets
kdewebkitwidgets.qrc)
- set_target_properties(kdewebkitwidgets PROPERTIES
- OUTPUT_NAME kdewebkit5widgets
- )
-
- target_link_libraries(kdewebkitwidgets KF5::WebKit)
- if(NOT WIN32)
- # Since there are no libraries provided by this module,
- # there is no point including the build tree in RPath,
- # and then having to edit it at install time.
- set_target_properties(kdewebkitwidgets PROPERTIES
- SKIP_BUILD_RPATH TRUE
- BUILD_WITH_INSTALL_RPATH TRUE
- )
- endif()
-
- install(TARGETS kdewebkitwidgets DESTINATION
${KDE_INSTALL_QTPLUGINDIR}/designer)
-endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesignerplugin-5.60.0/src/kde.widgets
new/kdesignerplugin-5.61.0/src/kde.widgets
--- old/kdesignerplugin-5.60.0/src/kde.widgets 2019-07-07 20:32:51.000000000
+0200
+++ new/kdesignerplugin-5.61.0/src/kde.widgets 2019-08-03 21:53:24.000000000
+0200
@@ -20,6 +20,13 @@
Group=Display (KF5)
# KWidgetsAddons
+[KBusyIndicatorWidget]
+IncludeFile=kbusyindicatorwidget.h
+ToolTip=Busy Indicator (KF5)
+ConstructorArgs=(parent)
+Group=Display (KF5)
+
+# KWidgetsAddons
[KCapacityBar]
IncludeFile=kcapacitybar.h
ToolTip=Capacity Bar (KF5)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesignerplugin-5.60.0/src/kdewebkit.widgets
new/kdesignerplugin-5.61.0/src/kdewebkit.widgets
--- old/kdesignerplugin-5.60.0/src/kdewebkit.widgets 2019-07-07
20:32:51.000000000 +0200
+++ new/kdesignerplugin-5.61.0/src/kdewebkit.widgets 1970-01-01
01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-[Global]
-PluginName=KDEWebKitWidgets
-
-[KWebView]
-IncludeFile=kwebview.h
-ToolTip=KDE WebKit View
-WhatsThis=A WebKit view with KDE integration.
-Group=Views (KDE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesignerplugin-5.60.0/src/kdewebkitwidgets.qrc
new/kdesignerplugin-5.61.0/src/kdewebkitwidgets.qrc
--- old/kdesignerplugin-5.60.0/src/kdewebkitwidgets.qrc 2019-07-07
20:32:51.000000000 +0200
+++ new/kdesignerplugin-5.61.0/src/kdewebkitwidgets.qrc 1970-01-01
01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-<!DOCTYPE RCC><RCC version="1.0">
-<qresource>
-</qresource>
-</RCC>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesignerplugin-5.60.0/src/kdewidgets.qrc
new/kdesignerplugin-5.61.0/src/kdewidgets.qrc
--- old/kdesignerplugin-5.60.0/src/kdewidgets.qrc 2019-07-07
20:32:51.000000000 +0200
+++ new/kdesignerplugin-5.61.0/src/kdewidgets.qrc 2019-08-03
21:53:24.000000000 +0200
@@ -2,6 +2,7 @@
<qresource>
<file>pics/kactionselector.png</file>
<file>pics/kactivelabel.png</file>
+<file>pics/kbusyindicatorwidget.png</file>
<file>pics/kcharselect.png</file>
<file>pics/kcmodule.png</file>
<file>pics/kcolorbutton.png</file>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kdesignerplugin-5.60.0/src/pics/CMakeLists.txt
new/kdesignerplugin-5.61.0/src/pics/CMakeLists.txt
--- old/kdesignerplugin-5.60.0/src/pics/CMakeLists.txt 2019-07-07
20:32:51.000000000 +0200
+++ new/kdesignerplugin-5.61.0/src/pics/CMakeLists.txt 2019-08-03
21:53:24.000000000 +0200
@@ -2,6 +2,7 @@
########### install files ###############
install( FILES
+ kbusyindicatorwidget.png
klineedit.png
kpasswordedit.png
kfontrequester.png
Binary files old/kdesignerplugin-5.60.0/src/pics/kbusyindicatorwidget.png and
new/kdesignerplugin-5.61.0/src/pics/kbusyindicatorwidget.png differ