Accepting request 869123 from home:cgiboudeaux:Qt6:release

Qt 6.0.1

OBS-URL: https://build.opensuse.org/request/show/869123
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-3d?expand=0&rev=8
This commit is contained in:
Christophe Giboudeaux 2021-02-04 16:13:03 +00:00 committed by Git OBS Bridge
parent 991771826f
commit 58d109cb2e
6 changed files with 16 additions and 7 deletions

View File

@ -1,9 +1,9 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="changesgenerate">disable</param>
<param name="version">6.0.0</param>
<param name="version">6.0.1</param>
<param name="url">git://code.qt.io/qt/qt3d.git</param>
<param name="revision">v6.0.0</param>
<param name="revision">v6.0.1</param>
<param name="scm">git</param>
<param name="filename">qt3d</param>
<!-- do not fetch assimp -->

View File

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

3
qt3d-6.0.1.tar.xz Normal file
View File

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

2
qt6-3d-rpmlintrc Normal file
View File

@ -0,0 +1,2 @@
# library and development package names don't match
addFilter("no-dependency-on .*")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 3 17:11:46 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.1
https://www.qt.io/blog/qt-6.0.1-released
-------------------------------------------------------------------
Wed Dec 16 12:25:55 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,7 +16,7 @@
#
%define real_version 6.0.0
%define real_version 6.0.1
%define short_version 6.0
%define tar_name qt3d
%define tar_suffix %{nil}
@ -27,12 +27,13 @@
%endif
#
Name: qt6-3d%{?pkg_suffix}
Version: 6.0.0
Version: 6.0.1
Release: 0
Summary: Qt 6 3D Library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
URL: https://www.qt.io
Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz
Source99: qt6-3d-rpmlintrc
BuildRequires: pkgconfig
BuildRequires: qt6-core-private-devel
BuildRequires: qt6-gui-private-devel