Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2012-05-21 07:23:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2012-05-07 
22:46:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes       
2012-05-21 07:23:57.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May  3 11:23:59 UTC 2012 - davejpla...@gmail.com
+
+- Added libprotobuf-lite6 to 12.1 build to fix builds for Tumbleweed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clementine.spec ++++++
--- /var/tmp/diff_new_pack.oIuoXA/_old  2012-05-21 07:23:59.000000000 +0200
+++ /var/tmp/diff_new_pack.oIuoXA/_new  2012-05-21 07:23:59.000000000 +0200
@@ -47,7 +47,9 @@
 BuildRequires:  pkgconfig(libimobiledevice-1.0)
 BuildRequires:  pkgconfig(libplist)
 BuildRequires:  pkgconfig(libusbmuxd)
-#BuildRequires:  pkgconfig(uuid)protobuf-devel
+%if 0%{?suse_version} <= 1210
+BuildRequires:  libprotobuf-lite6
+%endif
 %endif
 # Enabled protobuf, now required in git version.
 BuildRequires:  protobuf-devel
@@ -103,14 +105,14 @@
 export CFLAGS="$CXXFLAGS"
 # 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
-mkdir build && cd build
+mkdir build && cd build && \
 cmake -DCMAKE_VERBOSE_MAKEFILE=ON \
       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-      -DENABLE_BREAKPAD=ON \
       -DENABLE_PLASMARUNNER=ON \
       -DENABLE_BREAKPAD=OFF \
       -DWITH_FFTW3:BOOL=ON ..
-make %{?_smp_mflags}
+
+      make %{?_smp_mflags}
 
 %install
 cd build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to