From 58dabb832cbd388ebfb472b32ce641641e413b25 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Oct 01 2012 13:20:22 +0000 Subject: 4.14-1 - sip-4.14 - sip-api(9) = 9.0 --- diff --git a/.gitignore b/.gitignore index 828d3a6..b335758 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sip-4.13.tar.gz /sip-4.13.2.tar.gz /sip-4.13.3.tar.gz +/sip-4.14.tar.gz diff --git a/macros.sip b/macros.sip index 7dfa140..2b80576 100644 --- a/macros.sip +++ b/macros.sip @@ -1,3 +1,3 @@ -%_sip_api_major 8 -%_sip_api_minor 1 +%_sip_api_major 9 +%_sip_api_minor 0 %_sip_api %{_sip_api_major}.%{_sip_api_minor} diff --git a/sip.spec b/sip.spec index 06784fc..0242f24 100644 --- a/sip.spec +++ b/sip.spec @@ -10,13 +10,15 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.13.3 -Release: 4%{?dist} +Version: 4.14 +Release: 1%{?dist} + # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) Group: Development/Tools Url: http://www.riverbankcomputing.com/software/sip/intro -Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{version}%{?snap:-snapshot-%{snap}}.tar.gz +#URL: http://sourceforge.net/projects/pyqt/ +Source0: http://downloads.sourceforge.net/pyqt/sip-%{version}%{?snap:-snapshot-%{snap}}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## upstreamable patches @@ -27,8 +29,8 @@ Patch51: sip-4.13.3-no_rpath.patch # extracted from sip.h, SIP_API_MAJOR_NR SIP_API_MINOR_NR defines Source1: macros.sip -%global _sip_api_major 8 -%global _sip_api_minor 1 +%global _sip_api_major 9 +%global _sip_api_minor 0 %global _sip_api %{_sip_api_major}.%{_sip_api_minor} Provides: sip-api(%{_sip_api_major}) = %{_sip_api} @@ -187,6 +189,10 @@ rm -rf %{buildroot} %changelog +* Mon Oct 01 2012 Rex Dieter - 4.14-1 +- sip-4.14 +- sip-api(9) = 9.0 + * Sat Aug 04 2012 David Malcolm - 4.13.3-4 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 diff --git a/sources b/sources index 054af96..7e9b0a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76192829cc42ec558db46e4f9e1d8ba9 sip-4.13.3.tar.gz +9a48ad975e04ac824188840ea498ac32 sip-4.14.tar.gz