Hello community, here is the log from the commit of package kdesvn for openSUSE:Factory checked in at 2015-10-12 10:02:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesvn (Old) and /work/SRC/openSUSE:Factory/.kdesvn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesvn" Changes: -------- --- /work/SRC/openSUSE:Factory/kdesvn/kdesvn.changes 2015-07-03 00:06:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdesvn.new/kdesvn.changes 2015-10-12 10:03:31.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Oct 10 01:33:46 UTC 2015 - [email protected] + +- Added let-kdelibs-create-uninstall-target.patch, fix build when + CMake's CMP002 policy is set to NEW (with kdelibs4 >= 4.14.11) + +------------------------------------------------------------------- New: ---- let-kdelibs-create-uninstall-target.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesvn.spec ++++++ --- /var/tmp/diff_new_pack.lF91Rm/_old 2015-10-12 10:03:32.000000000 +0200 +++ /var/tmp/diff_new_pack.lF91Rm/_new 2015-10-12 10:03:32.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package kdesvn # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,8 @@ Patch0: fix_bug_address.patch # PATCH-FIX_UPSTREAM fix_crash_when_getting_logs.patch boo#931401, kde#325074, kde#330624 Patch1: fix_crash_when_getting_logs.patch +# PATCH-FIX_UPSTREAM let-kdelibs-create-uninstall-target.patch -- fix build when CMake's CMP002 policy is set to NEW (with kdelibs4 >= 4.14.11) +Patch2: let-kdelibs-create-uninstall-target.patch BuildRequires: fdupes BuildRequires: libkde4-devel BuildRequires: openldap2-devel @@ -63,6 +65,7 @@ %setup -q %patch0 -p0 %patch1 -p1 +%patch2 -p1 %build %cmake_kde4 -d build ++++++ let-kdelibs-create-uninstall-target.patch ++++++ --- kdesvn-1.6.0.orig/CMakeLists.txt 2010-03-20 17:08:10.000000000 +0100 +++ kdesvn-1.6.0/CMakeLists.txt 2015-10-10 03:21:03.134062173 +0200 @@ -170,8 +170,8 @@ CONFIGURE_FILE( "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" IMMEDIATE @ONLY) -ADD_CUSTOM_TARGET(uninstall - "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") +#ADD_CUSTOM_TARGET(uninstall +# "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") ADD_CUSTOM_TARGET(dist "${CMAKE_BINARY_DIR}/makedist.sh"
