Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2017-10-23 16:26:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ark (Old)
 and      /work/SRC/openSUSE:Factory/.ark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ark"

Mon Oct 23 16:26:31 2017 rev:82 rq:534634 version:17.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ark/ark.changes  2017-09-12 19:41:34.743627674 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes     2017-10-23 
16:26:33.635756918 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:31:06 CEST 2017 - [email protected]
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+-------------------------------------------------------------------

Old:
----
  ark-17.08.1.tar.xz

New:
----
  ark-17.08.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ark.spec ++++++
--- /var/tmp/diff_new_pack.ZKy9ci/_old  2017-10-23 16:26:35.055690441 +0200
+++ /var/tmp/diff_new_pack.ZKy9ci/_new  2017-10-23 16:26:35.063690067 +0200
@@ -21,7 +21,7 @@
 %define SOMAJOR 17
 
 Name:           ark
-Version:        17.08.1
+Version:        17.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-17.08.1.tar.xz -> ark-17.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-17.08.1/CMakeLists.txt 
new/ark-17.08.2/CMakeLists.txt
--- old/ark-17.08.1/CMakeLists.txt      2017-09-02 11:32:36.000000000 +0200
+++ new/ark-17.08.2/CMakeLists.txt      2017-10-08 04:45:20.000000000 +0200
@@ -7,7 +7,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "17")
 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}")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-17.08.1/kerfuffle/mime/kerfuffle.xml 
new/ark-17.08.2/kerfuffle/mime/kerfuffle.xml
--- old/ark-17.08.1/kerfuffle/mime/kerfuffle.xml        2017-09-02 
11:32:36.000000000 +0200
+++ new/ark-17.08.2/kerfuffle/mime/kerfuffle.xml        2017-10-08 
04:45:20.000000000 +0200
@@ -11,6 +11,7 @@
       <comment xml:lang="es">Archivo comprimido Tar (comprimido con 
lzip)</comment>
       <comment xml:lang="et">Tar-arhiiv (lzip-tihendusega)</comment>
       <comment xml:lang="eu">Tar artxiboa (lzip bidez konprimatua)</comment>
+      <comment xml:lang="fr">Archive TAR (compressée par LZIP)</comment>
       <comment xml:lang="it">Archivio Tar (compressione lzip)</comment>
       <comment xml:lang="ko">TAR 압축 파일(LZIP 압축)</comment>
       <comment xml:lang="nl">Tar-archief (lzip-gecomprimeerd)</comment>
@@ -41,6 +42,7 @@
       <comment xml:lang="es">Archivo comprimido XAR</comment>
       <comment xml:lang="et">XAR-arhiiv</comment>
       <comment xml:lang="eu">XAR artxiboa</comment>
+      <comment xml:lang="fr">Archive XAR</comment>
       <comment xml:lang="it">Archivio XAR</comment>
       <comment xml:lang="ko">XAR 압축 파일</comment>
       <comment xml:lang="nl">XAR-archief</comment>
@@ -75,6 +77,7 @@
       <comment xml:lang="es">Archivo comprimido Tar (comprimido con 
LZ4)</comment>
       <comment xml:lang="et">Tar-arhiiv (LZ4 tihendusega)</comment>
       <comment xml:lang="eu">Tar artxiboa (LZ4 bidez konprimatua)</comment>
+      <comment xml:lang="fr">Archive TAR (compressée par LZ4)</comment>
       <comment xml:lang="it">Archivio Tar (compressione LZ4)</comment>
       <comment xml:lang="ko">TAR 압축 파일(LZ4 압축)</comment>
       <comment xml:lang="nl">Tar-archief (lz4-gecomprimeerd)</comment>
@@ -104,6 +107,7 @@
       <comment xml:lang="es">Paquete de aplicación AppImage</comment>
       <comment xml:lang="et">AppImage rakendusekimp</comment>
       <comment xml:lang="eu">AppImage aplikazioaren paketea</comment>
+      <comment xml:lang="fr">Application empaquetée AppImage</comment>
       <comment xml:lang="it">Pacchetto applicazione AppImage</comment>
       <comment xml:lang="ko">AppImage 프로그램 번들</comment>
       <comment xml:lang="nl">Toepassingsbundel AppImage</comment>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-17.08.1/plugins/libzipplugin/kerfuffle_libzip.json.cmake 
