Accepting request 882158 from graphics
OBS-URL: https://build.opensuse.org/request/show/882158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tupitube?expand=0&rev=6
This commit is contained in:
commit
ac42658bf1
@ -8,10 +8,10 @@ Subject: [PATCH] Fix build with Qt 5.15
|
|||||||
src/framework/gui/tslider.cpp | 1 +
|
src/framework/gui/tslider.cpp | 1 +
|
||||||
2 files changed, 3 insertions(+)
|
2 files changed, 3 insertions(+)
|
||||||
|
|
||||||
diff --git a/src/components/exposure/tupexposuretable.cpp b/src/components/exposure/tupexposuretable.cpp
|
Index: tupitube.desk/src/components/exposure/tupexposuretable.cpp
|
||||||
index 53df3bb..da4cfe9 100644
|
===================================================================
|
||||||
--- a/src/components/exposure/tupexposuretable.cpp
|
--- tupitube.desk.orig/src/components/exposure/tupexposuretable.cpp
|
||||||
+++ b/src/components/exposure/tupexposuretable.cpp
|
+++ tupitube.desk/src/components/exposure/tupexposuretable.cpp
|
||||||
@@ -36,6 +36,8 @@
|
@@ -36,6 +36,8 @@
|
||||||
#include "tupexposuretable.h"
|
#include "tupexposuretable.h"
|
||||||
#include "tconfig.h"
|
#include "tconfig.h"
|
||||||
@ -21,18 +21,15 @@ index 53df3bb..da4cfe9 100644
|
|||||||
class TUPITUBE_EXPORT TupExposureVerticalHeader : public QHeaderView
|
class TUPITUBE_EXPORT TupExposureVerticalHeader : public QHeaderView
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
diff --git a/src/framework/gui/tslider.cpp b/src/framework/gui/tslider.cpp
|
Index: tupitube.desk/src/framework/gui/tslider.cpp
|
||||||
index 206055e..de3d13b 100644
|
===================================================================
|
||||||
--- a/src/framework/gui/tslider.cpp
|
--- tupitube.desk.orig/src/framework/gui/tslider.cpp
|
||||||
+++ b/src/framework/gui/tslider.cpp
|
+++ tupitube.desk/src/framework/gui/tslider.cpp
|
||||||
@@ -38,6 +38,7 @@
|
@@ -38,6 +38,7 @@
|
||||||
#include "tapplicationproperties.h"
|
#include "tapplicationproperties.h"
|
||||||
|
|
||||||
#include <QDesktopWidget>
|
#include <QDesktopWidget>
|
||||||
+#include <QPainterPath>
|
+#include <QPainterPath>
|
||||||
|
|
||||||
#ifdef TUP_DEBUG
|
TSlider::TSlider(Qt::Orientation orientation, TSlider::Mode mode, const QColor &start, const QColor &end, QWidget *parent) : QGraphicsView(parent)
|
||||||
#include <QDebug>
|
{
|
||||||
--
|
|
||||||
2.26.2
|
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 30 09:43:54 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 0.2.17 (no changelog supplied)
|
||||||
|
- Refreshed 0001-Fix-build-with-Qt-5.15.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 8 06:42:17 UTC 2020 - Carsten Ziepke <kieltux@gmail.com>
|
Sun Nov 8 06:42:17 UTC 2020 - Carsten Ziepke <kieltux@gmail.com>
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:daedd818c7782ab88116d9a0f1401c6bcf874453d93381acefdd4a746625bc2e
|
|
||||||
size 8874838
|
|
3
tupitube.desk-0.2.17.tar.gz
Normal file
3
tupitube.desk-0.2.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e266490757a38a02dfa37405e4704993238f8af3060163e17830a85b22d9ba15
|
||||||
|
size 8892528
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tupitube
|
# spec file for package tupitube
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2016 Packman Team <packman@links2linux.de>
|
# Copyright (c) 2016 Packman Team <packman@links2linux.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -22,7 +22,7 @@
|
|||||||
%define _tupilib %{_libdir}/%{name}
|
%define _tupilib %{_libdir}/%{name}
|
||||||
%define _tupidata %{_datadir}/%{name}
|
%define _tupidata %{_datadir}/%{name}
|
||||||
Name: tupitube
|
Name: tupitube
|
||||||
Version: 0.2.16
|
Version: 0.2.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 2D vectorial/animation tool
|
Summary: 2D vectorial/animation tool
|
||||||
License: GPL-2.0-or-later AND GPL-3.0-or-later
|
License: GPL-2.0-or-later AND GPL-3.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user