Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2019-10-14 13:24:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ark (Old)
 and      /work/SRC/openSUSE:Factory/.ark.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ark"

Mon Oct 14 13:24:57 2019 rev:110 rq:737676 version:19.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ark/ark.changes  2019-09-09 12:21:32.437898275 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new.2352/ark.changes        2019-10-14 
13:24:59.327979735 +0200
@@ -1,0 +2,9 @@
+Fri Oct 11 07:42:21 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.2.php
+- No code change since 19.08.1
+
+-------------------------------------------------------------------

Old:
----
  ark-19.08.1.tar.xz
  ark-19.08.1.tar.xz.sig

New:
----
  ark-19.08.2.tar.xz
  ark-19.08.2.tar.xz.sig

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

Other differences:
------------------
++++++ ark.spec ++++++
--- /var/tmp/diff_new_pack.C96RBP/_old  2019-10-14 13:25:00.043977869 +0200
+++ /var/tmp/diff_new_pack.C96RBP/_new  2019-10-14 13:25:00.043977869 +0200
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ark
-Version:        19.08.1
+Version:        19.08.2
 Release:        0
 Summary:        KDE Archiver Tool
 License:        GPL-2.0-or-later


++++++ ark-19.08.1.tar.xz -> ark-19.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-19.08.1/CMakeLists.txt 
new/ark-19.08.2/CMakeLists.txt
--- old/ark-19.08.1/CMakeLists.txt      2019-09-01 05:30:58.000000000 +0200
+++ new/ark-19.08.2/CMakeLists.txt      2019-10-06 05:08:50.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "19")
 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-19.08.1/po/cs/ark.po new/ark-19.08.2/po/cs/ark.po
--- old/ark-19.08.1/po/cs/ark.po        2019-09-03 03:32:47.000000000 +0200
+++ new/ark-19.08.2/po/cs/ark.po        2019-10-08 02:12:09.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-02-04 16:40+0100\n"
+"PO-Revision-Date: 2019-09-05 15:38+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
@@ -18,7 +18,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 18.12.1\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -63,6 +63,8 @@
 "There was an error while extracting <filename>%1</filename>. Any further "
 "archive will not be extracted."
 msgstr ""
+"Nastala chyba při rozbalování <filename>%1</filename>. Následující archiv "
+"nebude rozbalen."
 
 #: app/batchextract.cpp:157
 #, kde-kuit-format
@@ -71,12 +73,14 @@
 "There was an error while extracting <filename>%1</filename>:<nl/><message>"
 "%2</message><nl/>Any further archive will not be extracted."
 msgstr ""
+"Nastala chyba při rozbalování <filename>%1</filename>:<nl/><message>%2</"
+"message><nl/>Následující archiv nebude rozbalen."
 
 #: app/batchextract.cpp:161
 #, kde-kuit-format
 msgctxt "@info"
 msgid "There was an error while extracting <filename>%1</filename>."
-msgstr ""
+msgstr "Nastala chyba při rozbalování <filename>%1</filename>."
 
 #: app/batchextract.cpp:162
 #, kde-kuit-format
@@ -85,6 +89,8 @@
 "There was an error while extracting <filename>%1</filename>:<nl/><message>"
 "%2</message>"
 msgstr ""
+"Nastala chyba při rozbalování <filename>%1</filename>:<nl/><message>%2</"
+"message>"
 
 #: app/compressfileitemaction.cpp:67
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-19.08.1/po/fr/ark.po new/ark-19.08.2/po/fr/ark.po
--- old/ark-19.08.1/po/fr/ark.po        2019-09-03 03:32:47.000000000 +0200
+++ new/ark-19.08.2/po/fr/ark.po        2019-10-08 02:12:10.000000000 +0200
@@ -25,7 +25,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 19.07.70\n"
+"X-Generator: Lokalize 18.12.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-19.08.1/po/gl/ark.po new/ark-19.08.2/po/gl/ark.po
--- old/ark-19.08.1/po/gl/ark.po        2019-09-03 03:32:48.000000000 +0200
+++ new/ark-19.08.2/po/gl/ark.po        2019-10-08 02:12:10.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-07-13 12:43+0200\n"
+"PO-Revision-Date: 2019-09-29 09:25+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.04.1\n"
+"X-Generator: Lokalize 19.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -878,7 +878,7 @@
 #: kerfuffle/generalsettingspage.ui:43
 #, kde-format
 msgid "Open the fi&le with associated application"
-msgstr "Abrir o ficheiro co ap&licativo asociado"
+msgstr "Abrir o ficheiro coa ap&licación asociada"
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_showEncryptionWarning)
 #: kerfuffle/generalsettingspage.ui:60
