Compare commits

...

No commits in common. 'c10-beta' and 'cs10' have entirely different histories.

2
.gitignore vendored

@ -1 +1 @@
SOURCES/qtwebchannel-everywhere-src-6.7.1.tar.xz SOURCES/qtwebchannel-everywhere-src-6.8.1.tar.xz

@ -1 +1 @@
010254a73e2015a9a773ed8ba3b0c635185ae4a6 SOURCES/qtwebchannel-everywhere-src-6.7.1.tar.xz 0de4412858ec9b2cc8c0a27c59e1b92e3a760c78 SOURCES/qtwebchannel-everywhere-src-6.8.1.tar.xz

@ -12,8 +12,8 @@
Summary: Qt6 - WebChannel component Summary: Qt6 - WebChannel component
Name: qt6-%{qt_module} Name: qt6-%{qt_module}
Version: 6.7.1 Version: 6.8.1
Release: 4%{?dist} Release: 2%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://qt.io Url: http://qt.io
@ -111,6 +111,7 @@ popd
%files %files
%license LICENSES/* %license LICENSES/*
%{_qt6_archdatadir}/sbom/%{qt_module}-%{qt_version}.spdx
%{_qt6_libdir}/libQt6WebChannel.so.6* %{_qt6_libdir}/libQt6WebChannel.so.6*
%{_qt6_libdir}/libQt6WebChannelQuick.so.6* %{_qt6_libdir}/libQt6WebChannelQuick.so.6*
%{_qt6_archdatadir}/qml/QtWebChannel/ %{_qt6_archdatadir}/qml/QtWebChannel/
@ -144,6 +145,18 @@ popd
%endif %endif
%changelog %changelog
* Tue Dec 10 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2
- Re-enable tests
Resolves: RHEL-53982
* 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
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-4 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 6.7.1-4
- Bump release for June 2024 mass rebuild - Bump release for June 2024 mass rebuild

Loading…
Cancel
Save