Hello community, here is the log from the commit of package ark for openSUSE:Factory checked in at 2018-10-15 09:19:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ark (Old) and /work/SRC/openSUSE:Factory/.ark.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ark" Mon Oct 15 09:19:35 2018 rev:97 rq:641429 version:18.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ark/ark.changes 2018-09-13 23:53:56.370295533 +0200 +++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2018-10-15 09:19:40.164695571 +0200 @@ -1,0 +2,10 @@ +Thu Oct 11 20:06:43 UTC 2018 - [email protected] + +- Update to 18.08.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.2.php +- Changes since 18.08.1: + * Downgrade warning to debug. + +------------------------------------------------------------------- Old: ---- ark-18.08.1.tar.xz New: ---- ark-18.08.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ark.spec ++++++ --- /var/tmp/diff_new_pack.UqpKEX/_old 2018-10-15 09:19:41.280694522 +0200 +++ /var/tmp/diff_new_pack.UqpKEX/_new 2018-10-15 09:19:41.284694518 +0200 @@ -21,7 +21,7 @@ %define SOMAJOR 18 Name: ark -Version: 18.08.1 +Version: 18.08.2 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++++++ ark-18.08.1.tar.xz -> ark-18.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ark-18.08.1/CMakeLists.txt new/ark-18.08.2/CMakeLists.txt --- old/ark-18.08.1/CMakeLists.txt 2018-08-31 18:41:01.000000000 +0200 +++ new/ark-18.08.2/CMakeLists.txt 2018-10-08 22:43:00.000000000 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (KDE_APPLICATIONS_VERSION_MAJOR "18") set (KDE_APPLICATIONS_VERSION_MINOR "08") -set (KDE_APPLICATIONS_VERSION_MICRO "1") +set (KDE_APPLICATIONS_VERSION_MICRO "2") set (KDE_APPLICATIONS_VERSION "${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}") project(ark VERSION ${KDE_APPLICATIONS_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ark-18.08.1/app/extractHereDndPlugin.cpp new/ark-18.08.2/app/extractHereDndPlugin.cpp --- old/ark-18.08.1/app/extractHereDndPlugin.cpp 2018-08-31 18:41:01.000000000 +0200 +++ new/ark-18.08.2/app/extractHereDndPlugin.cpp 2018-10-08 22:43:00.000000000 +0200 @@ -61,16 +61,16 @@ { QList<QAction *> actionList; - const QString extractHereMessage = i18nc("@action:inmenu Context menu shown when an archive is being drag'n'dropped", "Extract here"); - Kerfuffle::PluginManager pluginManager; if (!pluginManager.supportedMimeTypes().contains(popupMenuInfo.mimeType())) { - qCWarning(ARK) << popupMenuInfo.mimeType() << "is not a supported mimetype"; + qCDebug(ARK) << popupMenuInfo.mimeType() << "is not a supported mimetype"; return actionList; } qCDebug(ARK) << "Plugin executed"; + const QString extractHereMessage = i18nc("@action:inmenu Context menu shown when an archive is being drag'n'dropped", "Extract here"); + QAction *action = new QAction(QIcon::fromTheme(QStringLiteral("archive-extract")), extractHereMessage, nullptr); connect(action, &QAction::triggered, this, &ExtractHereDndPlugin::slotTriggered); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ark-18.08.1/po/id/ark.po new/ark-18.08.2/po/id/ark.po --- old/ark-18.08.1/po/id/ark.po 2018-09-04 02:23:38.000000000 +0200 +++ new/ark-18.08.2/po/id/ark.po 2018-10-09 02:16:43.000000000 +0200 @@ -9,8 +9,8 @@ "Project-Id-Version: ark\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-07-18 06:15+0200\n" -"PO-Revision-Date: 2018-07-23 06:27+0700\n" -"Last-Translator: wantoyo <[email protected]>\n" +"PO-Revision-Date: 2018-08-29 14:40+0700\n" +"Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" "MIME-Version: 1.0\n" @@ -218,7 +218,7 @@ #: app/main.cpp:141 #, kde-format msgid "Advanced editing functionalities" -msgstr "Fungsionalitas pengeditan lanjutan" +msgstr "Fungsionalitas pengeditan tingkatlanjut" #: app/main.cpp:144 #, kde-format @@ -367,7 +367,7 @@ #: kerfuffle/adddialog.cpp:61 kerfuffle/adddialog.cpp:99 #, kde-format msgid "Advanced Options" -msgstr "Opsi Lanjutan" +msgstr "Opsi Tingkatlanjut" #: kerfuffle/adddialog.cpp:70 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ark-18.08.1/po/zh_CN/ark.po new/ark-18.08.2/po/zh_CN/ark.po --- old/ark-18.08.1/po/zh_CN/ark.po 2018-09-04 02:23:39.000000000 +0200 +++ new/ark-18.08.2/po/zh_CN/ark.po 2018-10-09 02:16:44.000000000 +0200 @@ -18,8 +18,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-07-18 06:15+0200\n" -"PO-Revision-Date: 2018-08-30 13:19\n" -"Last-Translator: guoyunhebrave <[email protected]>\n" +"PO-Revision-Date: 2018-09-28 19:55\n" +"Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -170,7 +170,7 @@ #: app/main.cpp:110 app/main.cpp:113 app/main.cpp:116 #, kde-format msgid "Former Maintainer" -msgstr "先前维护者" +msgstr "前任维护者" #: app/main.cpp:112 #, kde-format @@ -190,7 +190,7 @@ #: app/main.cpp:119 #, kde-format msgid "Former maintainer" -msgstr "先前维护者" +msgstr "前任维护者" #: app/main.cpp:121 #, kde-format
