Hello community,

here is the log from the commit of package kguiaddons for openSUSE:Factory 
checked in at 2015-05-11 19:34:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kguiaddons (Old)
 and      /work/SRC/openSUSE:Factory/.kguiaddons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kguiaddons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kguiaddons/kguiaddons.changes    2015-04-13 
20:29:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new/kguiaddons.changes       
2015-05-11 19:47:35.000000000 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:42:38 UTC 2015 - [email protected]
+
+- Update to 5.10.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+-------------------------------------------------------------------

Old:
----
  kguiaddons-5.9.0.tar.xz

New:
----
  kguiaddons-5.10.0.tar.xz

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

Other differences:
------------------
++++++ kguiaddons.spec ++++++
--- /var/tmp/diff_new_pack.JRqu3x/_old  2015-05-11 19:47:36.000000000 +0200
+++ /var/tmp/diff_new_pack.JRqu3x/_new  2015-05-11 19:47:36.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5GuiAddons5
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:           kguiaddons
-Version:        5.9.0
+Version:        5.10.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kguiaddons-5.9.0.tar.xz -> kguiaddons-5.10.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.9.0/CMakeLists.txt 
new/kguiaddons-5.10.0/CMakeLists.txt
--- old/kguiaddons-5.9.0/CMakeLists.txt 2015-04-04 13:48:28.000000000 +0200
+++ new/kguiaddons-5.10.0/CMakeLists.txt        2015-05-02 10:34:41.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KGuiAddons)
 
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -21,7 +21,7 @@
 include(GenerateExportHeader)
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
-set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_VERSION "5.10.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KGUIADDONS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kguiaddons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.9.0/autotests/kwordwraptest.cpp 
new/kguiaddons-5.10.0/autotests/kwordwraptest.cpp
--- old/kguiaddons-5.9.0/autotests/kwordwraptest.cpp    2015-04-04 
13:48:28.000000000 +0200
+++ new/kguiaddons-5.10.0/autotests/kwordwraptest.cpp   2015-05-02 
10:34:41.000000000 +0200
@@ -44,7 +44,7 @@
         QFont font("helvetica", 12);   // let's hope we all have the same...
         QFontMetrics fm(font);
         QRect r(0, 0, 100, -1);
-        QString str = "test wadabada [/foo/bar/waba]";
+        QString str = "test wadabada [/foo/bar/waba] and some more text here";
         KWordWrap ww = KWordWrap::formatText(fm, r, 0, str);
         //qDebug() << str << " => " << ww.truncatedString();
         QVERIFY(ww.truncatedString().endsWith("..."));


Reply via email to