Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2021-11-06 18:13:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ark (Old)
 and      /work/SRC/openSUSE:Factory/.ark.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ark"

Sat Nov  6 18:13:39 2021 rev:138 rq:929236 version:21.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ark/ark.changes  2021-10-13 18:02:12.646910078 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new.1890/ark.changes        2021-11-06 
18:14:28.944773992 +0100
@@ -1,0 +2,10 @@
+Tue Nov  2 21:33:12 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 21.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.08.3/
+- Changes since 21.08.2:
+  * Cleanup AddJob on destruction (kde#442774)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ark.spec ++++++
--- /var/tmp/diff_new_pack.W0h7rh/_old  2021-11-06 18:14:29.816774449 +0100
+++ /var/tmp/diff_new_pack.W0h7rh/_new  2021-11-06 18:14:29.820774451 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ark
-Version:        21.08.2
+Version:        21.08.3
 Release:        0
 Summary:        KDE Archiver Tool
 License:        GPL-2.0-or-later


++++++ ark-21.08.2.tar.xz -> ark-21.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-21.08.2/CMakeLists.txt 
new/ark-21.08.3/CMakeLists.txt
--- old/ark-21.08.2/CMakeLists.txt      2021-10-05 00:17:00.000000000 +0200
+++ new/ark-21.08.3/CMakeLists.txt      2021-10-31 11:19:20.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "21")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(ark VERSION ${RELEASE_SERVICE_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-21.08.2/app/org.kde.ark.appdata.xml 
new/ark-21.08.3/app/org.kde.ark.appdata.xml
--- old/ark-21.08.2/app/org.kde.ark.appdata.xml 2021-10-05 00:17:00.000000000 
+0200
+++ new/ark-21.08.3/app/org.kde.ark.appdata.xml 2021-10-31 11:19:20.000000000 
+0100
@@ -350,10 +350,10 @@
     <binary>ark</binary>
   </provides>
   <releases>
+    <release version="21.08.3" date="2021-11-04"/>
     <release version="21.08.2" date="2021-10-07"/>
     <release version="21.08.1" date="2021-09-02"/>
     <release version="21.08.0" date="2021-08-12"/>
-    <release version="21.04.3" date="2021-07-08"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-21.08.2/kerfuffle/jobs.h 
new/ark-21.08.3/kerfuffle/jobs.h
--- old/ark-21.08.2/kerfuffle/jobs.h    2021-10-05 00:17:00.000000000 +0200
+++ new/ark-21.08.3/kerfuffle/jobs.h    2021-10-31 11:19:20.000000000 +0100
@@ -39,6 +39,7 @@
 
 #include <QElapsedTimer>
 #include <QTemporaryDir>
+#include <QPointer>
 
 namespace Kerfuffle
 {
@@ -215,7 +216,7 @@
     bool doKill() override;
 
 private:
-    AddJob *m_addJob = nullptr;
+    QPointer<AddJob> m_addJob;
     QVector<Archive::Entry*> m_entries;
     CompressionOptions m_options;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-21.08.2/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake 
new/ark-21.08.3/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake
--- 
old/ark-21.08.2/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake  
    2021-10-05 00:17:00.000000000 +0200
+++ 
new/ark-21.08.3/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake  
    2021-10-31 11:19:20.000000000 +0100
@@ -14,6 +14,7 @@
         "Description[eu]": "Ireki eta erauzi RAR eta LHA artxiboak",
         "Description[fi]": "Avaa ja pura RAR- ja LHA-arkistoja",
         "Description[fr]": "Ouvre et extrait les archives ????RAR???? et 
????LHA????",
+        "Description[hu]": "RAR ??s LHA arch??vumok megnyit??sa ??s 
kibont??sa",
         "Description[ia]": "Aperir e extraher archivos RAR e LHA ",
         "Description[it]": "Apri ed estrai archivi RAR e LHA",
         "Description[ja]": "RAR ??? LHA ?????????????????????????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-21.08.2/plugins/libsinglefileplugin/kerfuffle_libzstd.json.cmake 
new/ark-21.08.3/plugins/libsinglefileplugin/kerfuffle_libzstd.json.cmake
--- old/ark-21.08.2/plugins/libsinglefileplugin/kerfuffle_libzstd.json.cmake    
2021-10-05 00:17:00.000000000 +0200
+++ new/ark-21.08.3/plugins/libsinglefileplugin/kerfuffle_libzstd.json.cmake    
2021-10-31 11:19:20.000000000 +0100
@@ -10,6 +10,7 @@
         "Description[es]": "Abrir y extraer archivos individuales comprimidos 
con el algoritmo zstd",
         "Description[eu]": "Ireki eta erauzi zstd algoritmoarekin 
konprimatutako fitxategi bakunak",
         "Description[fr]": "Ouvrir et extraire des fichiers uniques 
compress??s avec l'algorithme ????zstd????",
+        "Description[hu]": "A zstd algoritmussal t??m??r??tett f??jlok 
megnyit??sa ??s kibont??sa",
         "Description[ia]": "Aperir e extraher singule files comprimite con le 
algorithmo zstd",
         "Description[it]": "Apri ed estrai singoli file compressi con 
l'algoritmo zstd",
         "Description[ko]": "zstd ?????????????????? ????????? ?????? ?????? 
?????? ??????",
@@ -38,6 +39,7 @@
         "Name[es]": "Complemento Zstd",
         "Name[eu]": "Zstd plugina",
         "Name[fr]": "Module externe ????Zstd????",
+        "Name[hu]": "Zstd b??v??tm??ny",
         "Name[ia]": "Plugin de Zstd",
         "Name[it]": "Estensione zstd",
         "Name[ko]": "Zstd ????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-21.08.2/po/ca/ark.po new/ark-21.08.3/po/ca/ark.po
--- old/ark-21.08.2/po/ca/ark.po        2021-10-05 07:36:31.000000000 +0200
+++ new/ark-21.08.3/po/ca/ark.po        2021-11-02 01:08:59.000000000 +0100
@@ -3,7 +3,7 @@
 #
 # Sebasti?? Pla <sas...@redestb.es>, 1998.
 # Albert Astals Cid <aa...@kde.org>, 2002, 2003, 2004, 2005.
-# Josep Ma. Ferrer <txe...@gmail.com>, 2005, 2006, 2007, 2008, 2009, 2010, 
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021.
+# Josep M. Ferrer <txe...@gmail.com>, 2005, 2006, 2007, 2008, 2009, 2010, 
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021.
 # Joan Maspons <joanmasp...@gmail.com>, 2009.
 # Antoni Bella P??rez <antonibel...@yahoo.com>, 2012, 2014, 2015, 2016, 2017, 
2018, 2020, 2021.
 msgid ""
@@ -11,21 +11,21 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-21 01:42+0000\n"
-"PO-Revision-Date: 2021-05-08 22:43+0100\n"
-"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"PO-Revision-Date: 2021-10-25 19:05+0200\n"
+"Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.12.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Sebasti?? Pla,Albert Astals Cid,Josep Ma. Ferrer,Joan Maspons Ventura"
+msgstr "Sebasti?? Pla,Albert Astals Cid,Josep M. Ferrer,Joan Maspons Ventura"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
@@ -553,7 +553,8 @@
 msgid "Could not move the extracted file to the destination directory."
 msgid_plural "Could not move the extracted files to the destination directory."
 msgstr[0] "No s'ha pogut moure el fitxer extret al directori de destinaci??."
-msgstr[1] "No s'han pogut moure els fitxer extrets al directori de 
destinaci??."
+msgstr[1] ""
+"No s'han pogut moure els fitxers extrets al directori de destinaci??."
 
 #: kerfuffle/cliinterface.cpp:874
 #, kde-format
@@ -665,7 +666,7 @@
 #: kerfuffle/compressionoptionswidget.ui:183
 #, kde-format
 msgid "Multi-volume Archive"
-msgstr "Arxiu multivolum:"
+msgstr "Arxiu multivolum"
 
 #. i18n: ectx: property (text), widget (QCheckBox, multiVolumeCheckbox)
 #: kerfuffle/compressionoptionswidget.ui:192
@@ -1262,7 +1263,7 @@
 #: kerfuffle/queries.cpp:241
 #, kde-format
 msgid "Error during extraction"
-msgstr "Error durant l'extracci??."
+msgstr "Error durant l'extracci??"
 
 #: kerfuffle/queries.cpp:242
 #, kde-kuit-format
@@ -1956,7 +1957,7 @@
 "Delete operation failed. Try upgrading p7zip or disabling the p7zip plugin "
 "in the configuration dialog."
 msgstr ""
-"Ha falla l'operaci?? de supressi??. Intenteu actualitzar el ??p7zip?? o "
+"Ha fallat l'operaci?? de supressi??. Intenteu actualitzar el ??p7zip?? o "
 "desactiveu el connector ??p7zip?? en el di??leg de configuraci??."
 
 #: plugins/clirarplugin/cliplugin.cpp:171
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-21.08.2/po/hu/ark.po new/ark-21.08.3/po/hu/ark.po
--- old/ark-21.08.2/po/hu/ark.po        2021-10-05 07:36:31.000000000 +0200
+++ new/ark-21.08.3/po/hu/ark.po        2021-11-02 01:08:59.000000000 +0100
@@ -1,19 +1,20 @@
 # Krist??f Kiszel <ulys...@kubuntu.org>, 2011, 2012, 2015, 2020.
 # Bal??zs ??r <urbal...@gmail.com>, 2014.
+# Kristof Kiszel <kiszel.kris...@gmail.com>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: KDE 4.4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-21 01:42+0000\n"
-"PO-Revision-Date: 2020-12-20 12:40+0100\n"
-"Last-Translator: Krist??f Kiszel <kiszel.kris...@gmail.com>\n"
+"PO-Revision-Date: 2021-10-30 12:35+0200\n"
+"Last-Translator: Kristof Kiszel <kiszel.kris...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
 "Language: hu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 21.03.70\n"
+"X-Generator: Lokalize 21.08.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -407,23 +408,20 @@
 #: app/welcomescreen.ui:53
 #, kde-format
 msgid "Welcome to Ark"
-msgstr ""
+msgstr "??dv??zli az Ark"
 
 #. i18n: ectx: property (text), widget (QPushButton, openButton)
 #: app/welcomescreen.ui:97
-#, fuzzy, kde-format
-#| msgctxt "to open an archive"
-#| msgid "Open Archive"
+#, kde-format
 msgctxt "to open an archive"
 msgid "Open Archive..."
-msgstr "Arch??vum megnyit??sa"
+msgstr "Arch??vum megnyit??sa???"
 
 #. i18n: ectx: property (text), widget (QPushButton, newButton)
 #: app/welcomescreen.ui:107
-#, fuzzy, kde-format
-#| msgid "Create New Archive"
+#, kde-format
 msgid "Create New Archive..."
-msgstr "??j arch??vum l??trehoz??sa"
+msgstr "??j arch??vum l??trehoz??sa???"
 
 #: kerfuffle/adddialog.cpp:59 kerfuffle/adddialog.cpp:97
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-21.08.2/po/zh_CN/ark.po 
new/ark-21.08.3/po/zh_CN/ark.po
--- old/ark-21.08.2/po/zh_CN/ark.po     2021-10-05 07:36:31.000000000 +0200
+++ new/ark-21.08.3/po/zh_CN/ark.po     2021-11-02 01:08:59.000000000 +0100
@@ -18,7 +18,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-09-21 01:42+0000\n"
-"PO-Revision-Date: 2021-09-27 13:11\n"
+"PO-Revision-Date: 2021-10-29 13:28\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to