Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2016-04-15 19:04:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2016-03-26 
15:10:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2016-04-15 
19:04:39.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Apr 12 13:56:04 UTC 2016 - [email protected]
+
+- Update to version 2.4.11:
+  + Fix a crash when changing elment attributes with DOM bindings.
+  + Fix the build on ARM64.
+  + Updated translations.
+- Rebase webkitgtk-aarch64.patch.
+
+-------------------------------------------------------------------
webkitgtk3.changes: same change

Old:
----
  webkitgtk-2.4.10.tar.xz

New:
----
  webkitgtk-2.4.11.tar.xz

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

Other differences:
------------------
++++++ webkitgtk.spec ++++++
--- /var/tmp/diff_new_pack.fUWrze/_old  2016-04-15 19:04:41.000000000 +0200
+++ /var/tmp/diff_new_pack.fUWrze/_new  2016-04-15 19:04:41.000000000 +0200
@@ -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.4.10
+Version:        2.4.11
 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.4.10.tar.xz -> webkitgtk-2.4.11.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkitgtk/webkitgtk-2.4.10.tar.xz 
/work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk-2.4.11.tar.xz differ: char 
26, line 1

++++++ webkitgtk-aarch64.patch ++++++
--- /var/tmp/diff_new_pack.fUWrze/_old  2016-04-15 19:04:41.000000000 +0200
+++ /var/tmp/diff_new_pack.fUWrze/_new  2016-04-15 19:04:41.000000000 +0200
@@ -134,112 +134,3 @@
          : "r"(expected), "r"(newValue)
          : "memory");
      return !result;
