Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2013-11-24 13:34:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkitgtk (Old)
 and      /work/SRC/openSUSE:Factory/.webkitgtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkitgtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes      2013-10-17 
17:49:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2013-11-24 
13:34:19.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Nov 15 10:24:02 UTC 2013 - [email protected]
+
+- Update to version 2.2.2 (bnc#849913):
+  + Fix a crash when printing via JavaScript in WebKit2.
+  + Enable text edition undo/redo operations support in WebKit2.
+  + Fix the build on non-linux platforms.
+- Rebase webkitgtk-aarch64.patch.
+
+-------------------------------------------------------------------
webkitgtk3.changes: same change

Old:
----
  webkitgtk-2.2.1.tar.xz

New:
----
  webkitgtk-2.2.2.tar.xz

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

Other differences:
------------------
++++++ webkitgtk.spec ++++++
--- /var/tmp/diff_new_pack.6LCLRy/_old  2013-11-24 13:34:20.000000000 +0100
+++ /var/tmp/diff_new_pack.6LCLRy/_new  2013-11-24 13:34:20.000000000 +0100
@@ -47,7 +47,7 @@
 Summary:        Library for rendering web content, GTK+ Port
 License:        LGPL-2.0+ and BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        2.2.1
+Version:        2.2.2
 Release:        0
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions

webkitgtk3.spec: same change
++++++ webkitgtk-2.2.1.tar.xz -> webkitgtk-2.2.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkitgtk/webkitgtk-2.2.1.tar.xz 
/work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk-2.2.2.tar.xz differ: char 
27, line 1

++++++ webkitgtk-aarch64.patch ++++++
--- /var/tmp/diff_new_pack.6LCLRy/_old  2013-11-24 13:34:20.000000000 +0100
+++ /var/tmp/diff_new_pack.6LCLRy/_new  2013-11-24 13:34:20.000000000 +0100
@@ -10,11 +10,11 @@
  Source/WTF/wtf/dtoa/utils.h |  2 +-
  2 files changed, 12 insertions(+), 3 deletions(-)
 
-Index: webkitgtk-2.1.1/Source/WTF/wtf/Platform.h
+Index: webkitgtk-2.2.2/Source/WTF/wtf/Platform.h
 ===================================================================
---- webkitgtk-2.1.1.orig/Source/WTF/wtf/Platform.h
-+++ webkitgtk-2.1.1/Source/WTF/wtf/Platform.h
-@@ -325,6 +325,14 @@
+--- webkitgtk-2.2.2.orig/Source/WTF/wtf/Platform.h
++++ webkitgtk-2.2.2/Source/WTF/wtf/Platform.h
+@@ -327,6 +327,14 @@
  #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
  #endif
  
@@ -29,7 +29,7 @@
  /* ==== OS() - underlying operating system; only to be used for mandated 
low-level services like 
     virtual memory, not to choose a GUI toolkit ==== */
  
-@@ -682,7 +690,8 @@
+@@ -689,7 +697,8 @@
      || CPU(ALPHA) \
      || CPU(SPARC64) \
      || CPU(S390X) \
@@ -39,7 +39,7 @@
  #define WTF_USE_JSVALUE64 1
  #else
  #define WTF_USE_JSVALUE32_64 1
-@@ -823,7 +832,7 @@
+@@ -855,7 +864,7 @@
  #define ENABLE_REGEXP_TRACING 0
  
  /* Yet Another Regex Runtime - turned on by default for JIT enabled ports. */
@@ -48,16 +48,16 @@
  #define ENABLE_YARR_JIT 1
  
  /* Setting this flag compares JIT results with interpreter results. */
-Index: webkitgtk-2.1.1/Source/WTF/wtf/dtoa/utils.h
+Index: webkitgtk-2.2.2/Source/WTF/wtf/dtoa/utils.h
 ===================================================================
---- webkitgtk-2.1.1.orig/Source/WTF/wtf/dtoa/utils.h
-+++ webkitgtk-2.1.1/Source/WTF/wtf/dtoa/utils.h
+--- webkitgtk-2.2.2.orig/Source/WTF/wtf/dtoa/utils.h
++++ webkitgtk-2.2.2/Source/WTF/wtf/dtoa/utils.h
 @@ -49,7 +49,7 @@
  defined(__ARMEL__) || \
  defined(_MIPS_ARCH_MIPS32R2)
  #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
--#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || 
CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA)
-+#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || 
CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(AARCH64)
+-#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || 
CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(HPPA)
++#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || 
CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(HPPA) 
|| CPU(AARCH64)
  #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
  #elif defined(_M_IX86) || defined(__i386__)
  #if defined(_WIN32)

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

Reply via email to