Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2016-07-14 09:49:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clementine (Old)
 and      /work/SRC/openSUSE:Factory/.clementine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clementine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clementine/clementine.changes    2016-06-29 
15:10:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes       
2016-07-14 09:49:23.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 11 13:31:02 UTC 2016 - [email protected]
+
+- Fix factory build for x86_64 with clementine-moodbar-fpic.patch
+
+-------------------------------------------------------------------

New:
----
  clementine-moodbar-fpic.patch

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

Other differences:
------------------
++++++ clementine.spec ++++++
--- /var/tmp/diff_new_pack.vGSx4R/_old  2016-07-14 09:49:24.000000000 +0200
+++ /var/tmp/diff_new_pack.vGSx4R/_new  2016-07-14 09:49:24.000000000 +0200
@@ -30,6 +30,8 @@
 Patch1:         udisks2-support-for-devicemanager.patch
 # PATCH-FIX-UPSTREAM clementine-1.3.1-fix-library-clicks.patch -- Fix a 
misbehaviour while clicking on tree items, from commit b85d09c.
 Patch2:         clementine-1.3.1-fix-library-clicks.patch
+# Patch fix factory build, add -fPIC to moodbar build
+Patch3:         clementine-moodbar-fpic.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -96,6 +98,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3
 # NOTE: Build using system versions of libraries.
 rm -rvf 3rdparty/taglib
 #rm -rvf 3rdparty/libmygpo-qt
@@ -113,7 +116,7 @@
   -DENABLE_MOODBAR=ON           \
   -DENABLE_DBUS=ON
 make %{?_smp_mflags}
-
+#-fPIC
 %install
 %cmake_install
 

++++++ clementine-moodbar-fpic.patch ++++++
Index: gst/moodbar/CMakeLists.txt
===================================================================
--- gst/moodbar/CMakeLists.txt.orig
+++ gst/moodbar/CMakeLists.txt
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.6)
 
-set(CMAKE_C_FLAGS "-Wall")
-set(CMAKE_CXX_FLAGS "-Woverloaded-virtual -Wall --std=c++0x")
+set(CMAKE_C_FLAGS "-Wall -fPIC")
+set(CMAKE_CXX_FLAGS "-Woverloaded-virtual -Wall -fPIC --std=c++0x")
 
 include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
 

Reply via email to