Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2024-07-05 19:45:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ark (Old)
 and      /work/SRC/openSUSE:Factory/.ark.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ark"

Fri Jul  5 19:45:34 2024 rev:171 rq:1185464 version:24.05.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ark/ark.changes  2024-06-14 18:58:32.431857216 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new.2080/ark.changes        2024-07-05 
19:50:44.693416170 +0200
@@ -1,0 +2,10 @@
+Tue Jul  2 13:53:35 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 24.05.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.05.2/
+- Changes since 24.05.1:
+  * Tests: Comment out test that fails to pass
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ark.spec ++++++
--- /var/tmp/diff_new_pack.h3BLbk/_old  2024-07-05 19:50:45.229435904 +0200
+++ /var/tmp/diff_new_pack.h3BLbk/_new  2024-07-05 19:50:45.229435904 +0200
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           ark
-Version:        24.05.1
+Version:        24.05.2
 Release:        0
 Summary:        KDE Archiver Tool
 License:        GPL-2.0-or-later


++++++ ark-24.05.1.tar.xz -> ark-24.05.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-24.05.1/CMakeLists.txt 
new/ark-24.05.2/CMakeLists.txt
--- old/ark-24.05.1/CMakeLists.txt      2024-06-10 05:46:33.000000000 +0200
+++ new/ark-24.05.2/CMakeLists.txt      2024-07-02 05:05:15.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "24")
 set (RELEASE_SERVICE_VERSION_MINOR "05")
-set (RELEASE_SERVICE_VERSION_MICRO "1")
+set (RELEASE_SERVICE_VERSION_MICRO "2")
 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-24.05.1/app/ark_dndextract.json.cmake 
new/ark-24.05.2/app/ark_dndextract.json.cmake
--- old/ark-24.05.1/app/ark_dndextract.json.cmake       2024-06-10 
05:46:33.000000000 +0200
+++ new/ark-24.05.2/app/ark_dndextract.json.cmake       2024-07-02 
05:05:15.000000000 +0200
@@ -14,7 +14,6 @@
         "Name[cs]": "Rozbalit Arkem sem",
         "Name[de]": "Ark hierher entpacken",
         "Name[el]": "Ark Εξαγωγή Εδώ",
-        "Name[en_GB]": "Ark Extract Here",
         "Name[eo]": "Ark-Extrakti ĉi tie",
         "Name[es]": "Ark - Extraer aquí",
         "Name[eu]": "Ark Erauzi hemen",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-24.05.1/app/compressfileitemaction.json 
new/ark-24.05.2/app/compressfileitemaction.json
--- old/ark-24.05.1/app/compressfileitemaction.json     2024-06-10 
05:46:33.000000000 +0200
+++ new/ark-24.05.2/app/compressfileitemaction.json     2024-07-02 
05:05:15.000000000 +0200
@@ -17,7 +17,6 @@
         "Name[da]": "\"Kompriḿer\"-servicemenu",
         "Name[de]": "„Komprimieren“ im Servicemenü",
         "Name[el]": "Μενού υπηρεσίας 'Συμπίεσης'",
-        "Name[en_GB]": "'Compress' service menu",
         "Name[eo]": "'Compress' servomenuo",
         "Name[es]": "Menú de servicio para «Comprimir»",
         "Name[et]": "Pakkimise teenusemenüü",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-24.05.1/app/extractfileitemaction.json 
new/ark-24.05.2/app/extractfileitemaction.json
--- old/ark-24.05.1/app/extractfileitemaction.json      2024-06-10 
05:46:33.000000000 +0200
+++ new/ark-24.05.2/app/extractfileitemaction.json      2024-07-02 
05:05:15.000000000 +0200
@@ -16,7 +16,6 @@
         "Name[da]": "\"Udpak\"-servicemenu",
         "Name[de]": "„Entpacken“ im Servicemenü",
         "Name[el]": "Μενού υπηρεσίας 'Αποσυμπίεσης'",
-        "Name[en_GB]": "'Extract' service menu",
         "Name[eo]": "'Extract' servomenuo",
         "Name[es]": "Menú de servicio para «Extraer»",
         "Name[et]": "Lahtipakkimise teenusemenüü",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-24.05.1/app/org.kde.ark.appdata.xml 
new/ark-24.05.2/app/org.kde.ark.appdata.xml
--- old/ark-24.05.1/app/org.kde.ark.appdata.xml 2024-06-10 05:46:33.000000000 
+0200
+++ new/ark-24.05.2/app/org.kde.ark.appdata.xml 2024-07-02 05:05:15.000000000 
+0200
@@ -403,6 +403,7 @@
     <binary>ark</binary>
   </provides>
   <releases>
