From 0784a9d962f713ea5dc121620223d4aca2df6358980f78641ca6e80d9a25a8c7 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 8 Apr 2020 10:44:49 +0000 Subject: [PATCH] Accepting request 792402 from home:alois:branches:devel:languages:pascal - Update to version 7.2.0 CODE: * Various fixes and improvements FILE MANAGER: * Extended options to manually update edited files in archive (consistently with update dialog) in context menu > more submenu * it is now possible to update archive and discard temp edit files (as in auto update dialog Yes/Clear option), and to discard edits without update EXTRACTION and ARCHIVING: * Added option to automatically close PeaZip when task completes * Added options to save and load custom compression settings * Menu entries are available in main menu > Layout (in compression screen) and in compression presets context menus (in file browser and in compression screen) * Compression settings are saved by default to "Compression settings" folder in same path of PeaZip configuration * Password and keyfiles are not saved in custom compression settings, to manage passwords safely see instead main menu > Tools > Password manager * Volatile, context dependant variables can be saved alongside non-volatile ones, but will be lost in subsequent uses unless the custom setting is reloaded (in Options > Advanced volatile variables can be shown in italic font) * Presets for archive creation / conversion are now rewritten to use new compression setting mechanism, new presets supersedes both old presets and favourite formats menu entries * Presets are saved in PeaZip\res\presets folder, in PeaZip's program path; apart for being saved separately they are standard compression setting files and can be used as such * To customize an existing preset with a custom compression settings file, copy the desired custom compression settings file in presets folder, in place of one of the existing preset files * Optionally, editing the compression setting file is possible to change its displayed file name, the name that will be shown by PeaZip in presets menu * New presets: ZPAQ ultra, ZPAQ, ARC, Brotli, Zstandard * Extended non-volatile options saved to configuration (and compression settings) 7z/p7zip advanced compression options for dictionary, word, passes and block size are now remembererd * File spanning options are now remembered * Improved support for ZPAQ format * AES256 encryption, supported by design by the format, is now enabled * Compression settings were optimized for better results * From Advanced tab of extraction screen are now supported following options: Restore files to original absolute paths; Separate extraction of all revisions of the archive; Overwrite existing files; Test operation is now enabled * ZPAQ is now available in presets at medium and ultra compression formats OBS-URL: https://build.opensuse.org/request/show/792402 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=68 --- peazip-7.1.1.src.zip | 3 --- peazip-7.2.0.src.zip | 3 +++ peazip.changes | 56 +++++++++++++++++++++++++++++++++++++++++++ peazip.spec | 5 ++-- peazip_help-7.1.0.pdf | 3 --- peazip_help-7.2.0.pdf | 3 +++ 6 files changed, 64 insertions(+), 9 deletions(-) delete mode 100644 peazip-7.1.1.src.zip create mode 100644 peazip-7.2.0.src.zip delete mode 100644 peazip_help-7.1.0.pdf create mode 100644 peazip_help-7.2.0.pdf diff --git a/peazip-7.1.1.src.zip b/peazip-7.1.1.src.zip deleted file mode 100644 index 07043c1..0000000 --- a/peazip-7.1.1.src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f20278535a30e31274b0dc16a1b29cc7aae07174a97fde0ab2b6b1f14d3b7f79 -size 5869064 diff --git a/peazip-7.2.0.src.zip b/peazip-7.2.0.src.zip new file mode 100644 index 0000000..512e7b9 --- /dev/null +++ b/peazip-7.2.0.src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca67730ee3b91f28be61ac823245dd6dd072f773133105fa6693b78bda5769e +size 5893424 diff --git a/peazip.changes b/peazip.changes index a24b5a0..772953f 100644 --- a/peazip.changes +++ b/peazip.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Wed Apr 8 10:31:44 UTC 2020 - Luigi Baldoni + +- Update to version 7.2.0 + CODE: + * Various fixes and improvements + FILE MANAGER: + * Extended options to manually update edited files in archive + (consistently with update dialog) in context menu > more submenu + * it is now possible to update archive and discard temp edit + files (as in auto update dialog Yes/Clear option), and to + discard edits without update + EXTRACTION and ARCHIVING: + * Added option to automatically close PeaZip when task + completes + * Added options to save and load custom compression settings + * Menu entries are available in main menu > Layout (in + compression screen) and in compression presets context menus (in + file browser and in compression screen) + * Compression settings are saved by default to "Compression + settings" folder in same path of PeaZip configuration + * Password and keyfiles are not saved in custom compression + settings, to manage passwords safely see instead main menu > + Tools > Password manager + * Volatile, context dependant variables can be saved alongside + non-volatile ones, but will be lost in subsequent uses unless + the custom setting is reloaded (in Options > Advanced volatile + variables can be shown in italic font) + * Presets for archive creation / conversion are now rewritten + to use new compression setting mechanism, new presets supersedes + both old presets and favourite formats menu entries + * Presets are saved in PeaZip\res\presets folder, in PeaZip's + program path; apart for being saved separately they are standard + compression setting files and can be used as such + * To customize an existing preset with a custom compression + settings file, copy the desired custom compression settings file + in presets folder, in place of one of the existing preset files + * Optionally, editing the compression setting file is possible + to change its displayed file name, the name that will be shown + by PeaZip in presets menu + * New presets: ZPAQ ultra, ZPAQ, ARC, Brotli, Zstandard + * Extended non-volatile options saved to configuration (and + compression settings) 7z/p7zip advanced compression options for + dictionary, word, passes and block size are now remembererd + * File spanning options are now remembered + * Improved support for ZPAQ format + * AES256 encryption, supported by design by the format, is now + enabled + * Compression settings were optimized for better results + * From Advanced tab of extraction screen are now supported + following options: Restore files to original absolute paths; + Separate extraction of all revisions of the archive; Overwrite + existing files; Test operation is now enabled + * ZPAQ is now available in presets at medium and ultra + compression formats + ------------------------------------------------------------------- Mon Mar 9 08:36:24 UTC 2020 - aloisio@gmx.com diff --git a/peazip.spec b/peazip.spec index 5b5e3cd..1a82a66 100644 --- a/peazip.spec +++ b/peazip.spec @@ -17,16 +17,15 @@ %define _peazipinstalldir %{_libdir}/peazip -%define _helpver 7.1.0 Name: peazip -Version: 7.1.1 +Version: 7.2.0 Release: 0 Summary: Graphical file archiver License: LGPL-3.0-only URL: http://www.peazip.org Source0: https://sourceforge.net/projects/peazip/files/%{version}/peazip-%{version}.src.zip Source1: altconf.txt -Source2: https://sourceforge.net/projects/peazip/files/%{_helpver}/peazip_help.pdf#/peazip_help-%{_helpver}.pdf +Source2: https://sourceforge.net/projects/peazip/files/%{version}/peazip_help.pdf#/peazip_help-%{version}.pdf Patch0: peazip-desktop.patch # PATCH-FIX-UPSTREAM: https://sourceforge.net/p/peazip/tickets/492/ Patch1: peazip-fix_aarch64.patch diff --git a/peazip_help-7.1.0.pdf b/peazip_help-7.1.0.pdf deleted file mode 100644 index 8225e44..0000000 --- a/peazip_help-7.1.0.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5a444cddbabeb7816e9db1d38256cb7becc847b39f1906e93e89dab1377bf6b -size 1101757 diff --git a/peazip_help-7.2.0.pdf b/peazip_help-7.2.0.pdf new file mode 100644 index 0000000..0c97b9e --- /dev/null +++ b/peazip_help-7.2.0.pdf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260555d941031d3ce7d93469691484336217437a8f3335b6ff6c9075f28a184f +size 1116139