Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2015-11-24 22:22:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old)
 and      /work/SRC/openSUSE:Factory/.kdesignerplugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesignerplugin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2015-10-19 22:23:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes     
2015-11-24 22:23:00.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Nov  8 16:59:42 UTC 2015 - [email protected]
+
+- Update to 5.16.0 (boo#955067)
+  * Add KCollapsibleGroupBox
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+- Drop fix-build-with-cmake-less-than-3.0.0.diff, upstreamed
+
+-------------------------------------------------------------------

Old:
----
  fix-build-with-cmake-less-than-3.0.0.diff
  kdesignerplugin-5.15.0.tar.xz

New:
----
  kdesignerplugin-5.16.0.tar.xz

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

Other differences:
------------------
++++++ kdesignerplugin.spec ++++++
--- /var/tmp/diff_new_pack.1R4Wi5/_old  2015-11-24 22:23:01.000000000 +0100
+++ /var/tmp/diff_new_pack.1R4Wi5/_new  2015-11-24 22:23:01.000000000 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:           kdesignerplugin
-Version:        5.15.0
+Version:        5.16.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -55,8 +55,6 @@
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-# PATCH-FIX_OPENSUSE fix-build-with-cmake-less-than-3.0.0.diff 
[email protected] -- Don't include cmake files that depend on newer cmake 
versions 
-Patch0:         fix-build-with-cmake-less-than-3.0.0.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -81,7 +79,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++++++ kdesignerplugin-5.15.0.tar.xz -> kdesignerplugin-5.16.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.15.0/CMakeLists.txt 
new/kdesignerplugin-5.16.0/CMakeLists.txt
--- old/kdesignerplugin-5.15.0/CMakeLists.txt   2015-10-05 10:00:36.000000000 
+0200
+++ new/kdesignerplugin-5.16.0/CMakeLists.txt   2015-11-08 13:18:06.000000000 
+0100
@@ -3,7 +3,7 @@
 project(KDesignerPlugin)
 
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.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)
 
@@ -25,8 +25,8 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.15.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.15.0") # handled by release scripts
+set(KF5_VERSION "5.16.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.16.0") # handled by release scripts
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5DocTools ${KF5_DEP_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.15.0/KF5DesignerPluginMacros.cmake 
new/kdesignerplugin-5.16.0/KF5DesignerPluginMacros.cmake
--- old/kdesignerplugin-5.15.0/KF5DesignerPluginMacros.cmake    2015-10-05 
10:00:36.000000000 +0200
+++ new/kdesignerplugin-5.16.0/KF5DesignerPluginMacros.cmake    2015-11-08 
13:18:06.000000000 +0100
@@ -87,7 +87,7 @@
             PURPOSE "Required to build Qt Designer plugins"
         )
     endif()
-    if(NOT Qt5Designer_VERSION_STRING VERSION_LESS 5.5.0 AND NOT 
Qt5UiPlugin_FOUND)
+    if(NOT Qt5Designer_VERSION_STRING VERSION_LESS 5.5.0 AND NOT 
Qt5UiPlugin_FOUND AND NOT CMAKE_VERSION VERSION_LESS 3.0.0)
         find_package(Qt5UiPlugin ${REQUIRED_QT_VERSION} ${_requiredarg} 
NO_MODULE)
         set_package_properties(Qt5UiPlugin PROPERTIES
             PURPOSE "Required to build Qt Designer plugins"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesignerplugin-5.15.0/po/ca/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook
 
new/kdesignerplugin-5.16.0/po/ca/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook
--- 
old/kdesignerplugin-5.15.0/po/ca/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook
   2015-10-05 10:00:36.000000000 +0200
+++ 
new/kdesignerplugin-5.16.0/po/ca/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook
   2015-11-08 13:18:06.000000000 +0100
@@ -38,7 +38,7 @@
     </affiliation>
   </author>
   <date
->28-05-2014</date>
+>28 de maig de 2014</date>
   <releaseinfo
 >Frameworks 5.0</releaseinfo>
   <productname
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.15.0/po/ca/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.16.0/po/ca/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.15.0/po/ca/kdesignerplugin5_qt.po     2015-10-05 
10:00:36.000000000 +0200
+++ new/kdesignerplugin-5.16.0/po/ca/kdesignerplugin5_qt.po     2015-11-08 
13:18:06.000000000 +0100
@@ -1,10 +1,10 @@
 # Translation of kdesignerplugin5_qt.po to Catalan
-# Copyright (C) 2014 This_file_is_part_of_KDE
+# Copyright (C) 2014-2015 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
-# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014.
+# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014, 2015.
 # Albert Astals Cid <[email protected]>, 2004, 2005, 2007.
 # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan <[email protected]>, 2009.
@@ -14,14 +14,14 @@
 "Project-Id-Version: kdesignerplugin5_qt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2014-06-25 15:57+0200\n"
+"PO-Revision-Date: 2015-11-07 14:18+0100\n"
 "Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 "X-Qt-Contexts: true\n"
@@ -30,8 +30,8 @@
 msgctxt "main|"
 msgid "Builds Qt widget plugins from an ini style description file."
 msgstr ""
-"Construeix connectors d'estri de Qt des d'un fitxer de descripció d'estil "
-"«ini»."
+"Construeix connectors d'estri de les Qt des d'un fitxer de descripció "
+"d'estil «ini»."
 
 #: kgendesignerplugin.cpp:95
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesignerplugin-5.15.0/po/ca@valencia/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.16.0/po/ca@valencia/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.15.0/po/ca@valencia/kdesignerplugin5_qt.po    
2015-10-05 10:00:36.000000000 +0200
+++ new/kdesignerplugin-5.16.0/po/ca@valencia/kdesignerplugin5_qt.po    
2015-11-08 13:18:06.000000000 +0100
@@ -1,28 +1,27 @@
-# Translation of kdesignerplugin5.po to Catalan
-# Copyright (C) 1998-2014 This_file_is_part_of_KDE
+# Translation of kdesignerplugin5_qt.po to Catalan (Valencian)
+# Copyright (C) 2014-2015 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006.
-# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013.
+# Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
+# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014, 2015.
 # Albert Astals Cid <[email protected]>, 2004, 2005, 2007.
-# Sebastia Pla Sanz <[email protected]>, 2006, 2007.
 # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014.
 # Robert Millan <[email protected]>, 2009.
 # Orestes Mas <[email protected]>, 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: kdesignerplugin5\n"
+"Project-Id-Version: kdesignerplugin5_qt\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2014-03-30 12:27+0200\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"PO-Revision-Date: 2015-11-07 14:18+0100\n"
+"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.4\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 "X-Qt-Contexts: true\n"
@@ -31,7 +30,8 @@
 msgctxt "main|"
 msgid "Builds Qt widget plugins from an ini style description file."
 msgstr ""
-"Construeix connectors d'estri Qt des d'un fitxer de descripció d'estil «ini»."
+"Construeix connectors d'estri de les Qt des d'un fitxer de descripció "
+"d'estil «ini»."
 
 #: kgendesignerplugin.cpp:95
 msgctxt "main|"
@@ -58,7 +58,7 @@
 "Default widget group name to display in designer (deprecated, use "
 "DefaultGroup in the input file)."
 msgstr ""
-"Nom de grup d'estri per omissió a mostrar al dissenyador (obsolet, useu "
+"Nom del grup de l'estri per omissió a mostrar al dissenyador (obsolet, useu "
 "«DefaultGroup» en el fitxer d'entrada)."
 
 #: kgendesignerplugin.cpp:101
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.15.0/po/el/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.16.0/po/el/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.15.0/po/el/kdesignerplugin5_qt.po     2015-10-05 
10:00:36.000000000 +0200
+++ new/kdesignerplugin-5.16.0/po/el/kdesignerplugin5_qt.po     2015-11-08 
13:18:06.000000000 +0100
@@ -14,14 +14,14 @@
 # Petros Vidalis <[email protected]>, 2010, 2011.
 # Dimitrios Glentadakis <[email protected]>, 2010, 2011, 2012, 2013, 2014.
 # nikos, 2011.
-# Stelios <[email protected]>, 2012, 2013.
+# Stelios <[email protected]>, 2012, 2013, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-23 01:50+0000\n"
-"PO-Revision-Date: 2014-01-04 09:52+0100\n"
-"Last-Translator: Dimitrios Glentadakis <[email protected]>\n"
+"PO-Revision-Date: 2015-10-27 00:20+0100\n"
+"Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
 "Language: el\n"
 "MIME-Version: 1.0\n"
@@ -32,8 +32,6 @@
 "X-Qt-Contexts: true\n"
 
 #: kgendesignerplugin.cpp:88
-#, fuzzy
-#| msgid "Builds Qt widget plugins from an ini style description file."
 msgctxt "main|"
 msgid "Builds Qt widget plugins from an ini style description file."
 msgstr ""
@@ -41,60 +39,49 @@
 "ini."
 
 #: kgendesignerplugin.cpp:95
-#, fuzzy
-#| msgid "Input file"
 msgctxt "main|"
 msgid "Input file."
-msgstr "Αρχείο εισόδου"
+msgstr "Αρχείο εισόδου."
 
 #: kgendesignerplugin.cpp:96
-#, fuzzy
-#| msgid "Output file"
 msgctxt "main|"
 msgid "Output file."
-msgstr "Αρχείο εξόδου"
+msgstr "Αρχείο εξόδου."
 
 #: kgendesignerplugin.cpp:97
-#, fuzzy
-#| msgid "Name of the plugin class to generate"
 msgctxt "main|"
 msgid ""
 "Name of the plugin class to generate (deprecated, use PluginName in the "
 "input file)."
-msgstr "Όνομα της κλάσης προσθέτου για δημιουργία"
+msgstr ""
+"Όνομα της κλάσης προσθέτου για δημιουργία (παλαιωμένο, χρησιμοποιήστε το "
+"PluginName στο αρχείο εισόδου)."
 
 #: kgendesignerplugin.cpp:98
-#, fuzzy
-#| msgid "Default widget group name to display in designer"
 msgctxt "main|"
 msgid ""
 "Default widget group name to display in designer (deprecated, use "
 "DefaultGroup in the input file)."
 msgstr ""
-"Προκαθορισμένο όνομα ομάδας γραφικών συστατικών για προβολή στο σχεδιαστή"
+"Προκαθορισμένο όνομα ομάδας γραφικών συστατικών για προβολή στο σχεδιαστή "
+"(παλαιωμένο, χρησιμοποιήστε το DefaultGroup στο αρχείο εισόδου)."
 
 #: kgendesignerplugin.cpp:101
 msgctxt "kgendesignerplugin about data|"
 msgid "kgendesignerplugin"
-msgstr ""
+msgstr "kgendesignerplugin"
 
 #: kgendesignerplugin.cpp:105
-#, fuzzy
-#| msgid "(C) 2004-2005 Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "(C) 2004-2005 Ian Reinhart Geiser"
 msgstr "(C) 2004-2005 Ian Reinhart Geiser"
 
 #: kgendesignerplugin.cpp:109
-#, fuzzy
-#| msgid "Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "Ian Reinhart Geiser"
 msgstr "Ian Reinhart Geiser"
 
 #: kgendesignerplugin.cpp:110
-#, fuzzy
-#| msgid "Daniel Molkentin"
 msgctxt "kgendesignerplugin about data|"
 msgid "Daniel Molkentin"
 msgstr "Daniel Molkentin"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.15.0/po/gd/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.16.0/po/gd/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.15.0/po/gd/kdesignerplugin5_qt.po     2015-10-05 
10:00:36.000000000 +0200
+++ new/kdesignerplugin-5.16.0/po/gd/kdesignerplugin5_qt.po     2015-11-08 
13:18:06.000000000 +0100
@@ -1,8 +1,10 @@
 # GunChleoc <[email protected]>, 2014.
 msgid ""
 msgstr ""
-"PO-Revision-Date: 2014-12-09 12:34+0100\n"
-"Last-Translator: GunChleoc <[email protected]>\n"
+"Project-Id-Version: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: 2015-11-04 15:12+0000\n"
+"Last-Translator: Michael Bauer <[email protected]>\n"
 "Language-Team: Fòram na Gàidhlig\n"
 "Language: gd\n"
 "MIME-Version: 1.0\n"
@@ -10,7 +12,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : "
 "(n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: Virtaal 0.7.1\n"
+"X-Generator: Poedit 1.8.4\n"
 "X-Qt-Contexts: true\n"
 
 #: kgendesignerplugin.cpp:88
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.15.0/src/kde.widgets 
new/kdesignerplugin-5.16.0/src/kde.widgets
--- old/kdesignerplugin-5.15.0/src/kde.widgets  2015-10-05 10:00:36.000000000 
+0200
+++ new/kdesignerplugin-5.16.0/src/kde.widgets  2015-11-08 13:18:06.000000000 
+0100
@@ -42,6 +42,14 @@
 ConstructorArgs=(parent, 0)
 
 # KWidgetsAddons
+[KCollapsibleGroupBox]
+IncludeFile=kcollapsiblegroupbox.h
+ToolTip=A group box which can be expanded and collapsed
+Group=Display (KDE)
+IsContainer=true
+ConstructorArgs=(parent)
+
+# KWidgetsAddons
 [KColorButton]
 ToolTip=Color Chooser Button (KDE)
 WhatsThis=A button that allows selecting a color
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.15.0/src/kgendesignerplugin.cpp 
new/kdesignerplugin-5.16.0/src/kgendesignerplugin.cpp
--- old/kdesignerplugin-5.15.0/src/kgendesignerplugin.cpp       2015-10-05 
10:00:36.000000000 +0200
+++ new/kdesignerplugin-5.16.0/src/kgendesignerplugin.cpp       2015-11-08 
13:18:06.000000000 +0100
@@ -60,14 +60,14 @@
                                 "      \n"
                                 "      bool isContainer() const { return 
%IsContainer; }\n"
                                 "      bool isInitialized() const { return 
