Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package karchive for openSUSE:Factory 
checked in at 2022-12-12 17:37:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/karchive (Old)
 and      /work/SRC/openSUSE:Factory/.karchive.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "karchive"

Mon Dec 12 17:37:43 2022 rev:109 rq:1042100 version:5.101.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/karchive/karchive.changes        2022-11-15 
13:18:49.672353054 +0100
+++ /work/SRC/openSUSE:Factory/.karchive.new.1835/karchive.changes      
2022-12-12 17:39:19.765067999 +0100
@@ -1,0 +2,9 @@
+Tue Dec  6 20:10:22 UTC 2022 - Christophe Marin <[email protected]>
+
+- Update to 5.101.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.101.0
+- No code change since 5.100.0
+
+-------------------------------------------------------------------

Old:
----
  karchive-5.100.0.tar.xz
  karchive-5.100.0.tar.xz.sig

New:
----
  karchive-5.101.0.tar.xz
  karchive-5.101.0.tar.xz.sig

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

Other differences:
------------------
++++++ karchive.spec ++++++
--- /var/tmp/diff_new_pack.XbzDmP/_old  2022-12-12 17:39:20.237070380 +0100
+++ /var/tmp/diff_new_pack.XbzDmP/_new  2022-12-12 17:39:20.241070400 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5Archive5
-%define _tar_path 5.100
+%define _tar_path 5.101
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,11 +25,10 @@
 # Only needed for the package signature condition
 %bcond_without released
 Name:           karchive
-Version:        5.100.0
+Version:        5.101.0
 Release:        0
 Summary:        Qt 5 addon providing access to numerous types of archives
 License:        LGPL-2.0-or-later
-Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         %{name}-%{version}.tar.xz
 %if %{with released}
@@ -56,7 +55,6 @@
 
 %package -n %{lname}
 Summary:        Qt 5 addon providing access to numerous types of archives
-Group:          System/GUI/KDE
 %requires_ge    libQt5Core5
 
 %description -n %{lname}
@@ -70,7 +68,6 @@
 
 %package devel
 Summary:        Qt 5 addon providing access to numerous types of archives: 
Build Environment
-Group:          Development/Libraries/KDE
 Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       cmake(Qt5Core) >= 5.15.0


++++++ karchive-5.100.0.tar.xz -> karchive-5.101.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.100.0/AUTHORS new/karchive-5.101.0/AUTHORS
--- old/karchive-5.100.0/AUTHORS        2022-11-06 02:57:29.000000000 +0100
+++ new/karchive-5.101.0/AUTHORS        2022-12-03 10:42:23.000000000 +0100
@@ -6,5 +6,5 @@
 
 For questions about this package, email [email protected].
 
-For bug reports, please use http://bugs.kde.org
+For bug reports, please use https://bugs.kde.org
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.100.0/CMakeLists.txt 
new/karchive-5.101.0/CMakeLists.txt
--- old/karchive-5.100.0/CMakeLists.txt 2022-11-06 02:57:29.000000000 +0100
+++ new/karchive-5.101.0/CMakeLists.txt 2022-12-03 10:42:23.000000000 +0100
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.100.0") # handled by release scripts
+set(KF_VERSION "5.101.0") # handled by release scripts
 project(KArchive VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.100.0  NO_MODULE)
