Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2014-09-08 21:28:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebkit (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtwebkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2014-08-20 17:53:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes     
2014-09-08 21:28:59.000000000 +0200
@@ -1,0 +2,48 @@
+Thu Sep  4 20:37:34 UTC 2014 - [email protected]
+
+- Update to 5.3.2~git20140904 (rd8bc98b):
+  * Tip of the bugfix 5.3.2 branch:
+    * Fix key identifier for comma key ("Separator")
+    * Fix fallback conversion of recognized objects
+    * Fix regression in QQuickWebView's transparent backgound
+    * Fix crash in DeviceOrientationController when
+      !HAVE(QTSENSORS)
+    * Fix case in documentation of qobjectbridge bindings
+    * Do not add QStyle padding on top of default padding
+    * [WK2] Update text upon item selection for menu lists
+    * Do not use title as the primary text of dragged or
+      copied links
+    * Show placeholder text when focused
+    * Do not override padding in textfields
+    * Avoid crash when hidePopup is called multiple times
+    * Added support for appending an escaped SegmentedString to
+      another.
+    * QWebPage crashes on drag without QWidget view
+    * Crash during exception unwinding
+    * Bad cast from CSSInitialValue to CSSValueList
+    * use after free in WebCore::DocumentOrderedMap::remove /
+      WebCore::TreeScope::removeElementById
+    * define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS on HPPA
+    * Actually load icc.prf for the Intel compiler
+    * Prevent interpreting URL parameter for Qt plugins
+      as content URLs.
+    * Fix android build error about already defined struct.
+    * Fix SpeculateCellOperand ASSERT failure in DFG for
+      32-bit builds.
+    * QtWebKitWidgets should not depend directly on QtQuick
+    * QWebHitTestResult::element() should return
+      the inner element
+    * Specify location of CMake tests
+    * Fix WebView crash when using gcc 4.9.
+    * Fix debug builds of qtwebkit on linux-icc
+    * Qt5WebKitWidgets should keep private dependencies private
+    * Prevent crashes when the QWebView gets reparented.
+    * Fix build with gcc 4.4
+    * Add qtxmlpatters to sync.profile
+    * GraphicsContext for Qt: add
+      popTransparencyLayerInternal method.
+    * Bump version
+- Reduce general constraints to 4GB, and leave 7GB only for s390x
+- Enable qtlocation integration
+
+-------------------------------------------------------------------

Old:
----
  qtwebkit-opensource-src-5.3.1.tar.xz

New:
----
  qtwebkit-opensource-src-5.3.2.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtwebkit.spec ++++++
--- /var/tmp/diff_new_pack.2XJb8G/_old  2014-09-08 21:29:02.000000000 +0200
+++ /var/tmp/diff_new_pack.2XJb8G/_new  2014-09-08 21:29:02.000000000 +0200
@@ -16,21 +16,17 @@
 #
 
 
-%define qt5_snapshot 0
+%define qt5_snapshot 1
 
 %define libname libQt5WebKitWidgets5
 
 Name:           libqt5-qtwebkit
-Version:        5.3.1
+Version:        5.3.2~git20140904
 Release:        0
 %define base_name libqt5
-%define real_version 5.3.1
-%define so_version 5.3.1
-%if %qt5_snapshot
-%define tar_version qtwebkit-%{real_version}
-%else
+%define real_version 5.3.2
+%define so_version 5.3.2
 %define tar_version qtwebkit-opensource-src-%{real_version}
-%endif
 # Workaround ppc64le build failures due to OOM issue, bnc#863533
 %ifarch ppc64le
 %define make_jobs /usr/bin/make -j4 VERBOSE=1
@@ -49,20 +45,20 @@
 Patch5:         ppc64le-support.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch130:       no-Werror-rpath.diff
+BuildRequires:  libQt5Core-private-headers-devel >= %{version}
+BuildRequires:  libQt5Gui-private-headers-devel >= %{version}
+BuildRequires:  libQt5Widgets-private-headers-devel >= %{version}
+BuildRequires:  libqt5-qtdeclarative-private-headers-devel >= %{version}
+BuildRequires:  libqt5-qtlocation-private-headers-devel >= %{version}
 BuildRequires:  pkgconfig(Qt5Core) >= %{version}
 BuildRequires:  pkgconfig(Qt5Network) >= %{version}
 BuildRequires:  pkgconfig(Qt5OpenGL) >= %{version}
 BuildRequires:  pkgconfig(Qt5PrintSupport) >= %{version}
 BuildRequires:  pkgconfig(Qt5Quick) >= %{version}
+BuildRequires:  pkgconfig(Qt5Sensors) >= %{version}
 BuildRequires:  pkgconfig(Qt5Sql) >= %{version}
 BuildRequires:  pkgconfig(Qt5Test) >= %{version}
 BuildRequires:  pkgconfig(Qt5Widgets) >= %{version}
-#BuildRequires:  pkgconfig(positioning)
-BuildRequires:  libQt5Core-private-headers-devel >= %{version}
-BuildRequires:  libQt5Gui-private-headers-devel >= %{version}
-BuildRequires:  libQt5Widgets-private-headers-devel >= %{version}
-BuildRequires:  libqt5-qtdeclarative-private-headers-devel >= %{version}
-BuildRequires:  pkgconfig(Qt5Sensors) >= %{version}
 %if 0%{?suse_version} < 1315
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-app-0.10)
@@ -115,11 +111,7 @@
 handling.
 
 %prep
-%if %qt5_snapshot
-%setup -q -n qtwebkit-%{real_version}
-%else
 %setup -q -n qtwebkit-opensource-src-%{real_version}
-%endif
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.2XJb8G/_old  2014-09-08 21:29:02.000000000 +0200
+++ /var/tmp/diff_new_pack.2XJb8G/_new  2014-09-08 21:29:02.000000000 +0200
@@ -1,8 +1,18 @@
 <constraints>
  <hardware>
   <memory>
-   <size unit="G">7</size>
+   <size unit="G">4</size>
   </memory>
   <processors>4</processors>
  </hardware>
+  <overwrite>
+    <conditions>
+      <arch>s390x</arch>
+    </conditions>
+    <hardware>
+     <memory>
+      <size unit="G">7</size>
+     </memory>
+    </hardware>
+  </overwrite>
 </constraints>

++++++ qtwebkit-opensource-src-5.3.1.tar.xz -> 
qtwebkit-opensource-src-5.3.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-qtwebkit/qtwebkit-opensource-src-5.3.1.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/qtwebkit-opensource-src-5.3.2.tar.xz
 differ: char 17, line 1

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

Reply via email to