+    <release version="24.05.2" date="2024-07-04"/>
     <release version="24.05.1" date="2024-06-13"/>
     <release version="24.05.0" date="2024-05-23"/>
     <release version="24.02.2" date="2024-04-11"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-24.05.1/autotests/kerfuffle/extracttest.cpp 
new/ark-24.05.2/autotests/kerfuffle/extracttest.cpp
--- old/ark-24.05.1/autotests/kerfuffle/extracttest.cpp 2024-06-10 
05:46:33.000000000 +0200
+++ new/ark-24.05.2/autotests/kerfuffle/extracttest.cpp 2024-07-02 
05:05:15.000000000 +0200
@@ -168,12 +168,13 @@
              optionsPreservePaths,
              4);
 
-    archivePath = QFINDTESTDATA("data/one_toplevel_folder.7z");
-    setupRow("extract selected entries from a 7z, drag-and-drop",
-             archivePath,
-             QList<Archive::Entry *>{new Archive::Entry(this, 
QStringLiteral("A/B/test2.txt"), QStringLiteral("A/B/"))},
-             dragAndDropOptions,
-             1);
+    // TODO uncomment once it passes
+    // archivePath = QFINDTESTDATA("data/one_toplevel_folder.7z");
+    // setupRow("extract selected entries from a 7z, drag-and-drop",
+    //          archivePath,
+    //          QList<Archive::Entry *>{new Archive::Entry(this, 
QStringLiteral("A/B/test2.txt"), QStringLiteral("A/B/"))},
+    //          dragAndDropOptions,
+    //          1);
 
     archivePath = QFINDTESTDATA("data/empty_folders.zip");
     setupRow("zip with empty folders", archivePath, QList<Archive::Entry *>(), 
optionsPreservePaths, 5);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-24.05.1/part/ark_part.json.cmake 
new/ark-24.05.2/part/ark_part.json.cmake
--- old/ark-24.05.1/part/ark_part.json.cmake    2024-06-10 05:46:33.000000000 
+0200
+++ new/ark-24.05.2/part/ark_part.json.cmake    2024-07-02 05:05:15.000000000 
+0200
@@ -11,7 +11,6 @@
         "Description[cs]": "Program pro práci s archivy",
         "Description[de]": "Archiv-Verwaltung",
         "Description[el]": "Εργαλείο χειρισμού 
αρχειοθηκών",
-        "Description[en_GB]": "Archive Handling Tool",
         "Description[eo]": "Arkivpritrakta Ilo",
         "Description[es]": "Herramienta de gestión de archivos comprimidos",
         "Description[eu]": "Artxiboak kudeatzeko tresna",
@@ -59,7 +58,6 @@
         "Name[cs]": "Archivátor",
         "Name[de]": "Archivierer",
         "Name[el]": "Αρχειοθέτης",
-        "Name[en_GB]": "Archiver",
         "Name[eo]": "Arkivilo",
         "Name[es]": "Archivador",
         "Name[eu]": "Artxibatzailea",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-24.05.1/plugins/cli7zplugin/kerfuffle_cli7z.json.cmake 
new/ark-24.05.2/plugins/cli7zplugin/kerfuffle_cli7z.json.cmake
--- old/ark-24.05.1/plugins/cli7zplugin/kerfuffle_cli7z.json.cmake      
2024-06-10 05:46:33.000000000 +0200
+++ new/ark-24.05.2/plugins/cli7zplugin/kerfuffle_cli7z.json.cmake      
2024-07-02 05:05:15.000000000 +0200
@@ -12,7 +12,6 @@
         "Description[da]": "Fuld understøttelse af zip- og 7z-arkivformater",
         "Description[de]": "Vollständige Unterstützung für Zip- und 
7z-Archivformate",
         "Description[el]": "Πλήρης υποστήριξη για τους 
τύπους αρχειοθήκης zip και 7z",
-        "Description[en_GB]": "Full support for the zip and 7z archive 
formats",
         "Description[eo]": "Plena subteno por la zip- kaj 7z-arkivoformatoj",
         "Description[es]": "Uso total de los formatos de archivos comprimidos 
zip y 7z",
         "Description[et]": "Zip ja 7z arhiivivormingu täielik toetus",
@@ -67,7 +66,6 @@
         "Name[da]": "7z-plugin",
         "Name[de]": "7z-Modul",
         "Name[el]": "Πρόσθετο 7z",
