From 65c1c9126240335664306d4fffe544feaa287bb74f05f520a1740d8f97eb3eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 11 Sep 2024 10:25:40 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main qt6-tools revision 6a92db44dc8205fa16ba61dece9d8539 --- org.qt.assistant6.desktop | 3 --- org.qt.designer6.desktop | 3 --- org.qt.linguist6.desktop | 1 - org.qt.qdbusviewer6.desktop | 5 +---- qt6-tools.changes | 18 ++++++++++++++++++ qt6-tools.spec | 12 ++++-------- qttools-everywhere-src-6.6.3.tar.xz | 3 --- qttools-everywhere-src-6.7.2.tar.xz | 3 +++ 8 files changed, 26 insertions(+), 22 deletions(-) delete mode 100644 qttools-everywhere-src-6.6.3.tar.xz create mode 100644 qttools-everywhere-src-6.7.2.tar.xz diff --git a/org.qt.assistant6.desktop b/org.qt.assistant6.desktop index d38daba..45dbb7c 100644 --- a/org.qt.assistant6.desktop +++ b/org.qt.assistant6.desktop @@ -1,6 +1,5 @@ [Desktop Entry] Categories=Qt;Development;Documentation; -Encoding=UTF-8 Exec=assistant6 Name=Qt 6 Assistant GenericName=Document Browser @@ -9,5 +8,3 @@ MimeType=application/x-assistant; Terminal=false Type=Application Icon=assistant6 - - diff --git a/org.qt.designer6.desktop b/org.qt.designer6.desktop index d82a232..bbfa893 100644 --- a/org.qt.designer6.desktop +++ b/org.qt.designer6.desktop @@ -1,6 +1,5 @@ [Desktop Entry] Categories=Qt;Development;GUIDesigner; -Encoding=UTF-8 Exec=designer6 Name=Qt 6 Designer GenericName=Interface Designer @@ -9,5 +8,3 @@ MimeType=application/x-designer; Icon=designer6 Terminal=false Type=Application - - diff --git a/org.qt.linguist6.desktop b/org.qt.linguist6.desktop index 7dd866d..4a0d0a5 100644 --- a/org.qt.linguist6.desktop +++ b/org.qt.linguist6.desktop @@ -1,6 +1,5 @@ [Desktop Entry] Categories=Qt;Development;Translation; -Encoding=UTF-8 Exec=linguist6 Name=Qt 6 Linguist GenericName=Translation Tool diff --git a/org.qt.qdbusviewer6.desktop b/org.qt.qdbusviewer6.desktop index 3eb57d4..e05bc1d 100644 --- a/org.qt.qdbusviewer6.desktop +++ b/org.qt.qdbusviewer6.desktop @@ -1,7 +1,6 @@ [Desktop Entry] Categories=Qt;Development;Debugger; -Encoding=UTF-8 -Exec=/usr/bin/qdbusviewer6 +Exec=qdbusviewer6 Name=Qt 6 D-Bus Viewer GenericName=D-Bus Debugger Comment=Introspect D-Bus objects and messages @@ -9,5 +8,3 @@ X-KDE-StartupNotify=true Terminal=false Type=Application Icon=qdbusviewer6 - - diff --git a/qt6-tools.changes b/qt6-tools.changes index 7fae126..af5efb2 100644 --- a/qt6-tools.changes +++ b/qt6-tools.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jun 19 07:26:03 UTC 2024 - Christophe Marin + +- Update to 6.7.2: + * https://www.qt.io/blog/qt-6.7.2-released + +------------------------------------------------------------------- +Tue May 21 08:31:49 UTC 2024 - Christophe Marin + +- Update to 6.7.1: + * https://www.qt.io/blog/qt-6.7.1-released + +------------------------------------------------------------------- +Tue Apr 2 13:40:00 UTC 2024 - Christophe Marin + +- Update to 6.7.0: + * https://www.qt.io/blog/qt-6.7-released + ------------------------------------------------------------------- Tue Mar 26 14:26:58 UTC 2024 - Christophe Marin diff --git a/qt6-tools.spec b/qt6-tools.spec index a746678..706cea7 100644 --- a/qt6-tools.spec +++ b/qt6-tools.spec @@ -16,8 +16,8 @@ # -%define real_version 6.6.3 -%define short_version 6.6 +%define real_version 6.7.2 +%define short_version 6.7 %define tar_name qttools-everywhere-src %define tar_suffix %{nil} # @@ -27,7 +27,7 @@ %endif # Name: qt6-tools%{?pkg_suffix} -Version: 6.6.3 +Version: 6.7.2 Release: 0 Summary: Qt 6 Tools libraries and tools # TODO Check if it's still valid @@ -38,7 +38,7 @@ Summary: Qt 6 Tools libraries and tools # 'GPL-3.0-only WITH Qt-GPL-exception-1.0' files in this folder are only used on Windows. License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-3.0-only WITH Qt-GPL-exception-1.0 URL: https://www.qt.io -Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz +Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz Source10: org.qt.designer6.desktop Source11: org.qt.linguist6.desktop Source12: org.qt.qdbusviewer6.desktop @@ -295,13 +295,9 @@ This library does not have any ABI or API guarantees. # CMake files are not needed for plugins (except for Qt6UiPlugin) rm %{buildroot}%{_qt6_cmakedir}/Qt6Designer/*Plugin{Config,Targets}*.cmake -# Unused file. There are no private headers for this library -rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_linguist_private.pri - # This doesn't look useful rm -r %{buildroot}%{_qt6_includedir}/QtQDocCatch* rm -r %{buildroot}%{_qt6_cmakedir}/Qt6QDocCatch* -rm %{buildroot}%{_qt6_pkgconfigdir}/Qt6QDocCatch*.pc rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_qdoccatch*.pri rm %{buildroot}%{_qt6_descriptionsdir}/QDocCatch*.json diff --git a/qttools-everywhere-src-6.6.3.tar.xz b/qttools-everywhere-src-6.6.3.tar.xz deleted file mode 100644 index f277baf..0000000 --- a/qttools-everywhere-src-6.6.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa6d4c822d8cb74066ef30ab42283ac24e5cc702f33e6d78a9ebef5b0df91bc0 -size 8596272 diff --git a/qttools-everywhere-src-6.7.2.tar.xz b/qttools-everywhere-src-6.7.2.tar.xz new file mode 100644 index 0000000..a05c73b --- /dev/null +++ b/qttools-everywhere-src-6.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e855ad1b2533094726c8a425766b63a04a0eede2ed85086860e54593aa4b2a +size 9019636