Hello community, here is the log from the commit of package cmake for openSUSE:Factory checked in at 2014-09-02 08:22:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmake (Old) and /work/SRC/openSUSE:Factory/.cmake.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmake" Changes: -------- --- /work/SRC/openSUSE:Factory/cmake/cmake.changes 2014-08-25 11:03:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2014-09-02 08:22:14.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 1 08:06:59 UTC 2014 - tchva...@suse.com + +- Add possible patch to fix random test failure + * cmake-fix-module-loading-test.patch + +------------------------------------------------------------------- New: ---- cmake-fix-module-loading-test.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmake.spec ++++++ --- /var/tmp/diff_new_pack.PPdiYX/_old 2014-09-02 08:22:16.000000000 +0200 +++ /var/tmp/diff_new_pack.PPdiYX/_new 2014-09-02 08:22:16.000000000 +0200 @@ -27,8 +27,10 @@ Source1: cmake.macros Source2: opensuse_rules.cmake Patch2: cmake-fix-ruby-test.patch -#PATCH-FIX-UPSTREAM dval...@suse.com https://github.com/Kitware/CMake/pull/111.patch +# PATCH-FIX-UPSTREAM dval...@suse.com https://github.com/Kitware/CMake/pull/111.patch Patch3: cmake-ppc64le-jni.patch +# PATCH-FIX-UPSTREAM: tchva...@suse.com failing test due to include order +Patch4: cmake-fix-module-loading-test.patch BuildRequires: curl-devel BuildRequires: fdupes BuildRequires: gcc-c++ @@ -50,6 +52,7 @@ %setup -q %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build export CXXFLAGS="%{optflags}" ++++++ cmake-fix-module-loading-test.patch ++++++ diff -urN cmake-3.0.1.old/Modules/FindCurses.cmake cmake-3.0.1/Modules/FindCurses.cmake --- cmake-3.0.1.old/Modules/FindCurses.cmake 2014-09-01 10:01:38.114937449 +0200 +++ cmake-3.0.1/Modules/FindCurses.cmake 2014-09-01 10:02:53.134937440 +0200 @@ -39,6 +39,7 @@ find_library(CURSES_NCURSES_LIBRARY NAMES ncurses ) set(CURSES_USE_NCURSES FALSE) +include(CheckLibraryExists) if(CURSES_NCURSES_LIBRARY AND ((NOT CURSES_CURSES_LIBRARY) OR CURSES_NEED_NCURSES)) set(CURSES_USE_NCURSES TRUE) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org