Hello community,

here is the log from the commit of package libqt5-qtwebkit-examples for 
openSUSE:Factory checked in at 2014-02-18 16:18:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
        2013-12-17 07:10:36.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit-examples.new/libqt5-qtwebkit-examples.changes
   2014-02-18 16:18:40.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb  5 17:07:24 UTC 2014 - [email protected]
+
+- Update to 5.2.1:
+  * For more details please see:
+    http://blog.qt.digia.com/blog/2014/02/05/qt-5-2-1-released/
+
+-------------------------------------------------------------------

Old:
----
  qtwebkit-examples-opensource-src-5.2.0.tar.xz

New:
----
  qtwebkit-examples-opensource-src-5.2.1.tar.xz

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

Other differences:
------------------
++++++ libqt5-qtwebkit-examples.spec ++++++
--- /var/tmp/diff_new_pack.CiImOy/_old  2014-02-18 16:18:40.000000000 +0100
+++ /var/tmp/diff_new_pack.CiImOy/_new  2014-02-18 16:18:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebkit-examples
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,31 @@
 
 
 Name:           libqt5-qtwebkit-examples
-Version:        5.2.0
+Version:        5.2.1
 Release:        0
 Summary:        Qt 5 QtWebKit Examples and Demos
 License:        SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:          Development/Libraries/X11
 Url:            http://qt.digia.com
+%define base_name libqt5
+%define real_version 5.2.1
+%define tar_version qtwebkit-examples-opensource-src-%{real_version}
 Source:         %{tar_version}.tar.xz
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         build-examples.diff
 # to get mtime of file:
 Source1:        libqt5-qtwebkit-examples.changes
-%define base_name libqt5
-%define real_version 5.2.0
-%define tar_version qtwebkit-examples-opensource-src-%{real_version}
-BuildRequires:  libqt5-qttools-devel >= %{version}
 BuildRequires:  xz
+BuildRequires:  pkgconfig(Qt5Concurrent) >= %{version}
+BuildRequires:  pkgconfig(Qt5Network) >= %{version}
+BuildRequires:  pkgconfig(Qt5PrintSupport) >= %{version}
+BuildRequires:  pkgconfig(Qt5Qml) >= %{version}
+BuildRequires:  pkgconfig(Qt5Quick) >= %{version}
+BuildRequires:  pkgconfig(Qt5UiTools) >= %{version}
+BuildRequires:  pkgconfig(Qt5XmlPatterns) >= %{version}
+BuildRequires:  pkgconfig(Qt5WebKit) >= %{version}
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= %{version}
+BuildRequires:  pkgconfig(Qt5Widgets) >= %{version}
 Requires:       libqt5-qttools-devel >= %{version}
 Provides:       libqt5-qtwebkit-examples-and-demos = %{version}
 Obsoletes:      libqt5-qtwebkit-examples-and-demos < %{version}
@@ -50,21 +59,11 @@
 %patch0
 
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
-%endif
-export CXXFLAGS="$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
-export CFLAGS="$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF"
-export MAKEFLAGS="%{?_smp_mflags}"
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
-
-%clean
-rm -rf %{buildroot}
+%qmake5_install
 
 %files
 %defattr(-,root,root,755)

++++++ qtwebkit-examples-opensource-src-5.2.0.tar.xz -> 
qtwebkit-examples-opensource-src-5.2.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebkit-examples-opensource-src-5.2.0/.qmake.conf 
new/qtwebkit-examples-opensource-src-5.2.1/.qmake.conf
--- old/qtwebkit-examples-opensource-src-5.2.0/.qmake.conf      2013-12-08 
18:10:20.000000000 +0100
+++ new/qtwebkit-examples-opensource-src-5.2.1/.qmake.conf      2014-02-01 
21:38:04.000000000 +0100
@@ -1,4 +1,4 @@
 load(qt_build_config)
 CONFIG += qt_example_installs
 
-MODULE_VERSION = 5.2.0
+MODULE_VERSION = 5.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtwebkit-examples-opensource-src-5.2.0/.tag 
new/qtwebkit-examples-opensource-src-5.2.1/.tag
--- old/qtwebkit-examples-opensource-src-5.2.0/.tag     2013-12-08 
18:10:21.000000000 +0100
+++ new/qtwebkit-examples-opensource-src-5.2.1/.tag     2014-02-01 
21:38:04.000000000 +0100
@@ -1 +1 @@
-634cddbfef6a40b991bcdf8e68e5329747f43c57
+5c814406c67910158bbf725d9a7fcb10fe9f96ee

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

Reply via email to