Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2015-05-20 23:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-05-16 
07:14:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2015-05-20 
23:40:16.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 19 08:34:49 UTC 2015 - kkae...@suse.com
+
+- Fix cmake-fix-ruby-test.patch, Config:: is removed in Ruby 2.2,
+  use RbConfig:: instead
+
+-------------------------------------------------------------------

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

Other differences:
------------------
cmake.spec: same change
++++++ cmake-fix-ruby-test.patch ++++++
--- /var/tmp/diff_new_pack.zE9ovE/_old  2015-05-20 23:40:17.000000000 +0200
+++ /var/tmp/diff_new_pack.zE9ovE/_new  2015-05-20 23:40:17.000000000 +0200
@@ -5,7 +5,7 @@
  
     # vendor_ruby available ?
 -   execute_process(COMMAND ${RUBY_EXECUTABLE} -r vendor-specific -e "print 
'true'"
-+   execute_process(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e "print 'true' 
unless Config::CONFIG['vendorarchdir'].nil?"
++   execute_process(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e "print 'true' 
unless RbConfig::CONFIG['vendorarchdir'].nil?"
        OUTPUT_VARIABLE RUBY_HAS_VENDOR_RUBY  ERROR_QUIET)
  
     if(RUBY_HAS_VENDOR_RUBY)


Reply via email to