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