From cced0b431d40bcd22e4e9c94674b606b2ed2de37 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Dec 25 2010 01:18:04 +0000 Subject: - sip-4.12 --- diff --git a/.gitignore b/.gitignore index b83cd2b..a4881cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sip-4.11.2.tar.gz +/sip-4.12.tar.gz diff --git a/sip.spec b/sip.spec index 89d1682..f35bf70 100644 --- a/sip.spec +++ b/sip.spec @@ -11,8 +11,8 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.11.2 -Release: 2%{?dist} +Version: 4.12 +Release: 1%{?dist} License: GPLv2 or GPLv3 Group: Development/Tools Url: http://www.riverbankcomputing.com/software/sip/intro @@ -22,7 +22,7 @@ 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 8 -%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} @@ -179,6 +179,9 @@ rm -rf %{buildroot} %changelog +* Fri Dec 24 2010 Rex Dieter - 4.12-1 +- sip-4.12 + * Tue Nov 16 2010 Rex Dieter - 4.11.2-2 - add missing %%defattr to python3- pkgs (#226419) diff --git a/sources b/sources index a9f697f..f77fee9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d799804ca0a88bd76c6c2cdf8935c3cb sip-4.11.2.tar.gz +8a0998fbaf34bdab2c15af3d4fa3bc0e sip-4.12.tar.gz