b7795d
# We can skip tests
b7795d
%bcond_without testsuite
b7795d
b7795d
%if %{without testsuite}
b7795d
%global tcl 0
b7795d
%global lualang 0
b7795d
%global perllang 0
b7795d
%global phplang 0
b7795d
%global rubylang 0
b7795d
%global python3lang 0
b7795d
%global golang 0
b7795d
%global octave 0
b7795d
%global Rlang 0
b7795d
%global javalang 0
b7795d
%endif
b7795d
b7795d
%{!?tcl:%global tcl 1}
b7795d
%{!?guile:%global guile 0}
b7795d
%{!?lualang:%global lualang 1}
b7795d
%{!?perllang:%global perllang 1}
b7795d
%{!?phplang:%global phplang 1}
b7795d
# Disable Ruby test failed with swig 4.0.0 on s390
b7795d
%ifarch s390x %{power64}
b7795d
%{!?rubylang:%global rubylang 0}
b7795d
%else
b7795d
%{!?rubylang:%global rubylang 1}
b7795d
%endif
b7795d
%{!?python3lang:%global python3lang 1}
b7795d
b7795d
%if 0%{?rhel}
b7795d
%{!?golang:%global golang 0}
b7795d
%{!?octave:%global octave 0}
b7795d
%{!?Rlang:%global Rlang 0}
b7795d
%bcond_with build_ccache_swig
b7795d
%else
b7795d
%{!?octave:%global octave 1}
b7795d
%{!?Rlang:%global Rlang 1}
b7795d
%bcond_without build_ccache_swig
b7795d
%endif
b7795d
%ifarch aarch64 %{arm} %{mips} ppc %{power64} s390 s390x
b7795d
%{!?javalang:%global javalang 0}
b7795d
%else
b7795d
%{!?javalang:%global javalang 1}
b7795d
%endif
b7795d
b7795d
# Do not run Go tests, they failed with 4.0.0 on ppc64le
b7795d
%ifarch %{ix86} x86_64 %{arm} aarch64
b7795d
# Tests do not work with Go 1.15
b7795d
%{!?golang:%global golang 0}
b7795d
%else
b7795d
%{!?golang:%global golang 0}
b7795d
%endif
b7795d
b7795d
Summary: Connects C/C++/Objective C to some high-level programming languages
b7795d
Name:    swig
b7795d
Version: 4.0.2
b7795d
Release: 8%{?dist}
b7795d
License: GPLv3+ and BSD
b7795d
URL:     http://swig.sourceforge.net/
b7795d
Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
b7795d
# Define the part of man page sections
b7795d
Source1: description.h2m
b7795d
%if %{with build_ccache_swig}
b7795d
Source2: description-ccache.h2m
b7795d
Source3: ccache-swig.sh
b7795d
Source4: ccache-swig.csh
b7795d
%endif
b7795d
b7795d
# https://github.com/swig/swig/pull/1702
b7795d
Patch0: swig-Upgrade-to-support-newer-NodeJS.patch
b7795d
# Backport PHP 7.x and 88888888 updates
b7795d
Patch1: swig-4.0.2-Fix-overloaded-directed-methods-with-non-void-re.patch
b7795d
Patch2: swig-4.0.2-Fix-char-typecheck-typemap-to-accept-Null.patch
b7795d
Patch3: swig-4.0.2-Improve-PHP-object-creation.patch
b7795d
Patch4: swig-4.0.2-Support-PHP8.patch
b7795d
b7795d
BuildRequires: make
b7795d
BuildRequires: perl-interpreter, pcre-devel
b7795d
BuildRequires: python%{python3_pkgversion}-devel
b7795d
BuildRequires: autoconf, automake, gawk, dos2unix
b7795d
BuildRequires: gcc-c++
b7795d
BuildRequires: help2man
b7795d
BuildRequires: perl-devel
b7795d
BuildRequires: perl(base)
b7795d
BuildRequires: perl(Config)
b7795d
BuildRequires: perl(Devel::Peek)
b7795d
BuildRequires: perl(ExtUtils::MakeMaker)
b7795d
BuildRequires: perl(fields)
b7795d
BuildRequires: perl(Math::BigInt)
b7795d
BuildRequires: perl(strict)
b7795d
BuildRequires: perl(Test::More)
b7795d
BuildRequires: perl(vars)
b7795d
BuildRequires: perl(warnings)
b7795d
BuildRequires: boost-devel
b7795d
# Need when Source/CParse/parser.y is patched
b7795d
BuildRequires: bison
b7795d
%if %{tcl}
b7795d
BuildRequires: tcl-devel
b7795d
%endif
b7795d
%if %{guile}
b7795d
BuildRequires: guile-devel
b7795d
%endif
b7795d
%if %{octave}
b7795d
BuildRequires: octave-devel
b7795d
%endif
b7795d
%if %{golang}
b7795d
BuildRequires: golang
b7795d
BuildRequires: golang-bin
b7795d
BuildRequires: golang-shared
b7795d
BuildRequires: golang-src
b7795d
%endif
b7795d
%if %{lualang}
b7795d
BuildRequires: lua-devel
b7795d
%endif
b7795d
%if %{rubylang}
b7795d
BuildRequires: ruby-devel
b7795d
%endif
b7795d
%if %{Rlang}
b7795d
BuildRequires: R-devel
b7795d
%endif
b7795d
%if %{javalang}
b7795d
BuildRequires: java, java-devel
b7795d
%endif
b7795d
%if %{phplang}
b7795d
BuildRequires: php, php-devel
b7795d
%endif
b7795d
b7795d
%description
b7795d
Simplified Wrapper and Interface Generator (SWIG) is a software
b7795d
development tool for connecting C, C++ and Objective C programs with a
b7795d
variety of high-level programming languages. SWIG is used with different
b7795d
types of target languages including common scripting languages such as
b7795d
Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported
b7795d
languages also includes non-scripting languages such as C#, D, Go language,
b7795d
Java including Android, Lua, OCaml, Octave, Scilab and R. Also several
b7795d
interpreted and compiled Scheme implementations (Guile, MzScheme/Racket)
b7795d
are supported. SWIG is most commonly used to create high-level interpreted
b7795d
or compiled programming environments, user interfaces, and as a tool for
b7795d
testing and prototyping C/C++ software.
b7795d
b7795d
%if %{with build_ccache_swig}
b7795d
%package -n ccache-swig
b7795d
Summary:   Fast compiler cache
b7795d
License:   GPLv2+
b7795d
Requires:  swig
b7795d
Conflicts: swig < 3.0.8-2
b7795d
b7795d
%description -n ccache-swig
b7795d
ccache-swig is a compiler cache. It speeds up re-compilation of C/C++/SWIG
b7795d
code by caching previous compiles and detecting when the same compile is
b7795d
being done again. ccache-swig is ccache plus support for SWIG.
b7795d
%endif
b7795d
b7795d
%package doc
b7795d
Summary:   Documentation files for SWIG
b7795d
License:   BSD
b7795d
BuildArch: noarch
b7795d
b7795d
%description doc
b7795d
This package contains documentation for SWIG and useful examples
b7795d
b7795d
%package gdb
b7795d
Summary:   Commands for easier debugging of SWIG
b7795d
License:   BSD
b7795d
Requires:  swig
b7795d
b7795d
%description gdb
b7795d
This package contains file with commands for easier debugging of SWIG
b7795d
in gdb.
b7795d
b7795d
%prep
b7795d
%autosetup -p1
b7795d
b7795d
for all in CHANGES README; do
b7795d
    iconv -f ISO88591 -t UTF8 < $all > $all.new
