Title: [175344] trunk
Revision
175344
Author
[email protected]
Date
2014-10-29 14:04:28 -0700 (Wed, 29 Oct 2014)

Log Message

[GTK] Bump libsoup's minimum version to 2.42.0.
https://bugs.webkit.org/show_bug.cgi?id=138086

Reviewed by Martin Robinson.

The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
soup-version.h header was added to soup.h in 2.41.4, which then becomes
the minimum version required to build the port these days.

In addition, since the autotools build system required 2.42.0 before
being retired, require the same version here. Version 2.42.0 was also
recommended in
https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (175343 => 175344)


--- trunk/ChangeLog	2014-10-29 21:00:15 UTC (rev 175343)
+++ trunk/ChangeLog	2014-10-29 21:04:28 UTC (rev 175344)
@@ -1,3 +1,21 @@
+2014-10-29  Raphael Kubo da Costa  <[email protected]>
+
+        [GTK] Bump libsoup's minimum version to 2.42.0.
+        https://bugs.webkit.org/show_bug.cgi?id=138086
+
+        Reviewed by Martin Robinson.
+
+        The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
+        soup-version.h header was added to soup.h in 2.41.4, which then becomes
+        the minimum version required to build the port these days.
+
+        In addition, since the autotools build system required 2.42.0 before
+        being retired, require the same version here. Version 2.42.0 was also
+        recommended in
+        https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2014-10-28  Tibor Meszaros  <[email protected]>
 
         [EFL] Remove unnecessary defines from OptionsEfl.cmake

Modified: trunk/Source/cmake/OptionsGTK.cmake (175343 => 175344)


--- trunk/Source/cmake/OptionsGTK.cmake	2014-10-29 21:00:15 UTC (rev 175343)
+++ trunk/Source/cmake/OptionsGTK.cmake	2014-10-29 21:04:28 UTC (rev 175344)
@@ -34,7 +34,7 @@
 find_package(HarfBuzz 0.9.2 REQUIRED)
 find_package(ICU REQUIRED)
 find_package(JPEG REQUIRED)
-find_package(LibSoup 2.40.3 REQUIRED)
+find_package(LibSoup 2.42.0 REQUIRED)
 find_package(LibXml2 2.8.0 REQUIRED)
 find_package(LibXslt 1.1.7 REQUIRED)
 find_package(PNG REQUIRED)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to