Hello community,

here is the log from the commit of package kcoreaddons for openSUSE:Factory 
checked in at 2016-09-14 23:15:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcoreaddons (Old)
 and      /work/SRC/openSUSE:Factory/.kcoreaddons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcoreaddons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes  2016-08-29 
14:59:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes     
2016-09-14 23:15:58.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep  6 20:47:49 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.26.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.26.0.php
+
+-------------------------------------------------------------------

Old:
----
  kcoreaddons-5.25.0.tar.xz

New:
----
  kcoreaddons-5.26.0.tar.xz

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

Other differences:
------------------
++++++ kcoreaddons.spec ++++++
--- /var/tmp/diff_new_pack.sfpeOG/_old  2016-09-14 23:15:59.000000000 +0200
+++ /var/tmp/diff_new_pack.sfpeOG/_new  2016-09-14 23:15:59.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5CoreAddons5
-%define _tar_path 5.25
+%define _tar_path 5.26
 Name:           kcoreaddons
-Version:        5.25.0
+Version:        5.26.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kcoreaddons-5.25.0.tar.xz -> kcoreaddons-5.26.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.25.0/CMakeLists.txt 
new/kcoreaddons-5.26.0/CMakeLists.txt
--- old/kcoreaddons-5.25.0/CMakeLists.txt       2016-08-07 15:37:50.000000000 
+0200
+++ new/kcoreaddons-5.26.0/CMakeLists.txt       2016-09-06 13:58:04.000000000 
+0200
@@ -3,7 +3,7 @@
 project(KCoreAddons)
 
 include(FeatureSummary)
-find_package(ECM 5.25.0  NO_MODULE)
+find_package(ECM 5.26.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)
 
@@ -46,7 +46,7 @@
 
 include(ECMPoQmTools)
 
-set(KF5_VERSION "5.25.0") # handled by release scripts
+set(KF5_VERSION "5.26.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCOREADDONS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcoreaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.25.0/autotests/ktexttohtmltest.cpp 
new/kcoreaddons-5.26.0/autotests/ktexttohtmltest.cpp
--- old/kcoreaddons-5.25.0/autotests/ktexttohtmltest.cpp        2016-08-07 
15:37:50.000000000 +0200
+++ new/kcoreaddons-5.26.0/autotests/ktexttohtmltest.cpp        2016-09-06 
13:58:04.000000000 +0200
@@ -53,12 +53,12 @@
     KTextToHTMLHelper ll6(QStringLiteral(" @bar.baz"), 1);
     QVERIFY(ll6.getEmailAddress().isEmpty());
     KTextToHTMLHelper ll7(QStringLiteral(".!#$%&'*+-/=?^_`{|}~@bar.baz"),
-                    strlen(".!#$%&'*+-/=?^_`{|}~"));
+                    qstrlen(".!#$%&'*+-/=?^_`{|}~"));
     QVERIFY(ll7.getEmailAddress().isEmpty());
 
     // allowed special chars in local part of address
     KTextToHTMLHelper ll8(QStringLiteral("a.!#$%&'*+-/=?^_`{|}~@bar.baz"),
-                    strlen("a.!#$%&'*+-/=?^_`{|}~"));
+                    qstrlen("a.!#$%&'*+-/=?^_`{|}~"));
     QCOMPARE(ll8.getEmailAddress(), 
QStringLiteral("a.!#$%&'*+-/=?^_`{|}~@bar.baz"));
 
     // '@' in domain part
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcoreaddons-5.25.0/po/ru/kcoreaddons5_qt.po 
new/kcoreaddons-5.26.0/po/ru/kcoreaddons5_qt.po
--- old/kcoreaddons-5.25.0/po/ru/kcoreaddons5_qt.po     2016-08-07 
15:37:50.000000000 +0200
+++ new/kcoreaddons-5.26.0/po/ru/kcoreaddons5_qt.po     2016-09-06 
13:58:04.000000000 +0200
@@ -19,7 +19,7 @@
 "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: 2016-03-24 11:52+0300\n"
+"PO-Revision-Date: 2016-08-08 02:47+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
@@ -121,20 +121,14 @@
 msgstr "GNU Lesser General Public License, версия 3"
 
 #: lib/kaboutdata.cpp:318
-#, fuzzy
-#| msgctxt "KAboutLicense|@item license (short name)"
-#| msgid "LGPL v2"
 msgctxt "KAboutLicense|@item license (short name)"
 msgid "LGPL v2.1"
-msgstr "LGPL v2"
+msgstr "LGPL v2.1"
 
 #: lib/kaboutdata.cpp:319
-#, fuzzy
-#| msgctxt "KAboutLicense|@item license"
-#| msgid "GNU Lesser General Public License Version 2"
 msgctxt "KAboutLicense|@item license"
 msgid "GNU Lesser General Public License Version 2.1"
-msgstr "GNU Lesser General Public License, версия 2"
+msgstr "GNU Lesser General Public License, версия 2.1"
 
 #: lib/kaboutdata.cpp:323
 msgctxt "KAboutLicense|@item license"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcoreaddons-5.25.0/src/lib/plugin/desktopfileparser.cpp 
new/kcoreaddons-5.26.0/src/lib/plugin/desktopfileparser.cpp
--- old/kcoreaddons-5.25.0/src/lib/plugin/desktopfileparser.cpp 2016-08-07 
15:37:50.000000000 +0200
+++ new/kcoreaddons-5.26.0/src/lib/plugin/desktopfileparser.cpp 2016-09-06 
13:58:04.000000000 +0200
@@ -228,7 +228,7 @@
         }
         if (line.startsWith(QByteArrayLiteral("Type="))) {
             // TODO: should we also have to accept spaces around equals here?
-            type = line.mid(strlen("Type="));
+            type = line.mid(qstrlen("Type="));
         }
     }
     return type;
@@ -276,7 +276,7 @@
             qCWarning(DESKTOPPARSER) << "Could not find Type= key in group" << 
currentGroup;
             continue;
         }
-        QByteArray propertyName = currentGroup.mid(strlen("PropertyDef::"));
+        QByteArray propertyName = currentGroup.mid(qstrlen("PropertyDef::"));
         QVariant::Type type = QVariant::nameToType(typeStr.constData());
         switch (type) {
             case QVariant::String:
@@ -439,7 +439,7 @@
     } else if (key == QByteArrayLiteral("Comment")) {
         kplugin[QStringLiteral("Description")] = value;
     } else if (key.startsWith(QByteArrayLiteral("Comment["))) {
-        kplugin[QStringLiteral("Description") + 
QString::fromUtf8(key.mid(strlen("Comment")))] = value;
+        kplugin[QStringLiteral("Description") + 
QString::fromUtf8(key.mid(qstrlen("Comment")))] = value;
     } else if (key == QByteArrayLiteral("Hidden")) {
         DESKTOPTOJSON_VERBOSE_WARNING << "Hidden= key found in desktop file, 
this makes no sense"
                 " with metadata inside the plugin.";


Reply via email to