forked from pool/libqt5-qtbase
2cb3e2ac5a
The libqt5-qtscript package fails to build on PowerPC, since it attempts to force building the JIT, which is not supported on PowerPC. This is done by the build scripts because the file /usr/lib64/qt5/mkspecs/qmodule.pri contains the entry JAVASCRIPTCORE_JIT = yes That file in turn is created by this package, libqt5-qtbase, which sets the JAVASCRIPTCORE_JIT entry because configure is called with the -javascript-jit option. This doesn't seem useful for platforms where the JIT is not supported, so this patch removes the option for PowerPC. - Do not force -javascript-jit on ppc platforms that do not support it. (forwarded request 211854 from uweigand) OBS-URL: https://build.opensuse.org/request/show/211885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=11
205 lines
7.5 KiB
Plaintext
205 lines
7.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 12 14:54:22 UTC 2013 - uweigand@de.ibm.com
|
|
|
|
- Do not force -javascript-jit on ppc platforms that do not support it.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 12 12:28:46 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.2.0 final:
|
|
* For more details please see:
|
|
http://blog.qt.digia.com/blog/2013/12/12/qt-5-2-released-the-best-qt-yet/
|
|
http://qt-project.org/qt5/qt52
|
|
http://qt.digia.com/Product/Whats-New/Qt-52/
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 01:17:30 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Import patches from upstream which make possible to build EGL
|
|
support without requiring GLES2:
|
|
0001-Remove-the-GLES-2-dependency-for-eglfs-and-kms.patch
|
|
0002-Fix-configure-script-to-not-dictate-OpenGL-ES-2-when.patch
|
|
0003-EGL-convenience-deal-with-DefaultRenderableType-when.patch
|
|
0004-Do-not-disable-egl-on-desktop-gl-automatically.patch
|
|
- Enable EGL support by adding (Build)Requiring pkgconfig(egl)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 29 13:42:39 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.2 rc1
|
|
* New feature release, please see
|
|
http://blog.qt.digia.com/blog/2013/11/29/qt-5-2-release-candidate-1-available/
|
|
and http://qt-project.org/wiki/New-Features-in-Qt-5.2
|
|
- Droped xcb_193.patch, included in this release
|
|
- Drop gstreamer-0_10-plugins-base-devel BuildRequires, nothing in
|
|
qtbase uses gstreamer, and config tests where false positive before
|
|
- Temporary disable qt-never-strip.diff, we can use configure flags
|
|
for no-strip
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 27 00:18:38 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Added xcb_193.patch from upstream, for resolving SiC and BiC change
|
|
in xcb 1.9.2/3 (fdo#71502,fdo#71507,qtbug#34748)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 6 19:08:13 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Fix translations macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 24 18:45:14 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- gstreamer-0_10-plugins-base-devel are not required for devel
|
|
subpackage, so remove the Requires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 23 17:11:55 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.2 beta1
|
|
* New feature release, please see
|
|
http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
|
|
and http://qt-project.org/wiki/New-Features-in-Qt-5.2
|
|
- Change obsoletes of new library and sql plugins packages
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 18 17:48:59 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Added qtbase-opensource-src-5.1.1-bigendian.patch, also needed
|
|
for building on PowerPC, otherwise fromWordToBytes is
|
|
left undeclared
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 18 12:38:19 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Added qtbase-qatomic-ppc.patch, fixes PowerPC build
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 16 17:24:48 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Further split libqt5-qtbase package to libQt5Concurrent5,
|
|
libQt5Core5, libQt5DBus5, libQt5Network5, libQt5Xml5,
|
|
libQt5PrintSupport5 and libQt5OpenGL5
|
|
- Rename sql plugin subpackages for more consistent naming with the
|
|
rest of libraries
|
|
- Apply the same solution as with Qt4 with regards to rebuilds:
|
|
don't use current build date, but rather last changes date
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 4 14:23:42 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Add convenient macros for packages building against Qt5:
|
|
%_libqt5_qmake, %qmake5, %make_jobs and %qmake5_install
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 12 19:58:38 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Added missing pkgconfig(xkbcommon) BuildRequires
|
|
- Drop checks for older openSUSE versions
|
|
- Enable GL ES and kms only on arm for now
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 5 15:09:28 UTC 2013 - duwe@suse.com
|
|
|
|
- enable support for opengl es2 and kms
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 29 16:38:30 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to version 5.1.1:
|
|
* Bugfix release, please see
|
|
http://blog.qt.digia.com/blog/2013/08/28/qt-5-1-1-released/
|
|
http://qt.gitorious.org/qt/qtbase/blobs/release/dist/changes-5.1.1
|
|
and http://qt-project.org/wiki/Qt511KnownIssues for known issues
|
|
- Small spec cleanup
|
|
- Explicitly activate desktop openGL, and only BuildRequire
|
|
pkgconfig(gl) so whole Mesa stack isn't pulled
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 3 07:14:30 UTC 2013 - tittiatcoke@gmail.com
|
|
|
|
- Adjust packaging naming conform Factory standards
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 7 12:14:37 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
- Allow co-existance of Qt5 and Qt4:
|
|
* Install headers in %_includedir/qt5
|
|
* Install binaries in %_libdir/qt5/bin, create symlinks with -qt5
|
|
suffixes in %_libdir/qt5/bin and %_bindir
|
|
- Spec cleanup:
|
|
* Removed checks for obsolete opensuse versions
|
|
- Add new macros.qt5, which should be utilized for other Qt5 modules
|
|
- Added baselibs.conf
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 7 07:23:51 UTC 2013 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.1 release
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 18 20:00:00 UTC 2013 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.1 RC 1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 20 20:00:00 UTC 2013 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.1 Beta 1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 9 20:00:00 UTC 2013 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.1 Alpha 1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 29 11:58:55 UTC 2013 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.0.2 RC1
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 30 19:00:00 UTC 2013 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.0.1
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 19 20:40:40 UTC 2012 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.0 release
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 13 10:50:52 UTC 2012 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.0 Release Candidate 2
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 6 19:54:17 UTC 2012 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.0 Release Candidate 1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 15 12:14:39 UTC 2012 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.0 Beta 2
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 30 11:31:45 UTC 2012 - stephan.binner@basyskom.com
|
|
|
|
- update to Qt 5.0 Beta 1 release
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 24 15:29:20 UTC 2012 - stephan.binner@basyskom.com
|
|
|
|
- update to newer Alpha snapshot / Beta candidate
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 13:22:38 UTC 2012 - stephan.binner@basyskom.com
|
|
|
|
- rework package splitting for Qt 5 modularization
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 09:56:15 UTC 2012 - dmueller@suse.com
|
|
|
|
- Initial packaging (Qt 5.0 Alpha)
|
|
|