diff --git a/.cvsignore b/.cvsignore index 8edec55..bd76f50 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sip-3.10.1.tar.gz +sip-3.10.2.tar.gz diff --git a/sip.spec b/sip.spec index 4b88070..d0f4d72 100644 --- a/sip.spec +++ b/sip.spec @@ -1,12 +1,20 @@ %define pythonver 2.3 %define pythonsitedir %{_libdir}/python%{pythonver}/site-packages +%define pythonpkg python +%define minor .2 -%define qtver 3.3.1 +%define qtver 3.3.2 %define qtpkg qt +%if "%{pythonver}" == "2.3" +%define pythonprog /usr/bin/python2.3 +%else +%define pythonprog /usr/bin/python +%endif + Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 3.10.1 +Version: 3.10.2 Release: 1 License: GPL Group: Development/Tools @@ -16,17 +24,7 @@ Source: http://www.riverbankcomputing.co.uk/download/sip/%{name}-%{version}.tar. Prereq: /sbin/ldconfig -%if "%{pythonver}" == "2.3" -%define pythonpkg python -%define pythonprog /usr/bin/python2.3 -%define minor .2 -%else -%define pythonpkg python -%define pythonprog /usr/bin/python -%define minor .2 -%endif - -BuildPrereq: %{pythonpkg} >= %{pythonver}%{minor} +BuildPrereq: %{pythonpkg}-devel >= %{pythonver}%{minor} BuildPrereq: %{qtpkg}-devel >= %{qtver} BuildPrereq: sed @@ -87,6 +85,9 @@ rm -rf %{buildroot} %{_includedir}/python%{pythonver}/* %changelog +* Thu May 27 2004 Than Ngo 3.10.2-1 +- update to 3.10.2 + * Fri Mar 12 2004 Than Ngo 3.10.1-1 - update to 3.10.1 diff --git a/sources b/sources index 31b900e..bdc6ea7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d7faa17422cd3e7b27d449ffbc9cd0f sip-3.10.1.tar.gz +58bb7a3d9b538564a943f72bde60c3bd sip-3.10.2.tar.gz