new/ark-17.08.2/plugins/libzipplugin/kerfuffle_libzip.json.cmake
--- old/ark-17.08.1/plugins/libzipplugin/kerfuffle_libzip.json.cmake    
2017-09-02 11:32:36.000000000 +0200
+++ new/ark-17.08.2/plugins/libzipplugin/kerfuffle_libzip.json.cmake    
2017-10-08 04:45:20.000000000 +0200
@@ -8,6 +8,7 @@
         "Description[el]": "Πλήρης υποστήριξη για την αρχειοθήκη μορφής zip",
         "Description[es]": "Uso total del formato de archivo comprimido zip",
         "Description[eu]": "Zip artxibo formatuarentzako euskarri osoa",
+        "Description[fr]": "Prise en charge complète du format d'archive ZIP",
         "Description[it]": "Supporto completo per il formato di archivi ZIP",
         "Description[nl]": "Volledige ondersteuning voor het 
zip-archiefformaat",
         "Description[nn]": "Full støtte for arkivformatet ZIP",
@@ -37,6 +38,7 @@
         "Name[el]": "Πρόσθετο Libzip",
         "Name[es]": "Complemento Libzip",
         "Name[eu]": "Libzip plugina",
+        "Name[fr]": "Module externe « libzip »",
         "Name[it]": "Estensione Libzip",
         "Name[nl]": "Libzip-plug-in",
         "Name[nn]": "Libzip-tillegg",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-17.08.1/po/cs/ark.po new/ark-17.08.2/po/cs/ark.po
--- old/ark-17.08.1/po/cs/ark.po        2017-09-05 02:29:21.000000000 +0200
+++ new/ark-17.08.2/po/cs/ark.po        2017-10-10 02:08:30.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-08-18 05:22+0200\n"
-"PO-Revision-Date: 2017-07-27 14:25+0100\n"
+"PO-Revision-Date: 2017-09-12 11:18+0100\n"
 "Last-Translator: Vít Pelčák <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
@@ -1280,7 +1280,7 @@
 #: part/ark_part.rc:34
 #, kde-format
 msgid "Main Toolbar"
-msgstr "Hlavní nástrojová lišta"
+msgstr "Hlavní panel nástrojů"
 
 #: part/arkviewer.cpp:59
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-17.08.1/po/fr/ark.po new/ark-17.08.2/po/fr/ark.po
--- old/ark-17.08.1/po/fr/ark.po        2017-09-05 02:29:21.000000000 +0200
+++ new/ark-17.08.2/po/fr/ark.po        2017-10-10 02:08:30.000000000 +0200
@@ -10,13 +10,14 @@
 # Jean-Jacques Finazzi <[email protected]>, 2007, 2008, 2009, 
2010, 2011, 2012.
 # xavier <[email protected]>, 2012, 2013.
 # Thomas Vergnaud <[email protected]>, 2014, 2015, 2016, 2017.
+# Vincent Pinon <[email protected]>, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-08-18 05:22+0200\n"
-"PO-Revision-Date: 2017-04-29 10:22+0100\n"
-"Last-Translator: Thomas Vergnaud <[email protected]>\n"
+"PO-Revision-Date: 2017-09-21 09:15+0100\n"
+"Last-Translator: Vincent Pinon <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
@@ -136,10 +137,9 @@
 msgstr "Outil d'archivage de KDE"
 
 #: app/main.cpp:96
-#, fuzzy, kde-format
-#| msgid "(c) 1997-2016, The Ark Developers"
+#, kde-format
 msgid "(c) 1997-2017, The Ark Developers"
-msgstr "© 1997-2016, les développeurs d'Ark"
+msgstr "© 1997-2017, les développeurs d'Ark"
 
 #: app/main.cpp:103
 #, kde-format
@@ -224,12 +224,12 @@
 #: app/main.cpp:140
 #, kde-format
 msgid "Vladyslav Batyrenko"
-msgstr ""
+msgstr "Vladyslav Batyrenko"
 
 #: app/main.cpp:141
 #, kde-format
 msgid "Advanced editing functionalities"
-msgstr ""
+msgstr "Fonctionnalités d'édition avancées"
 
 #: app/main.cpp:144
 #, kde-format
@@ -479,13 +479,11 @@
 "Limite de taille pour la prévisualisation des fichiers, en méga-octets."
 
 #: kerfuffle/cliinterface.cpp:272
-#, fuzzy, kde-kuit-format
-#| msgctxt "@info"
-#| msgid "Failed to locate program <filename>%2</filename> on disk."
+#, kde-kuit-format
 msgctxt "@info"
 msgid "Failed to locate program <filename>%1</filename> on disk."
 msgstr ""
