5.15.8
This commit is contained in:
parent
3560d3f0d8
commit
601d4914f2
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,3 +14,5 @@
|
|||||||
/kde-5.15-rollup-20220920.patch.gz
|
/kde-5.15-rollup-20220920.patch.gz
|
||||||
/qtbase-everywhere-opensource-src-5.15.7.tar.xz
|
/qtbase-everywhere-opensource-src-5.15.7.tar.xz
|
||||||
/kde-5.15-rollup-20221031.patch.gz
|
/kde-5.15-rollup-20221031.patch.gz
|
||||||
|
/qtbase-everywhere-opensource-src-5.15.8.tar.xz
|
||||||
|
/kde-5.15-rollup-20230105.patch.gz
|
||||||
|
@ -60,8 +60,8 @@ BuildRequires: pkgconfig(libsystemd)
|
|||||||
|
|
||||||
Name: qt5-qtbase
|
Name: qt5-qtbase
|
||||||
Summary: Qt5 - QtBase components
|
Summary: Qt5 - QtBase components
|
||||||
Version: 5.15.7
|
Version: 5.15.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, for exception details
|
# See LGPL_EXCEPTIONS.txt, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
@ -141,11 +141,13 @@ Patch90: %{name}-gcc11.patch
|
|||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
# https://invent.kde.org/qt/qt/qtbase, kde/5.15 branch
|
# https://invent.kde.org/qt/qt/qtbase, kde/5.15 branch
|
||||||
# git diff v5.15.7-lts-lgpl..HEAD | gzip > kde-5.15-rollup-$(date +%Y%m%d).patch.gz
|
# git diff v5.15.8-lts-lgpl..HEAD | gzip > kde-5.15-rollup-$(date +%Y%m%d).patch.gz
|
||||||
# patch100 in lookaside cache due to large'ish size -- rdieter
|
# patch100 in lookaside cache due to large'ish size -- rdieter
|
||||||
Patch100: kde-5.15-rollup-20221031.patch.gz
|
Patch100: kde-5.15-rollup-20230105.patch.gz
|
||||||
# HACK to make 'fedpkg sources' consider it 'used"
|
# HACK to make 'fedpkg sources' consider it 'used"
|
||||||
Source100: kde-5.15-rollup-20221031.patch.gz
|
Source100: kde-5.15-rollup-20230105.patch.gz
|
||||||
|
|
||||||
|
Patch101: qtbase-5.15.8-fix-missing-qtsan-include.patch
|
||||||
|
|
||||||
# Do not check any files in %%{_qt5_plugindir}/platformthemes/ for requires.
|
# Do not check any files in %%{_qt5_plugindir}/platformthemes/ for requires.
|
||||||
# Those themes are there for platform integration. If the required libraries are
|
# Those themes are there for platform integration. If the required libraries are
|
||||||
@ -423,6 +425,7 @@ Qt5 libraries used for drawing widgets and OpenGL items.
|
|||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
|
%patch101 -p1
|
||||||
|
|
||||||
# move some bundled libs to ensure they're not accidentally used
|
# move some bundled libs to ensure they're not accidentally used
|
||||||
pushd src/3rdparty
|
pushd src/3rdparty
|
||||||
@ -584,7 +587,7 @@ translationdir=%{_qt5_translationdir}
|
|||||||
|
|
||||||
Name: Qt5
|
Name: Qt5
|
||||||
Description: Qt5 Configuration
|
Description: Qt5 Configuration
|
||||||
Version: 5.15.7
|
Version: 5.15.8
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# rpm macros
|
# rpm macros
|
||||||
@ -1100,6 +1103,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 05 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.8-1
|
||||||
|
- 5.15.8
|
||||||
|
|
||||||
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 5.15.7-2
|
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 5.15.7-2
|
||||||
- Rebuild for ICU 72
|
- Rebuild for ICU 72
|
||||||
|
|
||||||
|
13
qtbase-5.15.8-fix-missing-qtsan-include.patch
Normal file
13
qtbase-5.15.8-fix-missing-qtsan-include.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
From 1876069485bb9b6f1b7dab205460d77894ac0391 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jan Grulich <jgrulich@redhat.com>
|
||||||
|
Date: Thu, 5 Jan 2023 08:42:57 +0100
|
||||||
|
Subject: Fix missing qtsan_impl include
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/include/QtCore/qtsan_impl.h b/include/QtCore/qtsan_impl.h
|
||||||
|
new file mode 100644
|
||||||
|
index 00000000..e9209cbc
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/include/QtCore/qtsan_impl.h
|
||||||
|
@@ -0,0 +1 @@
|
||||||
|
+#include "../../src/corelib/thread/qtsan_impl.h"
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (qtbase-everywhere-opensource-src-5.15.7.tar.xz) = 316de71fba1d5dd91354155dcd0f77e1ce2a798f8296a8699a795ea5e86ad10b6e233299775a92e23328290f3e041240585947e89ee7bd39eb464c5f0ffec343
|
SHA512 (qtbase-everywhere-opensource-src-5.15.8.tar.xz) = 29e8877bafdbc908072209f1b27a5040b022e2b71f17f4ab4cecd570adeae21597f9af7f1d38758760f3cb30376eeb15c5f066bf02c6e9a9e3a4d07f967046ce
|
||||||
SHA512 (kde-5.15-rollup-20221031.patch.gz) = 6384a64a91bcdfc1818816425606e1f93dca5d870dfd492cfa24af92e358237faaf40a889d7c6d7331f3544414b7ef570d282732a2c5233de881f3fdb26173d3
|
SHA512 (kde-5.15-rollup-20230105.patch.gz) = 837987cbb0e31179170c938fb0fb0e431e41273be53b737fa183aeb114eca2c8c36cba5ce65c51c145e7f43c2fd8789a3a8156d61b7127dc08929802fbb848c8
|
||||||
|
Loading…
Reference in New Issue
Block a user