[sip] - sip-4.11.1 - sip-api(8) = 8.0

Rex Dieter rdieter at fedoraproject.org
Thu Sep 9 19:42:27 UTC 2010


commit bf3133a9f82585d2e47c1e3b385a0d40949f0186
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Sep 9 14:47:53 2010 -0500

    - sip-4.11.1
    - sip-api(8) = 8.0

 .gitignore |    2 +-
 macros.sip |    4 ++--
 sip.spec   |   12 ++++++++----
 sources    |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4de1f9..00f6a2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-sip-4.10.5.tar.gz
+/sip-4.11.1.tar.gz
diff --git a/macros.sip b/macros.sip
index ff470cd..fbdd67c 100644
--- a/macros.sip
+++ b/macros.sip
@@ -1,3 +1,3 @@
-%_sip_api_major 7
-%_sip_api_minor 1
+%_sip_api_major 8 
+%_sip_api_minor 0
 %_sip_api %{_sip_api_major}.%{_sip_api_minor}
diff --git a/sip.spec b/sip.spec
index f096668..7511884 100644
--- a/sip.spec
+++ b/sip.spec
@@ -11,8 +11,8 @@
 
 Summary: SIP - Python/C++ Bindings Generator
 Name: sip
-Version: 4.10.5
-Release: 3%{?dist}
+Version: 4.11.1
+Release: 1%{?dist}
 License: GPLv2 or GPLv3
 Group: Development/Tools
 Url: http://www.riverbankcomputing.com/software/sip/intro 
@@ -21,8 +21,8 @@ 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 7
-%global _sip_api_minor 1 
+%global _sip_api_major 8
+%global _sip_api_minor 0 
 %global _sip_api %{_sip_api_major}.%{_sip_api_minor}
 
 Provides: sip-api(%{_sip_api_major}) = %{_sip_api}
@@ -177,6 +177,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep 08 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.11.1-1
+- sip-4.11.1
+- sip-api(8) = 8.0
+
 * Wed Aug 25 2010 Thomas Spura <tomspur at fedoraproject.org> - 4.10.5-3
 - rebuild with python3.2
   http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
diff --git a/sources b/sources
index 565d937..bd9be3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a591ef6e59aa16e56822d3eb9fe21b8  sip-4.10.5.tar.gz
+d32ae4dfea42ebf37419a0ec28b597de  sip-4.11.1.tar.gz


More information about the scm-commits mailing list