-"Impossible de trouver le programme <filename>%2</filename> sur le disque."
+"Impossible de trouver le programme <filename>%1</filename> sur le disque."
 
 #: kerfuffle/cliinterface.cpp:382
 #, kde-format
@@ -934,13 +932,11 @@
 "vous que vous avez les droits d'accès suffisants."
 
 #: kerfuffle/jobs.cpp:651
-#, fuzzy, kde-format
-#| msgid "Copying a file"
-#| msgid_plural "Copying %1 files"
+#, kde-format
 msgid "Compressing a file"
 msgid_plural "Compressing %1 files"
-msgstr[0] "Copie d'un fichier"
-msgstr[1] "Copie de %1 fichiers"
+msgstr[0] "Compression d'un fichier"
+msgstr[1] "Compression de %1 fichiers"
 
 #: kerfuffle/jobs.cpp:704
 #, kde-format
@@ -1960,6 +1956,9 @@
 "Delete operation failed. Try upgrading p7zip or disabling the p7zip plugin "
 "in the configuration dialog."
 msgstr ""
+"L'opération de suppression a échoué. Essayez de mettre à jour p7zip ou de "
+"désactiver le module externe p7zip dans la boîte de dialogue de "
+"configuration."
 
 #: plugins/clirarplugin/cliplugin.cpp:178
 #: plugins/clirarplugin/cliplugin.cpp:318
@@ -2125,87 +2124,76 @@
 #: plugins/libzipplugin/libzipplugin.cpp:451
 #: plugins/libzipplugin/libzipplugin.cpp:685
 #: plugins/libzipplugin/libzipplugin.cpp:735
-#, fuzzy, kde-kuit-format
-#| msgid "Failed to find all archive volumes."
+#, kde-kuit-format
 msgid "Failed to open archive: %1"
-msgstr "Impossible de trouver tous les volumes de l'archive."
+msgstr "Impossible d'ouvrir l'archive : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:186
 #: plugins/libzipplugin/libzipplugin.cpp:376
 #: plugins/libzipplugin/libzipplugin.cpp:404
 #: plugins/libzipplugin/libzipplugin.cpp:715
 #: plugins/libzipplugin/libzipplugin.cpp:781
-#, fuzzy, kde-kuit-format
-#| msgid "Failed to find all archive volumes."
+#, kde-kuit-format
 msgid "Failed to write archive."
-msgstr "Impossible de trouver tous les volumes de l'archive."
+msgstr "Impossible d'écrire dans l'archive."
 
 #: plugins/libzipplugin/libzipplugin.cpp:231
 #: plugins/libzipplugin/libzipplugin.cpp:772
 #, kde-kuit-format
 msgid "Failed to add entry: %1"
-msgstr ""
+msgstr "Impossible d'ajouter l'entrée : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:361
 #: plugins/libzipplugin/libzipplugin.cpp:366
 #, kde-kuit-format
 msgid "Failed to delete entry: %1"
-msgstr ""
+msgstr "Impossible de supprimer l'entrée : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:540
 #, kde-kuit-format
 msgid "Failed to create directory: %1"
-msgstr ""
+msgstr "Impossible de créer le dossier : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:603
 #, kde-kuit-format
 msgid "Failed to open '%1':<nl/>%2"
-msgstr ""
+msgstr "Impossible d'ouvrir « %1 » :<nl/>%2"
 
 #: plugins/libzipplugin/libzipplugin.cpp:611
-#, fuzzy, kde-kuit-format
-#| msgctxt "@info"
-#| msgid "Failed to create a temporary file for writing data."
+#, kde-kuit-format
 msgid "Failed to open file for writing: %1"
-msgstr ""
-"Échec lors de la création d'un fichier temporaire pour l'écriture des "
-"données."
+msgstr "Impossible d'ouvrir le fichier en l'écriture : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:632
 #, kde-kuit-format
 msgid "Failed to read data for entry: %1"
-msgstr ""
+msgstr "Impossible de lire les données pour l'entrée : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:637
 #, kde-kuit-format
 msgid "Failed to write data for entry: %1"
-msgstr ""
+msgstr "Impossible d'écrire les données pour l'entrée : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:647
-#, fuzzy, kde-kuit-format
-#| msgid "Failed to find all archive volumes."
+#, kde-kuit-format
 msgid "Failed to locate entry: %1"
