From b07254f4baa4b1e5d4ac0108829c9a3d1c1d70d17d96de67d7048c89f042346b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 5 Mar 2012 13:21:52 +0000 Subject: [PATCH 1/2] - fix build, add Group field to subpackages OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=28 --- swig.changes | 5 +++++ swig.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/swig.changes b/swig.changes index f833ea6..c9e68cc 100644 --- a/swig.changes +++ b/swig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 5 13:19:56 UTC 2012 - kkaempf@suse.com + +- fix build, add Group field to subpackages + ------------------------------------------------------------------- Fri Dec 9 08:55:59 UTC 2011 - coolo@suse.com diff --git a/swig.spec b/swig.spec index b5ce0fc..349dbc2 100644 --- a/swig.spec +++ b/swig.spec @@ -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 @@ customization options, and more. %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 @@ This package contains the SWIG manual. %package examples Summary: SWIG example files License: BSD-3-Clause +Group: Documentation/Howto Requires: swig %description examples From d61fa65c83b09b81e0fc68d588492d3aa46728e0814a843efeb365b158afdbdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 6 Mar 2012 09:25:49 +0000 Subject: [PATCH 2/2] Accepting request 108119 from systemsmanagement:wbem - fix SLES 10 build, disable failing test (bnc#750618) OBS-URL: https://build.opensuse.org/request/show/108119 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=29 --- swig.changes | 5 +++++ swig.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/swig.changes b/swig.changes index c9e68cc..e877b91 100644 --- a/swig.changes +++ b/swig.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 09:15:47 UTC 2012 - kkaempf@suse.com + +- fix SLES 10 build, disable failing test (bnc#750618) + ------------------------------------------------------------------- Mon Mar 5 13:19:56 UTC 2012 - kkaempf@suse.com diff --git a/swig.spec b/swig.spec index 349dbc2..23fb304 100644 --- a/swig.spec +++ b/swig.spec @@ -141,6 +141,12 @@ make %{?_smp_mflags} %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