From 0f4da219fbe228a9b8db8a3223a90cfe9b8dfd09 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:24:44 +0000 Subject: auto-import changelog data from sip-2.4-4.src.rpm Wed Sep 12 2001 Tim Powers - rebuild with new gcc and binutils --- diff --git a/sip.spec b/sip.spec index 3772f7c..e7d381c 100644 --- a/sip.spec +++ b/sip.spec @@ -1,7 +1,7 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip Version: 2.4 -Release: 3 +Release: 4 License: GPL Group: Development/Tools Source: http://www.river-bank.demon.co.uk/software/sip-%{version}.tar.gz @@ -12,13 +12,13 @@ BuildPrereq: python-devel %description SIP is a tool for generating bindings for C++ classes so that they can be -accessed as normal Python classes. SIP takes many of its ideas from SWIG but, +accessed as normal Python classes. SIP takes many of its ideas from SWIG but, because it is specifically designed for C++ and Python, is able to generate -tighter bindings. SIP is so called because it is a small SWIG. +tighter bindings. SIP is so called because it is a small SWIG. SIP was originally designed to generate Python bindings for KDE and so has explicit support for the signal slot mechanism used by the Qt/KDE class -libraries. However, SIP can be used to generate Python bindings for any C++ +libraries. However, SIP can be used to generate Python bindings for any C++ class library. %package devel @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/sip %changelog +* Wed Sep 12 2001 Tim Powers +- rebuild with new gcc and binutils + * Mon Jul 23 2001 Than Ngo - fix build dependency (bug #49698)