+find_package(ECM 5.101.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -23,10 +23,10 @@
 
 find_package(ZLIB)
 set_package_properties(ZLIB PROPERTIES
-    URL "http://www.zlib.net";
+    URL "https://www.zlib.net";
     DESCRIPTION "Support for gzip compressed files and data streams"
     TYPE REQUIRED
-    PURPOSE "Required by the core KDE libraries and some critical kioslaves"
+    PURPOSE "Support for gzip compressed files and data streams"
 )
 
 find_package(BZip2)
@@ -39,7 +39,7 @@
 
 find_package(LibLZMA)
 set_package_properties(LibLZMA PROPERTIES
-    URL "http://tukaani.org/xz/";
+    URL "https://tukaani.org/xz/";
     DESCRIPTION "Support for xz compressed files and data streams"
     PURPOSE "Support for xz compressed files and data streams"
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.100.0/examples/helloworld/CMakeLists.txt 
new/karchive-5.101.0/examples/helloworld/CMakeLists.txt
--- old/karchive-5.100.0/examples/helloworld/CMakeLists.txt     2022-11-06 
02:57:29.000000000 +0100
+++ new/karchive-5.101.0/examples/helloworld/CMakeLists.txt     2022-12-03 
10:42:23.000000000 +0100
@@ -1,6 +1,6 @@
 # For more information see the CMake documentation:
-# http://www.cmake.org/cmake/help/documentation.html
-# http://techbase.kde.org/Development/Tutorials/CMake
+# https://cmake.org/documentation/
+# https://community.kde.org/Guidelines_and_HOWTOs/CMake
 
 # Project name
 project(HelloWorld)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.100.0/poqm/ru/karchive5_qt.po 
new/karchive-5.101.0/poqm/ru/karchive5_qt.po
--- old/karchive-5.100.0/poqm/ru/karchive5_qt.po        1970-01-01 
01:00:00.000000000 +0100
+++ new/karchive-5.101.0/poqm/ru/karchive5_qt.po        2022-12-03 
10:42:23.000000000 +0100
@@ -0,0 +1,463 @@
+# Olesya Gerasimenko <[email protected]>, 2022.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"PO-Revision-Date: 2022-11-17 12:16+0300\n"
+"Last-Translator: Olesya Gerasimenko <[email protected]>\n"
+"Language-Team: Basealt Translation Team\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Qt-Contexts: true\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 22.04.3\n"
+
+#: k7zip.cpp:2319
+msgctxt "K7Zip|"
+msgid "Could not get underlying device"
+msgstr "Не удалось получить базовое 
устройство"
+
+#: k7zip.cpp:2327
+msgctxt "K7Zip|"
+msgid "Read header failed"
+msgstr "Не удалось выполнить чтение заголовка"
+
+#: k7zip.cpp:2333
+msgctxt "K7Zip|"
+msgid "Check signature failed"
+msgstr "Не удалось выполнить проверку подписи"
+
+#: k7zip.cpp:2356
+msgctxt "K7Zip|"
+msgid "Bad CRC"
+msgstr "Неправильная контрольная циклическая 
сумма"
+
+#: k7zip.cpp:2365
+msgctxt "K7Zip|"
+msgid "Next header size is too big"
+msgstr "Размер следующего заголовка слишком 
велик"
+
+#: k7zip.cpp:2370
+msgctxt "K7Zip|"
+msgid "Next header size is less than zero"
+msgstr "Размер следующего заголовка меньше 
нуля"
+
+#: k7zip.cpp:2381
+#, qt-format
+msgctxt "K7Zip|"
+msgid "Failed read next header size; should read %1, read %2"
+msgstr ""
+"Не удалось выполнить чтение размера 
следующего заголовка; должно быть "
+"прочитано %1, а фактически прочитано %2"
+
+#: k7zip.cpp:2393
+msgctxt "K7Zip|"
+msgid "Bad next header CRC"
+msgstr "Неправильная контрольная циклическая 
сумма следующего заголовка"
+
+#: k7zip.cpp:2401
+msgctxt "K7Zip|"
+msgid "Error in header"
+msgstr "Ошибка в заголовке"
+
+#: k7zip.cpp:2420
+msgctxt "K7Zip|"
+msgid "Wrong header type"
+msgstr "Неверный тип заголовка"
+
+#: k7zip.cpp:2430 k7zip.cpp:2436
+msgctxt "K7Zip|"
+msgid "Not implemented"
+msgstr "Не реализовано"
+
+#: k7zip.cpp:2442
+msgctxt "K7Zip|"
+msgid "Error while reading main streams information"
+msgstr "Ошибка при чтении данных основных 
потоков"
+
+#: k7zip.cpp:2460
+msgctxt "K7Zip|"
+msgid "Error while reading header"
+msgstr "Ошибка при чтении заголовка"
+
+#: k7zip.cpp:2520
+msgctxt "K7Zip|"
+msgid "Error reading modification time"
+msgstr "Ошибка чтения времени изменения"
+
+#: k7zip.cpp:2566
+msgctxt "K7Zip|"
+msgid "Error reading MTime"
+msgstr "Ошибка чтения MTime"
+
+#: k7zip.cpp:2573
+msgctxt "K7Zip|"
+msgid "Invalid"
+msgstr "Некорректный"
+
+#: k7zip.cpp:2595
+#, qt-format
+msgctxt "K7Zip|"
+msgid "Read size failed (checkRecordsSize: %1, d->pos - ppp: %2, size: %3)"
+msgstr ""
+"Не удалось выполнить чтение размера 
(checkRecordsSize: %1, d->pos - ppp: %2, "
+"size: %3)"
+
+#: k7zip.cpp:2796
+msgctxt "K7Zip|"
+msgid "Write error"
+msgstr "Ошибка записи"
+
+#: k7zip.cpp:2826
+msgctxt "K7Zip|"
+msgid "Failed while encoding header"
+msgstr "Не удалось закодировать заголовок"
+
+#: k7zip.cpp:2870
+msgctxt "K7Zip|"
+msgid "No file currently selected"
+msgstr "Файл не выбран"
+
+#: k7zip.cpp:2894 k7zip.cpp:2944 k7zip.cpp:2986
+msgctxt "K7Zip|"
+msgid "Application error: 7-Zip file must be open before being written into"
+msgstr "Ошибка приложения: перед записью необх
одимо открыть файл 7-Zip"
+
+#: k7zip.cpp:2900 k7zip.cpp:2992
+msgctxt "K7Zip|"
+msgid "Application error: attempted to write into non-writable 7-Zip file"
+msgstr "Ошибка приложения: попытка записи в 
недоступный для записи файл 7-Zip"
+
+#: kar.cpp:56 kar.cpp:63 kar.cpp:70 kar.cpp:77
+msgctxt "KAr|"
+msgid "Cannot write to AR file"
+msgstr "Запись в файл AR невозможна"
+
+#: kar.cpp:90
+#, qt-format
+msgctxt "KAr|"
+msgid "Unsupported mode %1"
+msgstr "Неподдерживаемый режим %1"
+
+#: kar.cpp:101
+msgctxt "KAr|"
+msgid "Invalid main magic"
+msgstr "Некорректная основная контрольная 
сумма"
+
+#: kar.cpp:118
+msgctxt "KAr|"
+msgid "Invalid magic"
+msgstr "Некорректная контрольная сумма"
+
+#: kar.cpp:129
+msgctxt "KAr|"
+msgid "Invalid size"
+msgstr "Некорректный размер"
+
+#: kar.cpp:149
+msgctxt "KAr|"
+msgid "Invalid longfilename reference"
+msgstr "Некорректная ссылка на longfilename"
+
+#: kar.cpp:153
+msgctxt "KAr|"
+msgid "Invalid longfilename position reference"
+msgstr "Некорректная ссылка на позицию longfilename"
+
+#: karchive.cpp:157
+msgctxt "KArchive|"
+msgid "No filename or device was specified"
+msgstr "Не указано имя файла или устройство"
+
+#: karchive.cpp:162
+#, qt-format
+msgctxt "KArchive|"
+msgid "Could not open device in mode %1"
+msgstr "Не удалось открыть устройство в 
режиме %1"
+
+#: karchive.cpp:189
+#, qt-format
+msgctxt "KArchive|"
+msgid "QSaveFile creation for %1 failed: %2"
+msgstr "Не удалось создать QSaveFile для %1: %2"
+
+#: karchive.cpp:208
+#, qt-format
+msgctxt "KArchive|"
+msgid "Unsupported mode %1"
+msgstr "Неподдерживаемый режим %1"
+
+#: karchive.cpp:217
+msgctxt "KArchive|"
+msgid "Archive already closed"
+msgstr "Архив уже закрыт"
+
+#: karchive.cpp:268
+#, qt-format
+msgctxt "KArchive|"
+msgid "%1 doesn't exist or is not a regular file."
+msgstr "Файл %1 не существует или не является 
обычным файлом."
+
+#: karchive.cpp:274
+#, qt-format
+msgctxt "KArchive|"
+msgid ""
+"Failed accessing the file %1 for adding to the archive. The error was: %2"
+msgstr ""
+"Не удалось получить доступ к файлу %1 для 
добавления в архив. Сообщение об "
+"ошибке: %2"
+
+#: karchive.cpp:320
+#, qt-format
+msgctxt "KArchive|"
+msgid "Couldn't open file %1: %2"
+msgstr "Не удалось открыть файл %1: %2"
+
+#: karchive.cpp:354
+#, qt-format
+msgctxt "KArchive|"
+msgid "Directory %1 does not exist"
+msgstr "Каталог %1 не существует"
+
+#: karchive.cpp:418
+#, qt-format
+msgctxt "KArchive|"
+msgid "Writing failed: %1"
+msgstr "Не удалось выполнить запись: %1"
+
+#: karchive_p.h:56
+msgctxt "KArchivePrivate|"
+msgid "Unknown error"
+msgstr "Неизвестная ошибка"
+
+#: kcompressiondevice.cpp:485
+msgctxt "KCompressionDevice|"
+msgid "Could not write. Partition full?"
+msgstr ""
+"Не удалось выполнить запись. Возможно, на 
диске не осталось свободного места."
+
+#: krcc.cpp:83 krcc.cpp:90 krcc.cpp:97 krcc.cpp:104
+msgctxt "KRcc|"
+msgid "Cannot write to RCC file"
+msgstr "Запись в файл RCC невозможна"
+
+#: krcc.cpp:117
+#, qt-format
+msgctxt "KRcc|"
+msgid "Unsupported mode %1"
+msgstr "Неподдерживаемый режим %1"
+
+#: krcc.cpp:124
+#, qt-format
+msgctxt "KRcc|"
+msgid "Failed to register resource %1 under prefix %2"
+msgstr "Не удалось зарегистрировать ресурс %1 
с префиксом %2"
+
+#: ktar.cpp:343
+#, qt-format
+msgctxt "KTar|"
+msgid "File %1 does not exist"
+msgstr "Файл %1 не существует"
+
+#: ktar.cpp:350
+#, qt-format
+msgctxt "KTar|"
+msgid "Archive %1 is corrupt"
+msgstr "Архив %1 повреждён"
+
+#: ktar.cpp:354
+msgctxt "KTar|"
+msgid "Disk full"
+msgstr "На диске не осталось свободного места"
+
+#: ktar.cpp:388
+msgctxt "KTar|"
+msgid "Could not get underlying device"
+msgstr "Не удалось получить базовое 
устройство"
+
+#: ktar.cpp:403
+msgctxt "KTar|"
+msgid "Could not read tar header"
+msgstr "Не удалось прочитать заголовок tar"
+
+#: ktar.cpp:581
+#, qt-format
+msgctxt "KTar|"
+msgid "Failed to write back temp file: %1"
+msgstr "Не удалось выполнить обратную запись 
временного файла: %1"
+
+#: ktar.cpp:637
+#, qt-format
+msgctxt "KTar|"
+msgid "Couldn't write alignment: %1"
+msgstr "Не удалось выполнить запись 
выравнивания: %1"
+
+#: ktar.cpp:760 ktar.cpp:837 ktar.cpp:906
+msgctxt "KTar|"
+msgid "Application error: TAR file must be open before being written into"
+msgstr "Ошибка приложения: перед записью необх
одимо открыть файл TAR"
+
+#: ktar.cpp:766
+msgctxt "KTar|"
+msgid "Application error: attempted to write into non-writable 7-Zip file"
+msgstr "Ошибка приложения: попытка записи в 
недоступный для записи файл 7-Zip"
+
+#: ktar.cpp:821
+#, qt-format
+msgctxt "KTar|"
+msgid "Failed to write header: %1"
+msgstr "Не удалось выполнить запись 
заголовка: %1"
+
+#: ktar.cpp:843 ktar.cpp:912
+msgctxt "KTar|"
+msgid "Application error: attempted to write into non-writable TAR file"
+msgstr "Ошибка приложения: попытка записи в 
недоступный для записи файл TAR"
+
+#: kzip.cpp:450 kzip.cpp:469
+#, qt-format
+msgctxt "KZip|"
+msgid "Invalid ZIP file. Unexpected end of file. (Error code: %1)"
+msgstr "Некорректный файл ZIP. Неожиданный 
конец файла. (Код ошибки: %1)"
+
+#: kzip.cpp:493
+msgctxt "KZip|"
+msgid "Invalid ZIP file. Negative name length"
+msgstr "Некорректный файл ZIP. Отрицательная 
длина имени"
+
+#: kzip.cpp:498
+msgctxt "KZip|"
+msgid "Invalid ZIP file. Name not completely read (#2)"
+msgstr "Некорректный файл ZIP. Имя прочитано не 
полностью (#2)"
+
+#: kzip.cpp:517
+msgctxt "KZip|"
+msgid "Invalid ZIP File. Broken ExtraField."
+msgstr "Некорректный файл ZIP. Повреждение 
ExtraField."
+
+#: kzip.cpp:531 kzip.cpp:554
+msgctxt "KZip|"
+msgid "Could not seek to next header token"
+msgstr "Не удалось перейти к следующему 
маркеру заголовка"
+
+#: kzip.cpp:546
+msgctxt "KZip|"
+msgid "Invalid ZIP file. Unexpected end of file. (#5)"
+msgstr "Некорректный файл ZIP. Неожиданный 
конец файла. (#5)"
+
+#: kzip.cpp:562
+msgctxt "KZip|"
+msgid "Could not seek to file compressed size"
+msgstr "Не удалось перейти к сжатому размеру 
файла"
+
+#: kzip.cpp:578
+msgctxt "KZip|"
+msgid "Invalid ZIP file. Unexpected end of file. (#1)"
+msgstr "Некорректный файл ZIP. Неожиданный 
конец файла. (#1)"
+
+#: kzip.cpp:611
+msgctxt "KZip|"
+msgid ""
+"Invalid ZIP file, central entry too short (not long enough for valid entry)"
+msgstr ""
+"Некорректный файл ZIP, слишком короткая 
центральная запись (недостаточно "
+"длинная для корректной записи)"
+
+#: kzip.cpp:620
+msgctxt "KZip|"
+msgid "Invalid ZIP file, file path name length smaller or equal to zero"
+msgstr "Некорректный файл ZIP, длина имени пути 
к файлу меньше или равна нулю"
+
+#: kzip.cpp:696
+msgctxt "KZip|"
+msgid "Invalid ZIP file, found empty entry name"
+msgstr "Некорректный файл ZIP, обнаружено 
пустое имя записи"
+
+#: kzip.cpp:737
+#, qt-format
+msgctxt "KZip|"
+msgid "File %1 is in folder %2, but %3 is actually a file."
+msgstr "Файл %1 находится в папке %2, но %3 на 
самом деле является файлом."
+
+#: kzip.cpp:748
+msgctxt "KZip|"
+msgid "Could not seek to next entry"
+msgstr "Не удалось перейти к следующей записи"
+
+#: kzip.cpp:761 kzip.cpp:771
+msgctxt "KZip|"
+msgid "Invalid ZIP file. Unexpected end of file."
+msgstr "Некорректный файл ZIP. Неожиданный 
конец файла."
+
+#: kzip.cpp:794
+#, qt-format
+msgctxt "KZip|"
+msgid "Invalid ZIP file. Unrecognized header at offset %1"
+msgstr "Некорректный файл ZIP. Нераспознанный 
заголовок со смещением %1"
+
+#: kzip.cpp:825
+#, qt-format
+msgctxt "KZip|"
+msgid "Could not seek to next file header: %1"
+msgstr "Не удалось перейти к следующему 
заголовку файла: %1"
+
+#: kzip.cpp:851 kzip.cpp:947
+#, qt-format
+msgctxt "KZip|"
+msgid "Could not write file header: %1"
+msgstr "Не удалось записать заголовок файла: %1"
+
+#: kzip.cpp:994
+#, qt-format
+msgctxt "KZip|"
+msgid "Could not write central dir record: %1"
+msgstr "Не удалось записать запись 
центрального каталога: %1"
+
+#: kzip.cpp:1030
+msgctxt "KZip|"
+msgid "Application error: ZIP file must be open before being written into"
+msgstr "Ошибка приложения: перед записью необх
одимо открыть файл ZIP"
+
+#: kzip.cpp:1036
+msgctxt "KZip|"
+msgid "Application error: attempted to write into non-writable ZIP file"
+msgstr "Ошибка приложения: попытка записи в 
недоступный для записи файл ZIP"
+
+#: kzip.cpp:1042
+msgctxt "KZip|"
+msgid "Cannot create a device. Disk full?"
+msgstr ""
+"Не удалось создать устройство. Возможно, 
на диске не осталось свободного "
+"места."
+
+#: kzip.cpp:1048
+msgctxt "KZip|"
+msgid "Cannot seek in ZIP file. Disk full?"
+msgstr ""
+"Не удалось выполнить перемещение по файлу 
ZIP. Возможно, на диске не "
+"осталось свободного места."
+
+#: kzip.cpp:1190
+msgctxt "KZip|"
+msgid "Could not write to the archive. Disk full?"
+msgstr ""
+"Не удалось выполнить запись в архив. 
Возможно, на диске не осталось "
+"свободного места."
+
+#: kzip.cpp:1209
+#, qt-format
+msgctxt "KZip|"
+msgid "Could not open compression device: %1"
+msgstr "Не удалось открыть устройство сжатия: 
%1"
+
+#: kzip.cpp:1296
+msgctxt "KZip|"
+msgid "No file or device"
+msgstr "Нет файла или устройства"
+
+#: kzip.cpp:1309
+#, qt-format
+msgctxt "KZip|"
+msgid "Error writing data: %1"
+msgstr "Ошибка записи данных: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.100.0/poqm/zh_CN/karchive5_qt.po 
new/karchive-5.101.0/poqm/zh_CN/karchive5_qt.po
--- old/karchive-5.100.0/poqm/zh_CN/karchive5_qt.po     2022-11-06 
02:57:29.000000000 +0100
+++ new/karchive-5.101.0/poqm/zh_CN/karchive5_qt.po     2022-12-03 
10:42:23.000000000 +0100
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2022-10-30 07:49\n"
+"PO-Revision-Date: 2022-12-01 06:54\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.100.0/src/kgzipfilter.h 
new/karchive-5.101.0/src/kgzipfilter.h
--- old/karchive-5.100.0/src/kgzipfilter.h      2022-11-06 02:57:29.000000000 
+0100
+++ new/karchive-5.101.0/src/kgzipfilter.h      2022-12-03 10:42:23.000000000 
+0100
@@ -30,7 +30,7 @@
     // - Gzip header, implemented here by readHeader
     //
     // (1) as written out by compress()/compress2()
-    // (2) see http://www.zlib.net/zlib_faq.html#faq39
+    // (2) see https://www.zlib.net/zlib_faq.html#faq39
     enum Flag {
         RawDeflate = 0, // raw deflate data
         ZlibHeader = 1, // zlib headers (HTTP deflate)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/karchive-5.100.0/src/ktar.cpp 
new/karchive-5.101.0/src/ktar.cpp
--- old/karchive-5.100.0/src/ktar.cpp   2022-11-06 02:57:29.000000000 +0100
+++ new/karchive-5.101.0/src/ktar.cpp   2022-12-03 10:42:23.000000000 +0100
@@ -149,9 +149,9 @@
         // So instead of applying the filter to the device,
         // the file is completely extracted instead,
         // and we work on the extracted tar file.
-        // This improves the extraction speed by the tar ioslave dramatically,
+        // This improves the extraction speed by the archive KIO worker 
supporting the tar protocol dramatically,
         // if the archive file contains many files.
-        // This is because the tar ioslave extracts one file after the other 
and normally
+        // This is because the archive KIO worker extracts one file after the 
other and normally
         // has to walk through the decompression filter each time.
         // Which is in fact nearly as slow as a complete decompression for 
each file.
 
@@ -468,7 +468,7 @@
             // == '2' );
 
             if (typeflag == 'x' || typeflag == 'g') { // pax extended header, 
or pax global extended header
-                // Skip it for now. TODO: implement reading of extended 
header, as per http://pubs.opengroup.org/onlinepubs/009695399/utilities/pax.html
+                // Skip it for now. TODO: implement reading of extended 
header, as per 
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html
                 (void)dev->read(buffer, 0x200);
                 continue;
             }

Reply via email to