b7795d
    touch -r $all $all.new
b7795d
    mv -f $all.new $all
b7795d
done
b7795d
b7795d
%build
b7795d
./autogen.sh
b7795d
b7795d
# Disable maximum compile warnings when octave is supported, because Octave
b7795d
# code produces lots of the warnings demanded by strict ISO C and ISO C++.
b7795d
# It causes that log had more then 600M.
b7795d
# AC_CHECK_PROGS requires just the name, so use for configure
b7795d
#   --with-python3=python3 --with-2to3=2to3
b7795d
%configure \
b7795d
  --without-ocaml \
b7795d
%if %{python3lang}
b7795d
  --with-python3=python3 \
b7795d
  --with-2to3=2to3 \
b7795d
%else
b7795d
  --without-python3 \
b7795d
%endif
b7795d
%if %{phplang}
b7795d
  --with-php \
b7795d
%else
b7795d
  --without-php \
b7795d
%endif
b7795d
%if ! %{perllang}
b7795d
  --without-perl5 \
b7795d
%endif
b7795d
%if ! %{tcl}
b7795d
  --without-tcl \
b7795d
%endif
b7795d
%if ! %{javalang}
b7795d
  --without-java \
b7795d
%endif
b7795d
%if ! %{Rlang}
b7795d
  --without-r \
b7795d
%endif
b7795d
%if ! %{golang}
b7795d
  --without-go \
b7795d
%endif
b7795d
%if %{octave}
b7795d
  --with-octave=%{_bindir}/octave \
b7795d
  --without-maximum-compile-warnings \
b7795d
%endif
b7795d
%if %{without build_ccache_swig}
b7795d
  --disable-ccache \
b7795d
%endif
b7795d
;
b7795d
%{make_build}
b7795d
b7795d
%if %{with testsuite}
b7795d
# Test suite
b7795d
make check PY3=1
b7795d
%endif
b7795d
b7795d
%install
b7795d
# Remove all arch dependent files in Examples/ created during tests
b7795d
make clean-examples
b7795d
b7795d
pushd Examples/
b7795d
# Remove all arch dependent files in Examples/
b7795d
find -type f -name 'Makefile.in' -delete -print
b7795d
b7795d
# We don't want to ship files below.
b7795d
rm -rf test-suite
b7795d
find -type f -name '*.dsp' -delete -print
b7795d
find -type f -name '*.dsw' -delete -print
b7795d
b7795d
# Convert files to UNIX format
b7795d
for all in `find -type f`; do
b7795d
    dos2unix -k $all
b7795d
    chmod -x $all
