Hello community, here is the log from the commit of package swig checked in at Fri Sep 26 15:12:14 CEST 2008. -------- --- swig/swig.changes 2008-04-08 09:56:10.000000000 +0200 +++ /mounts/work_src_done/STABLE/swig/swig.changes 2008-09-26 11:21:24.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Sep 26 11:21:13 CEST 2008 - mmarek@suse.cz + +- disable two perl tests on ppc + +------------------------------------------------------------------- +Wed Sep 24 15:29:33 CEST 2008 - mmarek@suse.cz + +- updated to 1.3.36 + * Enhancement to directors to wrap all protected members + * Optimisation feature for objects returned by value + * A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and + Perl modules + * Other minor generic bug fixes + +------------------------------------------------------------------- Old: ---- swig-1.3.35.tar.bz2 swig-use_uninitialized_var.patch New: ---- swig-1.3.36.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swig.spec ++++++ --- /var/tmp/diff_new_pack.j26862/_old 2008-09-26 15:11:25.000000000 +0200 +++ /var/tmp/diff_new_pack.j26862/_new 2008-09-26 15:11:25.000000000 +0200 @@ -1,10 +1,17 @@ # -# spec file for package swig (Version 1.3.35) +# spec file for package swig (Version 1.3.36) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -18,10 +25,9 @@ Group: Development/Languages/C and C++ AutoReqProv: on Summary: Simplified Wrapper and Interface Generator -Version: 1.3.35 -Release: 2 +Version: 1.3.36 +Release: 1 Source: swig-%{version}.tar.bz2 -Patch4: swig-use_uninitialized_var.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -92,8 +98,6 @@ %prep %setup -q -# disabled, see https://sourceforge.net/tracker/?func=detail&atid=301645&aid=1925132&group_id=1645 -#patch4 %build v1=$(awk '/^# Generated by GNU Autoconf / { print $6; exit; }' configure) @@ -109,6 +113,14 @@ --prefix=/usr \ --libdir=%{_libdir} make %{?jobs:-j%jobs} +# vvv begin 1.3.36 workaround vvv +%ifarch ppc +# these test-cases fail on ppc on some corner-cases +mv Examples/test-suite/perl5/li_typemaps_runme.pl{,.DISABLED} +mv Examples/test-suite/perl5/reference_global_vars_runme.pl{,.DISABLED} +%endif +test %version = 1.3.36 +# ^^^ end 1.3.36 workaround ^^^ make check %install @@ -149,6 +161,15 @@ %{_libdir}/swig %changelog +* Fri Sep 26 2008 mmarek@suse.cz +- disable two perl tests on ppc +* Wed Sep 24 2008 mmarek@suse.cz +- updated to 1.3.36 + * Enhancement to directors to wrap all protected members + * Optimisation feature for objects returned by value + * A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and + Perl modules + * Other minor generic bug fixes * Tue Apr 08 2008 mmarek@suse.cz - updated to 1.3.35 * Octave language module added ++++++ swig-1.3.35.tar.bz2 -> swig-1.3.36.tar.bz2 ++++++ ++++ 23773 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de