Hello community, here is the log from the commit of package palapeli for openSUSE:Factory checked in at 2013-06-11 06:07:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/palapeli (Old) and /work/SRC/openSUSE:Factory/.palapeli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "palapeli" Changes: -------- --- /work/SRC/openSUSE:Factory/palapeli/palapeli.changes 2013-05-16 18:12:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.palapeli.new/palapeli.changes 2013-06-11 09:35:17.000000000 +0200 @@ -1,0 +2,8 @@ +Sat Jun 1 17:36:59 UTC 2013 - [email protected] + +- Update to 4.10.4 + * Bugfix release + * See http://www.kde.org/announcements/announce-4.10.4.php + * resolves bnc#8122760 + +------------------------------------------------------------------- Old: ---- palapeli-4.10.3.tar.xz New: ---- palapeli-4.10.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ palapeli.spec ++++++ --- /var/tmp/diff_new_pack.eVcdIQ/_old 2013-06-11 09:35:18.000000000 +0200 +++ /var/tmp/diff_new_pack.eVcdIQ/_new 2013-06-11 09:35:18.000000000 +0200 @@ -21,7 +21,7 @@ License: GPL-2.0+ Group: Amusements/Games/Board/Puzzle Url: http://www.kde.org -Version: 4.10.3 +Version: 4.10.4 Release: 0 Source0: palapeli-%{version}.tar.xz BuildRequires: libkdegames-devel ++++++ palapeli-4.10.3.tar.xz -> palapeli-4.10.4.tar.xz ++++++ Files old/palapeli-4.10.3/doc/index.cache.bz2 and new/palapeli-4.10.4/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/palapeli-4.10.3/src/creator/puzzlecreator.cpp new/palapeli-4.10.4/src/creator/puzzlecreator.cpp --- old/palapeli-4.10.3/src/creator/puzzlecreator.cpp 2013-05-03 06:40:15.000000000 +0200 +++ new/palapeli-4.10.4/src/creator/puzzlecreator.cpp 2013-05-28 22:15:45.000000000 +0200 @@ -122,6 +122,7 @@ KMessageBox::sorry(this, i18n("Puzzle cannot be created: The file you selected is not an image.")); return; } + image = image.convertToFormat(image.hasAlphaChannel() ? QImage::Format_ARGB32 : QImage::Format_RGB32); Pala::SlicerJob job(image, slicerArgs); job.setMode(selection.mode); if (!const_cast<Pala::Slicer*>(slicer)->process(&job)) //BIC: make Pala::Slicer::process() and run() const @@ -135,7 +136,7 @@ creationContext.comment = m_commentEdit->text(); creationContext.author = m_authorEdit->text(); creationContext.pieceCount = job.pieces().count(); - creationContext.image = image.convertToFormat(image.hasAlphaChannel() ? QImage::Format_ARGB32 : QImage::Format_RGB32); + creationContext.image = image; creationContext.thumbnail = image.scaled(Palapeli::PuzzleMetadata::ThumbnailBaseSize, Qt::KeepAspectRatio); creationContext.modifyProtection = false; //only enabled for default puzzles creationContext.slicer = selection.slicerPluginName; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
