6.8.1
Resolves: RHEL-53982
This commit is contained in:
parent
91b448c5f6
commit
2e73da0915
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/qtwebchannel-everywhere-src-6.6.1.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.7.0.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.7.1.tar.xz
|
||||
/qtwebchannel-everywhere-src-6.8.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.7.1
|
||||
Release: 5%{?dist}
|
||||
Version: 6.8.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://qt.io
|
||||
@ -111,6 +111,7 @@ popd
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%{_qt6_archdatadir}/sbom/%{qt_module}-%{qt_version}.spdx
|
||||
%{_qt6_libdir}/libQt6WebChannel.so.6*
|
||||
%{_qt6_libdir}/libQt6WebChannelQuick.so.6*
|
||||
%{_qt6_archdatadir}/qml/QtWebChannel/
|
||||
@ -144,6 +145,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 06 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-1
|
||||
- 6.8.1
|
||||
Resolves: RHEL-53982
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-5
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtwebchannel-everywhere-src-6.7.1.tar.xz) = a70af0f0f778a7a9455859fe1c03eb4f3263e9333f24389763c340787ef4a76caad5c6639692aa070d76ba87b3c8b45c5fef8dec4e9abc9bcbc377b093696751
|
||||
SHA512 (qtwebchannel-everywhere-src-6.8.1.tar.xz) = 43907776dbdea09821819aa6112e56288848b0975be24333977d9177cbba5203bba5841e269dfc7590f40f87a96cbe4c9416e0aba821ff96798b627f2203a51a
|
||||
|
Loading…
Reference in New Issue
Block a user