Hello community, here is the log from the commit of package ark for openSUSE:Factory checked in at 2013-05-16 15:16:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ark (Old) and /work/SRC/openSUSE:Factory/.ark.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ark" Changes: -------- --- /work/SRC/openSUSE:Factory/ark/ark.changes 2013-04-18 10:13:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2013-05-16 15:16:57.000000000 +0200 @@ -1,0 +2,8 @@ +Sat May 4 17:03:43 UTC 2013 - [email protected] + +- Update to 4.10.3 + * Bugfix release + * See http://www.kde.org/announcements/announce-4.10.3.php + * resolves bnc#818500 + +------------------------------------------------------------------- Old: ---- ark-4.10.2.tar.xz New: ---- ark-4.10.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ark.spec ++++++ --- /var/tmp/diff_new_pack.sxCVGt/_old 2013-05-16 15:16:58.000000000 +0200 +++ /var/tmp/diff_new_pack.sxCVGt/_new 2013-05-16 15:16:58.000000000 +0200 @@ -17,7 +17,7 @@ Name: ark -Version: 4.10.2 +Version: 4.10.3 Release: 0 Summary: KDE Archiver Tool License: GPL-2.0+ ++++++ ark-4.10.2.tar.xz -> ark-4.10.3.tar.xz ++++++ Files old/ark-4.10.2/doc/index.cache.bz2 and new/ark-4.10.3/doc/index.cache.bz2 differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ark-4.10.2/part/part.cpp new/ark-4.10.3/part/part.cpp --- old/ark-4.10.2/part/part.cpp 2013-03-01 08:04:35.000000000 +0100 +++ new/ark-4.10.3/part/part.cpp 2013-05-03 06:42:57.000000000 +0200 @@ -457,11 +457,11 @@ job->start(); m_infoPanel->setIndex(QModelIndex()); - if (archive != 0 && arguments().metaData()[QLatin1String( "showExtractDialog" )] == QLatin1String( "true" )) { + if (arguments().metaData()[QLatin1String( "showExtractDialog" )] == QLatin1String( "true" )) { QTimer::singleShot(0, this, SLOT(slotExtractFiles())); } - return (archive != 0); + return true; } bool Part::saveFile() -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
