6.6.0
This commit is contained in:
parent
65bc14e3eb
commit
7bb78e9d68
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/qtwebchannel-everywhere-src-6.5.1.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.5.2.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.5.3.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.6.0.tar.xz
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Summary: Qt6 - WebChannel component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.5.3
|
||||
Version: 6.6.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -91,16 +91,22 @@ popd
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%{_qt6_libdir}/libQt6WebChannel.so.6*
|
||||
%{_qt6_libdir}/libQt6WebChannelQuick.so.6*
|
||||
%{_qt6_archdatadir}/qml/QtWebChannel/
|
||||
|
||||
%files devel
|
||||
%{_qt6_headerdir}/QtWebChannel/
|
||||
%{_qt6_headerdir}/QtWebChannelQuick/
|
||||
%{_qt6_libdir}/libQt6WebChannel.so
|
||||
%{_qt6_libdir}/libQt6WebChannel.prl
|
||||
%{_qt6_libdir}/libQt6WebChannelQuick.so
|
||||
%{_qt6_libdir}/libQt6WebChannelQuick.prl
|
||||
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtWebChannelTestsConfig.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6WebChannel/
|
||||
%{_qt6_libdir}/cmake/Qt6WebChannel/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6WebChannelQuick/
|
||||
%{_qt6_libdir}/cmake/Qt6WebChannelQuick/*.cmake
|
||||
%{_qt6_archdatadir}/mkspecs/modules/qt_lib_webchannel*.pri
|
||||
%{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json
|
||||
%{_qt6_libdir}/qt6/modules/*.json
|
||||
@ -113,6 +119,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 10 2023 Jan Grulich <jgrulich@redhat.com> - 6.6.0-1
|
||||
- 6.6.0
|
||||
|
||||
* Sun Oct 01 2023 Justin Zobel <justin.zobel@gmail.com> - 6.5.3-1
|
||||
- new version
|
||||
|
||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (qtwebchannel-everywhere-src-6.5.2.tar.xz) = 405595dfdfed48aafe42969881994472cb08dc4105a63ccf8c5ca059c0c243b654c38356059ea26cda9165a50b306c92d296dd3eca430b29615ec0ac68431c09
|
||||
SHA512 (qtwebchannel-everywhere-src-6.5.3.tar.xz) = cf9cf75b3df885676bbaa521b991dd176fba826a1cca8e3a524ea553df709ed5f4ccbdd8af19d952957b87bce2de4144c1f2222ab8fd4dbac04d240675b26e71
|
||||
SHA512 (qtwebchannel-everywhere-src-6.6.0.tar.xz) = bffa1aeaefc1b3b5e8d0f958a689b9debd37134ed705f029c2edbd0c483181a474648c251e4921fc8a3d32ce6c1632e82ddba51c55cfb49843cf022870f053f7
|
||||
|
Loading…
Reference in New Issue
Block a user