Accepting request 200326 from home:TheBlackCat:branches:KDE:Qt

Fix building on openSUSE 12.2.  The approach is kind of ugly, but it is the only way I can find that works.  Feel free to improve it.

OBS-URL: https://build.opensuse.org/request/show/200326
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=109
This commit is contained in:
Dirk Mueller 2013-09-24 12:27:50 +00:00 committed by Git OBS Bridge
parent 0d08492f59
commit adc1e66205
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Sep 24 09:42:26 UTC 2013 - toddrme2178@gmail.com
- Fix building on openSUSE 12.2. The approach is kind of ugly,
but it is the only way I can find that works. Feel free to improve
it.
-------------------------------------------------------------------
Thu Sep 19 10:37:30 UTC 2013 - toddrme2178@gmail.com
- update to v4.15.2. This is a minor functional release that will
be needed by PyQt v5.1. It also contains bug fixes needed by
PyKDE4.
-------------------------------------------------------------------
Tue Sep 17 13:31:52 UTC 2013 - speilicke@suse.com

View File

@ -37,6 +37,9 @@ Provides: python3-sip(api) = %python_sip_api
Requires(pre): python3
Requires(pre): python3-base
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} == 1220
%define py3_incdir %{_includedir}/python3.2mu
%endif
%description
SIP is a tool that makes it very easy to create Python bindings for C