Sync from SUSE:SLFO:Main qt6-tools revision 01ac622ca8f979d01006bab08d7b1bc0

This commit is contained in:
Adrian Schröter 2024-08-21 17:24:43 +02:00
parent 0979b171c9
commit 90f2afe635
4 changed files with 27 additions and 6 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 26 14:26:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.6.3:
* https://www.qt.io/blog/qt-6.6.3-released
-------------------------------------------------------------------
Wed Feb 14 16:53:34 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.6.2
* https://www.qt.io/blog/qt-6.6.2-released
-------------------------------------------------------------------
Wed Jan 10 18:47:55 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Fix build in SLE15 SP6 by using clang17-devel
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 27 14:00:20 UTC 2023 - Christophe Marin <christophe@krop.fr> Mon Nov 27 14:00:20 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
# #
# spec file for package qt6-tools # spec file for package qt6-tools
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
# #
%define real_version 6.6.1 %define real_version 6.6.3
%define short_version 6.6 %define short_version 6.6
%define tar_name qttools-everywhere-src %define tar_name qttools-everywhere-src
%define tar_suffix %{nil} %define tar_suffix %{nil}
@ -27,7 +27,7 @@
%endif %endif
# #
Name: qt6-tools%{?pkg_suffix} Name: qt6-tools%{?pkg_suffix}
Version: 6.6.1 Version: 6.6.3
Release: 0 Release: 0
Summary: Qt 6 Tools libraries and tools Summary: Qt 6 Tools libraries and tools
# TODO Check if it's still valid # TODO Check if it's still valid
@ -47,11 +47,15 @@ Source13: org.qt.assistant6.desktop
Source14: linguist6.png Source14: linguist6.png
Source99: qt6-tools-rpmlintrc Source99: qt6-tools-rpmlintrc
# clang-devel in Leap 15 points to clang7... # clang-devel in Leap 15 points to clang7...
%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150600
BuildRequires: clang17-devel
%else
%if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400 %if 0%{?suse_version} == 1500 && 0%{?sle_version} >= 150400
BuildRequires: clang15-devel BuildRequires: clang15-devel
%else %else
BuildRequires: clang-devel >= 8 BuildRequires: clang-devel >= 8
%endif %endif
%endif
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: qt6-core-private-devel BuildRequires: qt6-core-private-devel

BIN
qttools-everywhere-src-6.6.1.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
qttools-everywhere-src-6.6.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.