diff --git a/.gitignore b/.gitignore index 2129a99..ae40efd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/sip-4.16.7.tar.gz +/sip-4.16.8.tar.gz diff --git a/macros.sip b/macros.sip index fdcf497..8a49011 100644 --- a/macros.sip +++ b/macros.sip @@ -1,3 +1,3 @@ %_sip_api_major 11 -%_sip_api_minor 1 +%_sip_api_minor 2 %_sip_api %{_sip_api_major}.%{_sip_api_minor} diff --git a/sip.spec b/sip.spec index 0688ea4..4bae293 100644 --- a/sip.spec +++ b/sip.spec @@ -16,8 +16,8 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.16.7 -Release: 2%{?dist} +Version: 4.16.8 +Release: 1%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -36,7 +36,7 @@ Patch51: sip-4.16.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 1 +%global _sip_api_minor 2 %global _sip_api %{_sip_api_major}.%{_sip_api_minor} Provides: sip-api(%{_sip_api_major}) = %{_sip_api} @@ -186,6 +186,9 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %changelog +* Fri Jun 12 2015 Rex Dieter 4.16.8-1 +- sip-4.16.8, sip-api(11)=11.2 + * Sat May 02 2015 Kalev Lember - 4.16.7-2 - Rebuilt for GCC 5 C++11 ABI change diff --git a/sources b/sources index 97e37a2..d7eafef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32abc003980599d33ffd789734de4c36 sip-4.16.7.tar.gz +8e48cd78bcd31f9310a701a4111c2739 sip-4.16.8.tar.gz