Hello community,

here is the log from the commit of package kcrash for openSUSE:Factory checked 
in at 2015-04-13 20:25:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-03-16 
09:31:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kcrash.new/kcrash.changes       2015-04-13 
20:25:26.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:46 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kcrash-5.8.0.tar.xz

New:
----
  kcrash-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kcrash.spec ++++++
--- /var/tmp/diff_new_pack.ztSQdB/_old  2015-04-13 20:25:27.000000000 +0200
+++ /var/tmp/diff_new_pack.ztSQdB/_new  2015-04-13 20:25:27.000000000 +0200
@@ -17,17 +17,17 @@
 
 
 %define lname   libKF5Crash5
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kcrash
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
+BuildRequires:  kcoreaddons-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kwindowsystem-devel >= %{kf5_version}
+BuildRequires:  kwindowsystem-devel >= %{_tar_path}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
@@ -71,7 +71,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %post -n %lname -p /sbin/ldconfig
 

++++++ kcrash-5.8.0.tar.xz -> kcrash-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcrash-5.8.0/CMakeLists.txt 
new/kcrash-5.9.0/CMakeLists.txt
--- old/kcrash-5.8.0/CMakeLists.txt     2015-03-06 03:37:44.000000000 +0100
+++ new/kcrash-5.9.0/CMakeLists.txt     2015-04-04 13:47:32.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KCrash)
 
-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})
 
 set(REQUIRED_QT_VERSION 5.2.0)
@@ -22,8 +22,8 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.9.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"


Reply via email to