Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2014-09-12 17:03:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcrash (Old)
 and      /work/SRC/openSUSE:Factory/.kcrash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcrash"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcrash/kcrash.changes    2014-08-16 
15:42:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes       2014-09-12 
17:04:18.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Sep  9 09:49:28 UTC 2014 - [email protected]
+
+- Update to 5.2.0
+  * For more details please see:
+    http://kde.org/announcements/kde-frameworks-5.2.php
+
+-------------------------------------------------------------------
+Fri Aug 22 18:55:13 UTC 2014 - [email protected]
+
+- Let libKF5Crash5 Recommends drkonqi5
+
+-------------------------------------------------------------------

Old:
----
  kcrash-5.1.0.tar.xz

New:
----
  kcrash-5.2.0.tar.xz

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

Other differences:
------------------
++++++ kcrash.spec ++++++
--- /var/tmp/diff_new_pack.t1Xi6r/_old  2014-09-12 17:04:21.000000000 +0200
+++ /var/tmp/diff_new_pack.t1Xi6r/_new  2014-09-12 17:04:21.000000000 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Crash5
 Name:           kcrash
-Version:        5.1.0
+Version:        5.2.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.1.0
+BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
@@ -45,6 +45,7 @@
 %package -n %lname
 Summary:        Gracefull handling of application crashes
 Group:          System/GUI/KDE
+Recommends:     drkonqi5
 
 %description -n %lname
 KCrash provides support for intercepting and handling application crashes.

++++++ kcrash-5.1.0.tar.xz -> kcrash-5.2.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/CMakeLists.txt 
new/kcrash-5.2.0/CMakeLists.txt
--- old/kcrash-5.1.0/CMakeLists.txt     2014-08-02 10:17:32.000000000 +0200
+++ new/kcrash-5.2.0/CMakeLists.txt     2014-09-08 01:24:07.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-find_package(ECM 1.1.0 REQUIRED NO_MODULE)
+find_package(ECM 1.2.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.1.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.1.0") # handled by release scripts
+set(KF5_VERSION "5.2.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.2.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KCrash
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kcrash_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5CrashConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/README.md new/kcrash-5.2.0/README.md
--- old/kcrash-5.1.0/README.md  2014-08-02 10:17:32.000000000 +0200
+++ new/kcrash-5.2.0/README.md  2014-09-08 01:24:07.000000000 +0200
@@ -1,14 +1,6 @@
 # KCrash
 
-Graceful handling of application crashes
-
 ## Introduction
 
 KCrash provides support for intercepting and handling application crashes.
 
-## Links
-
-- Home page: <https://projects.kde.org/projects/frameworks/kcrash>
-- Mailing list: <https://mail.kde.org/mailman/listinfo/kde-frameworks-devel>
-- IRC channel: #kde-devel on Freenode
-- Git repository: 
<https://projects.kde.org/projects/frameworks/kcrash/repository>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/metainfo.yaml 
new/kcrash-5.2.0/metainfo.yaml
--- old/kcrash-5.1.0/metainfo.yaml      2014-08-02 10:17:32.000000000 +0200
+++ new/kcrash-5.2.0/metainfo.yaml      2014-09-08 01:24:07.000000000 +0200
@@ -8,3 +8,7 @@
 portingAid: false
 deprecated: false
 release: true
+libraries:
+ - qmake: KCrash
+   cmake: "KF5::Crash"
+cmakename: KF5Crash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/src/config-kcrash.h.cmake 
new/kcrash-5.2.0/src/config-kcrash.h.cmake
--- old/kcrash-5.1.0/src/config-kcrash.h.cmake  2014-08-02 10:17:32.000000000 
+0200
+++ new/kcrash-5.2.0/src/config-kcrash.h.cmake  2014-09-08 01:24:07.000000000 
+0200
@@ -1,5 +1,4 @@
 #cmakedefine01 HAVE_X11
 
 #define kde_socklen_t socklen_t
-#define CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}"
-#define LIBEXEC_INSTALL_DIR "${LIBEXEC_INSTALL_DIR}"
+#define CMAKE_INSTALL_FULL_LIBEXECDIR "${CMAKE_INSTALL_FULL_LIBEXECDIR}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/src/kcrash.cpp 
new/kcrash-5.2.0/src/kcrash.cpp
--- old/kcrash-5.1.0/src/kcrash.cpp     2014-08-02 10:17:32.000000000 +0200
+++ new/kcrash-5.2.0/src/kcrash.cpp     2014-09-08 01:24:07.000000000 +0200
@@ -212,7 +212,7 @@
         const QList<QString> paths = 
QFile::decodeName(qgetenv("LIBEXEC_PATH")).split(QLatin1Char(':'));
         const QString exec = 
QStandardPaths::findExecutable(QLatin1String("drkonqi"), paths);
         if (exec.isEmpty()) {
-            s_drkonqiPath = qstrdup(CMAKE_INSTALL_PREFIX "/" 
LIBEXEC_INSTALL_DIR "/drkonqi");
+            s_drkonqiPath = qstrdup(CMAKE_INSTALL_FULL_LIBEXECDIR "/drkonqi");
             if (!QFile::exists(QLatin1String(s_drkonqiPath))) {
                 qWarning() << "Could not find drkonqi at" << s_drkonqiPath;
                 s_launchDrKonqi = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.1.0/src/kcrash.h 
new/kcrash-5.2.0/src/kcrash.h
--- old/kcrash-5.1.0/src/kcrash.h       2014-08-02 10:17:32.000000000 +0200
+++ new/kcrash-5.2.0/src/kcrash.h       2014-09-08 01:24:07.000000000 +0200
@@ -118,7 +118,7 @@
  * Set options to determine how the default crash handler should behave.
  * @param flags ORed together CrashFlags
  */
-KCRASH_EXPORT void setFlags(CrashFlags flags);
+KCRASH_EXPORT void setFlags(KCrash::CrashFlags flags);
 
 /**
  * Enables or disables launching DrKonqi from the crash handler.
@@ -130,6 +130,7 @@
      KCrash::setDrKonqiEnabled(false);
  }
  Q_CONSTRUCTOR_FUNCTION(disableDrKonqi)
+ * \endcode
  * @note It is the crash handler's responsibility to launch DrKonqi.
  * Therefore, if no crash handler is set, this method also installs
  * the default crash handler to ensure that DrKonqi will be launched.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to