Accepting request 224322 from KDE:Qt5

- Fix wrong libQt5OpenGLExtensions-devel-static requires: pkgconfig(GL) -> pkgconfig(gl)
- Enable jit only on supported archs

OBS-URL: https://build.opensuse.org/request/show/224322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2014-03-04 12:14:05 +00:00 committed by Git OBS Bridge
parent 8ca865ef02
commit 255ccfd247
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Mar 1 14:26:50 UTC 2014 - hrvoje.senjan@gmail.com
- Fix wrong libQt5OpenGLExtensions-devel-static requires:
pkgconfig(GL) -> pkgconfig(gl)
-------------------------------------------------------------------
Thu Feb 27 11:08:39 UTC 2014 - schwab@suse.de
- Enable jit only on supported archs
-------------------------------------------------------------------
Mon Feb 10 11:36:36 UTC 2014 - mlin@suse.com

View File

@ -538,7 +538,7 @@ Group: Development/Libraries/C and C++
Requires: libQt5Core-devel = %{version}
Requires: libQt5Gui-devel = %{version}
# List the below ones manually - they are private, but this is a static lib
Requires: pkgconfig(GL)
Requires: pkgconfig(gl)
%description -n libQt5OpenGLExtensions-devel-static
Qt OpenGLExtensions module.
@ -648,7 +648,7 @@ echo yes | ./configure $platform \
-xsync \
-xinput \
-gtkstyle \
%ifnarch ppc ppc64 ppc64le
%ifarch %arm %ix86 x86_64
-javascript-jit \
%endif
-xcb \