b7795d
done
b7795d
popd
b7795d
b7795d
%{make_install}
b7795d
b7795d
#################################################
b7795d
# Use help output for generating of man page swig
b7795d
echo "Options:" >help_swig
b7795d
%{buildroot}%{_bindir}/swig --help >>help_swig
b7795d
b7795d
# Update the output to be correctly formatted be help2man
b7795d
sed -i -e 's/^\(\s\+-[^-]\+\)- \(.*\)$/\1 \2/' help_swig
b7795d
sed -i -e 's/^\(\s\+-\w\+-[^-]*\)- \(.*\)$/\1 \2/' help_swig
b7795d
b7795d
# Generate a helper script that will be used by help2man
b7795d
cat >h2m_helper_swig <<'EOF'
b7795d
#!/bin/bash
b7795d
[ "$1" == "--version" ] && echo "" || cat help_swig
b7795d
EOF
b7795d
chmod a+x h2m_helper_swig
b7795d
b7795d
# Generate man page
b7795d
help2man -N --section 1 ./h2m_helper_swig --include %{SOURCE1} -o %{name}.1
b7795d
b7795d
%if %{with build_ccache_swig}
b7795d
########################################################
b7795d
# Use help output for generating of man page ccache-swig
b7795d
%{buildroot}%{_bindir}/ccache-swig -h >>help_ccache
b7795d
b7795d
# Update the output to be correctly formatted be help2man
b7795d
sed -i -e '/compiler cache/ d' help_ccache
b7795d
sed -i -e '/Copyright/ d' help_ccache
b7795d
sed -i -e 's/^Usage:/[synopsis]/' help_ccache
b7795d
sed -i -e 's/^Options:/[options]/' help_ccache
b7795d
sed -i -e 's/^\s\+/ /' help_ccache
b7795d
sed -i -e 's/^\(-[^- ] <\w\+>\s\+\) \(\w.\+\)$/ \1 \2/' help_ccache
b7795d
sed -i -e 's/^\(-[^- ]\s\+\) \(\w.\+\)$/ \1 \2/' help_ccache
b7795d
b7795d
# Generate a helper script that will be used by help2man
b7795d
cat >h2m_helper_ccache <<'EOF'
b7795d
#!/bin/bash
b7795d
[ "$1" == "--version" ] && echo ""
b7795d
[ "$1" == "--help" ] && echo "" || echo ""
b7795d
EOF
b7795d
chmod a+x h2m_helper_ccache
b7795d
b7795d
cat %{SOURCE2} >>help_ccache
b7795d
sed -i -e 's#@DOCDIR@#%{_docdir}#' help_ccache
b7795d
b7795d
# Generate man page
b7795d
help2man -N --section 1 ./h2m_helper_ccache --include help_ccache -o ccache-swig.1
b7795d
%endif
b7795d
b7795d
# Add man page for swig to repository
b7795d
mkdir -p %{buildroot}%{_mandir}/man1/
b7795d
install -p -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/
b7795d
%if %{with build_ccache_swig}
b7795d
install -p -m 0644 ccache-swig.1 %{buildroot}%{_mandir}/man1/
b7795d
%endif
b7795d
b7795d
# Quiet some rpmlint complaints - remove empty file
b7795d
rm -f %{buildroot}%{_datadir}/%name/%{version}/octave/std_carray.i
b7795d
b7795d
%if %{with build_ccache_swig}
b7795d
# Enable ccache-swig by default
b7795d
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
b7795d
install -dm 755 %{buildroot}%{_sysconfdir}/profile.d
b7795d
install -pm 644 %{SOURCE3} %{SOURCE4} %{buildroot}%{_sysconfdir}/profile.d
b7795d
%endif
b7795d
b7795d
# Add swig.gdb sub-package gdb
b7795d
mkdir -p %{buildroot}%{_datadir}/%{name}/gdb
b7795d
install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb
b7795d
b7795d
%files
b7795d
%{_bindir}/%{name}
b7795d
%{_datadir}/%{name}
b7795d
%exclude %{_datadir}/%{name}/gdb
b7795d
%{_mandir}/man1/swig.1*
b7795d
%license LICENSE LICENSE-GPL LICENSE-UNIVERSITIES
b7795d
%doc ANNOUNCE CHANGES CHANGES.current
b7795d
%doc COPYRIGHT README TODO
b7795d
b7795d
%if %{with build_ccache_swig}
b7795d
%files -n ccache-swig
b7795d
%{_bindir}/ccache-swig
b7795d
%config(noreplace) %{_sysconfdir}/profile.d/ccache-swig.*sh
b7795d
%{_mandir}/man1/ccache-swig.1*
b7795d
%endif
b7795d
b7795d
%files doc
b7795d
%license LICENSE LICENSE-GPL LICENSE-UNIVERSITIES
b7795d
%doc Doc Examples COPYRIGHT
b7795d
b7795d
%files gdb
b7795d
%{_datadir}/%{name}/gdb
b7795d
b7795d
%changelog
b7795d
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 4.0.2-8
b7795d
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
b7795d
  Related: rhbz#1991688
b7795d
b7795d
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 4.0.2-7
b7795d
- Rebuilt for RHEL 9 BETA for openssl 3.0
b7795d
  Related: rhbz#1971065
b7795d
b7795d
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.0.2-6
b7795d
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
b7795d
b7795d
* Fri Mar 05 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.2-5
b7795d
- Backport support of PHP8 from upstream
b7795d
b7795d
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-4
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b7795d
b7795d
* Fri Aug 28 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.2-3
b7795d
- Enable tests for Python 3
b7795d
b7795d
* Wed Jul 29 2020 Tom Stellard <tstellar@redhat.com> - 4.0.2-2
b7795d
- Use make macros
b7795d
  https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