-Index: 
webkitgtk-2.4.10/Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp
-===================================================================
---- 
webkitgtk-2.4.10.orig/Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp
-+++ 
webkitgtk-2.4.10/Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp
-@@ -1040,61 +1040,61 @@ TransformationMatrix& TransformationMatr
-     const double* rightMatrix = &(mat.m_matrix[0][0]);
-     asm volatile (
-         // First, load the leftMatrix completely in memory. The leftMatrix is 
in v16-v23.
--        "mov      x4, %[leftMatrix]\n\t"
--        "ld1.2d   {v16, v17, v18, v19}, [%[leftMatrix]], #64\n\t"
--        "ld1.2d   {v20, v21, v22, v23}, [%[leftMatrix]]\n\t"
-+        "mov   x4, %[leftMatrix]\n\t"
-+        "ld1   {v16.2d, v17.2d, v18.2d, v19.2d}, [%[leftMatrix]], #64\n\t"
-+        "ld1   {v20.2d, v21.2d, v22.2d, v23.2d}, [%[leftMatrix]]\n\t"
- 
-         // First row.
--        "ld4r.2d  {v24, v25, v26, v27}, [%[rightMatrix]], #32\n\t"
--        "fmul.2d  v28, v24, v16\n\t"
--        "fmul.2d  v29, v24, v17\n\t"
--        "fmla.2d  v28, v25, v18\n\t"
--        "fmla.2d  v29, v25, v19\n\t"
--        "fmla.2d  v28, v26, v20\n\t"
--        "fmla.2d  v29, v26, v21\n\t"
--        "fmla.2d  v28, v27, v22\n\t"
--        "fmla.2d  v29, v27, v23\n\t"
-+        "ld4r  {v24.2d, v25.2d, v26.2d, v27.2d}, [%[rightMatrix]], #32\n\t"
-+        "fmul  v28.2d, v24.2d, v16.2d\n\t"
-+        "fmul  v29.2d, v24.2d, v17.2d\n\t"
-+        "fmla  v28.2d, v25.2d, v18.2d\n\t"
-+        "fmla  v29.2d, v25.2d, v19.2d\n\t"
-+        "fmla  v28.2d, v26.2d, v20.2d\n\t"
-+        "fmla  v29.2d, v26.2d, v21.2d\n\t"
-+        "fmla  v28.2d, v27.2d, v22.2d\n\t"
-+        "fmla  v29.2d, v27.2d, v23.2d\n\t"
- 
--        "ld4r.2d  {v0, v1, v2, v3}, [%[rightMatrix]], #32\n\t"
--        "st1.2d  {v28, v29}, [x4], #32\n\t"
-+        "ld4r  {v0.2d, v1.2d, v2.2d, v3.2d}, [%[rightMatrix]], #32\n\t"
-+        "st1  {v28.2d, v29.2d}, [x4], #32\n\t"
- 
-         // Second row.
--        "fmul.2d  v30, v0, v16\n\t"
--        "fmul.2d  v31, v0, v17\n\t"
--        "fmla.2d  v30, v1, v18\n\t"
--        "fmla.2d  v31, v1, v19\n\t"
--        "fmla.2d  v30, v2, v20\n\t"
--        "fmla.2d  v31, v2, v21\n\t"
--        "fmla.2d  v30, v3, v22\n\t"
--        "fmla.2d  v31, v3, v23\n\t"
-+        "fmul  v30.2d, v0.2d, v16.2d\n\t"
-+        "fmul  v31.2d, v0.2d, v17.2d\n\t"
-+        "fmla  v30.2d, v1.2d, v18.2d\n\t"
-+        "fmla  v31.2d, v1.2d, v19.2d\n\t"
-+        "fmla  v30.2d, v2.2d, v20.2d\n\t"
-+        "fmla  v31.2d, v2.2d, v21.2d\n\t"
-+        "fmla  v30.2d, v3.2d, v22.2d\n\t"
-+        "fmla  v31.2d, v3.2d, v23.2d\n\t"
- 
--        "ld4r.2d  {v24, v25, v26, v27}, [%[rightMatrix]], #32\n\t"
--        "st1.2d   {v30, v31}, [x4], #32\n\t"
-+        "ld4r  {v24.2d, v25.2d, v26.2d, v27.2d}, [%[rightMatrix]], #32\n\t"
-+        "st1   {v30.2d, v31.2d}, [x4], #32\n\t"
- 
-         // Third row.
--        "fmul.2d  v28, v24, v16\n\t"
--        "fmul.2d  v29, v24, v17\n\t"
--        "fmla.2d  v28, v25, v18\n\t"
--        "fmla.2d  v29, v25, v19\n\t"
--        "fmla.2d  v28, v26, v20\n\t"
--        "fmla.2d  v29, v26, v21\n\t"
--        "fmla.2d  v28, v27, v22\n\t"
--        "fmla.2d  v29, v27, v23\n\t"
-+        "fmul  v28.2d, v24.2d, v16.2d\n\t"
-+        "fmul  v29.2d, v24.2d, v17.2d\n\t"
-+        "fmla  v28.2d, v25.2d, v18.2d\n\t"
-+        "fmla  v29.2d, v25.2d, v19.2d\n\t"
-+        "fmla  v28.2d, v26.2d, v20.2d\n\t"
-+        "fmla  v29.2d, v26.2d, v21.2d\n\t"
-+        "fmla  v28.2d, v27.2d, v22.2d\n\t"
-+        "fmla  v29.2d, v27.2d, v23.2d\n\t"
- 
--        "ld4r.2d  {v0, v1, v2, v3}, [%[rightMatrix]], #32\n\t"
--        "st1.2d   {v28, v29}, [x4], #32\n\t"
-+        "ld4r  {v0.2d, v1.2d, v2.2d, v3.2d}, [%[rightMatrix]], #32\n\t"
-+        "st1   {v28.2d, v29.2d}, [x4], #32\n\t"
- 
-         // Fourth row.
--        "fmul.2d  v30, v0, v16\n\t"
--        "fmul.2d  v31, v0, v17\n\t"
--        "fmla.2d  v30, v1, v18\n\t"
--        "fmla.2d  v31, v1, v19\n\t"
--        "fmla.2d  v30, v2, v20\n\t"
--        "fmla.2d  v31, v2, v21\n\t"
--        "fmla.2d  v30, v3, v22\n\t"
--        "fmla.2d  v31, v3, v23\n\t"
-+        "fmul  v30.2d, v0.2d, v16.2d\n\t"
-+        "fmul  v31.2d, v0.2d, v17.2d\n\t"
-+        "fmla  v30.2d, v1.2d, v18.2d\n\t"
-+        "fmla  v31.2d, v1.2d, v19.2d\n\t"
-+        "fmla  v30.2d, v2.2d, v20.2d\n\t"
-+        "fmla  v31.2d, v2.2d, v21.2d\n\t"
-+        "fmla  v30.2d, v3.2d, v22.2d\n\t"
-+        "fmla  v31.2d, v3.2d, v23.2d\n\t"
- 
--        "st1.2d  {v30, v31}, [x4]\n\t"
-+        "st1  {v30.2d, v31.2d}, [x4]\n\t"
- 
-         : [leftMatrix]"+r"(leftMatrix), [rightMatrix]"+r"(rightMatrix)
-         :


Reply via email to