Accepting request 1079168 from KDE:Qt5

- Build with LLVM 15 on Tumbleweed
- Add a _constraints file to avoid disk and memory issues

OBS-URL: https://build.opensuse.org/request/show/1079168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python3-pyside2?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2023-04-14 11:13:09 +00:00 committed by Git OBS Bridge
commit 0a5597d56a
3 changed files with 23 additions and 0 deletions

10
_constraints Normal file
View File

@ -0,0 +1,10 @@
<constraints>
<hardware>
<disk>
<size unit="G">4</size>
</disk>
<memory>
<size unit="G">7</size>
</memory>
</hardware>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 13 10:01:16 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Build with LLVM 15 on Tumbleweed
- Add a _constraints file to avoid disk and memory issues
-------------------------------------------------------------------
Wed Jan 11 11:18:52 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -48,7 +48,14 @@ Provides: python3-PySide2 = %{version}-%{release}
Provides: python3-shiboken2 = %{version}-%{release}
Provides: python3-shiboken2_generator = %{version}-%{release}
# SECTION common_dependencies
%if 0%{?suse_version} > 1500
# boo#1210176 - PYSIDE-2268
BuildRequires: clang15-devel
BuildRequires: llvm15-libclang13
#!BuildIgnore: clang16
%else
BuildRequires: clang-devel >= 3.9
%endif
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++