forked from pool/libqt5-qttools
Accepting request 850036 from KDE:Qt:5.15
Qt 5.15.2 OBS-URL: https://build.opensuse.org/request/show/850036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qttools?expand=0&rev=52
This commit is contained in:
commit
228e6bb3b8
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 12:09:40 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.15.2:
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
http://code.qt.io/cgit/qt/qttools.git/plain/dist/changes-5.15.2/?h=5.15.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 08:12:24 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Fix the clang requirement for Leap 15.2. The clang headers are
|
||||
also in the libclang<major version> package.
|
||||
- Use the %pkg_version macro available since Leap 15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 07:57:29 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%define qt5_snapshot 0
|
||||
%define base_name libqt5
|
||||
%define real_version 5.15.1
|
||||
%define so_version 5.15.1
|
||||
%define tar_version qttools-everywhere-src-5.15.1
|
||||
%define real_version 5.15.2
|
||||
%define so_version 5.15.2
|
||||
%define tar_version qttools-everywhere-src-5.15.2
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%bcond_without qdoc
|
||||
%else
|
||||
@ -28,7 +28,7 @@
|
||||
%bcond_with qdoc
|
||||
%endif
|
||||
Name: libqt5-qttools
|
||||
Version: 5.15.1
|
||||
Version: 5.15.2
|
||||
Release: 0
|
||||
Summary: Qt 5 QtTools Module
|
||||
# Legal:
|
||||
@ -208,10 +208,12 @@ License: GPL-3.0-only
|
||||
Provides: libqt5-qtbase-doc = %{version}
|
||||
Obsoletes: libqt5-qtbase-doc < %{version}
|
||||
# qdoc hardcodes clang include paths: boo#1109367, QTBUG-70687
|
||||
%if 0%{?suse_version} < 1550
|
||||
%requires_eq clang%(rpm -q --qf '%''{version}' clang-devel | cut -d. -f1)
|
||||
%global _clang_major_version %(printf %{pkg_version clang-devel} | cut -d. -f1)
|
||||
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
|
||||
%requires_eq libclang%{_clang_major_version}
|
||||
%else
|
||||
%requires_eq libclang%(rpm -q --qf '%''{version}' clang-devel | cut -d. -f1)
|
||||
%requires_eq clang%{_clang_major_version}
|
||||
%endif
|
||||
|
||||
%description doc
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c98ee5f0f980bf68cbf0c94d62434816a92441733de50bd9adbe9b9055f03498
|
||||
size 8901096
|
3
qttools-everywhere-src-5.15.2.tar.xz
Normal file
3
qttools-everywhere-src-5.15.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c189d0ce1ff7c739db9a3ace52ac3e24cb8fd6dbf234e49f075249b38f43c1cc
|
||||
size 8894728
|
Loading…
Reference in New Issue
Block a user