diff --git a/swig.spec b/swig.spec index f8d4ea3..26099d9 100644 --- a/swig.spec +++ b/swig.spec @@ -1,7 +1,7 @@ Summary: Connects C/C++/Objective C to some high-level programming languages. Name: swig Version: 1.1p5 -Release: 10 +Release: 11 Copyright: BSD Group: Development/Tools URL: http://swig.sourceforge.net/ @@ -12,9 +12,9 @@ BuildRoot: %{_tmppath}/swig-root %description Simplified Wrapper and Interface Generator (SWIG) is a software development tool for connecting C, C++ and Objective C programs with a -variety of high-level programming languages. SWIG is primarily used +variety of high-level programming languages. SWIG is primarily used with Perl, Python and Tcl/TK, but it has also been extended to Java, -Eiffel and Guile. SWIG is normally used to create high-level +Eiffel and Guile. SWIG is normally used to create high-level interpreted programming environments, systems integration, and as a tool for building user interfaces. @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/swig_lib %changelog +* Wed Sep 12 2001 Tim Powers +- rebuild with new gcc and binutils + * Fri Apr 27 2001 Nalin Dahyabhai - use %%{_tmppath} instead of /var/tmp - remove the postscript docs (pdftops from the xpdf pkg converts them just fine)