diff --git a/.cvsignore b/.cvsignore index c15dd64..bc0a3ac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sip-4.10.tar.gz +sip-4.10.1.tar.gz diff --git a/macros.sip b/macros.sip index c6aba1f..ff470cd 100644 --- a/macros.sip +++ b/macros.sip @@ -1,3 +1,3 @@ %_sip_api_major 7 -%_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 94bd6e4..64bda75 100644 --- a/sip.spec +++ b/sip.spec @@ -11,8 +11,8 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.10 -Release: 1%{?dist} +Version: 4.10.1 +Release: 2%{?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 7 -%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} @@ -136,8 +136,8 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc ChangeLog LICENSE NEWS README -%doc LICENSE-GPL2.txt LICENSE-GPL3.txt +%doc LICENSE LICENSE-GPL2 LICENSE-GPL3 +%doc NEWS README %{python_sitearch}/* %files devel @@ -160,6 +160,12 @@ rm -rf %{buildroot} %changelog +* Thu Mar 18 2010 Rex Dieter - 4.10.1-2 +- _sip_api_minor 1 + +* Thu Mar 18 2010 Rex Dieter - 4.10.1-1 +- sip-4.10.1 + * Fri Jan 15 2010 Rex Dieter - 4.10-1 - sip-4.10 (final) diff --git a/sources b/sources index 2b18505..2e7096d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b8f7361839b33868dd3cc576509ba8e sip-4.10.tar.gz +9fa0b0d17ad355bde004317f67c819f9 sip-4.10.1.tar.gz