From e8565e0e93c53f62a0ee8f7e1e7c271a02009b41 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jan 07 2010 21:38:04 +0000 Subject: - sip-4.10-snapshot-20100102 --- diff --git a/.cvsignore b/.cvsignore index 71e948d..8b10ee9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sip-4.9.3.tar.gz +sip-4.10-snapshot-20100102.tar.gz diff --git a/macros.sip b/macros.sip index 557a809..c6aba1f 100644 --- a/macros.sip +++ b/macros.sip @@ -1,3 +1,3 @@ -%_sip_api_major 6 +%_sip_api_major 7 %_sip_api_minor 0 %_sip_api %{_sip_api_major}.%{_sip_api_minor} diff --git a/sip.spec b/sip.spec index e64477b..f74e739 100644 --- a/sip.spec +++ b/sip.spec @@ -2,10 +2,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 20100102 + Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.9.3 -Release: 1%{?dist} +Version: 4.10 +Release: 0.1.%{snap}%{?dist} License: GPLv2 or GPLv3 Group: Development/Tools Url: http://www.riverbankcomputing.com/software/sip/intro @@ -14,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # extracted from sip.h, SIP_API_MAJOR_NR SIP_API_MINOR_NR defines Source1: macros.sip -%global _sip_api_major 6 +%global _sip_api_major 7 %global _sip_api_minor 0 %global _sip_api %{_sip_api_major}.%{_sip_api_minor} @@ -84,6 +86,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 07 2010 Rex Dieter - 4.9.3-1 - sip-4.9.3 diff --git a/sources b/sources index 593e159..b1f7b27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d60ec6e87c0155df779fd8b529e80706 sip-4.9.3.tar.gz +a8456d56398b0daf82d64453b4996baa sip-4.10-snapshot-20100102.tar.gz