mInitialized; }\n"
-                                "      QIcon icon() const { return 
QIcon(QLatin1String(\"%IconName\")); }\n"
-                                "      QString codeTemplate() const { return 
QLatin1String(\"%CodeTemplate\");}\n"
+                                "      QIcon icon() const { return 
QIcon(QStringLiteral(\"%IconName\")); }\n"
+                                "      QString codeTemplate() const { return 
QStringLiteral(\"%CodeTemplate\");}\n"
                                 "      QString domXml() const { return 
%DomXml; }\n"
-                                "      QString group() const { return 
QLatin1String(\"%Group\"); }\n"
-                                "      QString includeFile() const { return 
QLatin1String(\"%IncludeFile\"); }\n"
-                                "      QString name() const { return 
QLatin1String(\"%Class\"); }\n"
-                                "      QString toolTip() const { return 
QLatin1String(\"%ToolTip\"); }\n"
-                                "      QString whatsThis() const { return 
QLatin1String(\"%WhatsThis\"); }\n\n"
+                                "      QString group() const { return 
QStringLiteral(\"%Group\"); }\n"
+                                "      QString includeFile() const { return 
QStringLiteral(\"%IncludeFile\"); }\n"
+                                "      QString name() const { return 
QStringLiteral(\"%Class\"); }\n"
+                                "      QString toolTip() const { return 
QStringLiteral(\"%ToolTip\"); }\n"
+                                "      QString whatsThis() const { return 
QStringLiteral(\"%WhatsThis\"); }\n\n"
                                 "      QWidget* createWidget( QWidget* parent 
) \n\t{%CreateWidget\n\t}\n"
                                 "      void 
initialize(QDesignerFormEditorInterface *core) \n\t{%Initialize\n\t}\n"
                                 "\n"
@@ -215,10 +215,9 @@
     QString domXml = input.readEntry("DomXML", QString());
     // If domXml is empty then we should call base class function
     if (domXml.isEmpty()) {
-        domXml = QLatin1String("QDesignerCustomWidgetInterface::domXml()");
+        domXml = QStringLiteral("QDesignerCustomWidgetInterface::domXml()");
     } else {
-        // Wrap domXml value into QLatin1String
-        domXml = 
QString(QLatin1String("QLatin1String(\"%1\")")).arg(domXml.replace('\"', 
"\\\""));
+        domXml = 
QStringLiteral("QStringLiteral(\"%1\")").arg(domXml.replace('\"', "\\\""));
     }
     defMap.insert("DomXml", domXml);
     defMap.insert("CodeTemplate", input.readEntry("CodeTemplate"));


Reply via email to