Hello community,

here is the log from the commit of package kguiaddons for openSUSE:Factory 
checked in at 2015-04-13 20:29:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-16 
09:27:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kguiaddons.new/kguiaddons.changes       
2015-04-13 20:29:11.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Apr  4 14:40:32 UTC 2015 - [email protected]
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+- Added kguiaddons-use-susehelp.patch: Use susehelp wrapper, instead
+  of khelpcenter command (we use khelpcenter5)
+
+-------------------------------------------------------------------

Old:
----
  kguiaddons-5.8.0.tar.xz

New:
----
  kguiaddons-5.9.0.tar.xz
  kguiaddons-use-susehelp.patch

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

Other differences:
------------------
++++++ kguiaddons.spec ++++++
--- /var/tmp/diff_new_pack.U53iEU/_old  2015-04-13 20:29:11.000000000 +0200
+++ /var/tmp/diff_new_pack.U53iEU/_new  2015-04-13 20:29:11.000000000 +0200
@@ -17,12 +17,12 @@
 
 
 %define lname   libKF5GuiAddons5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kguiaddons
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
@@ -38,6 +38,8 @@
 Url:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FIX-OPENSUSE kguiaddons-use-susehelp.patch -- Use susehelp wrapper, 
instead of khelpcenter command (we use khelpcenter5)
+Patch0:         kguiaddons-use-susehelp.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -66,6 +68,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build
@@ -73,7 +76,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %post -n %lname -p /sbin/ldconfig
 

++++++ kguiaddons-5.8.0.tar.xz -> kguiaddons-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kguiaddons-5.8.0/CMakeLists.txt 
new/kguiaddons-5.9.0/CMakeLists.txt
--- old/kguiaddons-5.8.0/CMakeLists.txt 2015-02-25 15:19:34.000000000 +0100
+++ new/kguiaddons-5.9.0/CMakeLists.txt 2015-04-04 13:48:28.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KGuiAddons)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.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.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KGUIADDONS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kguiaddons_version.h"

++++++ kguiaddons-use-susehelp.patch ++++++
diff --git a/src/util/urlhandler.cpp b/src/util/urlhandler.cpp
index 5b46be2..b9fb3c4 100644
--- a/src/util/urlhandler.cpp
+++ b/src/util/urlhandler.cpp
@@ -41,7 +41,7 @@ public Q_SLOTS:
             u.setPath(QCoreApplication::applicationName());
         }
 
-        QString helpcenter = 
QStandardPaths::findExecutable(QLatin1String("khelpcenter"));
+        QString helpcenter = 
QStandardPaths::findExecutable(QLatin1String("susehelp"));
         if (helpcenter.isEmpty()) {
             QDesktopServices::openUrl(u);
         } else {

Reply via email to