Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2017-06-13 16:05:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebkit (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtwebkit"

Tue Jun 13 16:05:49 2017 rev:42 rq:500811 version:5.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2017-05-18 20:44:23.864473581 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes     
2017-06-13 16:05:50.321843211 +0200
@@ -1,0 +2,19 @@
+Thu Jun  1 07:45:36 UTC 2017 - [email protected]
+
+- Update descriptions.
+- Use find -exec option with "+" strategy.
+
+-------------------------------------------------------------------
+Wed May 31 07:05:32 UTC 2017 - [email protected]
+
+- Update to 5.9.0 final
+
+-------------------------------------------------------------------
+Wed May 24 19:16:41 UTC 2017 - [email protected]
+
+- Update to 5.9.0 RC:
+  * For more details please see: 
+    http://lists.qt-project.org/pipermail/announce/2017-May/000115.html
+    and https://wiki.qt.io/New_Features_in_Qt_5.9
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libqt5-qtwebkit.spec ++++++
--- /var/tmp/diff_new_pack.qW34Cz/_old  2017-06-13 16:05:52.893480796 +0200
+++ /var/tmp/diff_new_pack.qW34Cz/_new  2017-06-13 16:05:52.893480796 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebkit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.7.1
+Version:        5.9.0
 Release:        0
 %define base_name libqt5
-%define real_version 5.7.1
-%define so_version 5.7.1
+%define real_version 5.9.0
+%define so_version 5.9.0
 %define tar_version qtwebkit-opensource-src-%{real_version}
 # Workaround ppc64le build failures due to OOM issue, bnc#863533
 %ifarch ppc64le
@@ -34,8 +34,8 @@
 Summary:        Qt 5 WebKit Library
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:          Development/Libraries/X11
-Url:            http://qt.digia.com
-Source:         %{tar_version}.tar.xz
+Url:            https://www.qt.io
+Source:         
https://download.qt.io/community_releases/5.9/%{real_version}-final/%{tar_version}.tar.xz
 Source1:        baselibs.conf
 Source99:       libqt5-qtwebkit-rpmlintrc
 Patch1:         04_enable_debug_information.diff
@@ -112,10 +112,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Qt is a set of libraries for developing applications.
-
-This package contains base tools, like string, xml, and network
-handling.
+The Qt WebKit module provides the WebView API, which allows QML
+applications to render regions of dynamic web content. A WebView
+component may share the screen with other QML components or encompass
+the full screen as specified within the QML application.
 
 %prep
 %setup -q -n qtwebkit-opensource-src-%{real_version}
@@ -128,7 +128,7 @@
 %patch130 -p1
 
 %package -n %libname
-Summary:        Qt 5 WebKit Library
+Summary:        Qt 5 WebKit Widget library
 Group:          Development/Libraries/X11
 Requires:       libQt5WebKit5 = %version
 %requires_ge libQt5OpenGL5
@@ -136,10 +136,10 @@
 %requires_ge libQt5Widgets5
 
 %description -n %libname
-Qt is a set of libraries for developing applications.
-
-This package contains base tools, like string, xml, and network
-handling.
+The Qt WebKit module provides the WebView API, which allows QML
+applications to render regions of dynamic web content. A WebView
+component may share the screen with other QML components or encompass
+the full screen as specified within the QML application.
 
 %package -n libQt5WebKit5
 Summary:        Qt5 WebKit Library
@@ -152,10 +152,10 @@
 %requires_ge libQt5WebChannel5
 
 %description -n libQt5WebKit5
-You need this package, if you want to compile programs with qtwebkit.
+You need this package if you want to compile programs with qtwebkit.
 
 %package -n libQt5WebKit5-imports
-Summary:        Qt5 WebKit Library - QML imports
+Summary:        QML imports for the Qt5 WebKit library
 Group:          Development/Libraries/X11
 Supplements:    packageand(libQt5WebKit5:libQtQuick5)
 # imports splited with 5.4.1
@@ -164,10 +164,10 @@
 %requires_ge libQtQuick5
 
 %description -n libQt5WebKit5-imports
-You need this package, if you want to compile programs with qtwebkit.
+You need this package if you want to compile programs with qtwebkit.
 
 %package -n libQt5WebKitWidgets-devel
-Summary:        Qt Development Kit
+Summary:        Development files for the Qt5 Webkit Widgets library
 Group:          Development/Libraries/X11
 Requires:       %libname = %{version}
 Requires:       libQt5WebKit5-devel = %{version}
@@ -175,10 +175,10 @@
 Requires:       libqt5-qtsensors-devel >= %{version}
 
 %description -n libQt5WebKitWidgets-devel
-You need this package, if you want to compile programs with qtwebkit.
+You need this package if you want to compile programs with qtwebkit.
 
 %package -n libQt5WebKit5-devel
-Summary:        Qt Development Kit
+Summary:        Development files for the Qt5 Webkit library
 Group:          Development/Libraries/X11
 Requires:       libQt5WebKit5 = %version
 Requires:       pkgconfig(Qt5Core) >= %version
@@ -190,10 +190,10 @@
 Requires:       pkgconfig(Qt5Sql) >= %version
 
 %description -n libQt5WebKit5-devel
-You need this package, if you want to compile programs with qtwebkit.
+You need this package if you want to compile programs with qtwebkit.
 
 %package -n libQt5WebKitWidgets-private-headers-devel
-Summary:        Non-ABI stable experimental API
+Summary:        Non-ABI stable experimental API for the Qt5 Webkit Widgets 
library
 Group:          Development/Libraries/C and C++
 BuildArch:      noarch
 Requires:       libQt5WebKit-private-headers-devel = %{version}
@@ -206,7 +206,7 @@
 the exact Qt version.
 
 %package -n libQt5WebKit-private-headers-devel
-Summary:        Non-ABI stable experimental API
+Summary:        Non-ABI stable experimental API for the Qt5 Webkit library
 Group:          Development/Libraries/C and C++
 BuildArch:      noarch
 Requires:       libQt5WebKit5-devel = %{version}
@@ -218,25 +218,25 @@
 the exact Qt version.
 
 %package devel
-Summary:        Qt Development Kit
+Summary:        Development files for the Qt5 Webkit library
 Group:          Development/Libraries/X11
 Requires:       libQt5WebKit5-devel = %{version}
 Requires:       libQt5WebKitWidgets-devel = %{version}
 
 %description devel
-You need this package, if you want to compile programs with qtwebkit.
+You need this package if you want to compile programs with qtwebkit.
 This package pulls in development files for both libQt5WebKit and
 libQt5WebKitWidgets libraries.
 
 %package private-headers-devel
-Summary:        Qt Development Kit
+Summary:        Non-ABI stable experimental API for the Qt5 WebKit library
 Group:          Development/Libraries/X11
 BuildArch:      noarch
 Requires:       libQt5WebKit-private-headers-devel = %{version}
 Requires:       libQt5WebKitWidgets-private-headers-devel = %{version}
 
 %description private-headers-devel
-You need this package, if you want to compile programs with qtwebkit.
+You need this package if you want to compile programs with qtwebkit.
 This package pulls in private headers for both libQt5WebKit and
 libQt5WebKitWidgets libraries.
 
@@ -268,9 +268,9 @@
 
 %install
 %qmake5_install
-find %{buildroot}/%{_libqt5_libdir} -type f -name '*la' -print -exec perl -pi 
-e 's,-L%{_builddir}/\S+,,g' {} \;
-find %{buildroot}/%{_libqt5_libdir} -type f -name '*pc' -print -exec perl -pi 
-e "s, -L$RPM_BUILD_DIR/?\S+,,g" {} \; -exec sed -i -e 
"s,^moc_location=.*,moc_location=%{_lib}qt5_bindir/moc," -e 
"s,uic_location=.*,uic_location=%{_lib}qt5_bindir/uic," {} \;
-find %{buildroot}/%{_libqt5_libdir} -type f -name '*prl' -exec sed -i -e 
"/^QMAKE_PRL_BUILD_DIR/d" {} \;
+find %{buildroot}/%{_libqt5_libdir} -type f -name '*la' -print -exec perl -pi 
-e 's,-L%{_builddir}/\S+,,g' {} +
+find %{buildroot}/%{_libqt5_libdir} -type f -name '*pc' -print -exec perl -pi 
-e "s, -L$RPM_BUILD_DIR/?\S+,,g" {} + -exec sed -i -e 
"s,^moc_location=.*,moc_location=%{_lib}qt5_bindir/moc," -e 
"s,uic_location=.*,uic_location=%{_lib}qt5_bindir/uic," {} +
+find %{buildroot}/%{_libqt5_libdir} -type f -name '*prl' -exec sed -i -e 
"/^QMAKE_PRL_BUILD_DIR/d" {} +
 
 # kill .la files
 rm -f %{buildroot}%{_libqt5_libdir}/lib*.la

++++++ qtwebkit-opensource-src-5.7.1.tar.xz -> 
qtwebkit-opensource-src-5.9.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/libqt5-qtwebkit/qtwebkit-opensource-src-5.7.1.tar.xz 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/qtwebkit-opensource-src-5.9.0.tar.xz
 differ: char 26, line 1


Reply via email to