forked from pool/libqt5-qtdeclarative
Accepting request 685629 from KDE:Qt5
Qt 5.12.2 OBS-URL: https://build.opensuse.org/request/show/685629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdeclarative?expand=0&rev=51
This commit is contained in:
parent
32a2b9e949
commit
ec7b31adc1
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:48:03 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.2:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.12.2/?h=5.12.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 07:49:14 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Work around cmake issue by expanding make_jobs manually, ignoring
|
||||
cmake breaks autoprovides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 08:39:40 UTC 2019 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.1:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.12.1/?h=v5.12.1
|
||||
- cmake breaks %make_jobs - ignore it (boo#1091864)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 13:35:28 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -21,16 +21,16 @@
|
||||
%define libname libQtQuick5
|
||||
|
||||
Name: libqt5-qtdeclarative
|
||||
Version: 5.12.0
|
||||
Version: 5.12.2
|
||||
Release: 0
|
||||
Summary: Qt 5 Declarative Library
|
||||
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
|
||||
Group: Development/Libraries/X11
|
||||
Url: https://www.qt.io
|
||||
%define base_name libqt5
|
||||
%define real_version 5.12.0
|
||||
%define so_version 5.12.0
|
||||
%define tar_version qtdeclarative-everywhere-src-5.12.0
|
||||
%define real_version 5.12.2
|
||||
%define so_version 5.12.2
|
||||
%define tar_version qtdeclarative-everywhere-src-5.12.2
|
||||
Source: https://download.qt.io/official_releases/qt/5.12/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE sse2_nojit.patch -- enable JIT and sse2 only on sse2 case
|
||||
@ -143,7 +143,7 @@ pushd %{_target_platform}
|
||||
qmake-qt5 ..
|
||||
popd
|
||||
|
||||
%make_jobs -C %{_target_platform}
|
||||
%{__make} %{?_smp_mflags} VERBOSE=1 -C %{_target_platform}
|
||||
|
||||
%ifarch %ix86
|
||||
%if 0%{?sle_version:%sle_version} < 150000
|
||||
@ -152,7 +152,7 @@ mkdir -p %{_target_platform}-no_sse2
|
||||
pushd %{_target_platform}-no_sse2
|
||||
%qmake5 -config no_sse2 ..
|
||||
make sub-src-clean
|
||||
%make_jobs -C src/qml
|
||||
%{__make} %{?_smp_mflags} VERBOSE=1 -C src/qml
|
||||
popd
|
||||
%endif
|
||||
%endif
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ffd58102b5714ae058f91cc31511f1c928978f77f01652beb9ce2352a4c227b
|
||||
size 20436712
|
3
qtdeclarative-everywhere-src-5.12.2.tar.xz
Normal file
3
qtdeclarative-everywhere-src-5.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:470568745602e7fa21cdca42b1641162e4257cfeb7a2dcf8af24538c9516cc5b
|
||||
size 20496648
|
Loading…
Reference in New Issue
Block a user