Hello community,

here is the log from the commit of package swig for openSUSE:Factory checked in 
at 2012-03-06 14:07:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/swig (Old)
 and      /work/SRC/openSUSE:Factory/.swig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "swig", Maintainer is "mma...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/swig/swig.changes        2011-12-15 
16:08:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.swig.new/swig.changes   2012-03-06 
14:07:13.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Mar  6 09:15:47 UTC 2012 - kkae...@suse.com
+
+- fix SLES 10 build, disable failing test (bnc#750618)
+
+-------------------------------------------------------------------
+Mon Mar  5 13:19:56 UTC 2012 - kkae...@suse.com
+
+- fix build, add Group field to subpackages
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ swig.spec ++++++
--- /var/tmp/diff_new_pack.N8wsb3/_old  2012-03-06 14:07:19.000000000 +0100
+++ /var/tmp/diff_new_pack.N8wsb3/_new  2012-03-06 14:07:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package swig
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           swig
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
@@ -80,6 +82,7 @@
 %package doc
 Summary:        SWIG Manual
 License:        BSD-3-Clause
+Group:          Documentation/Man
 Requires:       swig
 %if 0%{?suse_version} >= 1120
 BuildArch:      noarch
@@ -100,6 +103,7 @@
 %package examples
 Summary:        SWIG example files
 License:        BSD-3-Clause
+Group:          Documentation/Howto
 Requires:       swig
 
 %description examples
@@ -137,6 +141,12 @@
 %if 0%{?sles_version} != 9
 # This test is buggy on x86-64
 rm -f Examples/test-suite/python/li_boost_shared_ptr_runme.py
+%if 0%{?suse_version} == 1010
+%ifarch x86_64
+# This test fails on SLES 10 SP3+SP4 on 64bit (bnc#750618)
+rm -f Examples/test-suite/ruby/newobject1_runme.rb 
+%endif
+%endif
 make check
 %endif
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to