From 0f86fd4ded0ed6c993602e27e711ddd413d82414 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: May 28 2014 17:49:53 +0000 Subject: sip-4.16, sip-api(11)=11.1 --- diff --git a/.gitignore b/.gitignore index 90dc5e6..c0b6fac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sip-4.15.5.tar.gz +/sip-4.16.tar.gz diff --git a/macros.sip b/macros.sip index 6406da7..fdcf497 100644 --- a/macros.sip +++ b/macros.sip @@ -1,3 +1,3 @@ %_sip_api_major 11 -%_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 5e9caca..b575979 100644 --- a/sip.spec +++ b/sip.spec @@ -16,8 +16,8 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.15.5 -Release: 2%{?dist} +Version: 4.16 +Release: 1%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -34,7 +34,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 11 -%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} @@ -184,6 +184,9 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %changelog +* Wed May 28 2014 Rex Dieter 4.16-1 +- sip-4.16, sip-api(11)=11.1 + * Mon May 12 2014 Rex Dieter 4.15.5-2 - rebuild (f21-python) diff --git a/sources b/sources index 52cf6d6..022eb8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c95447c7b0391b7f183cf9f92ae9bc6 sip-4.15.5.tar.gz +a63172f744370698a27a3a1cc902ce65 sip-4.16.tar.gz