Accepting request 685647 from KDE:Qt5
Qt 5.12.2 OBS-URL: https://build.opensuse.org/request/show/685647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qttools?expand=0&rev=40
This commit is contained in:
parent
60e762ba0b
commit
e6b7eed147
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:51:54 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/qttools.git/plain/dist/changes-5.12.2/?h=5.12.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 08:40:20 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/qttools.git/plain/dist/changes-5.12.1/?h=v5.12.1
|
||||
* qcollectiongenerator got reintroduced as wrapper for qhelpgenerator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 13:37:09 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -25,16 +25,16 @@
|
||||
%define qt5_snapshot 0
|
||||
|
||||
Name: libqt5-qttools
|
||||
Version: 5.12.0
|
||||
Version: 5.12.2
|
||||
Release: 0
|
||||
Summary: Qt 5 QtTools Module
|
||||
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 qttools-everywhere-src-5.12.0
|
||||
%define real_version 5.12.2
|
||||
%define so_version 5.12.2
|
||||
%define tar_version qttools-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
|
||||
Source11: designer5.desktop
|
||||
@ -225,7 +225,7 @@ mkdir -p %{buildroot}%{_bindir}
|
||||
pushd %{buildroot}%{_libqt5_bindir}
|
||||
for i in * ; do
|
||||
case "${i}" in
|
||||
assistant|designer|lconvert|linguist|lrelease|lupdate|pixeltool|qdbus|qdbusviewer|qdoc|qhelpgenerator)
|
||||
assistant|designer|lconvert|linguist|lrelease|lupdate|pixeltool|qcollectiongenerator|qdbus|qdbusviewer|qdoc|qhelpgenerator)
|
||||
mv $i ../../../bin/${i}-qt5
|
||||
ln -s ../../../bin/${i}-qt5 .
|
||||
ln -s ../../../bin/${i}-qt5 $i
|
||||
@ -262,6 +262,7 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
%{_bindir}/qtplugininfo*
|
||||
%{_bindir}/qtattributionsscanner*
|
||||
%{_bindir}/qdistancefieldgenerator
|
||||
%{_bindir}/qcollectiongenerator*
|
||||
%{_libqt5_bindir}/assistant*
|
||||
%{_libqt5_bindir}/designer*
|
||||
%{_libqt5_bindir}/pixeltool*
|
||||
@ -271,6 +272,7 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
%{_libqt5_bindir}/qtplugininfo*
|
||||
%{_libqt5_bindir}/qtattributionsscanner*
|
||||
%{_libqt5_bindir}/qdistancefieldgenerator
|
||||
%{_libqt5_bindir}/qcollectiongenerator*
|
||||
%{_datadir}/applications/assistant5.desktop
|
||||
%{_datadir}/applications/designer5.desktop
|
||||
%{_datadir}/applications/qdbusviewer5.desktop
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:574ce34b6e5bcd5dce4020a3947730f3c2223eee65d0396a311099223364dac3
|
||||
size 9775520
|
3
qttools-everywhere-src-5.12.2.tar.xz
Normal file
3
qttools-everywhere-src-5.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aa3a089794ab1c629b666fffb5da4371351a9e85ea691d5d988c2ff63586005
|
||||
size 9808600
|
Loading…
Reference in New Issue
Block a user