From 58d109cb2ed0b42611e1bd37a2cdb710c9c2968b0fa81cbf0f9e70411da103a9 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 4 Feb 2021 16:13:03 +0000 Subject: [PATCH] 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 --- _service | 4 ++-- qt3d-6.0.0.tar.xz | 3 --- qt3d-6.0.1.tar.xz | 3 +++ qt6-3d-rpmlintrc | 2 ++ qt6-3d.changes | 6 ++++++ qt6-3d.spec | 5 +++-- 6 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 qt3d-6.0.0.tar.xz create mode 100644 qt3d-6.0.1.tar.xz create mode 100644 qt6-3d-rpmlintrc diff --git a/_service b/_service index c6138f3..cbb4daf 100644 --- a/_service +++ b/_service @@ -1,9 +1,9 @@ disable - 6.0.0 + 6.0.1 git://code.qt.io/qt/qt3d.git - v6.0.0 + v6.0.1 git qt3d diff --git a/qt3d-6.0.0.tar.xz b/qt3d-6.0.0.tar.xz deleted file mode 100644 index 1b0141f..0000000 --- a/qt3d-6.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5b814d1e1d6a3bb54c2486588638150ce6358aa29891364d26cac3c5caeda4a -size 80704148 diff --git a/qt3d-6.0.1.tar.xz b/qt3d-6.0.1.tar.xz new file mode 100644 index 0000000..e2bb8b0 --- /dev/null +++ b/qt3d-6.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a574cc590ca2bccca13026d13592c75c3889aa2460286fab3ab1ad56d2b42f5b +size 80705772 diff --git a/qt6-3d-rpmlintrc b/qt6-3d-rpmlintrc new file mode 100644 index 0000000..65d7455 --- /dev/null +++ b/qt6-3d-rpmlintrc @@ -0,0 +1,2 @@ +# library and development package names don't match +addFilter("no-dependency-on .*") diff --git a/qt6-3d.changes b/qt6-3d.changes index 5dade03..17bae9c 100644 --- a/qt6-3d.changes +++ b/qt6-3d.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 3 17:11:46 UTC 2021 - Christophe Giboudeaux + +- 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 diff --git a/qt6-3d.spec b/qt6-3d.spec index f71fe30..17100a8 100644 --- a/qt6-3d.spec +++ b/qt6-3d.spec @@ -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