forked from pool/peazip
Accepting request 906446 from devel:languages:pascal
OBS-URL: https://build.opensuse.org/request/show/906446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/peazip?expand=0&rev=31
This commit is contained in:
commit
97c4a102bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2e80860035095e353608c85a542b39458d07fa2ef81ca9eb619da0041df1e94
|
||||
size 5629585
|
3
peazip-8.0.0.src.zip
Normal file
3
peazip-8.0.0.src.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b3f24b035601df713746f2b7abcd2fdecb382117d81cf828deea1faaa2a3c32
|
||||
size 5650014
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 15 08:45:50 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 8.0.0
|
||||
* BACKEND
|
||||
* Pea 1.01:
|
||||
+ Added exit codes to functions for easier integration with
|
||||
third party software and scripts
|
||||
+ Running PEA in batch_report and hidden_report mode automatically
|
||||
saves task log without further user interaction
|
||||
+ Fixed: hidden and hidden_report modes do not flash the GUI
|
||||
before hiding it
|
||||
+ Updated online documentation at https://peazip.github.io/pea_help.pdf
|
||||
* FILE MANAGER
|
||||
* Added support for .xappx, and various Open Packaging Conventions
|
||||
filetypes (.3mf, .vsdx, .mmzx, .aasx, .slx, .scdoc) files,
|
||||
218 file extensions supported
|
||||
* Added text completion for search field
|
||||
* Checksum/hash files can now be set to perform a single
|
||||
algorithm (faster), by default SHA256
|
||||
* Dragging a single archive file on file manager screen, the archive
|
||||
is now opened without requiring further interaction
|
||||
* Improved preview and open with functions
|
||||
* Improved random password generator in main menu,
|
||||
Tools > Create random password / keyfile
|
||||
* Improved smart sorting of file names
|
||||
* Improved status bar
|
||||
* Improved support for non-canonical archive types
|
||||
(containers, disk images, installers...) with new options in
|
||||
main menu, Options > Settings > Archive manager
|
||||
* Improved theming: can now optionally display grids with
|
||||
alternate color for better readability
|
||||
* EXTRACTION and ARCHIVING
|
||||
* Added "Force typing passwords interactively" option in password
|
||||
screen that forces to always type password in the native
|
||||
backend interface
|
||||
* Can now edit existing 7Z-compressed sfx archives
|
||||
* Improved "TAR before" option, which saves multiple input to
|
||||
TAR archive before compression step
|
||||
* It is now possible to customize the default action to perform
|
||||
when a file type associated with PeaZip is double-clicked on
|
||||
the system (or any time a single file is sent as input to PeaZip)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 23:57:43 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define _peazipinstalldir %{_libdir}/peazip
|
||||
%define _helpver 7.9.0
|
||||
%define _helpver 8.0.0
|
||||
Name: peazip
|
||||
Version: 7.9.0
|
||||
Version: 8.0.0
|
||||
Release: 0
|
||||
Summary: Graphical file archiver
|
||||
License: LGPL-3.0-only
|
||||
@ -81,7 +81,7 @@ Group: Productivity/Archiving/Compression
|
||||
Requires: peazip
|
||||
%if 0%{?suse_version} < 1500
|
||||
Requires(post): update-desktop-files
|
||||
Requires(postun): update-desktop-files
|
||||
Requires(postun):update-desktop-files
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14575523369849a8e26b01cb0d30f63b53a8fac9e12d19ba68c0f712a8d19826
|
||||
size 1054592
|
||||
oid sha256:f10e59763c517507c66645ba1f41fd1d641dfc982a55799c4504a7d72f8dc6c7
|
||||
size 1066721
|
||||
|
Loading…
Reference in New Issue
Block a user