SHA256
1
0
forked from pool/peazip

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
This commit is contained in:
Luigi Baldoni 2020-04-08 10:44:49 +00:00 committed by Git OBS Bridge
parent 7a029f5d1b
commit 0784a9d962
6 changed files with 64 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f20278535a30e31274b0dc16a1b29cc7aae07174a97fde0ab2b6b1f14d3b7f79
size 5869064

3
peazip-7.2.0.src.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bca67730ee3b91f28be61ac823245dd6dd072f773133105fa6693b78bda5769e
size 5893424

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
Wed Apr 8 10:31:44 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- 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

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5a444cddbabeb7816e9db1d38256cb7becc847b39f1906e93e89dab1377bf6b
size 1101757

3
peazip_help-7.2.0.pdf Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:260555d941031d3ce7d93469691484336217437a8f3335b6ff6c9075f28a184f
size 1116139