-        "Name[en_GB]": "7z plugin",
         "Name[eo]": "7z-kromaĵo",
         "Name[es]": "Complemento 7z",
         "Name[eu]": "7z plugina",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-24.05.1/plugins/cliarjplugin/kerfuffle_cliarj.json.cmake 
new/ark-24.05.2/plugins/cliarjplugin/kerfuffle_cliarj.json.cmake
--- old/ark-24.05.1/plugins/cliarjplugin/kerfuffle_cliarj.json.cmake    
2024-06-10 05:46:33.000000000 +0200
+++ new/ark-24.05.2/plugins/cliarjplugin/kerfuffle_cliarj.json.cmake    
2024-07-02 05:05:15.000000000 +0200
@@ -11,7 +11,6 @@
         "Description[cs]": "Plná podpora archivačních formátů ARJ",
         "Description[de]": "Vollständige Unterstützung für das 
ARJ-Archivformat",
         "Description[el]": "Πλήρης υποστήριξη για τον 
τύπο αρχειοθήκης ARJ",
-        "Description[en_GB]": "Full support for the ARJ archive formats",
         "Description[eo]": "Plena subteno por la ARJ-arkivoformato",
         "Description[es]": "Uso total de los formatos de archivo comprimido 
ARJ",
         "Description[eu]": "ARJ artxibo formatuaren euskarri osoa",
@@ -58,7 +57,6 @@
         "Name[cs]": "Modul pro ARJ",
         "Name[de]": "ARJ-Modul",
         "Name[el]": "Πρόσθετο ARJ",
-        "Name[en_GB]": "ARJ plugin",
         "Name[eo]": "ARJ-kromaĵo",
         "Name[es]": "Complemento ARJ",
         "Name[eu]": "ARJ plugina",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-24.05.1/plugins/clirarplugin/kerfuffle_clirar.json.cmake 
new/ark-24.05.2/plugins/clirarplugin/kerfuffle_clirar.json.cmake
--- old/ark-24.05.1/plugins/clirarplugin/kerfuffle_clirar.json.cmake    
2024-06-10 05:46:33.000000000 +0200
+++ new/ark-24.05.2/plugins/clirarplugin/kerfuffle_clirar.json.cmake    
2024-07-02 05:05:15.000000000 +0200
@@ -12,7 +12,6 @@
         "Description[da]": "Fuld understøttelse af RAR-arkivformatet",
         "Description[de]": "Vollständige Unterstützung für das 
RAR-Archivformat",
         "Description[el]": "Πλήρης υποστήριξη για τον 
τύπο αρχειοθήκης RAR",
-        "Description[en_GB]": "Full support for the RAR archive format",
         "Description[eo]": "Plena subteno por la RAR-arkivoformato",
         "Description[es]": "Uso total del formato de archivo comprimido RAR",
         "Description[et]": "RAR-arhiivi vormingu täielik toetus",
@@ -66,7 +65,6 @@
         "Name[da]": "RAR-plugin",
         "Name[de]": "RAR-Modul",
         "Name[el]": "Πρόσθετο RAR ",
-        "Name[en_GB]": "RAR plugin",
         "Name[eo]": "RAR-kromaĵo",
         "Name[es]": "Complemento RAR",
         "Name[et]": "RAR-i plugin",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-24.05.1/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake 
new/ark-24.05.2/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake
--- 
old/ark-24.05.1/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake  
    2024-06-10 05:46:33.000000000 +0200
+++ 
new/ark-24.05.2/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake  
    2024-07-02 05:05:15.000000000 +0200
@@ -12,7 +12,6 @@
         "Description[da]": "Åbn og udpak RAR- og LHA-arkiver",
         "Description[de]": "Öffnen und Entpacken von RAR- und LHA-Archiven",
         "Description[el]": "Άνοιγμα και εξαγωγή 
αρχειοθηκών RAR και LHA",
-        "Description[en_GB]": "Open and extract RAR and LHA archives",
         "Description[eo]": "Malfermi kaj malpaki RAR- kaj LHA-arkivojn",
         "Description[es]": "Abrir y extraer archivos RAR y LHA",
         "Description[eu]": "Ireki eta erauzi RAR eta LHA artxiboak",
@@ -63,7 +62,6 @@
         "Name[da]": "Unarchiver-pluginet",
         "Name[de]": "Unarchiver-Modul",
         "Name[el]": "Πρόσθετο Unarchiver",
