Christophe Giboudeaux 2022-04-19 12:13:03 +00:00 committed by Git OBS Bridge
parent b021b4c9a4
commit 28c4eb496a
5 changed files with 35 additions and 9 deletions

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<hardware>
<disk>
<size unit="G">5</size>
<size unit="G">4</size>
</disk>
</hardware>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<memory>
@ -15,4 +15,18 @@
</memory>
</hardware>
</overwrite>
<!-- relax constraints for qt6-3d:docs -->
<overwrite>
<conditions>
<package>qt6-3d:docs</package>
</conditions>
<hardware>
<disk>
<size unit="M">2500</size>
</disk>
<memory>
<size unit="G">2</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff4478d32c0fc0999690b73418b26974b723d5520abf4035b330002d962c1523
size 104021044

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74e762380dad34887878b9124dbfb981d5cf4b8b807281ff8bff311145b54de1
size 104012672

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 8 11:56:50 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.3.0:
* https://www.qt.io/blog/qt-6.3-released
-------------------------------------------------------------------
Tue Mar 29 12:28:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.3.0-rc
- Update build constraints
-------------------------------------------------------------------
Wed Mar 23 07:13:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package qt6-3d
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,8 +16,8 @@
#
%define real_version 6.2.4
%define short_version 6.2
%define real_version 6.3.0
%define short_version 6.3
%define tar_name qt3d-everywhere-src
%define tar_suffix %{nil}
#
@ -27,7 +27,7 @@
%endif
#
Name: qt6-3d%{?pkg_suffix}
Version: 6.2.4
Version: 6.3.0
Release: 0
Summary: Qt 6 3D Library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)