Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2015-03-01 15:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-21 12:00:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes     
2015-03-01 15:27:09.000000000 +0100
@@ -1,0 +2,16 @@
+Tue Feb 24 16:10:34 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.1
+  * For more details please see:
+    http://blog.qt.io/blog/2015/02/24/qt-5-4-1-released/
+- Add minimal requires on other Qt5 libraries, as well the one from
+  this source package
+- Added libqt5-qtwebkit-rpmlintrc due to shlib-fixed-dependency
+- Split the imports into separate package
+
+-------------------------------------------------------------------
+Fri Jan 16 20:29:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Reenable Qt5WebChannel integration
+
+-------------------------------------------------------------------

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

New:
----
  libqt5-qtwebkit-rpmlintrc
  qtwebkit-opensource-src-5.4.1.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtwebkit.spec ++++++
--- /var/tmp/diff_new_pack.J4PsED/_old  2015-03-01 15:27:13.000000000 +0100
+++ /var/tmp/diff_new_pack.J4PsED/_new  2015-03-01 15:27:13.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebkit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
 %define libname libQt5WebKitWidgets5
 
 Name:           libqt5-qtwebkit
-Version:        5.4.0
+Version:        5.4.1
 Release:        0
 %define base_name libqt5
-%define real_version 5.4.0
-%define so_version 5.4.0
+%define real_version 5.4.1
+%define so_version 5.4.1
 %define tar_version qtwebkit-opensource-src-%{real_version}
 # Workaround ppc64le build failures due to OOM issue, bnc#863533
 %ifarch ppc64le
@@ -37,6 +37,7 @@
 Url:            http://qt.digia.com
 Source:         %{tar_version}.tar.xz
 Source1:        baselibs.conf
+Source99:       libqt5-qtwebkit-rpmlintrc
 Patch1:         04_enable_debug_information.diff
 # PATCH-FIX-OPENSUSE 03_hide_std_symbols.diff asterios.dra...@gmail.com -- Do 
not make the std:: symbols in webkit public (taken from Ubuntu)
 Patch2:         03_hide_std_symbols.diff
@@ -57,7 +58,7 @@
 BuildRequires:  pkgconfig(Qt5Sensors) >= %{version}
 BuildRequires:  pkgconfig(Qt5Sql) >= %{version}
 BuildRequires:  pkgconfig(Qt5Test) >= %{version}
-#BuildRequires:  pkgconfig(Qt5WebChannel) >= %{version}
+BuildRequires:  pkgconfig(Qt5WebChannel) >= %{version}
 BuildRequires:  pkgconfig(Qt5Widgets) >= %{version}
 %if 0%{?suse_version} < 1315
 BuildRequires:  pkgconfig(gstreamer-0.10)
@@ -120,6 +121,10 @@
 %package -n %libname
 Summary:        Qt 5 WebKit Library
 Group:          Development/Libraries/X11
+Requires:       libQt5WebKit5 = %version
+%requires_ge libQt5OpenGL5
+%requires_ge libQt5PrintSupport5
+%requires_ge libQt5Widgets5
 
 %description -n %libname
 Qt is a set of libraries for developing applications.
@@ -128,12 +133,30 @@
 handling.
 
 %package -n libQt5WebKit5
-Summary:        Qt Development Kit
+Summary:        Qt5 WebKit Library
 Group:          Development/Libraries/X11
+%requires_ge libQt5Gui5
+%requires_ge libQt5Network5
+%requires_ge libQt5Positioning5
+%requires_ge libQt5Sensors5
+%requires_ge libQt5Sql5
+%requires_ge libQt5WebChannel5
 
 %description -n libQt5WebKit5
 You need this package, if you want to compile programs with qtwebkit.
 
+%package -n libQt5WebKit5-imports
+Summary:        Qt5 WebKit Library - QML imports
+Group:          Development/Libraries/X11
+Supplements:    packageand(libQt5WebKit5:libQtQuick5)
+# imports splited with 5.4.1
+Conflicts:      libQt5WebKit5 < 5.4.1
+Requires:       libQt5WebKit5 = %version
+%requires_ge libQtQuick5
+
+%description -n libQt5WebKit5-imports
+You need this package, if you want to compile programs with qtwebkit.
+
 %package -n libQt5WebKitWidgets-devel
 Summary:        Qt Development Kit
 Group:          Development/Libraries/X11
@@ -254,6 +277,10 @@
 %doc LICENSE.*
 %{_libqt5_libdir}/libQt5WebKit.so.*
 %{_libqt5_libexecdir}/QtWebPluginProcess
+
+%files -n libQt5WebKit5-imports
+%defattr(-,root,root,755)
+%doc LICENSE.*
 %{_libqt5_archdatadir}/qml/QtWebKit
 
 %files -n libQt5WebKitWidgets-private-headers-devel

++++++ libqt5-qtwebkit-rpmlintrc ++++++
addFilter("shlib-fixed-dependency .*")++++++ 
qtwebkit-opensource-src-5.4.0.tar.xz -> qtwebkit-opensource-src-5.4.1.tar.xz 
++++++
/work/SRC/openSUSE:Factory/libqt5-qtwebkit/qtwebkit-opensource-src-5.4.0.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/qtwebkit-opensource-src-5.4.1.tar.xz
 differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to