-msgstr "Impossible de trouver tous les volumes de l'archive."
+msgstr "Impossible de trouver l'entrée : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:655
-#, fuzzy, kde-kuit-format
-#| msgctxt "@info"
-#| msgid "Failed to create a temporary file for writing data."
+#, kde-kuit-format
 msgid "Failed to read metadata for entry: %1"
-msgstr ""
-"Échec lors de la création d'un fichier temporaire pour l'écriture des "
-"données."
+msgstr "Impossible de lire les métadonnées pour l'entrée : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:699
 #: plugins/libzipplugin/libzipplugin.cpp:705
 #, kde-kuit-format
 msgid "Failed to move entry: %1"
-msgstr ""
+msgstr "Impossible de déplacer l'entrée : %1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:758
 #, kde-kuit-format
 msgid "Failed to copy entry: %1"
-msgstr ""
+msgstr "Impossible de copier l'entrée : %1"
 
 #~ msgid "Adding a file"
 #~ msgid_plural "Adding %1 files"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-17.08.1/po/gl/ark.po new/ark-17.08.2/po/gl/ark.po
--- old/ark-17.08.1/po/gl/ark.po        2017-09-05 02:29:21.000000000 +0200
+++ new/ark-17.08.2/po/gl/ark.po        2017-10-10 02:08:30.000000000 +0200
@@ -2,14 +2,14 @@
 # Xosé <[email protected]>, 2008, 2012.
 # Marce Villarino <[email protected]>, 2009, 2014.
 # Adrian Chaves Fernandez <[email protected]>, 2013, 2015, 2016.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-08-18 05:22+0200\n"
-"PO-Revision-Date: 2016-05-17 06:37+0100\n"
-"Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail."
-"com>\n"
+"PO-Revision-Date: 2017-10-03 18:17+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -282,8 +282,7 @@
 #, kde-format
 msgid ""
 "Destination folder to extract to. Defaults to current path if not specified."
-msgstr ""
-"Cartafol no que extraer. Se non se especifica, usarase o cartafol actual."
+msgstr "Cartafol no que extraer. Se non se especifica, usarase a ruta actual."
 
 #. i18n: ectx: label, entry (openDestinationFolderAfterExtraction), group 
(Extraction)
 #: app/main.cpp:173 kerfuffle/ark.kcfg:23
@@ -324,8 +323,8 @@
 "Automatically choose a filename, with the selected suffix (for example rar, "
 "tar.gz, zip or any other supported types)"
 msgstr ""
-"Escoller automaticamente un nome de ficheiro, co sufixo seleccionado. "
-"Posíbeis valores: «rar», «tar.gz», «zip», etc."
+"Escoller automaticamente un nome de ficheiro, co sufixo seleccionado. Por "
+"exemplo: «rar», «tar.gz», «zip», ou calquera outro tipo permitido."
 
 #: app/main.cpp:190
 #, kde-format
@@ -340,7 +339,7 @@
 #, kde-format
 msgid ""
 "The destination argument will be set to the path of the first file supplied."
-msgstr "O argumento de destino será a primeira ruta fornecida."
+msgstr "O argumento de destino será a ruta do primeiro ficheiro fornecido."
 
 #: app/main.cpp:196
 #, kde-format
@@ -759,7 +758,7 @@
 #: kerfuffle/extractiondialog.ui:70
 #, kde-format
 msgid "Extract All Files"
-msgstr "Extraelo todo"
+msgstr "Extraer todos os ficheiros"
 
 #. i18n: ectx: property (title), widget (QGroupBox, singleFolderGroup)
 #: kerfuffle/extractiondialog.ui:79
@@ -862,7 +861,7 @@
 #: kerfuffle/generalsettingspage.ui:33
 #, kde-format
 msgid "Pre&view the file with internal previewer"
-msgstr "Obter unha &vista previa con Ark"
+msgstr "Obter unha &vista previa do ficheiro co previsualizador interno"
 
 #. i18n: ectx: property (text), widget (QRadioButton, radioButton_2)
 #: kerfuffle/generalsettingspage.ui:43
@@ -1438,7 +1437,7 @@
 #: part/jobtracker.ui:13
 #, kde-format
 msgid "Job Tracker"
-msgstr "Sistema de seguimento de traballos"
+msgstr "Rastrexador de traballos"
 
 #. i18n: ectx: property (text), widget (QLabel, descriptionLabel)
 #: part/jobtracker.ui:43
@@ -1841,7 +1840,7 @@
 "Loading the archive <filename>%1</filename> failed with the following error:"
 "<nl/><message>%2</message>"
 msgstr ""