b7795d
- Disable Go tests
b7795d
b7795d
* Mon Jun 08 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.2-1
b7795d
- Update to 4.0.2
b7795d
b7795d
* Fri Mar 06 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.1-9
b7795d
- Remove BR for Python 2 (bug#1807547)
b7795d
b7795d
* Tue Feb 25 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 4.0.1-8
b7795d
- Add fix for newer NodeJS version
b7795d
b7795d
* Tue Feb 04 2020 Michael Jeanson <mjeanson@efficios.com> - 4.0.1-7
b7795d
- Fix crash in Python backend when using empty docstrings
b7795d
b7795d
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.1-6
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b7795d
b7795d
* Thu Jan 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.1-5
b7795d
- Add support for Ruby 2.7
b7795d
- Fix code generated for Ruby global variables
b7795d
b7795d
* Sat Jan 18 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.0.1-4
b7795d
- Backport upstream fixes for ruby 2.7 (as small as possible for now)
b7795d
b7795d
* Tue Nov 19 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.1-3
b7795d
- Disable Ruby tests on all archs
b7795d
b7795d
* Thu Oct 17 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.1-2
b7795d
- Disable Ruby tests on x86_64
b7795d
b7795d
* Wed Aug 21 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.1-1
b7795d
- Update to 4.0.1
b7795d
  - Add Python 3.8 support
b7795d
  - Python Sphinx compatibility added for Doxygen comments
b7795d
  - Fix some C++17 compatibility problems in Python and Ruby generated
b7795d
    code
b7795d
b7795d
* Mon Aug 12 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-5
b7795d
- Backport upstream fix for Go tests (BZ#1736731)
b7795d
b7795d
* Tue Aug 06 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-4
b7795d
- Disable Go tests, they fail with Go 1.13-beta
b7795d
b7795d
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-3
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b7795d
b7795d
* Wed Jun 05 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-2
b7795d
- Updated package description
b7795d
b7795d
* Fri May 03 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-1
b7795d
- Update to 4.0.0
b7795d
b7795d
* Sat Apr 27 2019 Orion Poplawski <orion@nwra.com> - 3.0.12-25
b7795d
- Add patches for octave 5.1 support
b7795d
b7795d
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-24
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b7795d
b7795d
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 3.0.12-23
b7795d
- Rebuilt for Boost 1.69
b7795d
b7795d
* Thu Nov 15 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-22
b7795d
- Add support for Octave 4.4
b7795d
b7795d
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-21
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b7795d
b7795d
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.12-20
b7795d
- Rebuilt for Python 3.7
b7795d
b7795d
* Fri Jun 22 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-19
b7795d
- Disable using of Python 2
b7795d
b7795d
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.12-18
b7795d
- Rebuilt for Python 3.7
b7795d
b7795d
* Tue Apr 24 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-17
b7795d
- Backport upstream Coverity fixes (bug#1570037)
b7795d
- Do not build ccache-swig on RHEL
b7795d
b7795d
* Wed Feb 14 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-16
b7795d
- Update conditions for tests
b7795d
- Fix configure to properly check version of Go 1.10
b7795d
b7795d
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-15
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b7795d
b7795d
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 3.0.12-14
b7795d
- Rebuilt for Boost 1.66
b7795d
b7795d
* Tue Nov 21 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-13
b7795d
- Disable PHP tests, because they fail with PHP 7.2.0-RC
b7795d
b7795d
* Wed Sep 20 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-12
b7795d
- Fix generated code for constant expressions containing wchar_t L
b7795d
  literals
b7795d
b7795d
* Thu Sep 07 2017 Jared Smith <jsmith@fedoraproject.org> - 3.0.12-11
b7795d
- Add patch to support NodeJS versions 7 and 8, fixes FTBFS
b7795d
b7795d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-10
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b7795d
b7795d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-9
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b7795d
b7795d
* Wed Jun 14 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-8
b7795d
- Fixed tests to building on Perl 5.26 without dot in INC
b7795d
b7795d
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.12-7
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
b7795d
b7795d
* Sat Apr 29 2017 Björn Esser <besser82@fedoraproject.org> - 3.0.12-6
b7795d
- Rebuilt for bootstrapping new arch: s390x
b7795d
b7795d
* Mon Feb 13 2017 Björn Esser <besser82@fedoraproject.org> - 3.0.12-5
b7795d
- Rebuilt with R-testsuite enabled
b7795d
b7795d
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-4
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b7795d
b7795d
* Wed Feb 01 2017 Björn Esser <besser82@fedoraproject.org> - 3.0.12-3
b7795d
- Rebuilt with Octave-testsuite enabled
b7795d
b7795d
* Sun Jan 29 2017 Björn Esser <besser82@fedoraproject.org> - 3.0.12-2
b7795d
- Rebuilt for Boost 1.63
b7795d
b7795d
* Sat Jan 28 2017 Björn Esser <besser82@fedoraproject.org> - 3.0.12-1
b7795d
- Update to 3.0.12
b7795d
- Drop Patch1 and Patch2, applied in upstream-tarball
b7795d
- Build without Octave and R testsuite, since they are broken due to GCC-7
b7795d
b7795d
* Sat Jan 14 2017 Björn Esser <besser82@fedoraproject.org> - 3.0.11-2
b7795d
- Add Patch1 from upstream
b7795d
  - Do not dump Octave core in examples/test suite scripts
b7795d
- Add Patch2 for Fedora >= 26, backported from upstream
b7795d
  - Support for Octave 4.2
b7795d
b7795d
* Mon Jan 02 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.11-1
b7795d
- Update to 3.0.11
b7795d
  - Add support for PHP 7
b7795d
  - Disable guile tests
b7795d
b7795d
* Wed Oct 19 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.10-2
b7795d
- Sub-package file swig.gdb (bug #1332673)
b7795d
b7795d
* Mon Jun 13 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.10-1
b7795d
- Update to 3.0.10
b7795d
b7795d
* Wed May 25 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.8-8
b7795d
- Fix Ruby opaque pointer handling (bug #1299502)
b7795d
b7795d
* Mon Apr 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.8-7
b7795d
- Add support for Go 1.6
b7795d
b7795d
* Fri Mar 11 2016 Michal Toman <mtoman@fedoraproject.org> - 3.0.8-6
b7795d
- Do not build R, Java and Go on MIPS
b7795d
b7795d
* Tue Mar 01 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.8-5
b7795d
- Used updated upstream fix for GCC 6 issue
b7795d
b7795d
* Mon Feb 22 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.8-4
b7795d
- Patched to build against GCC 6
b7795d
- Disable Go tests, because they failed against new Go 1.6
b7795d
b7795d
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.8-3
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b7795d
b7795d
* Thu Jan 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.8-2
b7795d
- Move ccache-swig to sub-package
b7795d
- Generate man page for ccache-swig from help
b7795d
b7795d
* Mon Jan 04 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.8-1
b7795d
- Update to 3.0.8
b7795d
b7795d
* Sun Dec 06 2015 Björn Esser <fedora@besser82.io> - 3.0.7-10
b7795d
- fix hunk-offsets in patches
b7795d
b7795d
* Sun Dec 06 2015 Björn Esser <fedora@besser82.io> - 3.0.7-9
b7795d
- add Patch10: Python 3.5, -builtin, excess elements in struct initializer
b7795d
- add Patch11: Fix incorrect director_classic_runme.py test
b7795d
- add Patch12: Python SystemError fix with -builtin
b7795d
- add Patch13: size_type-correction for SwigPySequence_Cont
b7795d
- add Patch14: Python use Py_ssize_t instead of int for better portability
b7795d
- add Patch15: Add python inplace-operator caveats to pyopers.swg
b7795d
b7795d
* Wed Oct 21 2015 David Sommerseth <davids@redhat.com> - 3.0.7-8
b7795d
- Ignore locally installed ccache when running CCache unit tests
b7795d
- Resolves: bz#1274031
b7795d
b7795d
* Wed Sep 16 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.7-7
b7795d
- Remove the old setools patch. The bug was already fixed by upstream
b7795d
- Resolves: bz#1180257
b7795d
b7795d
* Mon Sep 14 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.7-6
b7795d
- Fix Ruby tracking code (BZ#1225140)
b7795d
b7795d
* Thu Sep 03 2015 Jonathan Wakely <jwakely@redhat.com> - 3.0.7-5
b7795d
- Rebuilt for Boost 1.59
b7795d
b7795d
* Tue Sep 01 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.7-4
b7795d
- Disable Ruby tests
b7795d
b7795d
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 3.0.7-3
b7795d
- Rebuilt for Boost 1.59
b7795d
b7795d
* Wed Aug 05 2015 Jonathan Wakely <jwakely@redhat.com> 3.0.7-2
b7795d
- Rebuilt for Boost 1.58
b7795d
b7795d
* Tue Aug 04 2015 Björn Esser <bjoern.esser@gmail.com> - 3.0.7-1
b7795d
- Update to 3.0.7 (#1249845)
b7795d
- Dropped Patch2, changes applied in upstream tarball
b7795d
b7795d
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.6-6
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
b7795d
b7795d
* Thu Jul 23 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.6-5
b7795d
- rebuild for Boost 1.58
b7795d
b7795d
* Thu Jul 23 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.6-4
b7795d
- Disable Ruby tests on Fedora 23 and higher when building on armv7
b7795d
- Update list of Perl dependencies
b7795d
b7795d
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 3.0.6-3
b7795d
- rebuild for Boost 1.58
b7795d
b7795d
* Fri Jul 10 2015 Orion Poplawski <orion@cora.nwra.com> - 3.0.6-2
b7795d
- Add patch for octave 4.0.0 support
b7795d
b7795d
* Mon Jul 06 2015 Björn Esser <bjoern.esser@gmail.com> - 3.0.6-1
b7795d
- Update to 3.0.6 (#1240107)
b7795d
- Dropped Patch2 and Patch3, changes applied in upstream tarball
b7795d
b7795d
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.5-8
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b7795d
b7795d
* Tue May 26 2015 Dan Horák <dan[at]danny.cz> - 3.0.5-7
b7795d
- skip ruby also on s390 (#1225140)
b7795d
b7795d
* Sat Apr 25 2015 Björn Esser <bjoern.esser@gmail.com> - 3.0.5-6
b7795d
- Updated Patch3 with a more elaborated approach
b7795d
b7795d
* Sat Apr 04 2015 Björn Esser <bjoern.esser@gmail.com> - 3.0.5-5
b7795d
- Disable Ruby-testsuite on fc23 when building on armv7.  It currently
b7795d
  segfaults for unknown reason.
b7795d
- Add a notice about Patch2 got accepted by upstream and can be dropped
b7795d
  on next version.
b7795d
b7795d
* Fri Apr 03 2015 Björn Esser <bjoern.esser@gmail.com> - 3.0.5-4
b7795d
- Add Patch3 to fix segfaults of Python-wrappers when generating
b7795d
  code with `-buildin -modern -modernargs`-flags
b7795d
b7795d
* Thu Feb 19 2015 Orion Poplawski <orion@cora.nwra.com> - 3.0.5-3
b7795d
- Rebuild for gcc 5 C++11 ABI
b7795d
b7795d
* Tue Feb 10 2015 Björn Esser <bjoern.esser@gmail.com> - 3.0.5-2
b7795d
- Enable ccache-swig by default, if ccache is installed (#1176861)
b7795d
b7795d
* Tue Feb 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.5-1
b7795d
- Update to 3.0.5 (#1178440)
b7795d
b7795d
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 3.0.2-3
b7795d
- Rebuild for boost 1.57.0
b7795d
b7795d
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-2
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b7795d
b7795d
* Mon Jun 09 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.2-1
b7795d
- Update to 3.0.2
b7795d
b7795d
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b7795d
b7795d
* Thu May 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.1-1
b7795d
- Update to 3.0.1
b7795d
- Updated parameters for configure and conditions for BRs
b7795d
b7795d
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 3.0.0-7
b7795d
- Rebuild for boost 1.55.0
b7795d
b7795d
* Thu May 22 2014 Dan Horák <dan[at]danny.cz> 3.0.0-6
b7795d
- java unit tests fail on s390(x), too. disable for now
b7795d
b7795d
* Mon May 12 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.0.0-5
b7795d
- unit tests fail on aarch64, too. disable for now
b7795d
b7795d
* Fri Apr 25 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.0.0-4
b7795d
- No golang or R on aarch64 (currently)
b7795d
b7795d
* Tue Apr 22 2014 Karsten Hopp <karsten@redhat.com> 3.0.0-3
b7795d
- golang is exclusivearch %%{ix86} x86_64 %%{arm}, don't BR it on ppc*, s390*
b7795d
- unit tests fail on other ppc archs, too. disable for now
b7795d
b7795d
* Fri Mar 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.0-2
b7795d
- Small changes to enable ppc64le (BZ#1081724)
b7795d
b7795d
* Thu Mar 20 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.0-1
b7795d
- Update to 3.0.0
b7795d
- Update BRs to run tests for Java, Ruby, Lua, R, Go
b7795d
- Replace %%define by %%global (BZ#1063589)
b7795d
- Remove Group tag (BZ#1063589)
b7795d
- Generate man page from help to have the correct list of options
b7795d
b7795d
* Fri Feb 28 2014 Orion Poplawski <orion@cora.nwra.com> - 2.0.12-1
b7795d
- Update to 2.0.12
b7795d
- A patch to fix guile locale
b7795d
b7795d
* Wed Oct 09 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.11-2
b7795d
- Use bconds for enabling testsuite
b7795d
b7795d
* Mon Sep 16 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.11-1
b7795d
- Update to 2.0.11
b7795d
b7795d
* Wed Aug 21 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.10-4
b7795d
- Fixed BZ#994120
b7795d
  - Remove the req/prov filtering from version docdir (BZ#489421), because
b7795d
    it is not needed
b7795d
b7795d
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.10-3
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b7795d
b7795d
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 2.0.10-2
b7795d
- Rebuild for boost 1.54.0
b7795d
b7795d
* Fri May 31 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.10-1
b7795d
- Update to 2.0.10
b7795d
- swig203-rh706140.patch merged
b7795d
- swig204-rh752054.patch merged
b7795d
- Create swig-2.0.10-Fix-x390-build.patch
b7795d
b7795d
* Fri May 24 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.9-3
b7795d
- Add man page for swig (BZ#948407)
b7795d
b7795d
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9-2
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b7795d
b7795d
* Mon Jan 07 2013 Adam Tkac <atkac redhat com> 2.0.9-1
b7795d
- update to 2.0.9
b7795d
b7795d
* Wed Sep 12 2012 Adam Tkac <atkac redhat com> 2.0.8-1
b7795d
- update to 2.0.8 (#851364)
b7795d
- swig207-rh830660.patch merged
b7795d
- swig207-r13128.patch merged
b7795d
- swig-rh841245.patch merged
b7795d
b7795d
* Thu Jul 19 2012 Adam Tkac <atkac redhat com> 2.0.7-4
b7795d
- don't clean "bool" definition in PERL 5 environment (#841245)
b7795d
b7795d
* Wed Jun 27 2012 Adam Tkac <atkac redhat com> 2.0.7-3
b7795d
- fix building of setools package
b7795d
b7795d
* Tue Jun 12 2012 Adam Tkac <atkac redhat com> 2.0.7-2
b7795d
- fix generating of python3 wrappers (#830660)
b7795d
- don't crash when attepmting to warn about wrong descructor (#830249)
b7795d
b7795d
* Thu Jun 07 2012 Adam Tkac <atkac redhat com> 2.0.7-1
b7795d
- update to 2.0.7
b7795d
- swig-1.3.23-pylib.patch is no longer needed
b7795d
b7795d
* Thu May 10 2012 Adam Tkac <atkac redhat com> 2.0.6-1
b7795d
- update to 2.0.6
b7795d
b7795d
* Mon Apr 23 2012 Adam Tkac <atkac redhat com> 2.0.5-1
b7795d
- update to 2.0.5
b7795d
- patches merged
b7795d
  - swig204-rh753321.patch
b7795d
  - swig204-rh679948.patch
b7795d
  - swig204-rh770696.patch
b7795d
b7795d
* Thu Apr 19 2012 Adam Tkac <atkac redhat com> - 2.0.4-7
b7795d
- drop Octave support on RHEL
b7795d
b7795d
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2.0.4-6
b7795d
- Rebuild against PCRE 8.30
b7795d
b7795d
* Thu Jan 05 2012 Adam Tkac <atkac redhat com> 2.0.4-5
b7795d
- fix for PHP 5.4 bindings (#770696)
b7795d
b7795d
* Tue Nov 15 2011 Adam Tkac <atkac redhat com> 2.0.4-4
b7795d
- don't apply patch for #752054 till guile2 gets into distro
b7795d
b7795d
* Mon Nov 14 2011 Adam Tkac <atkac redhat com> 2.0.4-3
b7795d
- backport r12814 from trunk (#753321)
b7795d
- use scm_to_utf8_string instead of SCM_STRING_CHARS in guile bindings (#752054)
b7795d
- improve Octave compatibility (#679948)
b7795d
b7795d
* Mon Aug 1 2011 Nick Bebout <nb@fedoraproject.org> 2.0.4-2
b7795d
- rebuild to fix 2.0.3 being tagged in over 2.0.4-1
b7795d
b7795d
* Mon Jun 20 2011 Adam Tkac <atkac redhat com> 2.0.4-1
b7795d
- update to 2.0.4
b7795d
- patches merged
b7795d
  - swig200-rh666429.patch
b7795d
  - swig200-rh623854.patch
b7795d
b7795d
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> 2.0.3-3
b7795d
- Perl mass rebuild
b7795d
b7795d
* Fri May 20 2011 Adam Tkac <atkac redhat com> 2.0.3-2
b7795d
- make guile generator compatible with guile2 (#706140)
b7795d
b7795d
* Fri Apr 22 2011 Adam Tkac <atkac redhat com> 2.0.3-1
b7795d
- update to 2.0.3
b7795d
- swig202-rh691513.patch merged
b7795d
b7795d
* Tue Mar 29 2011 Adam Tkac <atkac redhat com> 2.0.2-2
b7795d
- bacport fix for preprocessor regression (#691513)
b7795d
b7795d
* Mon Feb 21 2011 Adam Tkac <atkac redhat com> 2.0.2-1
b7795d
- update to 2.0.2
b7795d
b7795d
* Wed Feb 16 2011 Adam Tkac <atkac redhat com> 2.0.1-4
b7795d
- improve fix for PySlice issue (#666429)
b7795d
b7795d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-3
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b7795d
b7795d
* Mon Jan 03 2011 Adam Tkac <atkac redhat com> 2.0.1-2
b7795d
- attempt to fix PySlice* API/ABI issues with the Python 3.2 (#666429)
b7795d
b7795d
* Thu Oct 07 2010 Adam Tkac <atkac redhat com> 2.0.1-1
b7795d
- update to 2.0.1 (#640354)
b7795d
- BR pcre-devel
b7795d
b7795d
* Fri Aug 27 2010 Adam Tkac <atkac redhat com> 2.0.0-5
b7795d
- make PyCObjects->PyCapsule patch C++ compatible (#627310)
b7795d
b7795d
* Fri Aug 20 2010 Adam Tkac <atkac redhat com> 2.0.0-4
b7795d
- improve patch for #623854 (PyCObjects->PyCapsule transition)
b7795d
b7795d
* Tue Aug 17 2010 Adam Tkac <atkac redhat com> 2.0.0-3
b7795d
- python: use new PyCapsule API instead of former PyCObjects API
b7795d
b7795d
* Mon Jul 12 2010 Adam Tkac <atkac redhat com> 2.0.0-2
b7795d
- add LICENSE-GPL, LICENSE-UNIVERSITIES and COPYRIGHT to %%doc
b7795d
- include all license files in the -doc subpkg
b7795d
b7795d
* Thu Jun 24 2010 Adam Tkac <atkac redhat com> 2.0.0-1
b7795d
- update to 2.0.0
b7795d
- license changed to GPLv3+ and BSD
b7795d
b7795d
* Mon Feb 22 2010 Adam Tkac <atkac redhat com> 1.3.40-5
b7795d
- s/LGPL/LGPLv2+
b7795d
b7795d
* Thu Feb 18 2010 Adam Tkac <atkac redhat com> 1.3.40-4
b7795d
- correct license field again
b7795d
b7795d
* Thu Feb 18 2010 Adam Tkac <atkac redhat com> 1.3.40-3
b7795d
- correct license field
b7795d
b7795d
* Mon Dec 07 2009 Adam Tkac <atkac redhat com> 1.3.40-2
b7795d
- package review related fixes (#226442)
b7795d
b7795d
* Wed Sep 02 2009 Adam Tkac <atkac redhat com> 1.3.40-1
b7795d
- update to 1.3.40
b7795d
b7795d
* Tue Aug 11 2009 Adam Tkac <atkac redhat com> 1.3.39-4
b7795d
- correct source URL
b7795d
b7795d
* Mon Aug 03 2009 Adam Tkac <atkac redhat com> 1.3.39-3
b7795d
- rebuilt
b7795d
b7795d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.39-2
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b7795d
b7795d
* Mon Mar 30 2009 Adam Tkac <atkac redhat com> 1.3.39-1
b7795d
- update to 1.3.39
b7795d
- swig-1.3.38-rh485540.patch was merged
b7795d
- add Example/ to -doc again (#489077), filter provides correctly
b7795d
b7795d
* Tue Mar 10 2009 Adam Tkac <atkac redhat com> 1.3.38-5
b7795d
- revert #489077 enhancement due #489421
b7795d
b7795d
* Mon Mar 09 2009 Adam Tkac <atkac redhat com> 1.3.38-4
b7795d
- moved documentation to -doc subpackage and build it as noarch
b7795d
- added Example/ directory to -doc (#489077)
b7795d
- fixed build root
b7795d
b7795d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.38-3
b7795d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b7795d
b7795d
* Mon Feb 16 2009 Adam Tkac <atkac redhat com> 1.3.38-2
b7795d
- handle -co option gracefully (#485540)
b7795d
b7795d
* Thu Feb 12 2009 Adam Tkac <atkac redhat com> 1.3.38-1
b7795d
- updated to 1.3.38
b7795d
b7795d
* Thu Dec 04 2008 Adam Tkac <atkac redhat com> 1.3.36-2
b7795d
- #470811 is fixed => dropped workaround
b7795d
b7795d
* Mon Nov 10 2008 Adam Tkac <atkac redhat com> 1.3.36-1
b7795d
- updated to 1.3.36
b7795d
- finally dropped swig-arch.patch
b7795d
- temporary workaround rpm bug #470811
b7795d
b7795d
* Fri May 16 2008 Adam Tkac <atkac redhat com> 1.3.35-2
b7795d
- readded swig-arch.patch, will be kept downstream
b7795d
b7795d
* Mon May 05 2008 Adam Tkac <atkac redhat com> 1.3.35-1
b7795d
- updated to latest upstream release
b7795d
b7795d
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.33-2
b7795d
- Autorebuild for GCC 4.3
b7795d
b7795d
* Thu Nov 29 2007 Adam Tkac <atkac redhat com> 1.3.33-1
b7795d
- 1.3.33
b7795d
- removed swig-arch.patch because upstream will never accept
b7795d
  it ("swig is not low-level")
b7795d
b7795d
* Wed Aug 22 2007 Adam Tkac <atkac redhat com> 1.31.1-1
b7795d
- rebuild (BuildID feature)
b7795d
- BuildRequires gawk
b7795d
b7795d
* Tue Nov 28 2006 Adam Tkac <atkac redhat.com> 1.31.1-0
b7795d
- updated to 1.2.31 (#216991)
b7795d
b7795d
* Tue Nov 07 2006 Adam Tkac <atkac@redhat.com> 1.3.29-2
b7795d
- swig can determine architecture now (#211095)
b7795d
b7795d
* Mon Aug 28 2006 Jitka Kudrnacova <jkudrnac@redhat.com> -1.3.29-1
b7795d
-rebuilt
b7795d
b7795d
* Tue Jul 18 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 1.3.29-0.3
b7795d
- rebuilt
b7795d
b7795d
* Fri Jun 30 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 1.3.29-0.2
b7795d
- Build requires autoconf, automake (bug #197132)
b7795d
b7795d
* Wed Apr 19 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 1.3.29-0.1
b7795d
- folder /usr/share/swig should be owned by swig package (bug #189145)
b7795d
b7795d
* Tue Mar 28 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 1.3.29-0
b7795d
- update to swig-1.2.29-0
b7795d
b7795d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.24-2.2.1
b7795d
- bump again for double-long bug on ppc(64)
b7795d
b7795d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.24-2.2
b7795d
- rebuilt for new gcc4.1 snapshot and glibc changes
b7795d
b7795d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b7795d
- rebuilt
b7795d
b7795d
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 1.3.24-2
b7795d
- bump release and rebuild with gcc 4
b7795d
b7795d
* Thu Feb 03 2005 Karsten Hopp <karsten@redhat.de> 1.3.24-1
b7795d
- update
b7795d
b7795d
* Wed Dec 01 2004 Phil Knirsch <pknirsch@redhat.com> 1.3.23-2
b7795d
- rebuild
b7795d
b7795d
* Tue Nov 23 2004 Karsten Hopp <karsten@redhat.de> 1.3.23-1
b7795d
- update
b7795d
- new pylib patch
b7795d
- remove destdir patch, swig.m4 is no longer included
b7795d
- remove ldconfig patch, swig now uses *-config to find out linker options
b7795d
b7795d
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 1.3.21-7
b7795d
- rebuild against python 2.4
b7795d
b7795d
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 1.3.21-6
b7795d
- Build requires tcl-devel (bug #134788).
b7795d
b7795d
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.3.21-5
b7795d
- don't output -L$libdir in -ldflags
b7795d
b7795d
* Wed Sep 22 2004 Florian La Roche <Florian.LaRoche@redhat.de>
b7795d
- add ldconfig calls to post/postun
b7795d
b7795d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
b7795d
- rebuilt
b7795d
b7795d
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 1.3.21-2
b7795d
- restore missing runtime libraries
b7795d
b7795d
* Tue May 04 2004 Phil Knirsch <pknirsch@redhat.com>
b7795d
- Update to swig-1.3.21
b7795d
b7795d
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
b7795d
- rebuilt
b7795d
b7795d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
b7795d
- rebuilt
b7795d
b7795d
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
b7795d
- allow compiling without tcl/guile
b7795d
b7795d
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
b7795d
- rebuilt
b7795d
b7795d
* Sun May 18 2003 Joe Orton <jorton@redhat.com> 1.3.19-3
b7795d
- patch to pick up python libdir correctly
b7795d
b7795d
* Sun May 18 2003 Joe Orton <jorton@redhat.com> 1.3.19-2
b7795d
- add BuildPrereqs to ensure all bindings are built
b7795d
b7795d
* Wed May 14 2003 Phil Knirsch <pknirsch@redhat.com> 1.3.19-1
b7795d
- Update to swig-1.3.19
b7795d
- Major cleanup in specfile, too. :-)
b7795d
- New lib64 fix.
b7795d
b7795d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
b7795d
- rebuilt
b7795d
b7795d
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 1.1p5-21
b7795d
- lib64'ize
b7795d
b7795d
* Fri Aug 30 2002 Phil Knirsch <pknirsch@redhat.com> 1.1p5-20
b7795d
- Patch by Lon Hohberger for ia64.
b7795d
b7795d
* Wed Aug 28 2002 Phil Knirsch <pknirsch@redhat.com> 1.1p5-19
b7795d
- Added multilib safe patch from arjan (#72523)
b7795d
b7795d
* Tue Aug 13 2002 Karsten Hopp <karsten@redhat.de>
b7795d
- rebuilt with gcc-3.2
b7795d
b7795d
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
b7795d
- rebuilt with gcc-3.2 (we hope)
b7795d
b7795d
* Mon Jul 22 2002 Tim Powers <timp@redhat.com>
b7795d
- rebuild using gcc-3.2-0.1
b7795d
b7795d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
b7795d
- automated rebuild
b7795d
b7795d
* Thu May 23 2002 Tim Powers <timp@redhat.com>
b7795d
- automated rebuild
b7795d
b7795d
* Fri Feb  8 2002 Bill Nottingham <notting@redhat.com>
b7795d
- rebuild
b7795d
b7795d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
b7795d
- automated rebuild
b7795d
b7795d
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
b7795d
- use %%{_tmppath} instead of /var/tmp
b7795d
- remove the postscript docs (pdftops from the xpdf pkg converts them just fine)
b7795d
b7795d
* Wed Sep 13 2000 Tim Powers <timp@redhat.com>
b7795d
- rebuilt for 7.1
b7795d
b7795d
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
b7795d
- rebuilt
b7795d
b7795d
* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
b7795d
- for some reason defattr wasn't before the docs, fixed
b7795d
b7795d
* Mon Jul 10 2000 Tim Powers <timp@redhat.com>
b7795d
- rebuilt
b7795d
b7795d
* Fri Jun 2 2000 Tim Powers <timp@redhat.com>
b7795d
- spec file cleanups
b7795d
b7795d
* Sat May 20 2000 Tim Powers <timp@redhat.com>
b7795d
- rebuilt for 7.0
b7795d
- man pages in /usr/share/man
b7795d
b7795d
* Wed Jan 19 2000 Tim Powers <timp@redhat.com>
b7795d
- bzipped sources to conserve space
b7795d
b7795d
* Thu Jul 22 1999 Tim Powers <timp@redhat.com>
b7795d
- rebuilt for 6.1
b7795d
b7795d
* Thu Apr 15 1999 Michael Maher <mike@redhat.com>
b7795d
- built package for 6.0
b7795d
b7795d
* Tue Sep 15 1998 Michael Maher <mike@redhat.com>
b7795d
- built package