Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2013-04-06 19:53:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clementine (Old)
 and      /work/SRC/openSUSE:Factory/.clementine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clementine", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/clementine/clementine.changes    2013-02-07 
14:15:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes       
2013-04-06 19:53:34.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr  4 09:33:36 UTC 2013 - [email protected]
+
+- Fixed factory build with clementine-nowerror.patch
+
+-------------------------------------------------------------------

New:
----
  clementine-nowerror.patch

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

Other differences:
------------------
++++++ clementine.spec ++++++
--- /var/tmp/diff_new_pack.aP2Bym/_old  2013-04-06 19:53:37.000000000 +0200
+++ /var/tmp/diff_new_pack.aP2Bym/_new  2013-04-06 19:53:37.000000000 +0200
@@ -23,6 +23,9 @@
 License:        GPL-3.0+
 Group:          Productivity/Multimedia/Sound/Players
 Url:            http://code.google.com/p/clementine-player/
+# TODO:This source url seemed to prevent checkout of package but it works with 
wget. Possibly an osc problem
+#      with slow connections, will investigate at a later stage. Osc failed at 
/- 4M = half the file osc then
+#      reported incorect file size and failed. NOTE:I Was unable to access the 
url with lynx. ([email protected])
 Source:         
http://clementine-player.googlecode.com/files/%{name}-%{version}.tar.gz
 # Those 2 source files fixes 2 polish lyrics parser.
 # TODO Please drop them with next version of clementine > 1.1.1
@@ -30,6 +33,9 @@
 Source2:        sites.js
 # PATCH-FIX-OPENSUSE clementine-desktop-fix.patch [email protected] -- remove 
unity related shortcuts
 Patch0:         clementine-desktop-fix.patch
+# Patch to fix factory build which fails on glib's depreciated mark of "void 
g_type_init" in gobject/gtype.h
+# Reported upstream, issue: 
https://code.google.com/p/clementine-player/issues/detail?id=3596
+Patch1:         clementine-nowerror.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -41,6 +47,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  liblastfm-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(QJson)
 # No gnutls means no gloox with license problem (GPL-2.0 only)
 #BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(libimobiledevice-1.0)
@@ -94,6 +101,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 # Remote control support cannot be enabled without the owner of gloox 
(http://camaya.net/gloox)
 # first giving permission for relicensing to GPLv2 or later. See bnc#695820
 rm -rf --verbose 3rdparty/gloox
@@ -113,6 +121,7 @@
       -DENABLE_GOOGLE_DRIVE=ON \
 %endif
       -DENABLE_MOODBAR=ON ..
+#cat %%{_includedir}/glib-2.0/gobject/gtype.h
       make %{?_smp_mflags}
 
 %install

++++++ clementine-nowerror.patch ++++++
Index: src/CMakeLists.txt
===================================================================
--- src/CMakeLists.txt.orig     2012-11-18 10:51:26.000000000 +0200
+++ src/CMakeLists.txt  2013-04-04 11:17:08.244670559 +0200
@@ -2,7 +2,7 @@
 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Woverloaded-virtual -Wall 
-Wno-sign-compare")
 
-option(BUILD_WERROR "Build with -Werror" ON)
+option(BUILD_WERROR "Build with -Werror" OFF)
 
 if(BUILD_WERROR)
   if (LINUX)
@@ -441,7 +441,7 @@ set(HEADERS
   internet/icecastbackend.h
   internet/icecastfilterwidget.h
   internet/icecastmodel.h
-  internet/icecastservice.h 
+  internet/icecastservice.h
   internet/internetmimedata.h
   internet/internetmodel.h
   internet/internetservice.h

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to