Hello community,

here is the log from the commit of package libcaca for openSUSE:Factory checked 
in at 2015-05-07 08:27:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcaca (Old)
 and      /work/SRC/openSUSE:Factory/.libcaca.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcaca"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcaca/libcaca.changes  2015-02-20 
12:00:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libcaca.new/libcaca.changes     2015-05-07 
08:27:31.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Mar 20 15:50:59 UTC 2015 - [email protected]
+
+- Build without Mono by default
+  coolo says: "We don't want mono in Factory, if somebody needs it
+  it should be set explicit (with_mono) per prjconf"
+
+-------------------------------------------------------------------
+Thu Mar 12 09:52:22 UTC 2015 - [email protected]
+
+- Update libcaca-ruby_vendor_install.patch: Use RbConfig::CONFIG
+  instead of Config::Config to be compatible with ruby 2.2.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcaca.spec ++++++
--- /var/tmp/diff_new_pack.lTC2VB/_old  2015-05-07 08:27:31.000000000 +0200
+++ /var/tmp/diff_new_pack.lTC2VB/_new  2015-05-07 08:27:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcaca
 #
-# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
 
 %define withjava 0
 %define withpython 1
-%bcond_without mono
+%bcond_with mono
 
 Name:           libcaca
 BuildRequires:  doxygen

++++++ libcaca-ruby_vendor_install.patch ++++++
--- /var/tmp/diff_new_pack.lTC2VB/_old  2015-05-07 08:27:31.000000000 +0200
+++ /var/tmp/diff_new_pack.lTC2VB/_new  2015-05-07 08:27:31.000000000 +0200
@@ -9,13 +9,13 @@
 -    RUBY_CFLAGS="$(ruby -r mkmf -e 'conf = RbConfig::CONFIG.merge("hdrdir" => 
$hdrdir, "arch_hdrdir" => $arch_hdrdir); print RbConfig::expand("#$INCFLAGS", 
conf)')"
 +    RUBY_CFLAGS=$(pkg-config --cflags ruby-1.9)
 +    if test -z "$RUBY_CFLAGS"; then
-+      RUBY_CFLAGS="-I$(ruby -r rbconfig -e 'print 
Config::CONFIG@<:@"archdir"@:>@')"
++      RUBY_CFLAGS="-I$(ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"archdir"@:>@')"
 +    fi
      RUBY_LIBS="-L$(ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"libdir"@:>@') -l$(ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"RUBY_SO_NAME"@:>@')"
 -    RUBY_SITEARCHDIR=`ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"sitearchdir"@:>@'`
 -    RUBY_SITELIBDIR=`ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"sitelibdir"@:>@'`
-+    RUBY_VENDORARCHDIR=`ruby -r rbconfig -e 'print 
Config::CONFIG@<:@"vendorarchdir"@:>@'`
-+    RUBY_VENDORLIBDIR=`ruby -r rbconfig -e 'print 
Config::CONFIG@<:@"vendorlibdir"@:>@'`
++    RUBY_VENDORARCHDIR=`ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"vendorarchdir"@:>@'`
++    RUBY_VENDORLIBDIR=`ruby -r rbconfig -e 'print 
RbConfig::CONFIG@<:@"vendorlibdir"@:>@'`
      AC_SUBST(RUBY_CFLAGS)
      AC_SUBST(RUBY_LIBS)
 -    AC_SUBST(RUBY_SITEARCHDIR)
@@ -42,4 +42,4 @@
 +rubyvendor_DATA = lib/caca.rb
  TESTS = test
  endif
- 
\ No newline at end of file
+ 


Reply via email to