[sip] 4.14.1-1

Rex Dieter rdieter at fedoraproject.org
Sun Oct 28 20:30:48 UTC 2012


commit 896a087f68e65179b6305827bbeffbebcb8f1e26
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Oct 28 15:30:50 2012 -0500

    4.14.1-1
    
    - sip-4.14.1
    - sip-api(9) = 9.1

 .gitignore |    3 +--
 macros.sip |    2 +-
 sip.spec   |    8 ++++++--
 sources    |    2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b335758..d1446d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-/sip-4.13.tar.gz
 /sip-4.13.2.tar.gz
 /sip-4.13.3.tar.gz
-/sip-4.14.tar.gz
+/sip-4.14.1.tar.gz
diff --git a/macros.sip b/macros.sip
index 2b80576..da6d051 100644
--- a/macros.sip
+++ b/macros.sip
@@ -1,3 +1,3 @@
 %_sip_api_major 9
-%_sip_api_minor 0 
+%_sip_api_minor 1
 %_sip_api %{_sip_api_major}.%{_sip_api_minor}
diff --git a/sip.spec b/sip.spec
index 0242f24..f9b827f 100644
--- a/sip.spec
+++ b/sip.spec
@@ -10,7 +10,7 @@
 
 Summary: SIP - Python/C++ Bindings Generator
 Name: sip
-Version: 4.14
+Version: 4.14.1
 Release: 1%{?dist}
 
 # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison)
@@ -30,7 +30,7 @@ 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 9
-%global _sip_api_minor 0 
+%global _sip_api_minor 1
 %global _sip_api %{_sip_api_major}.%{_sip_api_minor}
 
 Provides: sip-api(%{_sip_api_major}) = %{_sip_api}
@@ -189,6 +189,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Oct 28 2012 Rex Dieter <rdieter at fedoraproject.org> - 4.14.1-1
+- sip-4.14.1
+- sip-api(9) = 9.1
+
 * Mon Oct 01 2012 Rex Dieter <rdieter at fedoraproject.org> - 4.14-1
 - sip-4.14
 - sip-api(9) = 9.0
diff --git a/sources b/sources
index 7e9b0a8..7b13aa0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a48ad975e04ac824188840ea498ac32  sip-4.14.tar.gz
+10f35f018ac105be78853952078bdf63  sip-4.14.1.tar.gz


More information about the scm-commits mailing list