-"Non foi posíbel cargar o arguivo <filename>%1</filename>. Mensaxe de erro: "
+"Non foi posíbel cargar o arquivo <filename>%1</filename>. Mensaxe de erro: "
 "<nl/><message>%2</message>"
 
 #: part/part.cpp:932
@@ -2049,8 +2048,7 @@
 msgid ""
 "This archive contains archive entries with absolute paths, which are not "
 "supported by Ark."
-msgstr ""
-"O arquivo contén entradas con rutas absolutas, que Ark non pode manexar."
+msgstr "O arquivo contén entradas con rutas absolutas, que Ark non permite."
 
 #: plugins/libarchive/libarchiveplugin.cpp:386
 #, kde-format
@@ -2061,7 +2059,7 @@
 #: plugins/libarchive/libarchiveplugin.cpp:424
 #, kde-format
 msgid "The archive reader could not be initialized."
-msgstr "Non foi posíbel iniciar o lector do arquivo."
+msgstr "Non foi posíbel inicializar o lector do arquivo."
 
 #: plugins/libarchive/libarchiveplugin.cpp:438
 #, kde-format
@@ -2080,7 +2078,7 @@
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:239
 #, kde-format
 msgid "The archive writer could not be initialized."
-msgstr "Non foi posíbel iniciar o escritor do arquivo."
+msgstr "Non foi posíbel inicializar o escritor do arquivo."
 
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:257
 #, fuzzy, kde-format
@@ -2093,7 +2091,7 @@
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:301
 #, kde-format
 msgid "The compression type '%1' is not supported by Ark."
-msgstr "Ark non pode comprimir en «%1»."
+msgstr "Ark non permite o tipo de compresión «%1»."
 
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:310
 #: plugins/libarchive/readwritelibarchiveplugin.cpp:361
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-17.08.1/po/id/ark.po new/ark-17.08.2/po/id/ark.po
--- old/ark-17.08.1/po/id/ark.po        2017-09-05 02:29:21.000000000 +0200
+++ new/ark-17.08.2/po/id/ark.po        2017-10-10 02:08:31.000000000 +0200
@@ -16,7 +16,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-17.08.1/po/ja/ark.po new/ark-17.08.2/po/ja/ark.po
--- old/ark-17.08.1/po/ja/ark.po        2017-09-05 02:29:21.000000000 +0200
+++ new/ark-17.08.2/po/ja/ark.po        2017-10-10 02:08:31.000000000 +0200
@@ -308,8 +308,8 @@
 "Add the specified files to 'filename'. Create archive if it does not exist. "
 "Quit when finished."
 msgstr ""
-"指定されたファイルを <placeholder>ファイル名</placeholder> に追加します。アー"
-"カイブが存在しなければ作成します。操作が完了したらプログラムを終了します。"
+"指定されたファイルを <ファイル名> に追加します。アーカイブが存在しなければ作"
+"成します。操作が完了したらプログラムを終了します。"
 
 #: app/main.cpp:183
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-17.08.1/po/zh_CN/ark.po 
new/ark-17.08.2/po/zh_CN/ark.po
--- old/ark-17.08.1/po/zh_CN/ark.po     2017-09-05 02:29:22.000000000 +0200
+++ new/ark-17.08.2/po/zh_CN/ark.po     2017-10-10 02:08:31.000000000 +0200
@@ -1,9 +1,24 @@
+# translation of ark.po to 简体中文
+# Simplified Chinese translation for ark.
+# Copyright (C) 2002,2003, 2008, 2009 Free Software Foundation, Inc.
+#
+# Wang Jian <[email protected]>, 1998.
+# Zong Yaotang <[email protected]>, 2002.
+# He Qiangqiang <[email protected]>, 2002.
+# Liu Songhe <[email protected]>,2002.
+# Xiong Jiang <[email protected]>, 2002,2003.
+# Funda Wang <[email protected]>, 2002, 2003, 2004.
+# Ni Hui <[email protected]>, 2008, 2009, 2010, 2011, 2012, 2016.
+# Lie_Ex <[email protected]>, 2007-2009.
+# Feng Chao <[email protected]>, 2010, 2011, 2015.
+# Weng Xuetian <[email protected]>, 2011, 2015, 2016.
+# Guo Yunhe <[email protected]>, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-08-18 05:22+0200\n"
-"PO-Revision-Date: 2017-08-31 05:21-0400\n"
+"PO-Revision-Date: 2017-09-30 17:52-0400\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -2038,12 +2053,12 @@
 #: plugins/libzipplugin/libzipplugin.cpp:647
 #, kde-kuit-format
 msgid "Failed to locate entry: %1"
