Title: [198934] trunk/Tools
Revision
198934
Author
[email protected]
Date
2016-03-31 18:40:25 -0700 (Thu, 31 Mar 2016)

Log Message

[EFL] Bump EFL version to 1.17.0
https://bugs.webkit.org/show_bug.cgi?id=153008

Reviewed by Michael Catanzaro.

Original author is Csaba Osztrogonác  <[email protected]>

* efl/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (198933 => 198934)


--- trunk/Tools/ChangeLog	2016-04-01 01:12:55 UTC (rev 198933)
+++ trunk/Tools/ChangeLog	2016-04-01 01:40:25 UTC (rev 198934)
@@ -1,3 +1,14 @@
+2016-03-31  Gyuyoung Kim  <[email protected]>
+
+        [EFL] Bump EFL version to 1.17.0
+        https://bugs.webkit.org/show_bug.cgi?id=153008
+
+        Reviewed by Michael Catanzaro.
+
+        Original author is Csaba Osztrogonác  <[email protected]>
+
+        * efl/jhbuild.modules:
+
 2016-03-31  Daniel Bates  <[email protected]>
 
         run-webkit-tests fails to create user's cache directory when System Integrity Protection is enabled

Modified: trunk/Tools/efl/jhbuild.modules (198933 => 198934)


--- trunk/Tools/efl/jhbuild.modules	2016-04-01 01:12:55 UTC (rev 198933)
+++ trunk/Tools/efl/jhbuild.modules	2016-04-01 01:40:25 UTC (rev 198934)
@@ -168,15 +168,15 @@
  </autotools>
 
   <autotools id="efl" autogen-sh="configure"
-             autogenargs="--disable-fribidi --disable-audio --disable-libmount --disable-physics --enable-lua-old --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba">
+             autogenargs="--disable-fribidi --disable-audio --disable-libmount --disable-physics --enable-lua-old --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb">
     <dependencies>
       <dep package="fontconfig"/>
       <dep package="gstreamer"/>
       <dep package="gst-plugins-base"/>
     </dependencies>
-    <branch module="rel/libs/efl/efl-1.16.1.tar.gz" version="1.16.1"
+    <branch module="rel/libs/efl/efl-1.17.0.tar.gz" version="1.17.0"
             repo="download.enlightenment.org"
-            hash="sha256:acdff08f72f62bb838f2412de29d0828f9884c30033a3e873902709c78a06198">
+            hash="sha256:046ff2c5fe769d749278f9d3e5b85e25cb4d1070bd1b8b54ee6831d81739f3c5">
       <patch file="ecore_remove_warnings.patch" strip="1"/>
     </branch>
   </autotools>
@@ -184,9 +184,9 @@
   <autotools id="elementary"
              autogen-sh="configure"
              autogenargs="--disable-emap --disable-eweather --with-elementary-web-backend=none">
-    <branch module="rel/libs/elementary/elementary-1.16.1.tar.gz" version="1.16.1"
+    <branch module="rel/libs/elementary/elementary-1.17.0.tar.gz" version="1.17.0"
             repo="download.enlightenment.org"
-            hash="sha256:0707b14d4330b2305ef28ca4387036013a0047a0471b9f36cbaccc89a19113c6">
+            hash="sha256:0004a3038968073f3e7599294933fab72226162d0436dce35d9ec4d3b0478267">
     </branch>
     <dependencies>
         <dep package="efl"/>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to