[sip] 4.14-1

Rex Dieter rdieter at fedoraproject.org
Mon Oct 1 13:20:24 UTC 2012


commit 58dabb832cbd388ebfb472b32ce641641e413b25
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Oct 1 08:20:22 2012 -0500

    4.14-1
    
    - sip-4.14
    - sip-api(9) = 9.0

 .gitignore |    1 +
 macros.sip |    4 ++--
 sip.spec   |   16 +++++++++++-----
 sources    |    2 +-
 4 files changed, 15 insertions(+), 8 deletions(-)
---
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 <rdieter at fedoraproject.org> - 4.14-1
+- sip-4.14
+- sip-api(9) = 9.0
+
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 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


More information about the scm-commits mailing list