Hello community,

here is the log from the commit of package gnome-code-assistance for 
openSUSE:Factory checked in at 2015-02-05 10:59:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-code-assistance (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-code-assistance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-code-assistance"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-code-assistance/gnome-code-assistance.changes  
    2014-12-08 16:56:33.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-code-assistance.new/gnome-code-assistance.changes
 2015-02-05 10:59:43.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb  2 10:19:47 UTC 2015 - [email protected]
+
+- Disable c-backend (llvm) for PPC: llvm-devel BuildRequires is not
+  available on PPC. Doing this via conditional %ifnarch.   
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-code-assistance.spec ++++++
--- /var/tmp/diff_new_pack.EYMJGn/_old  2015-02-05 10:59:44.000000000 +0100
+++ /var/tmp/diff_new_pack.EYMJGn/_new  2015-02-05 10:59:44.000000000 +0100
@@ -32,7 +32,9 @@
 BuildRequires:  python3
 BuildRequires:  python3-gobject
 # C backend
+%ifnarch ppc
 BuildRequires:  llvm-devel
+%endif
 # Ruby backend
 BuildRequires:  ruby >= 2.0
 BuildRequires:  rubygem(ruby-dbus)
@@ -59,7 +61,9 @@
 
 %build
 %configure \
+%ifnarch ppc
   --enable-c       \
+%endif
   --enable-python  \
   --enable-ruby    \
   --enable-css     \

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

Reply via email to