Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2021-02-18 20:38:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/efl (Old)
 and      /work/SRC/openSUSE:Factory/.efl.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "efl"

Thu Feb 18 20:38:31 2021 rev:46 rq:872228 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/efl/efl.changes  2020-10-07 14:17:28.993437816 
+0200
+++ /work/SRC/openSUSE:Factory/.efl.new.28504/efl.changes       2021-02-18 
20:47:38.875155766 +0100
@@ -1,0 +2,6 @@
+Mon Oct 19 06:43:54 UTC 2020 - Simon Lees <[email protected]>
+
+- 1.25.1
+  * This time around we do not have bigger changes to cover here. For the full 
list please look at the NEWS file, if you are interested in the details. As 
usual we have been working on fixing bugs, optimising our code for speed and 
memory footprint and adding new features.
+
+-------------------------------------------------------------------
@@ -13 +19 @@
-Wed Aug  5 00:41:17 UTC 2020 - Simon Lees <[email protected]>
+Wed Aug  5 00:41:17 UTC 2020 - Simon Lees <[email protected]>

Old:
----
  efl-1.24.3.tar.xz

New:
----
  efl-1.25.1.tar.xz

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

Other differences:
------------------
++++++ efl.spec ++++++
--- /var/tmp/diff_new_pack.A4fQHU/_old  2021-02-18 20:47:40.303157422 +0100
+++ /var/tmp/diff_new_pack.A4fQHU/_new  2021-02-18 20:47:40.303157422 +0100
@@ -68,14 +68,13 @@
 %{?!icon_theme_cache_create_ghost:%define icon_theme_cache_create_ghost() 
touch %{buildroot}%{_datadir}/icons/%{1}/icon-theme.cache}
 %{?!icon_theme_cache_post:%define icon_theme_cache_post() 
gtk-update-icon-cache %{_datadir}/icons/$1 &> /dev/null || :}
 Name:           efl
-Version:        1.24.3
+Version:        1.25.1
 Release:        0
 # TODO: split package to separate packages and specify licenses correctly
 Summary:        Enlightenment Foundation Libraries - set of libraries used 
(not only) by E17
 License:        BSD-2-Clause AND LGPL-2.1-only AND Zlib
 URL:            https://git.enlightenment.org/core/efl.git
 Source:         
https://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.xz
-# Do not enable NEON on armv6/armv7
 Patch1:         efl-no-neon.patch
 BuildRequires:  ImageMagick
 BuildRequires:  cmake
@@ -712,9 +711,6 @@
 %{_includedir}/ecore-x-1/
 %{_includedir}/eldbus-1/
 %{_includedir}/elementary-1
-%if 0%{?luajit_present}
-%{_includedir}/elua-1/
-%endif
 %{_includedir}/edje-1/
 %{_includedir}/eet-1/
 %{_includedir}/eeze-1/

++++++ efl-1.24.3.tar.xz -> efl-1.25.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/efl/efl-1.24.3.tar.xz 
/work/SRC/openSUSE:Factory/.efl.new.28504/efl-1.25.1.tar.xz differ: char 26, 
line 1

++++++ efl-no-neon.patch ++++++
--- /var/tmp/diff_new_pack.A4fQHU/_old  2021-02-18 20:47:40.343157469 +0100
+++ /var/tmp/diff_new_pack.A4fQHU/_new  2021-02-18 20:47:40.343157469 +0100
@@ -1,14 +1,16 @@
---- efl-1.24.3/meson.build.orig        2020-08-31 16:09:05.846984771 +0000
-+++ efl-1.24.3/meson.build     2020-08-31 16:09:38.386078824 +0000
-@@ -169,12 +169,6 @@ if get_option('native-arch-optimization'
+Index: efl-1.25.1/meson.build
+===================================================================
+--- efl-1.25.1.orig/meson.build
++++ efl-1.25.1/meson.build
+@@ -177,12 +177,6 @@ if get_option('native-arch-optimization'
      config_h.set10('BUILD_SSE3', true)
      native_arch_opt_c_args = [ '-msse3' ]
      message('x86 build - MMX + SSE3 enabled')
 -  elif host_machine.cpu_family() == 'arm'
 -    cpu_neon = true
 -    config_h.set10('BUILD_NEON', true)
--    add_global_arguments('-mfpu=neon', language: 'c')
--    add_global_arguments('-ftree-vectorize', language: 'c')
+-    add_project_arguments('-mfpu=neon', language: 'c')
+-    add_project_arguments('-ftree-vectorize', language: 'c')
 -    message('ARM build - NEON enabled')
    elif host_machine.cpu_family() == 'aarch64'
      cpu_neon = true

Reply via email to