forked from pool/libqt5-qtdeclarative
Accepting request 729107 from home:Vogtinator:qt5.13
Qt 5.13.1, disable KU* and KF* publishing before accepting OBS-URL: https://build.opensuse.org/request/show/729107 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.13/libqt5-qtdeclarative?expand=0&rev=8
This commit is contained in:
parent
c6d63ed4d7
commit
45d0a76712
@ -1,8 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 08:03:38 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 5.13.1:
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* http://code.qt.io/cgit/qt/qtdeclarative.git/plain/dist/changes-5.13.1/?h=v5.13.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 16 07:25:24 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
Fri Aug 16 07:25:24 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
- QtQuick.LocalStorage needs libQt5Sql5-sqlite
|
- QtQuick.LocalStorage needs libQt5Sql5-sqlite
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 3 10:02:23 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Link from Qt bindir into %_bindir, not the other way around to fix
|
||||||
|
applicationDirPath called from Qt binaries
|
||||||
|
- Add -qt5 suffix to all binaries in %_bindir
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 19 11:19:49 UTC 2019 - fabian@ritter-vogt.de
|
Wed Jun 19 11:19:49 UTC 2019 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -21,16 +21,16 @@
|
|||||||
%define libname libQtQuick5
|
%define libname libQtQuick5
|
||||||
|
|
||||||
Name: libqt5-qtdeclarative
|
Name: libqt5-qtdeclarative
|
||||||
Version: 5.13.0
|
Version: 5.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 Declarative Library
|
Summary: Qt 5 Declarative Library
|
||||||
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
|
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: https://www.qt.io
|
Url: https://www.qt.io
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
%define real_version 5.13.0
|
%define real_version 5.13.1
|
||||||
%define so_version 5.13.0
|
%define so_version 5.13.1
|
||||||
%define tar_version qtdeclarative-everywhere-src-5.13.0
|
%define tar_version qtdeclarative-everywhere-src-5.13.1
|
||||||
Source: https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz
|
Source: https://download.qt.io/official_releases/qt/5.13/%{real_version}/submodules/%{tar_version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# PATCH-FIX-OPENSUSE sse2_nojit.patch -- enable JIT and sse2 only on sse2 case
|
# PATCH-FIX-OPENSUSE sse2_nojit.patch -- enable JIT and sse2 only on sse2 case
|
||||||
@ -179,19 +179,18 @@ find %{buildroot}/%{_libdir}/pkgconfig -type f -name '*pc' -print -exec perl -pi
|
|||||||
# kill .la files
|
# kill .la files
|
||||||
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
||||||
|
|
||||||
# put all the binaries to %%_bindir, add -qt5 suffix, and symlink them back to %%_qt5_bindir
|
# Link all the binaries with -qt5 suffix to %{_bindir}
|
||||||
mkdir -p %{buildroot}%{_bindir}
|
mkdir -p %{buildroot}%{_bindir}
|
||||||
pushd %{buildroot}%{_libqt5_bindir}
|
pushd %{buildroot}%{_libqt5_bindir}
|
||||||
for i in * ; do
|
for i in * ; do
|
||||||
case "${i}" in
|
case "${i}" in
|
||||||
qmlplugindump|qmlprofiler)
|
qmlplugindump|qmlprofiler)
|
||||||
mv $i ../../../bin/${i}-qt5
|
ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5
|
||||||
ln -s ../../../bin/${i}-qt5 .
|
|
||||||
ln -s ../../../bin/${i}-qt5 $i
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
mv $i ../../../bin/
|
# No conflict with Qt4, so keep the original name for compatibility
|
||||||
ln -s ../../../bin/$i .
|
ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}
|
||||||
|
ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b9e8780aef0af4a60e64dcc405bdf5c03a04b28e3b94d5c2e69d0006db566ba9
|
|
||||||
size 20514784
|
|
3
qtdeclarative-everywhere-src-5.13.1.tar.xz
Normal file
3
qtdeclarative-everywhere-src-5.13.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ae3477401b13d6b31e8569629d3f73b3e81e27cec27595988ffd320eaec7f0e2
|
||||||
|
size 20918916
|
Loading…
Reference in New Issue
Block a user