Hello community,

here is the log from the commit of package opal for openSUSE:Factory checked in 
at 2017-08-22 11:04:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opal (Old)
 and      /work/SRC/openSUSE:Factory/.opal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opal"

Tue Aug 22 11:04:32 2017 rev:47 rq:517147 version:3.10.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/opal/opal.changes        2017-06-07 
09:51:03.271727245 +0200
+++ /work/SRC/openSUSE:Factory/.opal.new/opal.changes   2017-08-22 
11:04:39.918316625 +0200
@@ -1,0 +2,5 @@
+Fri Aug 11 13:50:31 UTC 2017 - [email protected]
+
+- Don't build capi4linux support on SLE15 (FATE#323348).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ opal.spec ++++++
--- /var/tmp/diff_new_pack.1FLoFb/_old  2017-08-22 11:04:41.938032157 +0200
+++ /var/tmp/diff_new_pack.1FLoFb/_new  2017-08-22 11:04:41.950030468 +0200
@@ -18,9 +18,16 @@
 
 %bcond_with ffmpeg
 %bcond_with x264
+%if 0%{?is_opensuse}
+%bcond_without capi4linux
+%else
+%bcond_with capi4linux
+%endif
 
 Name:           opal
+%if %{with capi4linux}
 BuildRequires:  capi4linux-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  ilbc
 BuildRequires:  libcelt-devel
@@ -116,8 +123,10 @@
 export CXXFLAGS="%optflags -fvisibility-inlines-hidden -std=gnu++98"
 %configure --disable-static \
        --enable-sbc \
-       --enable-ixj \
-       --enable-capi
+%if %{with capi4linux}
+       --enable-capi \
+%endif
+       --enable-ixj
 
 make %{?_smp_mflags} VERBOSE=1
 


Reply via email to