forked from pool/peazip
Accepting request 949277 from devel:languages:pascal
OBS-URL: https://build.opensuse.org/request/show/949277 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/peazip?expand=0&rev=34
This commit is contained in:
commit
213f95da52
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d43dc03a65cb9b1732f185251f5a2067941ad7b28e3272a3d6484d6384c18cb
|
|
||||||
size 6885318
|
|
3
peazip-8.4.0.src.zip
Normal file
3
peazip-8.4.0.src.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4ffb4ca1e912eb89d8d32338166bad2bdb0dc86fffb747921eb2c2b90c8aa74
|
||||||
|
size 6896758
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 26 13:05:11 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 8.4.0:
|
||||||
|
BACKEND
|
||||||
|
* Pea 1.05
|
||||||
|
* 7z 21.06 (console) used by default on Darwin/macOS, Linux, and Windows
|
||||||
|
* p7zip, and szcnick's p7zip (fork of p7zip) syntax is fully supported
|
||||||
|
and can be used as alternative replacing (peazip)/res/bin/7z/7z binary
|
||||||
|
CODE
|
||||||
|
* Fixed issues when temporary work path is set to user's temp
|
||||||
|
* Fixed smart extraction not able to remove extra level of nesting
|
||||||
|
FILE MANAGER
|
||||||
|
* Added single and multi core performances benchmark, in main menu Tools > System benchmark (pea)
|
||||||
|
* The benchmark performs integer and floating point arithmetic operations
|
||||||
|
* Benchmark result unit is arbitrary and only meant to allow comparison between different platforms
|
||||||
|
* For reference 2020 MacBook Air M1 score is 100 (single core) and 515 (multi core) for aarm64 build
|
||||||
|
* (Darwin/macOS, Linux) File manager columns' menu is available righclicking status bar
|
||||||
|
* Added links to Volumes, Applications, and System/Applications in navigation treeview
|
||||||
|
* Added auto-configured custom apps for "Open with" submenu
|
||||||
|
* Open command prompt here function now working
|
||||||
|
* PeaUtils launching from PeaZip now working
|
||||||
|
* Language can now be changed from dropdown menu from General settings tab (main menu, Options > Settings)
|
||||||
|
* Previous method allowing to manually select the language file is still available
|
||||||
|
from the link before the dropdown menu
|
||||||
|
EXTRACTION and ARCHIVING
|
||||||
|
* New option to not stop sequences of archive test tasks unless an error is encountered
|
||||||
|
* From main menu, Options > Settings, Advanced tab set "Stop to inspect report for error,
|
||||||
|
list" instead of default value "Stop to inspect report for error, list, test"
|
||||||
|
* With this setting, a successful archive test closes on completion unless an error is foud in the archive and test fails,
|
||||||
|
in which case error message (and full report) is shown to user and needs to be dismissed
|
||||||
|
before continuing with following test in sequence
|
||||||
|
* Improved management of temporary work files
|
||||||
|
* 7z/p7zip work files during compression are now inside peazip-tmp subpath,
|
||||||
|
if work directory is set to Custom or User's tem
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 25 14:52:26 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
|
||||||
|
|
||||||
|
- 7z is expected to be in ../res/bin/7z
|
||||||
|
* this is mentioned in comment 5 of bsc#1195041 (even if the bug
|
||||||
|
itself is about something else)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 17 06:50:05 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
Wed Nov 17 06:50:05 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
10
peazip.spec
10
peazip.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package peazip
|
# spec file for package peazip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define _peazipinstalldir %{_libdir}/peazip
|
%define _peazipinstalldir %{_libdir}/peazip
|
||||||
%define _helpver 8.3.0
|
%define _helpver 8.4.0
|
||||||
Name: peazip
|
Name: peazip
|
||||||
Version: 8.3.0
|
Version: 8.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical file archiver
|
Summary: Graphical file archiver
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
@ -112,9 +112,9 @@ mkdir -p %{buildroot}%{_peazipinstalldir}
|
|||||||
cp -r res %{buildroot}%{_peazipinstalldir}
|
cp -r res %{buildroot}%{_peazipinstalldir}
|
||||||
cp %{SOURCE1} %{buildroot}%{_peazipinstalldir}/res
|
cp %{SOURCE1} %{buildroot}%{_peazipinstalldir}/res
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/7z
|
mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/7z
|
||||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/upx
|
mkdir -p %{buildroot}%{_peazipinstalldir}/res/upx
|
||||||
ln -s %{_bindir}/7z %{buildroot}%{_peazipinstalldir}/res/7z/7z
|
ln -s %{_bindir}/7z %{buildroot}%{_peazipinstalldir}/res/bin/7z/7z
|
||||||
ln -s %{_bindir}/upx %{buildroot}%{_peazipinstalldir}/res/upx/upx
|
ln -s %{_bindir}/upx %{buildroot}%{_peazipinstalldir}/res/upx/upx
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_peazipinstalldir}/res/arc
|
mkdir -p %{buildroot}%{_peazipinstalldir}/res/arc
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b43abfc4a7ce3f14ba8d75ca35a50d66021938f474da2367f22b3445a9b59ee7
|
oid sha256:c62361a8f9dce1316181b9b010dc937d031566dbb46e6f0f782e2c25187858ab
|
||||||
size 1085184
|
size 1091213
|
||||||
|
Loading…
Reference in New Issue
Block a user