Hello community,

here is the log from the commit of package evas for openSUSE:13.1 checked in at 
2013-09-27 19:47:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/evas (Old)
 and      /work/SRC/openSUSE:13.1/.evas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evas"

Changes:
--------
--- /work/SRC/openSUSE:13.1/evas/evas.changes   2013-09-23 10:50:38.000000000 
+0200
+++ /work/SRC/openSUSE:13.1/.evas.new/evas.changes      2013-09-27 
19:47:52.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Sep 27 12:00:02 UTC 2013 - [email protected]
+
+- Disable wayland as it has conflicts in 586 builds for 13.1
+  Wayland will probably return in the 1.8 series
+
+-------------------------------------------------------------------
+Thu Sep 26 11:09:33 UTC 2013 - [email protected]
+
+- Swith from openGL to openGL ES for %arm
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ evas.spec ++++++
--- /var/tmp/diff_new_pack.7fX1S8/_old  2013-09-27 19:47:52.000000000 +0200
+++ /var/tmp/diff_new_pack.7fX1S8/_new  2013-09-27 19:47:52.000000000 +0200
@@ -117,7 +117,18 @@
 # old gcc without intristic
        %configure --disable-static --disable-cpu-sse3  
--enable-image-loader-generic --enable-software-16-x11
 %else
-       %configure --disable-static --enable-image-loader-generic 
--enable-image-loader-svg --enable-software-16-x11
+       %configure --disable-static \
+    --enable-image-loader-generic \
+    --enable-image-loader-svg \
+    --with-opengl=full \
+%ifarch %arm
+    --enable-gl-flavor-gles \
+    --enable-gles-variety-sgx \
+    --enable-gl-xlib \
+%endif
+    --enable-software-16-x11 \
+    --disable-wayland-shm \
+    --disable-wayland-egl
 %endif
 make %{?_smp_mflags}
 make doc

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

Reply via email to