Hello community,
here is the log from the commit of package libqt5-qtx11extras for
openSUSE:Factory checked in at 2015-06-06 09:52:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtx11extras (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtx11extras.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtx11extras"
Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtx11extras/libqt5-qtx11extras.changes
2015-03-01 15:27:28.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtx11extras.new/libqt5-qtx11extras.changes
2015-06-06 09:52:45.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jun 3 22:56:41 UTC 2015 - [email protected]
+
+- Update to 5.4.2
+ * Bugfix release, for more details please see:
+ http://blog.qt.io/blog/2015/06/02/qt-5-4-2-released/
+
+-------------------------------------------------------------------
Old:
----
qtx11extras-opensource-src-5.4.1.tar.xz
New:
----
qtx11extras-opensource-src-5.4.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtx11extras.spec ++++++
--- /var/tmp/diff_new_pack.151qHn/_old 2015-06-06 09:52:45.000000000 +0200
+++ /var/tmp/diff_new_pack.151qHn/_new 2015-06-06 09:52:45.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtx11extras
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -21,11 +21,11 @@
%define libname libQt5X11Extras5
Name: libqt5-qtx11extras
-Version: 5.4.1
+Version: 5.4.2
Release: 0
%define base_name libqt5
-%define real_version 5.4.1
-%define so_version 5.4.1
+%define real_version 5.4.2
+%define so_version 5.4.2
%define tar_version qtx11extras-opensource-src-%{real_version}
Source: %{tar_version}.tar.xz
Source1: baselibs.conf
++++++ qtx11extras-opensource-src-5.4.1.tar.xz ->
qtx11extras-opensource-src-5.4.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtx11extras-opensource-src-5.4.1/.qmake.conf
new/qtx11extras-opensource-src-5.4.2/.qmake.conf
--- old/qtx11extras-opensource-src-5.4.1/.qmake.conf 2015-02-17
05:57:20.000000000 +0100
+++ new/qtx11extras-opensource-src-5.4.2/.qmake.conf 2015-05-29
22:31:39.000000000 +0200
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 5.4.1
+MODULE_VERSION = 5.4.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtx11extras-opensource-src-5.4.1/.tag
new/qtx11extras-opensource-src-5.4.2/.tag
--- old/qtx11extras-opensource-src-5.4.1/.tag 2015-02-17 05:57:20.000000000
+0100
+++ new/qtx11extras-opensource-src-5.4.2/.tag 2015-05-29 22:31:39.000000000
+0200
@@ -1 +1 @@
-ffeff89b8497d42ed2a786053a9a14775f77f782
+bcc86311359e138ecc3a8fc1ce6eee1cda2ec0f5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtx11extras-opensource-src-5.4.1/include/QtX11Extras/qtx11extrasversion.h
new/qtx11extras-opensource-src-5.4.2/include/QtX11Extras/qtx11extrasversion.h
---
old/qtx11extras-opensource-src-5.4.1/include/QtX11Extras/qtx11extrasversion.h
2015-02-17 05:57:20.000000000 +0100
+++
new/qtx11extras-opensource-src-5.4.2/include/QtX11Extras/qtx11extrasversion.h
2015-05-29 22:31:39.000000000 +0200
@@ -2,8 +2,8 @@
#ifndef QT_QTX11EXTRAS_VERSION_H
#define QT_QTX11EXTRAS_VERSION_H
-#define QTX11EXTRAS_VERSION_STR "5.4.1"
+#define QTX11EXTRAS_VERSION_STR "5.4.2"
-#define QTX11EXTRAS_VERSION 0x050401
+#define QTX11EXTRAS_VERSION 0x050402
#endif // QT_QTX11EXTRAS_VERSION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtx11extras-opensource-src-5.4.1/src/x11extras/doc/qtx11extras.qdocconf
new/qtx11extras-opensource-src-5.4.2/src/x11extras/doc/qtx11extras.qdocconf
--- old/qtx11extras-opensource-src-5.4.1/src/x11extras/doc/qtx11extras.qdocconf
2015-02-17 05:57:20.000000000 +0100
+++ new/qtx11extras-opensource-src-5.4.2/src/x11extras/doc/qtx11extras.qdocconf
2015-05-29 22:31:39.000000000 +0200
@@ -22,7 +22,7 @@
qhp.QtX11Extras.subprojects.classes.selectors = class fake:headerfile
qhp.QtX11Extras.subprojects.classes.sortPages = true
-depends += qtcore qtwidgets qtdoc
+depends += qtcore qtwidgets qtdoc qmake
headerdirs += ..
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtx11extras-opensource-src-5.4.1/src/x11extras/doc/src/qtx11extras-index.qdoc
new/qtx11extras-opensource-src-5.4.2/src/x11extras/doc/src/qtx11extras-index.qdoc
---
old/qtx11extras-opensource-src-5.4.1/src/x11extras/doc/src/qtx11extras-index.qdoc
2015-02-17 05:57:20.000000000 +0100
+++
new/qtx11extras-opensource-src-5.4.2/src/x11extras/doc/src/qtx11extras-index.qdoc
2015-05-29 22:31:39.000000000 +0200
@@ -43,7 +43,7 @@
#include <QX11Info>
\endcode
- To link against the module, add this line to your \l qmake \c
+ To link against the module, add this line to your \l {qmake Manual}{qmake}
\c
.pro file:
\code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtx11extras-opensource-src-5.4.1/src/x11extras/doc/src/qtx11extras-module.qdoc
new/qtx11extras-opensource-src-5.4.2/src/x11extras/doc/src/qtx11extras-module.qdoc
---
old/qtx11extras-opensource-src-5.4.1/src/x11extras/doc/src/qtx11extras-module.qdoc
2015-02-17 05:57:20.000000000 +0100
+++
new/qtx11extras-opensource-src-5.4.2/src/x11extras/doc/src/qtx11extras-module.qdoc
2015-05-29 22:31:39.000000000 +0200
@@ -40,7 +40,7 @@
#include <QX11Info>
\endcode
- To link against the module, add this line to your \l qmake \c
+ To link against the module, add this line to your \l {qmake Manual}{qmake}
\c
.pro file:
\code