Hello community,

here is the log from the commit of package kdebindings3 for openSUSE:Factory 
checked in at 2015-06-05 08:46:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2014-07-24 00:34:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdebindings3.new/kdebindings3.changes   
2015-06-05 08:46:13.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Jun  4 12:09:42 UTC 2015 - [email protected]
+
+- Update kdebindings-3.5.1_ruby_non_site_dir.patch: Use
+  RbConfig::CONFIG instead of deprecated Config::CONFIG (fix build
+  with Ruby 2.2).
+- Revert dsterba's hack using sed.
+
+-------------------------------------------------------------------
+Wed Jun  3 00:00:00 CEST 2015 - [email protected]
+
+- fix build failure on Factory: use
+  RbConfig module instead of the deprecated Config
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kdebindings3-java.spec ++++++
--- /var/tmp/diff_new_pack.K4iuDN/_old  2015-06-05 08:46:15.000000000 +0200
+++ /var/tmp/diff_new_pack.K4iuDN/_new  2015-06-05 08:46:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebindings3-java
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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: same change
++++++ kdebindings-3.5.1_ruby_non_site_dir.patch ++++++
--- /var/tmp/diff_new_pack.K4iuDN/_old  2015-06-05 08:46:15.000000000 +0200
+++ /var/tmp/diff_new_pack.K4iuDN/_new  2015-06-05 08:46:15.000000000 +0200
@@ -2,14 +2,16 @@
 ===================================================================
 --- korundum/rubylib/korundum/configure.in.in.orig
 +++ korundum/rubylib/korundum/configure.in.in
-@@ -5,8 +5,8 @@ if test -z "$RUBY"; then
+@@ -4,9 +4,9 @@ if test -z "$RUBY"; then
+   DO_NOT_COMPILE="$DO_NOT_COMPILE korundum"
  else
    AC_MSG_CHECKING(for ruby dirs)
-   RUBY_ARCHDIR=`ruby -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"archdir"@:>@)'`
+-  RUBY_ARCHDIR=`ruby -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"archdir"@:>@)'`
 -  RUBY_SITEARCHDIR=`ruby -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"sitearchdir"@:>@)'`
 -  RUBY_SITEDIR=`ruby -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"sitelibdir"@:>@)'`
-+  RUBY_SITEARCHDIR=`ruby -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"archdir"@:>@)'`
-+  RUBY_SITEDIR=`ruby -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"rubylibdir"@:>@)'`
++  RUBY_ARCHDIR=`ruby -r rbconfig -e 
'printf("%s",RbConfig::CONFIG@<:@"archdir"@:>@)'`
++  RUBY_SITEARCHDIR=`ruby -r rbconfig -e 
'printf("%s",RbConfig::CONFIG@<:@"archdir"@:>@)'`
++  RUBY_SITEDIR=`ruby -r rbconfig -e 
'printf("%s",RbConfig::CONFIG@<:@"rubylibdir"@:>@)'`
    AC_MSG_RESULT([archdir $RUBY_ARCHDIR, sitearchdir $RUBY_SITEARCHDIR, 
sitedir $RUBY_SITEDIR])
    AC_SUBST(RUBY_ARCHDIR)
    AC_SUBST(RUBY_SITEARCHDIR)
@@ -17,14 +19,20 @@
 ===================================================================
 --- qtruby/rubylib/qtruby/configure.in.in.orig
 +++ qtruby/rubylib/qtruby/configure.in.in
-@@ -5,8 +5,8 @@ if test -z "$RUBY"; then
+@@ -4,11 +4,11 @@ if test -z "$RUBY"; then
+   DO_NOT_COMPILE="$DO_NOT_COMPILE qtruby"
  else
    AC_MSG_CHECKING(for ruby dirs)
-   RUBY_ARCHDIR=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"archdir"@:>@)'`
+-  RUBY_ARCHDIR=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"archdir"@:>@)'`
 -  RUBY_SITEARCHDIR=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"sitearchdir"@:>@)'`
 -  RUBY_SITEDIR=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"sitelibdir"@:>@)'`
-+  RUBY_SITEARCHDIR=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"archdir"@:>@)'`
-+  RUBY_SITEDIR=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"rubylibdir"@:>@)'`
-   RUBY_LIBDIR=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"libdir"@:>@)'`
-   RUBY_LIBRUBYARG=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"LIBRUBYARG_SHARED"@:>@)'`
+-  RUBY_LIBDIR=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"libdir"@:>@)'`
+-  RUBY_LIBRUBYARG=`$RUBY -r rbconfig -e 
'printf("%s",Config::CONFIG@<:@"LIBRUBYARG_SHARED"@:>@)'`
++  RUBY_ARCHDIR=`$RUBY -r rbconfig -e 
'printf("%s",RbConfig::CONFIG@<:@"archdir"@:>@)'`
++  RUBY_SITEARCHDIR=`$RUBY -r rbconfig -e 
'printf("%s",RbConfig::CONFIG@<:@"archdir"@:>@)'`
++  RUBY_SITEDIR=`$RUBY -r rbconfig -e 
'printf("%s",RbConfig::CONFIG@<:@"rubylibdir"@:>@)'`
++  RUBY_LIBDIR=`$RUBY -r rbconfig -e 
'printf("%s",RbConfig::CONFIG@<:@"libdir"@:>@)'`
++  RUBY_LIBRUBYARG=`$RUBY -r rbconfig -e 
'printf("%s",RbConfig::CONFIG@<:@"LIBRUBYARG_SHARED"@:>@)'`
    AC_MSG_RESULT([archdir $RUBY_ARCHDIR, sitearchdir $RUBY_SITEARCHDIR, 
sitedir $RUBY_SITEDIR, libdir $RUBY_LIBDIR, librubyarg $RUBY_LIBRUBYARG])
+   AC_SUBST(RUBY_ARCHDIR)
+   AC_SUBST(RUBY_SITEARCHDIR)


Reply via email to