@@ -1503,7 +1503,7 @@
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Click to open the selected file with the associated application"
-msgstr "Premer para abrir o ficheiro seleccionado co aplicativo asociado."
+msgstr "Premer para abrir o ficheiro seleccionado coa aplicación asociada."
 
 #: part/part.cpp:371
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-19.08.1/po/id/ark.po new/ark-19.08.2/po/id/ark.po
--- old/ark-19.08.1/po/id/ark.po        2019-09-03 03:32:48.000000000 +0200
+++ new/ark-19.08.2/po/id/ark.po        2019-10-08 02:12:10.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-28 15:06+0700\n"
+"PO-Revision-Date: 2019-09-01 09:01+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
@@ -645,8 +645,8 @@
 msgid ""
 "This encryption method may not be supported by older archiving software."
 msgstr ""
-"Metode enkripsi ini mungkin tidak didukung oleh software pengarsipan yang "
-"lawas."
+"Metode enkripsi ini mungkin tidak didukung oleh perangkat lunak pengarsipan "
+"yang lawas."
 
 #. i18n: ectx: property (title), widget (KCollapsibleGroupBox, 
collapsibleMultiVolume)
 #: kerfuffle/compressionoptionswidget.ui:183
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-19.08.1/po/it/ark.po new/ark-19.08.2/po/it/ark.po
--- old/ark-19.08.1/po/it/ark.po        2019-09-03 03:32:48.000000000 +0200
+++ new/ark-19.08.2/po/it/ark.po        2019-10-08 02:12:10.000000000 +0200
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 19.04.3\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-19.08.1/po/pt_BR/ark.po 
new/ark-19.08.2/po/pt_BR/ark.po
--- old/ark-19.08.1/po/pt_BR/ark.po     2019-09-03 03:32:49.000000000 +0200
+++ new/ark-19.08.2/po/pt_BR/ark.po     2019-10-08 02:12:10.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-05-20 16:45-0300\n"
+"PO-Revision-Date: 2019-10-03 10:28-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
 "Language: pt_BR\n"
@@ -23,7 +23,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 19.04.0\n"
+"X-Generator: Lokalize 19.08.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -908,8 +908,8 @@
 #, kde-format
 msgid "No suitable plugin found. Ark does not seem to support this file type."
 msgstr ""
-"Não foi encontrado nenhum plugin adequado. Parece que o Ark não tem suporte "
-"a este tipo de arquivo."
+"Não foi encontrado nenhuma extensão adequada. Parece que o Ark não tem "
+"suporte a este tipo de arquivo."
 
 #: kerfuffle/jobs.cpp:123
 #, kde-format
@@ -917,7 +917,7 @@
 "Failed to load a suitable plugin. Make sure any executables needed to handle "
 "the archive type are installed."
 msgstr ""
-"Ocorreu um erro ao carregar o plugin. Verifique se os executáveis "
+"Ocorreu um erro ao carregar a extensão. Verifique se os executáveis "
 "necessários para lidar com este tipo de arquivo estão instalados."
 
 #: kerfuffle/jobs.cpp:262
@@ -1008,7 +1008,7 @@
 "The plugin cannot be used because one or more required executables are "
 "missing. Check your installation."
 msgstr ""
-"Não é possível usar o plugin porque falta um ou mais executáveis "
+"Não é possível usar a extensão porque falta um ou mais executáveis "
 "obrigatórios. Verifique a sua instalação."
 
 #. i18n: @title:column
@@ -1924,8 +1924,8 @@
 "Delete operation failed. Try upgrading p7zip or disabling the p7zip plugin "
 "in the configuration dialog."
 msgstr ""
-"A operação de exclusão falhou. Tente atualizar o p7zip ou desativar o plugin "
-"p7zip na caixa de diálogo de configuração."
+"A operação de exclusão falhou. Tente atualizar o p7zip ou desativar a "
+"extensão p7zip na caixa de diálogo de configuração."
 
 #: plugins/clirarplugin/cliplugin.cpp:171
 #: plugins/clirarplugin/cliplugin.cpp:313
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-19.08.1/po/zh_CN/ark.po 
new/ark-19.08.2/po/zh_CN/ark.po
--- old/ark-19.08.1/po/zh_CN/ark.po     2019-09-03 03:32:50.000000000 +0200
+++ new/ark-19.08.2/po/zh_CN/ark.po     2019-10-08 02:12:11.000000000 +0200
@@ -18,7 +18,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-08-30 07:46+0200\n"
-"PO-Revision-Date: 2019-08-16 17:14\n"
+"PO-Revision-Date: 2019-09-05 09:57\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-19.08.1/po/zh_TW/ark.po 
new/ark-19.08.2/po/zh_TW/ark.po
--- old/ark-19.08.1/po/zh_TW/ark.po     2019-09-03 03:32:50.000000000 +0200
+++ new/ark-19.08.2/po/zh_TW/ark.po     2019-10-08 02:12:11.000000000 +0200
@@ -2058,6 +2058,3 @@
 #, kde-kuit-format
 msgid "Failed to set metadata for entry: %1"
 msgstr "設定項目的後設資料時失敗:%1"
-
-#~ msgid "There was an error during extraction."
-#~ msgstr "解開檔案時發生錯誤。"


Reply via email to