-        "Name[en_GB]": "The Unarchiver plugin",
         "Name[eo]": "The Unarchiver-kromaĵo",
         "Name[es]": "El complemento de Unarchiver",
         "Name[et]": "Unarchiveri plugin",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-24.05.1/plugins/clizipplugin/kerfuffle_clizip.json.cmake 
new/ark-24.05.2/plugins/clizipplugin/kerfuffle_clizip.json.cmake
--- old/ark-24.05.1/plugins/clizipplugin/kerfuffle_clizip.json.cmake    
2024-06-10 05:46:33.000000000 +0200
+++ new/ark-24.05.2/plugins/clizipplugin/kerfuffle_clizip.json.cmake    
2024-07-02 05:05:15.000000000 +0200
@@ -12,7 +12,6 @@
         "Description[da]": "Understøttelse af det forældende 
zip-arkivformat",
         "Description[de]": "Unterstützung für veraltete Zip-Archivformate",
         "Description[el]": "Κληροδοτούμενη υποστήριξη 
για τον τύπο αρχειοθήκης zip",
-        "Description[en_GB]": "Legacy support for the zip archive format",
         "Description[eo]": "Hereda subteno por la zip-arkivoformato",
         "Description[es]": "Uso heredado para el formato de archivo comprimido 
zip",
         "Description[et]": "Zip-arhiivi vormingu pärandtoetus",
@@ -67,7 +66,6 @@
         "Name[da]": "Info-zip-plugin",
         "Name[de]": "Info-zip-Modul",
         "Name[el]": "Πρόσθετο Info-zip",
-        "Name[en_GB]": "Info-zip plugin",
         "Name[eo]": "Info-zip kromprogramo",
         "Name[es]": "Complemento Info-zip",
         "Name[et]": "Info-zipi plugin",
@@ -77,7 +75,6 @@
         "Name[gl]": "Complemento de info-zip",
         "Name[he]": "תוסף פרטי Zip",
         "Name[hu]": "Info-zip bővítmény",
-        "Name[ia]": "Info-zip plugin",
         "Name[id]": "Plugin info-zip",
         "Name[ie]": "Plufin Info-zip",
         "Name[is]": "Info-zip viðbót",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-24.05.1/plugins/libarchive/kerfuffle_libarchive.json.cmake 
new/ark-24.05.2/plugins/libarchive/kerfuffle_libarchive.json.cmake
--- old/ark-24.05.1/plugins/libarchive/kerfuffle_libarchive.json.cmake  
2024-06-10 05:46:33.000000000 +0200
+++ new/ark-24.05.2/plugins/libarchive/kerfuffle_libarchive.json.cmake  
2024-07-02 05:05:15.000000000 +0200
@@ -12,7 +12,6 @@
         "Description[da]": "Fuld understøttelse af TAR-arkiver",
         "Description[de]": "Vollständige Unterstützung für komprimierte 
TAR-Archive",
         "Description[el]": "Πλήρης υποστήριξη για 
αρχειοθήκες TAR",
-        "Description[en_GB]": "Full support for compressed TAR archives",
         "Description[eo]": "Plena subteno por kunpremitaj TAR-arkivoj",
         "Description[es]": "Uso total de los archivos comprimidos TAR",
         "Description[et]": "Pakitud TAR-arhiivide täielik toetus",
@@ -78,7 +77,6 @@
         "Name[da]": "Libarchive-plugin",
         "Name[de]": "LibArchive-Modul",
         "Name[el]": "Πρόσθετο Libarchive",
-        "Name[en_GB]": "Libarchive plugin",
         "Name[eo]": "Libarchive-kromaĵo",
         "Name[es]": "Complemento Libarchive",
         "Name[et]": "Libarchive'i plugin",
@@ -88,7 +86,6 @@
         "Name[gl]": "Complemento de libarchive",
         "Name[he]": "תוסף Libarchive",
         "Name[hu]": "Libarchive bővítmény",
-        "Name[ia]": "Libarchive plugin",
         "Name[id]": "Plugin Libarchive",
         "Name[ie]": "Plugin de Libarchive",
         "Name[is]": "Libarchive-viðbót",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-24.05.1/plugins/libarchive/kerfuffle_libarchive_readonly.json.cmake 
new/ark-24.05.2/plugins/libarchive/kerfuffle_libarchive_readonly.json.cmake
--- old/ark-24.05.1/plugins/libarchive/kerfuffle_libarchive_readonly.json.cmake 
2024-06-10 05:46:33.000000000 +0200
+++ new/ark-24.05.2/plugins/libarchive/kerfuffle_libarchive_readonly.json.cmake 
2024-07-02 05:05:15.000000000 +0200
@@ -8,7 +8,6 @@
         "Description[ca]": "Obre i extreu fitxers DEB, RPM, ISO, AppImage, 
