From 067025efa02eb44583e0bc9c33e17288abfb74a9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jul 15 2018 15:49:34 +0000 Subject: sip-api(12)=12.5 --- diff --git a/macros.sip b/macros.sip index 3c5b185..6e07e48 100644 --- a/macros.sip +++ b/macros.sip @@ -1,3 +1,3 @@ %_sip_api_major 12 -%_sip_api_minor 4 +%_sip_api_minor 5 %_sip_api %{_sip_api_major}.%{_sip_api_minor} diff --git a/sip.spec b/sip.spec index 576b47c..d3c265e 100644 --- a/sip.spec +++ b/sip.spec @@ -20,7 +20,7 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip Version: 4.19.12 -Release: 3%{?dist} +Release: 4%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -45,7 +45,7 @@ Patch52: sip-4.19.3-python3_sip_bin.patch # extracted from sip.h, SIP_API_MAJOR_NR SIP_API_MINOR_NR defines Source1: macros.sip %global _sip_api_major 12 -%global _sip_api_minor 4 +%global _sip_api_minor 5 %global _sip_api %{_sip_api_major}.%{_sip_api_minor} BuildRequires: gcc-c++ @@ -246,6 +246,9 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %changelog +* Sun Jul 15 2018 Rex Dieter - 4.19.12-4 +- sip-api(12)=12.5 + * Sat Jul 14 2018 Fedora Release Engineering - 4.19.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild