Sync from SUSE:SLFO:Main qt6-tools revision 02329f78433d758bb53a8ea966131b17
This commit is contained in:
parent
f767cc7797
commit
65d1e5721a
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 09:34:44 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Use clang 19 on Leap 15.6.
|
||||
The 15.6 update repo got a new llvm version which causes issues
|
||||
if both llvm 17 and 19 are present
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 10:23:01 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.2
|
||||
https://www.qt.io/blog/qt-6.8.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 18:08:40 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.8.1
|
||||
%define real_version 6.8.2
|
||||
%define short_version 6.8
|
||||
%define tar_name qttools-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-tools%{?pkg_suffix}
|
||||
Version: 6.8.1
|
||||
Version: 6.8.2
|
||||
Release: 0
|
||||
Summary: Qt 6 Tools libraries and tools
|
||||
# Legal:
|
||||
@ -47,7 +47,8 @@ Source14: linguist6.png
|
||||
Source99: qt6-tools-rpmlintrc
|
||||
# clang-devel in Leap 15 points to clang7...
|
||||
%if 0%{?suse_version} == 1500
|
||||
BuildRequires: clang17-devel
|
||||
# Leap 15.6 has llvm 19 since 2025-02-12, we need to use it to avoid doc build issues
|
||||
BuildRequires: clang19-devel
|
||||
%else
|
||||
BuildRequires: clang-devel >= 17
|
||||
%endif
|
||||
|
BIN
qttools-everywhere-src-6.8.1.tar.xz
(Stored with Git LFS)
BIN
qttools-everywhere-src-6.8.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
qttools-everywhere-src-6.8.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
qttools-everywhere-src-6.8.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user