XAR, CAB i EXE",
         "Description[cs]": "Otevřít a rozbalit soubory DEB, RPM, ISO, 
AppImage, XAR, CAB a EXE",
         "Description[de]": "Öffnen und Entpacken von DEB-, RPM-, ISO-, 
AppImage-, XAR-, CAB- und EXE-Dateien",
-        "Description[en_GB]": "Open and extract DEB, RPM, ISO, AppImage, XAR, 
CAB, and EXE files",
         "Description[eo]": "Malfermi kaj malpaki DEB, RPM, ISO, AppImage, XAR, 
CAB- kaj EXE-dosierojn",
         "Description[es]": "Abrir y extraer archivos DEB, RPM, ISO, AppImage, 
XAR, CAB y EXE",
         "Description[eu]": "Ireki eta erauzi DEB, RPM, ISO, AppImage, XAR, 
CAB, eta EXE fitxategiak",
@@ -75,7 +74,6 @@
         "Name[da]": "Libarchive-plugin (skrivebeskyttede formater)",
         "Name[de]": "LibArchive-Modul (Nur lesbare Formate)",
         "Name[el]": "Πρόσθετο Libarchive (ανάγνωση μόνο)",
-        "Name[en_GB]": "Libarchive plugin (read-only formats)",
         "Name[eo]": "Libarchive-kromaĵo (nur-legaj formatoj)",
         "Name[es]": "Complemento Libarchive (formatos de solo lectura)",
         "Name[et]": "Libarchive'i plugin (kirjutuskaitstud vormingud)",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-24.05.1/po/ar/ark.po new/ark-24.05.2/po/ar/ark.po
--- old/ark-24.05.1/po/ar/ark.po        2024-06-10 05:46:33.000000000 +0200
+++ new/ark-24.05.2/po/ar/ark.po        2024-07-02 05:05:15.000000000 +0200
@@ -19,7 +19,7 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-24 02:58+0000\n"
-"PO-Revision-Date: 2024-05-02 10:46+0400\n"
+"PO-Revision-Date: 2024-06-08 11:26+0400\n"
 "Last-Translator: Zayed Al-Saidi <[email protected]>\n"
 "Language-Team: ar\n"
 "Language: ar\n"
@@ -28,6 +28,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
+"X-Generator: Lokalize 23.08.5\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -2196,7 +2197,7 @@
 #, kde-format
 msgctxt "@info"
 msgid "Extraction of encrypted 7-zip entries is currenty not supported."
-msgstr ""
+msgstr "استخراج مدخلات 7-zip المشفرة غير مدعوم 
حاليًا."
 
 #: plugins/libarchive/libarchiveplugin.cpp:515
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-24.05.1/po/de/ark.po new/ark-24.05.2/po/de/ark.po
--- old/ark-24.05.1/po/de/ark.po        2024-06-10 05:46:33.000000000 +0200
+++ new/ark-24.05.2/po/de/ark.po        2024-07-02 05:05:15.000000000 +0200
@@ -10,20 +10,21 @@
 # Frederik Schwarzer <[email protected]>, 2010, 2011, 2012, 2015, 2016, 2022, 
2023.
 # Maximilian Trummer <[email protected]>, 2019.
 # Frank Steinmetzger <[email protected]>, 2022.
+# SPDX-FileCopyrightText: 2024 Alois Spitzbart <[email protected]>
 msgid ""
 msgstr ""
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2024-04-24 02:58+0000\n"
-"PO-Revision-Date: 2024-04-28 11:11+0200\n"
-"Last-Translator: Johannes Obermayr <[email protected]>\n"
+"PO-Revision-Date: 2024-06-12 22:31+0200\n"
+"Last-Translator: Alois Spitzbart <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
 "Language: de\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 24.02.2\n"
+"X-Generator: Lokalize 24.05.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -105,7 +106,7 @@
 "The archive could not be extracted to <filename>%1</filename> because Ark "
 "can only extract to local destinations."
 msgstr ""
-"Das Archiv kann nicht in <filename>%1</filename> entpackt werden , da Ark "
+"Das Archiv kann nicht in <filename>%1</filename> entpackt werden, da Ark "
 "kann nur in lokale Ziele entpacken kann."
 
 #: app/compressfileitemaction.cpp:67

Reply via email to