diff --git a/.cvsignore b/.cvsignore index 8c06a14..791e08b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ sip-4.2.tar.gz sip-4.2.1.tar.gz sip-4.3.1.tar.gz sip-4.4.3.tar.gz +sip-4.4.5.tar.gz diff --git a/sip.spec b/sip.spec index 1306ce6..54b9c78 100644 --- a/sip.spec +++ b/sip.spec @@ -1,4 +1,4 @@ -%define pythonver 2.4 +%{expand: %%define pythonver %(python -c 'import sys;print(sys.version[0:3])')} %define pythonsitedir %{_libdir}/python%{pythonver}/site-packages %define pythonpkg python %define minor .2 @@ -14,17 +14,17 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.4.3 -Release: 2 +Version: 4.4.5 +Release: 1 License: GPL Group: Development/Tools Url: http://www.riverbankcomputing.co.uk/ -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://www.riverbankcomputing.co.uk/download/sip/%{name}-%{version}.tar.gz -BuildPrereq: %{pythonpkg}-devel >= %{pythonver} -BuildPrereq: %{qtpkg}-devel >= %{qtver} -BuildPrereq: sed +BuildRequires: %{pythonpkg}-devel >= %{pythonver} +BuildRequires: %{qtpkg}-devel >= %{qtver} +BuildRequires: sed Requires: %{pythonpkg} >= %{pythonver} @@ -83,6 +83,9 @@ rm -rf %{buildroot} %{_includedir}/python%{pythonver}/* %changelog +* Wed Jul 19 2006 Than Ngo 4.4.5-1 +- update to 4.4.5 + * Mon Jul 17 2006 Than Ngo 4.4.3-2 - rebuild diff --git a/sources b/sources index 9c918eb..f242339 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7465a9cf8e1f280425ab8f9f6e85b888 sip-4.4.3.tar.gz +ba334c4412cee1dbc6c56ff9a58e7bb0 sip-4.4.5.tar.gz