OBS User unknown
2007-12-03 22:41:10 +00:00
committed by Git OBS Bridge
parent 14a75848df
commit 6a854e7de1
7 changed files with 42 additions and 66 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package swig (Version 1.3.31)
# spec file for package swig (Version 1.3.33)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -17,11 +17,10 @@ License: BSD 3-Clause
Group: Development/Languages/C and C++
AutoReqProv: on
Summary: Simplified Wrapper and Interface Generator
Version: 1.3.31
Release: 51
Version: 1.3.33
Release: 1
Source: swig-%{version}.tar.bz2
Patch1: swig-testsuite.patch
Patch2: swig-1.3.31-testsuite-warnings.patch
Patch2: swig-1.3.32-testsuite-warnings.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -90,7 +89,6 @@ Authors:
%prep
%setup -q
%patch1
%patch2
%build
@@ -107,13 +105,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
--prefix=/usr \
--libdir=%{_libdir}
make %{?jobs:-j%jobs}
%ifarch %ix86 s390
# this test is known to fail on these architectures as of swig-1.3.31
mv Examples/test-suite/perl5/li_std_string_runme.pl \
Examples/test-suite/perl5/li_std_string_runme.pl.DISABLED
# reminder
test %version = 1.3.31
%endif
make check
%install
@@ -152,7 +143,16 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%{_docdir}/%{name}/Examples
%{_libdir}/swig
%changelog
* Wed Nov 28 2007 - mmarek@suse.cz
- updated to 1.3.33
+ shared_ptr support for Java and C#
+ Enhanced STL support for Ruby
+ Fixed long-standing memory leak in PHP Module
+ Numerous fixes and minor enhancements for Allegrocl, C#, cffi,
Chicken, Guile, Java, Lua, Ocaml, Perl, PHP, Python, Ruby, Tcl
+ Improved warning support
* Wed Sep 19 2007 - mmarek@suse.cz
- don't "update" autofoo when building for older dists in the
buildservice