Hello community,

here is the log from the commit of package kdebindings3 for openSUSE:Factory 
checked in at 2016-03-31 13:03:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebindings3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdebindings3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebindings3"

Changes:
--------
kdebindings3-javascript.changes: same change
--- /work/SRC/openSUSE:Factory/kdebindings3/kdebindings3.changes        
2015-09-08 18:10:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdebindings3.new/kdebindings3.changes   
2016-03-31 13:03:45.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 12:15:50 UTC 2016 - [email protected]
+
+- Fix rubyarchhdrs on non x86 arch 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kdebindings3-java.spec ++++++
--- /var/tmp/diff_new_pack.m7ednR/_old  2016-03-31 13:03:46.000000000 +0200
+++ /var/tmp/diff_new_pack.m7ednR/_new  2016-03-31 13:03:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebindings3-java
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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

kdebindings3-javascript.spec: same change
++++++ kdebindings3.spec ++++++
--- /var/tmp/diff_new_pack.m7ednR/_old  2016-03-31 13:03:46.000000000 +0200
+++ /var/tmp/diff_new_pack.m7ednR/_new  2016-03-31 13:03:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebindings3
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -136,9 +136,12 @@
 %endif
 sed -i 's%2.6%2.7%g' configure
 
+export RUBY_ARCH=`ruby -r rbconfig -e "print 
RbConfig::CONFIG['rubyarchhdrdir']"`
+export RUBY_INCLUDE=`ruby -r rbconfig -e "print 
RbConfig::CONFIG['rubyhdrdir']"`
+
 ./configure \
   $configkde $configopts \
---with-extra-includes="/usr/include/ruby-%rb_ver:/usr/include/ruby-%rb_ver/%_target_cpu-linux-gnu:/usr/include/ruby-%rb_ver/ruby:/usr/include/ruby-%rb_ver/%_target_cpu-linux"
+  --with-extra-includes="$RUBY_ARCH:$RUBY_INCLUDE:$RUBY_INCLUDE/ruby"
 
 %if %{is_base}
 make


Reply via email to