-msgstr ""
+msgstr "定位项目失败:%1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:655
 #, kde-kuit-format
 msgid "Failed to read metadata for entry: %1"
-msgstr ""
+msgstr "无法读取项目的元数据:%1"
 
 #: plugins/libzipplugin/libzipplugin.cpp:699
 #: plugins/libzipplugin/libzipplugin.cpp:705

++++++ lower-libarchive-minimum-version.patch ++++++
--- /var/tmp/diff_new_pack.ZKy9ci/_old  2017-10-23 16:26:35.623663850 +0200
+++ /var/tmp/diff_new_pack.ZKy9ci/_new  2017-10-23 16:26:35.623663850 +0200
@@ -13,10 +13,10 @@
  plugins/libarchive/readwritelibarchiveplugin.cpp |  4 ++++
  3 files changed, 24 insertions(+), 4 deletions(-)
 
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index dd9b3a3..29dca8b 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
+Index: ark-17.08.2/CMakeLists.txt
+===================================================================
+--- ark-17.08.2.orig/CMakeLists.txt
++++ ark-17.08.2/CMakeLists.txt
 @@ -60,7 +60,7 @@ if(NOT Qt5Test_FOUND)
      set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
  endif()
@@ -26,11 +26,11 @@
  set_package_properties(LibArchive PROPERTIES
                         URL "http://www.libarchive.org/";
                         DESCRIPTION "A library for dealing with a wide variety 
of archive file formats"
-diff --git a/plugins/libarchive/CMakeLists.txt 
b/plugins/libarchive/CMakeLists.txt
-index fa2a13d..bafe120 100644
---- a/plugins/libarchive/CMakeLists.txt
-+++ b/plugins/libarchive/CMakeLists.txt
-@@ -2,10 +2,15 @@ include_directories(${LibArchive_INCLUDE_DIRS})
+Index: ark-17.08.2/plugins/libarchive/CMakeLists.txt
+===================================================================
+--- ark-17.08.2.orig/plugins/libarchive/CMakeLists.txt
++++ ark-17.08.2/plugins/libarchive/CMakeLists.txt
+@@ -2,10 +2,15 @@ include_directories(${LibArchive_INCLUDE
  
  ########### next target ###############
  set(SUPPORTED_LIBARCHIVE_READWRITE_MIMETYPES 
"application/x-tar;application/x-compressed-tar;application/x-bzip-compressed-tar;application/x-tarz;application/x-xz-compressed-tar;")
@@ -76,11 +76,11 @@
  target_link_libraries(kerfuffle_libarchive_readonly ${LibArchive_LIBRARIES})
  target_link_libraries(kerfuffle_libarchive ${LibArchive_LIBRARIES})
  
-diff --git a/plugins/libarchive/readwritelibarchiveplugin.cpp 
b/plugins/libarchive/readwritelibarchiveplugin.cpp
-index b3f4e63..f71b7a7 100644
---- a/plugins/libarchive/readwritelibarchiveplugin.cpp
-+++ b/plugins/libarchive/readwritelibarchiveplugin.cpp
-@@ -291,9 +291,11 @@ bool ReadWriteLibarchivePlugin::initializeWriterFilters()
+Index: ark-17.08.2/plugins/libarchive/readwritelibarchiveplugin.cpp
+===================================================================
+--- ark-17.08.2.orig/plugins/libarchive/readwritelibarchiveplugin.cpp
++++ ark-17.08.2/plugins/libarchive/readwritelibarchiveplugin.cpp
+@@ -291,9 +291,11 @@ bool ReadWriteLibarchivePlugin::initiali
          ret = archive_write_add_filter_lrzip(m_archiveWriter.data());
          requiresExecutable = true;
          break;
@@ -92,7 +92,7 @@
      case ARCHIVE_FILTER_NONE:
          ret = archive_write_add_filter_none(m_archiveWriter.data());
          break;
-@@ -343,9 +345,11 @@ bool 
ReadWriteLibarchivePlugin::initializeNewFileWriterFilters(const Compression
+@@ -343,9 +345,11 @@ bool ReadWriteLibarchivePlugin::initiali
          qCDebug(ARK) << "Detected lrzip compression for new file";
          ret = archive_write_add_filter_lrzip(m_archiveWriter.data());
          requiresExecutable = true;


Reply via email to