Hello community, here is the log from the commit of package cmake for openSUSE:Factory checked in at 2012-05-31 17:02:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmake (Old) and /work/SRC/openSUSE:Factory/.cmake.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cmake", Maintainer is "VCizek@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/cmake/cmake.changes 2012-05-21 08:08:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2012-05-31 17:03:48.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 30 09:51:04 UTC 2012 - coolo@suse.com + +- fix the ruby test patch once more to also work with ruby 1.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ cmake.spec: same change ++++++ cmake-fix-ruby-test.patch ++++++ --- /var/tmp/diff_new_pack.vRXhpw/_old 2012-05-31 17:03:49.000000000 +0200 +++ /var/tmp/diff_new_pack.vRXhpw/_new 2012-05-31 17:03:49.000000000 +0200 @@ -7,7 +7,7 @@ # 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?" ++ EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -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+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de