From 0b1bbaf201bc1bb7de4bd51db1a7e6f77d38010371e3aae33b82dbe5f68bb003 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 18 May 2020 11:17:50 +0000 Subject: [PATCH] Accepting request 806902 from home:alois:branches:devel:languages:pascal - Update to version 7.3.0 BACKEND: * Pea 0.71 with PEA file format revision 1.2 CODE: * Various fixes FILE MANAGER: * Added BLAKE2S and BLAKE2B hashes to * File manager's hash (for file hashing and deduplication) * File tools set of hashes * Optional hash for raw file split * Optional hash for PEA format * Added support for opening as archive modern Linux package formats: .appimage, Ubuntu's .snap, and FreeDesktop Listaller .ipk * Browser now uses smarter sorting for file/directory names * By default now PeaZip tries to open archives containing errors * Errors detected browsing the archive are now notified in status bar, even if it is possible to list archive's content * "Try to open archives contining errors" can be disabled in Options > Settings > Archive manager * Fixed some cases not allowing secure deletion and zero deletion of files * Improved deletion of temporary work files EXTRACTION and ARCHIVING: * Added option to not ask confirmation for delete after archiving/extraction, in Options > Settings > Archive manager * Delete is not triggered if errors are detected * Delete is triggered after extraction only in case of complete extraction (extract all) * Added option to set archive time from most recent file in archive, for all 7z/p7zip formats * Added option to improve Brotli compression using more memory at cost of small impact on speed (archives created with this option may not be compatible with some Brotli decompressors) * Added option to improve Zstandard compression using more memory at cost of small impact on speed * Added new advanced options to custom compression settings files, keeping compatibility with setting files created with older versions * Presets were rebuilt accordingly new format * Two new presets: Medium compression with 7z fast, and Fast compression with 7Z fastest * It is now possible to cancel all tasks of a sequence in the case one of the archiving / extraction task fails OBS-URL: https://build.opensuse.org/request/show/806902 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=74 --- peazip-7.2.2.src.zip | 3 --- peazip-7.3.0.src.zip | 3 +++ peazip.changes | 49 ++++++++++++++++++++++++++++++++++++++++++++ peazip.spec | 2 +- 4 files changed, 53 insertions(+), 4 deletions(-) delete mode 100644 peazip-7.2.2.src.zip create mode 100644 peazip-7.3.0.src.zip diff --git a/peazip-7.2.2.src.zip b/peazip-7.2.2.src.zip deleted file mode 100644 index 20172ff..0000000 --- a/peazip-7.2.2.src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7d7c07a37d66ec7b73f48c121a7654466ed00728611a9a340cebe0a17d01e1f -size 5996473 diff --git a/peazip-7.3.0.src.zip b/peazip-7.3.0.src.zip new file mode 100644 index 0000000..b8eaa39 --- /dev/null +++ b/peazip-7.3.0.src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc0ee5c3389580c19240aabb0ffcaebf7151aee44687f10f630bf5530b6053c +size 6120850 diff --git a/peazip.changes b/peazip.changes index 235d5ff..64c358f 100644 --- a/peazip.changes +++ b/peazip.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Mon May 18 10:45:48 UTC 2020 - Luigi Baldoni + +- Update to version 7.3.0 + BACKEND: + * Pea 0.71 with PEA file format revision 1.2 + CODE: + * Various fixes + FILE MANAGER: + * Added BLAKE2S and BLAKE2B hashes to + * File manager's hash (for file hashing and deduplication) + * File tools set of hashes + * Optional hash for raw file split + * Optional hash for PEA format + * Added support for opening as archive modern Linux package + formats: .appimage, Ubuntu's .snap, and FreeDesktop Listaller + .ipk + * Browser now uses smarter sorting for file/directory names + * By default now PeaZip tries to open archives containing + errors + * Errors detected browsing the archive are now notified in + status bar, even if it is possible to list archive's content + * "Try to open archives contining errors" can be disabled in + Options > Settings > Archive manager + * Fixed some cases not allowing secure deletion and zero + deletion of files + * Improved deletion of temporary work files + EXTRACTION and ARCHIVING: + * Added option to not ask confirmation for delete after + archiving/extraction, in Options > Settings > Archive manager + * Delete is not triggered if errors are detected + * Delete is triggered after extraction only in case of + complete extraction (extract all) + * Added option to set archive time from most recent file in + archive, for all 7z/p7zip formats + * Added option to improve Brotli compression using more memory + at cost of small impact on speed (archives created with this + option may not be compatible with some Brotli decompressors) + * Added option to improve Zstandard compression using more + memory at cost of small impact on speed + * Added new advanced options to custom compression settings + files, keeping compatibility with setting files created with + older versions + * Presets were rebuilt accordingly new format + * Two new presets: Medium compression with 7z fast, and Fast + compression with 7Z fastest + * It is now possible to cancel all tasks of a sequence in the + case one of the archiving / extraction task fails + ------------------------------------------------------------------- Wed May 6 09:12:22 UTC 2020 - aloisio@gmx.com diff --git a/peazip.spec b/peazip.spec index 57fbe01..c4532c3 100644 --- a/peazip.spec +++ b/peazip.spec @@ -19,7 +19,7 @@ %define _peazipinstalldir %{_libdir}/peazip %define _helpver 7.2.0 Name: peazip -Version: 7.2.2 +Version: 7.3.0 Release: 0 Summary: Graphical file archiver License: LGPL-3.0-only