From 971e6f8ae0a3f469c4250c061e4ea112e4e061b2 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 13:44:30 +0300 Subject: [PATCH] import qt6-qtspeech-6.8.1-1.el10 --- .gitignore | 2 +- .qt6-qtspeech.metadata | 2 +- SPECS/qt6-qtspeech.spec | 11 +++++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 113cfe9..3805625 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtspeech-everywhere-src-6.7.1.tar.xz +SOURCES/qtspeech-everywhere-src-6.8.1.tar.xz diff --git a/.qt6-qtspeech.metadata b/.qt6-qtspeech.metadata index 08af1a0..80ddf1e 100644 --- a/.qt6-qtspeech.metadata +++ b/.qt6-qtspeech.metadata @@ -1 +1 @@ -cd4d5f5247fb2e45830f63e1049b79bcceead06c SOURCES/qtspeech-everywhere-src-6.7.1.tar.xz +78814ceea99d2ab27d6b1b637fe31ac66c1b696f SOURCES/qtspeech-everywhere-src-6.8.1.tar.xz diff --git a/SPECS/qt6-qtspeech.spec b/SPECS/qt6-qtspeech.spec index 3d7a153..20aca5a 100644 --- a/SPECS/qt6-qtspeech.spec +++ b/SPECS/qt6-qtspeech.spec @@ -7,8 +7,8 @@ Summary: Qt6 - Speech component Name: qt6-%{qt_module} -Version: 6.7.1 -Release: 4%{?dist} +Version: 6.8.1 +Release: 1%{?dist} # Code can be either LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only # See e.g. src/plugins/speechdispatcher or src/tts @@ -122,6 +122,7 @@ popd %files %license LICENSES/GPL* LICENSES/LGPL* LICENSES/BSD* +%{_qt6_archdatadir}/sbom/%{qt_module}-%{version}.spdx %{_qt6_libdir}/libQt6TextToSpeech.so.6{,.*} %dir %{_qt6_plugindir}/texttospeech %{_qt6_plugindir}/texttospeech/libqtexttospeech_mock.so @@ -155,8 +156,10 @@ popd %{_qt6_libdir}/qt6/modules/*.json %{_qt6_libdir}/qt6/metatypes/*.json +%if 0%{?examples} %files examples %{_qt6_examplesdir}/ +%endif %if 0%{?build_tests} %files tests @@ -164,6 +167,10 @@ popd %endif %changelog +* Fri Dec 06 2024 Jan Grulich - 6.8.1-1 +- 6.8.1 + Resolves: RHEL-53982 + * Tue Oct 29 2024 Troy Dawson - 6.7.1-4 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018