diff --git a/.cvsignore b/.cvsignore index 52cb450..3f5315c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sip-4.8-snapshot-20090430.tar.gz +sip-4.8.tar.gz diff --git a/sip.spec b/sip.spec index ce29dbf..259de57 100644 --- a/sip.spec +++ b/sip.spec @@ -2,18 +2,18 @@ %{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_inc:%global python_inc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(1)")} -%define snap 20090430 +#define snap 20090430 Summary: SIP - Python/C++ Bindings Generator Name: sip Version: 4.8 -Release: 0.1.%{snap}%{?dist} +Release: 1%{?dist} # http://www.riverbankcomputing.com/Docs/sip4/sipref.html#license License: Python Group: Development/Tools Url: http://www.riverbankcomputing.com/software/sip/intro -#Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{version}.tar.gz -Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{version}-snapshot-%{snap}.tar.gz +Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{version}.tar.gz +#Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{version}-snapshot-%{snap}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -76,6 +76,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 05 2009 Rex Dieter - 4.8-1 +- sip-4.8 + * Thu May 21 2009 Rex Dieter - 4.8-0.1.20090430 - sip-4.8-snapshot-20090430 diff --git a/sources b/sources index 2f156ca..c3de6f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -043960b7534c9b2459672cd9032514be sip-4.8-snapshot-20090430.tar.gz +8a28270f2907a8a84a4972457efde476 sip-4.8.tar.gz