Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2012-05-21 08:08:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2012-05-08 
12:09:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2012-05-21 
08:08:33.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 14 13:43:06 UTC 2012 - co...@suse.com
+
+- vendor-specific does no longer exist with ruby 1.9, so don't use
+  it to check vendor support
+
+-------------------------------------------------------------------

New:
----
  cmake-fix-ruby-test.patch

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

Other differences:
------------------
++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.Zc7XIh/_old  2012-05-21 08:08:35.000000000 +0200
+++ /var/tmp/diff_new_pack.Zc7XIh/_new  2012-05-21 08:08:35.000000000 +0200
@@ -23,6 +23,7 @@
 Source0:        http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
 Patch1:         cmake-disable-builtin-chrpath.diff
 Patch2:         cmake-pkgconfig.patch
+Patch3:         cmake-fix-ruby-test.patch
 Summary:        Cross-platform, open-source make system
 License:        BSD-3-Clause
 Group:          Development/Tools/Building
@@ -52,6 +53,7 @@
 %setup -q
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"

++++++ cmake-fix-ruby-test.patch ++++++
Index: cmake-2.8.8/Modules/FindRuby.cmake
===================================================================
--- cmake-2.8.8.orig/Modules/FindRuby.cmake     2012-04-18 20:10:54.000000000 
+0200
+++ cmake-2.8.8/Modules/FindRuby.cmake  2012-05-14 15:42:52.137253084 +0200
@@ -93,7 +93,7 @@ IF(RUBY_EXECUTABLE  AND NOT  RUBY_VERSIO
    _RUBY_CONFIG_VAR("sitelibdir" RUBY_SITELIB_DIR)
 
    # vendor_ruby available ?
-   EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r vendor-specific -e "print 
'true'"
+   EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -e "print 'true' unless 
Config::CONFIG['vendorarchdir'].nil?"
       OUTPUT_VARIABLE RUBY_HAS_VENDOR_RUBY  ERROR_QUIET)
 
    IF(RUBY_HAS_VENDOR_RUBY)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to