Hello community,
here is the log from the commit of package libqt5-qtwebkit-examples for
openSUSE:Factory checked in at 2016-08-22 09:59:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebkit-examples (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtwebkit-examples.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtwebkit-examples"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtwebkit-examples/libqt5-qtwebkit-examples.changes
2015-10-19 22:46:44.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit-examples.new/libqt5-qtwebkit-examples.changes
2016-08-22 10:00:00.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Aug 20 08:47:04 UTC 2016 - [email protected]
+
+- Install the imageanalyzer example to fix build.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtwebkit-examples.spec ++++++
--- /var/tmp/diff_new_pack.wrTBhl/_old 2016-08-22 10:00:01.000000000 +0200
+++ /var/tmp/diff_new_pack.wrTBhl/_new 2016-08-22 10:00:01.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtwebkit-examples
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -56,7 +56,7 @@
%prep
%setup -q -n qtwebkit-examples-opensource-src-%{real_version}
-%patch0
+%patch0 -p1
%build
%qmake5
++++++ build-examples.diff ++++++
--- /var/tmp/diff_new_pack.wrTBhl/_old 2016-08-22 10:00:01.000000000 +0200
+++ /var/tmp/diff_new_pack.wrTBhl/_new 2016-08-22 10:00:01.000000000 +0200
@@ -1,8 +1,23 @@
---- ./qtwebkit-examples.pro 2013/05/22 03:05:39 1.1
-+++ ./qtwebkit-examples.pro 2013/05/22 03:05:50
-@@ -2,4 +2,4 @@
+diff --git a/examples/webkitwidgets/imageanalyzer/imageanalyzer.pro
b/examples/webkitwidgets/imageanalyzer/imageanalyzer.pro
+index 442a05f..44ab2fd 100644
+--- a/examples/webkitwidgets/imageanalyzer/imageanalyzer.pro
++++ b/examples/webkitwidgets/imageanalyzer/imageanalyzer.pro
+@@ -11,4 +11,6 @@ RESOURCES = resources/imageanalyzer.qrc
+
+ EXAMPLE_FILES += html/index.html ../webkit-bridge-tutorial.qdoc outline.txt
+
+-
++# install
++target.path = $$[QT_INSTALL_EXAMPLES]/webkitwidgets/imageanalyzer
++INSTALLS += target
+diff --git a/qtwebkit-examples.pro b/qtwebkit-examples.pro
+index 3fcecf1..b0c067f 100644
+--- a/qtwebkit-examples.pro
++++ b/qtwebkit-examples.pro
+@@ -2,4 +2,5 @@ requires(qtHaveModule(webkit))
load(qt_parts)
-SUBDIRS += doc
+SUBDIRS += doc examples
++