Hello community,

here is the log from the commit of package MotionBox for openSUSE:Factory 
checked in at 2019-12-07 15:10:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MotionBox (Old)
 and      /work/SRC/openSUSE:Factory/.MotionBox.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MotionBox"

Sat Dec  7 15:10:57 2019 rev:5 rq:754874 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/MotionBox/MotionBox.changes      2019-11-06 
13:49:22.447718564 +0100
+++ /work/SRC/openSUSE:Factory/.MotionBox.new.4691/MotionBox.changes    
2019-12-07 15:11:06.415832220 +0100
@@ -1,0 +2,5 @@
+Sat Dec  7 09:06:06 UTC 2019 - Luigi Baldoni <aloi...@gmx.com>
+
+- Add Sky-1.5.0-libtorrent_1_2.patch
+
+-------------------------------------------------------------------

New:
----
  Sky-1.5.0-libtorrent_1_2.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ MotionBox.spec ++++++
--- /var/tmp/diff_new_pack.32ig8K/_old  2019-12-07 15:11:06.971832141 +0100
+++ /var/tmp/diff_new_pack.32ig8K/_new  2019-12-07 15:11:06.971832141 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MotionBox
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
 Patch2:         Sky-1.5.0-soname.patch
 # PATCH-FEATURE-OPENSUSE Sky-1.5.0-use_system_glext.patch
 Patch3:         Sky-1.5.0-use_system_glext.patch
+# PATCH-FIX-UPSTREAM Sky-1.5.0-libtorrent_1_2.patch aloi...@gmx.com -- do not 
use -std=c++-11 when building sktorrent module
+Patch4:         Sky-1.5.0-libtorrent_1_2.patch
 BuildRequires:  libQt5Core-private-headers-devel
 BuildRequires:  libboost_chrono-devel
 BuildRequires:  libboost_random-devel
@@ -63,6 +65,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 mv Sky-%{version} Sky
 
 %build

++++++ Sky-1.5.0-libtorrent_1_2.patch ++++++
Index: MotionBox-1.5.0/Sky-1.5.0/src/SkTorrent/SkTorrent.pro
===================================================================
--- MotionBox-1.5.0.orig/Sky-1.5.0/src/SkTorrent/SkTorrent.pro
+++ MotionBox-1.5.0/Sky-1.5.0/src/SkTorrent/SkTorrent.pro
@@ -33,8 +33,6 @@ contains(QT_MAJOR_VERSION, 4) {
     DEFINES += QT_LATEST
 }
 
-QMAKE_CXXFLAGS += -std=c++11
-
 unix:QMAKE_LFLAGS += "-Wl,-rpath,'\$$ORIGIN'"
 
 include(src/controllers/controllers.pri)

Reply via email to