diff --git a/peazip-8.3.0.src.zip b/peazip-8.3.0.src.zip deleted file mode 100644 index f1dfc6a..0000000 --- a/peazip-8.3.0.src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d43dc03a65cb9b1732f185251f5a2067941ad7b28e3272a3d6484d6384c18cb -size 6885318 diff --git a/peazip-8.4.0.src.zip b/peazip-8.4.0.src.zip new file mode 100644 index 0000000..d27c26c --- /dev/null +++ b/peazip-8.4.0.src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ffb4ca1e912eb89d8d32338166bad2bdb0dc86fffb747921eb2c2b90c8aa74 +size 6896758 diff --git a/peazip.changes b/peazip.changes index b80b1f0..5929d20 100644 --- a/peazip.changes +++ b/peazip.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed Jan 26 13:05:11 UTC 2022 - Paolo Stivanin + +- 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 + +- 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 diff --git a/peazip.spec b/peazip.spec index 56aa07c..46c4370 100644 --- a/peazip.spec +++ b/peazip.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %define _peazipinstalldir %{_libdir}/peazip -%define _helpver 8.3.0 +%define _helpver 8.4.0 Name: peazip -Version: 8.3.0 +Version: 8.4.0 Release: 0 Summary: Graphical file archiver License: LGPL-3.0-only @@ -112,9 +112,9 @@ mkdir -p %{buildroot}%{_peazipinstalldir} cp -r res %{buildroot}%{_peazipinstalldir} cp %{SOURCE1} %{buildroot}%{_peazipinstalldir}/res -mkdir -p %{buildroot}%{_peazipinstalldir}/res/7z +mkdir -p %{buildroot}%{_peazipinstalldir}/res/bin/7z 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 mkdir -p %{buildroot}%{_peazipinstalldir}/res/arc diff --git a/peazip_help.pdf b/peazip_help.pdf index 89fcb3f..5ce6ab4 100644 --- a/peazip_help.pdf +++ b/peazip_help.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b43abfc4a7ce3f14ba8d75ca35a50d66021938f474da2367f22b3445a9b59ee7 -size 1085184 +oid sha256:c62361a8f9dce1316181b9b010dc937d031566dbb46e6f0f782e2c25187858ab +size 1091213