Hello community,

here is the log from the commit of package frameworkintegration for 
openSUSE:Factory checked in at 2018-05-18 14:18:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frameworkintegration (Old)
 and      /work/SRC/openSUSE:Factory/.frameworkintegration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frameworkintegration"

Fri May 18 14:18:37 2018 rev:57 rq:607532 version:5.46.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/frameworkintegration/frameworkintegration.changes    
    2018-04-19 15:15:31.680840704 +0200
+++ 
/work/SRC/openSUSE:Factory/.frameworkintegration.new/frameworkintegration.changes
   2018-05-18 14:20:01.847705401 +0200
@@ -1,0 +2,10 @@
+Sun May 13 21:02:59 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.46.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.46.0.php
+- Changes since 5.45.0:
+  * Add override
+
+-------------------------------------------------------------------

Old:
----
  frameworkintegration-5.45.0.tar.xz

New:
----
  frameworkintegration-5.46.0.tar.xz

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

Other differences:
------------------
++++++ frameworkintegration.spec ++++++
--- /var/tmp/diff_new_pack.fS4vZN/_old  2018-05-18 14:20:03.051661218 +0200
+++ /var/tmp/diff_new_pack.fS4vZN/_new  2018-05-18 14:20:03.055661072 +0200
@@ -17,13 +17,13 @@
 
 
 %define lname   libKF5Style5
-%define _tar_path 5.45
+%define _tar_path 5.46
 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           frameworkintegration
-Version:        5.45.0
+Version:        5.46.0
 Release:        0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}

++++++ frameworkintegration-5.45.0.tar.xz -> frameworkintegration-5.46.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.45.0/CMakeLists.txt 
new/frameworkintegration-5.46.0/CMakeLists.txt
--- old/frameworkintegration-5.45.0/CMakeLists.txt      2018-04-07 
09:46:30.000000000 +0200
+++ new/frameworkintegration-5.46.0/CMakeLists.txt      2018-05-05 
14:38:10.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.45.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.45.0") # handled by release scripts
+set(KF5_VERSION "5.46.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.46.0") # handled by release scripts
 project(FrameworkIntegration VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.45.0  NO_MODULE)
+find_package(ECM 5.46.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.45.0/plasma_workspace.notifyrc 
new/frameworkintegration-5.46.0/plasma_workspace.notifyrc
--- old/frameworkintegration-5.45.0/plasma_workspace.notifyrc   2018-04-07 
09:46:30.000000000 +0200
+++ new/frameworkintegration-5.46.0/plasma_workspace.notifyrc   2018-05-05 
14:38:10.000000000 +0200
@@ -93,7 +93,7 @@
 Name[uk]=Смітник: спорожнено
 Name[x-test]=xxTrash: Emptiedxx
 Name[zh_CN]=回收站:空的
-Name[zh_TW]=資源回收筒:已清空
+Name[zh_TW]=垃圾桶:已清空
 Comment=The trash has been emptied
 Comment[ar]=أُفرغت المهملات
 Comment[ast]=Baleróse la papelera
@@ -139,7 +139,7 @@
 Comment[uk]=Смітник спорожнено
 Comment[x-test]=xxThe trash has been emptiedxx
 Comment[zh_CN]=回收站已经被清空
-Comment[zh_TW]=資源回收筒已被清空
+Comment[zh_TW]=垃圾桶已被清空
 Action=Sound
 Sound=Oxygen-Sys-Trash-Emptied.ogg
 
@@ -581,7 +581,7 @@
 Comment[fi]=Ohjelmassa tapahtui jotakin erikoista
 Comment[fr]=Quelque chose d'anormal s'est produit dans le programme
 Comment[gd]=Thachair rudeigin sònraichte sa phrògram
-Comment[gl]=Aconteceu algo especial no programa
+Comment[gl]=Ocorreu algo especial no programa
 Comment[he]=משהו מיוחד קרה ביישום
 Comment[hu]=Valamilyen esemény következett be a programban
 Comment[ia]=Il occurreva qualcosa de special in le programma
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.45.0/src/integrationplugin/frameworkintegrationplugin.cpp
 
new/frameworkintegration-5.46.0/src/integrationplugin/frameworkintegrationplugin.cpp
--- 
old/frameworkintegration-5.45.0/src/integrationplugin/frameworkintegrationplugin.cpp
        2018-04-07 09:46:30.000000000 +0200
+++ 
new/frameworkintegration-5.46.0/src/integrationplugin/frameworkintegrationplugin.cpp
        2018-05-05 14:38:10.000000000 +0200
@@ -26,10 +26,6 @@
 #include <qplugin.h>
 #include <QDebug>
 
-#if QT_VERSION < 0x050000
-Q_EXPORT_PLUGIN2(frameworkintegrationplugin, KFrameworkIntegrationPlugin)
-#endif
-
 bool KMessageBoxDontAskAgainConfigStorage::shouldBeShownYesNo(const QString 
&dontShowAgainName,
         KMessageBox::ButtonCode &result)
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/frameworkintegration-5.45.0/src/integrationplugin/frameworkintegrationplugin.h
 
new/frameworkintegration-5.46.0/src/integrationplugin/frameworkintegrationplugin.h
--- 
old/frameworkintegration-5.45.0/src/integrationplugin/frameworkintegrationplugin.h
  2018-04-07 09:46:30.000000000 +0200
+++ 
new/frameworkintegration-5.46.0/src/integrationplugin/frameworkintegrationplugin.h
  2018-05-05 14:38:10.000000000 +0200
@@ -30,7 +30,7 @@
 {
 public:
     KMessageBoxDontAskAgainConfigStorage() : KMessageBox_againConfig(nullptr) 
{}
-    virtual ~KMessageBoxDontAskAgainConfigStorage() {}
+    ~KMessageBoxDontAskAgainConfigStorage() Q_DECL_OVERRIDE {}
 
     bool shouldBeShownYesNo(const QString &dontShowAgainName, 
KMessageBox::ButtonCode &result) Q_DECL_OVERRIDE;
     bool shouldBeShownContinue(const QString &dontShowAgainName) 
Q_DECL_OVERRIDE;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/frameworkintegration-5.45.0/src/kstyle/kstyle.h 
new/frameworkintegration-5.46.0/src/kstyle/kstyle.h
--- old/frameworkintegration-5.45.0/src/kstyle/kstyle.h 2018-04-07 
09:46:30.000000000 +0200
+++ new/frameworkintegration-5.46.0/src/kstyle/kstyle.h 2018-05-05 
14:38:10.000000000 +0200
@@ -63,7 +63,7 @@
 
 public:
     KStyle();
-    ~KStyle();
+    ~KStyle() Q_DECL_OVERRIDE;
 
     /**
      * Runtime element extension


Reply via email to