Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2014-03-21 12:13:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes      2014-03-11 
20:33:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2014-03-21 
12:13:56.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Mar 12 14:52:56 UTC 2014 - mvid...@suse.com
+
+- Fixed "QFSFileEngine::open: No file name specified" (A Naselli)
+- make Qt5 BuildRequires fine-grained with pkgconfig (H Senjan)
+- 2.46.1
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-2.46.0.tar.bz2

New:
----
  libyui-qt-2.46.1.tar.bz2

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

Other differences:
------------------
++++++ libyui-qt-doc.spec ++++++
--- /var/tmp/diff_new_pack.bNBlRq/_old  2014-03-21 12:13:57.000000000 +0100
+++ /var/tmp/diff_new_pack.bNBlRq/_new  2014-03-21 12:13:57.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-qt-doc
-Version:        2.46.0
+Version:        2.46.1
 Release:        0
 Source:         libyui-qt-%{version}.tar.bz2
 

++++++ libyui-qt.spec ++++++
--- /var/tmp/diff_new_pack.bNBlRq/_old  2014-03-21 12:13:57.000000000 +0100
+++ /var/tmp/diff_new_pack.bNBlRq/_new  2014-03-21 12:13:57.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libyui-qt
-Version:        2.46.0
+Version:        2.46.1
 Release:        0
 Source:         libyui-qt-%{version}.tar.bz2
 
@@ -29,9 +29,11 @@
 %define libyui_devel_version libyui-devel >= 3.0.4
 BuildRequires:  %{libyui_devel_version}
 BuildRequires:  fontconfig-devel
-BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  libqt5-qtsvg-devel
-BuildRequires:  libqt5-qtx11extras-devel
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5X11Extras)
 Provides:       yui_backend = 6
 
 Url:            http://github.com/libyui/

++++++ libyui-qt-2.46.0.tar.bz2 -> libyui-qt-2.46.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.0/ChangeLog 
new/libyui-qt-2.46.1/ChangeLog
--- old/libyui-qt-2.46.0/ChangeLog      2014-03-11 11:22:35.000000000 +0100
+++ new/libyui-qt-2.46.1/ChangeLog      2014-03-12 16:11:26.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Mar 12 14:52:56 UTC 2014 - mvid...@suse.com
+
+- Fixed "QFSFileEngine::open: No file name specified" (A Naselli)
+- make Qt5 BuildRequires fine-grained with pkgconfig (H Senjan)
+- 2.46.1
+
+-------------------------------------------------------------------
 Mon Mar 10 12:22:47 UTC 2014 - mvid...@suse.com
 
 - set parent of context menu, to apply style sheets (tgoettlicher)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.0/VERSION.cmake 
new/libyui-qt-2.46.1/VERSION.cmake
--- old/libyui-qt-2.46.0/VERSION.cmake  2014-03-11 11:22:35.000000000 +0100
+++ new/libyui-qt-2.46.1/VERSION.cmake  2014-03-12 16:11:26.000000000 +0100
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "46")
-SET(VERSION_PATCH "0")
+SET(VERSION_PATCH "1")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.0/libyui-qt.spec.in 
new/libyui-qt-2.46.1/libyui-qt.spec.in
--- old/libyui-qt-2.46.0/libyui-qt.spec.in      2014-02-24 11:09:55.000000000 
+0100
+++ new/libyui-qt-2.46.1/libyui-qt.spec.in      2014-03-12 16:11:26.000000000 
+0100
@@ -29,9 +29,11 @@
 %define libyui_devel_version libyui-devel >= 3.0.4
 BuildRequires:  %{libyui_devel_version}
 BuildRequires:  fontconfig-devel
-BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  libqt5-qtsvg-devel
-BuildRequires:  libqt5-qtx11extras-devel
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5X11Extras)
 Provides:       yui_backend = @SONAME_MAJOR@
 
 Url:            @URL@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.0/src/QY2Styler.cc 
new/libyui-qt-2.46.1/src/QY2Styler.cc
--- old/libyui-qt-2.46.0/src/QY2Styler.cc       2014-02-21 15:05:58.000000000 
+0100
+++ new/libyui-qt-2.46.1/src/QY2Styler.cc       2014-03-12 16:11:26.000000000 
+0100
@@ -307,11 +307,15 @@
     {
         QString back = _backgrounds[ name ].filename;
 
-       QImage image( back );
-        _backgrounds[ name ].pix = image;
+        if ( back.isEmpty() )
+        {
+            _backgrounds[ name ].pix = QImage();
+        }
+        else
+        {
+            QImage image ( back );
+            _backgrounds[ name ].pix = image;
 
-       if ( ! back.isEmpty() ) // Prevent misleading error messages
-       {
            if ( image.isNull() )
            {
                yuiError() << "Couldn't load background image \"" << back

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

Reply via email to