diff --git a/.gitignore b/.gitignore index a4881cc..f3427d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sip-4.11.2.tar.gz /sip-4.12.tar.gz +/sip-4.12.1-snapshot-fa100876a783.tar.gz diff --git a/sip.spec b/sip.spec index b57127d..ef6263c 100644 --- a/sip.spec +++ b/sip.spec @@ -9,10 +9,12 @@ %{!?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 fa100876a783 + Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.12 -Release: 2%{?dist} +Version: 4.12.1 +Release: 0.1.%{snap}%{?dist} License: GPLv2 or GPLv3 Group: Development/Tools Url: http://www.riverbankcomputing.com/software/sip/intro @@ -179,6 +181,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 15 2011 Rex Dieter - 4.12.1-0.1.fa100876a783 +- sip-4.12.1 snapshot + * Thu Dec 30 2010 Rex Dieter - 4.12-2 - rebuild (python3) diff --git a/sources b/sources index f77fee9..e8ad264 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a0998fbaf34bdab2c15af3d4fa3bc0e sip-4.12.tar.gz +22400c8d48191339ba2873c2adb69bd0 sip-4.12.1-snapshot-fa100876a783.tar.gz