Hello community, here is the log from the commit of package libyui-qt for openSUSE:Factory checked in at 2015-10-14 16:41:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-09-27 08:38:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2015-10-14 16:41:05.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 2 14:55:08 UTC 2015 - [email protected] + +- fixed styling for the release notes dialog content (bsc#947167) +- 2.46.21 + +------------------------------------------------------------------- Old: ---- libyui-qt-2.46.20.tar.bz2 New: ---- libyui-qt-2.46.21.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-qt-doc.spec ++++++ --- /var/tmp/diff_new_pack.usb9Un/_old 2015-10-14 16:41:05.000000000 +0200 +++ /var/tmp/diff_new_pack.usb9Un/_new 2015-10-14 16:41:05.000000000 +0200 @@ -20,7 +20,7 @@ %define so_version 7 Name: %{parent}-doc -Version: 2.46.20 +Version: 2.46.21 Release: 0 Source: %{parent}-%{version}.tar.bz2 ++++++ libyui-qt.spec ++++++ --- /var/tmp/diff_new_pack.usb9Un/_old 2015-10-14 16:41:05.000000000 +0200 +++ /var/tmp/diff_new_pack.usb9Un/_new 2015-10-14 16:41:05.000000000 +0200 @@ -17,7 +17,7 @@ Name: libyui-qt -Version: 2.46.20 +Version: 2.46.21 Release: 0 Source: %{name}-%{version}.tar.bz2 ++++++ libyui-qt-2.46.20.tar.bz2 -> libyui-qt-2.46.21.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-2.46.20/VERSION.cmake new/libyui-qt-2.46.21/VERSION.cmake --- old/libyui-qt-2.46.20/VERSION.cmake 2015-09-21 11:47:56.000000000 +0200 +++ new/libyui-qt-2.46.21/VERSION.cmake 2015-10-02 17:34:10.000000000 +0200 @@ -1,6 +1,6 @@ SET(VERSION_MAJOR "2") SET(VERSION_MINOR "46") -SET(VERSION_PATCH "20") +SET(VERSION_PATCH "21") 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.20/package/libyui-qt-doc.spec new/libyui-qt-2.46.21/package/libyui-qt-doc.spec --- old/libyui-qt-2.46.20/package/libyui-qt-doc.spec 2015-09-21 11:47:56.000000000 +0200 +++ new/libyui-qt-2.46.21/package/libyui-qt-doc.spec 2015-10-02 17:34:10.000000000 +0200 @@ -20,7 +20,7 @@ %define so_version 7 Name: %{parent}-doc -Version: 2.46.20 +Version: 2.46.21 Release: 0 Source: %{parent}-%{version}.tar.bz2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-2.46.20/package/libyui-qt.changes new/libyui-qt-2.46.21/package/libyui-qt.changes --- old/libyui-qt-2.46.20/package/libyui-qt.changes 2015-09-21 11:47:56.000000000 +0200 +++ new/libyui-qt-2.46.21/package/libyui-qt.changes 2015-10-02 17:34:10.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Oct 2 14:55:08 UTC 2015 - [email protected] + +- fixed styling for the release notes dialog content (bsc#947167) +- 2.46.21 + +------------------------------------------------------------------- Wed Sep 16 17:29:23 CEST 2015 - [email protected] - Reorganized git for easier tarball creation: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-2.46.20/package/libyui-qt.spec new/libyui-qt-2.46.21/package/libyui-qt.spec --- old/libyui-qt-2.46.20/package/libyui-qt.spec 2015-09-21 11:47:56.000000000 +0200 +++ new/libyui-qt-2.46.21/package/libyui-qt.spec 2015-10-02 17:34:10.000000000 +0200 @@ -17,7 +17,7 @@ Name: libyui-qt -Version: 2.46.20 +Version: 2.46.21 Release: 0 Source: %{name}-%{version}.tar.bz2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-qt-2.46.20/src/QY2RelNotesDialog.cc new/libyui-qt-2.46.21/src/QY2RelNotesDialog.cc --- old/libyui-qt-2.46.20/src/QY2RelNotesDialog.cc 2015-09-21 11:47:56.000000000 +0200 +++ new/libyui-qt-2.46.21/src/QY2RelNotesDialog.cc 2015-10-02 17:34:10.000000000 +0200 @@ -86,6 +86,8 @@ closeButton->setText( _( "&Close" ) ); QY2Styler::styler()->registerWidget( this ); + // the stylesheet for the displayed text is set separately + textBrowser->document()->setDefaultStyleSheet( QY2Styler::styler()->textStyle() ); } void QY2RelNotesDialog::setRelNotes( const std::map<std::string,std::string>& relnotes )
