11
0
Christophe Marin
2024-10-14 13:16:56 +00:00
committed by Git OBS Bridge
parent 69cc0b1566
commit dd68d08ee4
2 changed files with 2 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ Thu Oct 10 20:20:00 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.8.0. Check the installed changes-6.8.0 file for the
full list of changes
- Disable tests completely on x86
-------------------------------------------------------------------
Sat Sep 28 08:37:04 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@@ -46,7 +46,7 @@ Name: %{mypython}-%{pyside_flavor}
Version: 6.8.0
Release: 0
Summary: Python bindings for Qt 6
License: (GPL-2.0-only AND (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-3.0-only WITH Qt-GPL-exception-1.0) OR LGPL-3.0-only
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) AND GPL-2.0-only AND GPL-3.0-only WITH Qt-GPL-exception-1.0
URL: https://www.qt.io
Source: https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-%{version}-src/%{tar_name}-%{short_version}.tar.xz
# PATCH-FIX-OPENSUSE
@@ -55,7 +55,7 @@ Patch0: 0001-Always-link-to-python-libraries.patch
Patch1: fix-pytest-qt.patch
# PATCH-FIX-UPSTREAM https://bugreports.qt.io/browse/PYSIDE-2888
Patch2: 0001-Lazy-Init-Support-Lazy-Subtypes-amended.patch
# PATCH-FIX-UPSTREAM (not submitted yet)
# PATCH-FIX-UPSTREAM
Patch3: 0001-signature-Fix-pointers-to-signature-bytes-with-the-h.patch
# SECTION common_dependencies
BuildRequires: clang-devel
@@ -229,9 +229,6 @@ cp -r *.egg-info $sitearch
%fdupes -s %{buildroot}%{_libdir}/cmake
%check
# Tests are crashing on x86 with pyside 6.8
%ifnarch %{ix86}
# the pyside tests need to know the path to the 'qmake' executable
export PATH=%{_qt6_bindir}:$PATH
@@ -288,8 +285,6 @@ ctest \
%{?excluded_tests:--exclude-regex "($ctest_exclude_regex)"}
popd
%endif
%ldconfig_scriptlets
%files