Hello community,

here is the log from the commit of package swig for openSUSE:Factory checked in 
at 2016-01-11 19:10:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/swig (Old)
 and      /work/SRC/openSUSE:Factory/.swig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "swig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/swig/swig.changes        2015-08-07 
00:18:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.swig.new/swig.changes   2016-01-11 
19:10:13.000000000 +0100
@@ -1,0 +2,16 @@
+Thu Jan  7 21:08:33 UTC 2016 - [email protected]
+
+- Add swig308-Fix-li_boost_array-test.patch to fix boost::array
+  test on PPC.
+
+-------------------------------------------------------------------
+Thu Jan  7 08:13:38 UTC 2016 - [email protected]
+
+- Update to 3.0.8
+  - pdf documentation enhancements.
+  - Various Python 3.5 issues fixed.
+  - std::array support added for Ruby and Python.
+  - shared_ptr support added for Ruby.
+  - Minor improvements for CFFI, Go, Java, Perl, Python, Ruby.
+
+-------------------------------------------------------------------

Old:
----
  swig-3.0.7.tar.gz

New:
----
  swig-3.0.8.tar.gz
  swig308-Fix-li_boost_array-test.patch

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

Other differences:
------------------
++++++ swig.spec ++++++
--- /var/tmp/diff_new_pack.8lIfzn/_old  2016-01-11 19:10:15.000000000 +0100
+++ /var/tmp/diff_new_pack.8lIfzn/_new  2016-01-11 19:10:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package swig
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           swig
-Version:        3.0.7
+Version:        3.0.8
 Release:        0
 Summary:        Simplified Wrapper and Interface Generator
 License:        GPL-3.0+ and BSD-3-Clause
@@ -25,6 +25,7 @@
 Url:            http://www.swig.org/
 Source:         
http://sourceforge.net/projects/swig/files/swig/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1:        %{name}.rpmlintrc
+Patch1:         swig308-Fix-li_boost_array-test.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -118,6 +119,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 ./autogen.sh

++++++ swig-3.0.7.tar.gz -> swig-3.0.8.tar.gz ++++++
/work/SRC/openSUSE:Factory/swig/swig-3.0.7.tar.gz 
/work/SRC/openSUSE:Factory/.swig.new/swig-3.0.8.tar.gz differ: char 5, line 1

++++++ swig308-Fix-li_boost_array-test.patch ++++++
diff -up swig-3.0.8/Examples/test-suite/li_boost_array.i.orig 
swig-3.0.8/Examples/test-suite/li_boost_array.i
--- swig-3.0.8/Examples/test-suite/li_boost_array.i.orig        2016-01-06 
08:09:48.851786620 +0100
+++ swig-3.0.8/Examples/test-suite/li_boost_array.i     2016-01-06 
08:10:54.028471052 +0100
@@ -31,7 +31,7 @@ namespace boost {
 
 %inline %{
 boost::array<int, 6> arrayOutVal() {
-  const char carray[] = { -2, -1, 0, 0, 1, 2 };
+  const signed char carray[] = { -2, -1, 0, 0, 1, 2 };
   boost::array<int, 6> myarray;
   for (size_t i=0; i<6; ++i) {
     myarray[i] = carray[i];

Reply via email to