6.9.1
Resolves: RHEL-78557
This commit is contained in:
parent
c6c9e35f3f
commit
bd1bd4db7a
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,3 +19,5 @@
|
||||
/qtwebchannel-everywhere-src-6.7.0.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.7.1.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.8.1.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.9.0.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.9.1.tar.xz
|
||||
|
@ -8,12 +8,12 @@
|
||||
|
||||
%global examples 1
|
||||
# FIXME: needs bootstrap
|
||||
%global build_tests 1
|
||||
#global build_tests 1
|
||||
|
||||
Summary: Qt6 - WebChannel component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 6.9.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://qt.io
|
||||
@ -127,8 +127,12 @@ popd
|
||||
%{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6WebChannel/
|
||||
%{_qt6_libdir}/cmake/Qt6WebChannel/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6WebChannelPrivate/
|
||||
%{_qt6_libdir}/cmake/Qt6WebChannelPrivate/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6WebChannelQuick/
|
||||
%{_qt6_libdir}/cmake/Qt6WebChannelQuick/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6WebChannelQuickPrivate/
|
||||
%{_qt6_libdir}/cmake/Qt6WebChannelQuickPrivate/*.cmake
|
||||
%{_qt6_archdatadir}/mkspecs/modules/qt_lib_webchannel*.pri
|
||||
%{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json
|
||||
%{_qt6_libdir}/qt6/modules/*.json
|
||||
@ -145,6 +149,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 14 2025 Jan Grulich <jgrulich@redhat.com> - 6.9.1-1
|
||||
- 6.9.1
|
||||
Resolves: RHEL-78557
|
||||
|
||||
* Tue Dec 10 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2
|
||||
- Re-enable tests
|
||||
Resolves: RHEL-53982
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtwebchannel-everywhere-src-6.8.1.tar.xz) = 43907776dbdea09821819aa6112e56288848b0975be24333977d9177cbba5203bba5841e269dfc7590f40f87a96cbe4c9416e0aba821ff96798b627f2203a51a
|
||||
SHA512 (qtwebchannel-everywhere-src-6.9.1.tar.xz) = acc7b1394c35c604ac0921e2276fab465e27723f71b39bb4125e74142da656cfcce31e0ac1f867ed756214d2b38c72739fbb5e7a5043811a4e03e5b912e8f099
|
||||
|
Loading…
Reference in New Issue
Block a user