Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2014-11-06 16:50:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-10-16 
18:16:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes       
2014-11-06 16:51:32.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov  2 18:12:19 UTC 2014 - 
[email protected]
+
+- check for 1230 in spec-file and do not use cmake-rpm-macro for 12.3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clementine.spec ++++++
--- /var/tmp/diff_new_pack.uMB2fd/_old  2014-11-06 16:51:33.000000000 +0100
+++ /var/tmp/diff_new_pack.uMB2fd/_new  2014-11-06 16:51:33.000000000 +0100
@@ -99,6 +99,23 @@
 %endif
 
 %build
+
+%if 0%{?suse_version} == 1230
+cmake \
+    -DBUILD_WERROR=OFF \
+    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+    -DUSE_SYSTEM_PROJECTM=ON \
+    -DBUNDLE_PROJECTM_PRESETS=OFF \
+    -DUSE_SYSTEM_QXT=ON \
+    -DUSE_BUILTIN_TAGLIB=OFF \
+    -DENABLE_GOOGLE_DRIVE=ON \
+    -DENABLE_MOODBAR=ON \
+    -DENABLE_DBUS=ON
+make %{?_smp_mflags}
+%install
+%make_install
+
+%else
 %cmake \
       -DBUILD_WERROR=OFF \
       -DUSE_SYSTEM_PROJECTM=ON \
@@ -114,6 +131,8 @@
 
 %install
 %cmake_install
+%endif
+
 %suse_update_desktop_file clementine Qt KDE AudioVideo Audio Player
 
 # Generate man page with help2man

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

Reply via email to