Title: [126439] trunk
Revision
126439
Author
[email protected]
Date
2012-08-23 09:26:04 -0700 (Thu, 23 Aug 2012)

Log Message

[GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
https://bugs.webkit.org/show_bug.cgi?id=94572

Patch by Martin Robinson <[email protected]> on 2012-08-23
Reviewed by Carlos Garcia Campos.

Change the name of the tarball to match the name of the library
and to disambiguate it from other WebKit ports.

* configure.ac: Update the tarball name.

Modified Paths

Diff

Modified: trunk/ChangeLog (126438 => 126439)


--- trunk/ChangeLog	2012-08-23 16:24:15 UTC (rev 126438)
+++ trunk/ChangeLog	2012-08-23 16:26:04 UTC (rev 126439)
@@ -1,3 +1,15 @@
+2012-08-23  Martin Robinson  <[email protected]>
+
+        [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
+        https://bugs.webkit.org/show_bug.cgi?id=94572
+
+        Reviewed by Carlos Garcia Campos.
+
+        Change the name of the tarball to match the name of the library
+        and to disambiguate it from other WebKit ports.
+
+        * configure.ac: Update the tarball name.
+
 2012-08-23  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Bump WebKitGTK+ version number.

Modified: trunk/configure.ac (126438 => 126439)


--- trunk/configure.ac	2012-08-23 16:24:15 UTC (rev 126438)
+++ trunk/configure.ac	2012-08-23 16:26:04 UTC (rev 126439)
@@ -11,7 +11,7 @@
 m4_define([webkit_user_agent_major_version], [537])
 m4_define([webkit_user_agent_minor_version], [4])
 
-AC_INIT([WebKit],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
+AC_INIT([WebKitGTK],[webkit_major_version.webkit_minor_version.webkit_micro_version],[http://bugs.webkit.org/])
 
 AC_CONFIG_MACRO_DIR([Source/autotools])
 AC_CONFIG_AUX_DIR([Source/autotools])
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to