commit gwenview for openSUSE:Factory
Hello community, here is the log from the commit of package gwenview for openSUSE:Factory checked in at 2014-05-22 06:49:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gwenview (Old) and /work/SRC/openSUSE:Factory/.gwenview.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gwenview" Changes: -------- --- /work/SRC/openSUSE:Factory/gwenview/gwenview.changes 2014-04-18 12:36:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gwenview.new/gwenview.changes 2014-05-22 06:50:00.000000000 +0200 @@ -1,0 +2,7 @@ +Fri May 9 16:43:58 UTC 2014 - tittiatcoke@gmail.com + +- Update to 4.13.1 + * KDE 4.13.1 bug fix release + * See http://www.kde.org/announcements/announce-4.13.1.php + +------------------------------------------------------------------- Old: ---- gwenview-4.13.0.tar.xz New: ---- gwenview-4.13.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gwenview.spec ++++++ --- /var/tmp/diff_new_pack.5FjlDj/_old 2014-05-22 06:50:02.000000000 +0200 +++ /var/tmp/diff_new_pack.5FjlDj/_new 2014-05-22 06:50:02.000000000 +0200 @@ -17,7 +17,7 @@ Name: gwenview -Version: 4.13.0 +Version: 4.13.1 Release: 0 Summary: Simple Image Viewer for KDE License: GPL-2.0+ ++++++ gwenview-4.13.0.tar.xz -> gwenview-4.13.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gwenview-4.13.0/app/main.cpp new/gwenview-4.13.1/app/main.cpp --- old/gwenview-4.13.0/app/main.cpp 2014-04-08 10:24:19.000000000 +0200 +++ new/gwenview-4.13.1/app/main.cpp 2014-05-05 09:21:49.000000000 +0200 @@ -136,5 +136,11 @@ } else { startHelper.createMainWindow(); } + + // Workaround for QTBUG-38613 + // Another solution would be to port BalooSemanticInfoBackend::refreshAllTags + // to be async rather than using exec(). + qApp->sendPostedEvents(0, QEvent::DeferredDelete); + return app.exec(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gwenview-4.13.0/lib/print/printoptionspage.cpp new/gwenview-4.13.1/lib/print/printoptionspage.cpp --- old/gwenview-4.13.0/lib/print/printoptionspage.cpp 2014-04-08 10:24:19.000000000 +0200 +++ new/gwenview-4.13.1/lib/print/printoptionspage.cpp 2014-05-05 09:21:49.000000000 +0200 @@ -139,7 +139,7 @@ Qt::Alignment PrintOptionsPage::alignment() const { int id = d->mPositionGroup.checkedId(); - kWarning() << "alignment=" << id; + kDebug() << "alignment=" << id; return Qt::Alignment(id); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gwenview-4.13.0/lib/version.h new/gwenview-4.13.1/lib/version.h --- old/gwenview-4.13.0/lib/version.h 2014-04-08 10:24:19.000000000 +0200 +++ new/gwenview-4.13.1/lib/version.h 2014-05-05 09:21:49.000000000 +0200 @@ -33,6 +33,6 @@ https://bugs.kde.org/editversions.cgi?product=gwenview */ -#define GWENVIEW_VERSION "4.13.0" +#define GWENVIEW_VERSION "4.13.1" #endif /* VERSION_H */ -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de