Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package peazip for openSUSE:Factory checked in at 2022-06-27 11:25:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/peazip (Old) and /work/SRC/openSUSE:Factory/.peazip.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "peazip" Mon Jun 27 11:25:57 2022 rev:36 rq:985245 version:8.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/peazip/peazip.changes 2022-04-14 17:26:18.631322650 +0200 +++ /work/SRC/openSUSE:Factory/.peazip.new.1548/peazip.changes 2022-06-27 11:26:02.442633221 +0200 @@ -1,0 +2,22 @@ +Sun Jun 26 13:12:27 UTC 2022 - Paolo Stivanin <[email protected]> + +- Update to 8.7.0: + BACKEND + * 7z 22.00 + * Pea 1.08 + CODE + * Can now optionally check hash of backend binaries called by PeaZip in order to detect modified ones + * Can now optionally hardcode paths of backend binaries, configuration, and non-binary resources directories as absoulte paths at compile time + FILE MANAGER + * Added "Open in a new tab" to breadcrumb navigation menu + * Can now export content of navigation/search filter as CSV, from column's header menu, and Main menu > Navigation submenu + * CSV separator can now be customised from Options > Settings, General Tab, on the right of Localization selector + * File manager now displays file size and compressed file size of directories inside archives, CRC column displays files and sub-directores count for directories + * Many visual enhancements + EXTRACTION and ARCHIVING + * Can now remember default archive creation action (force new archive, add, update, sync...) + * Improved displaying directory size in archive creation screen: items are now recursively enumerated asynchronously (non blocking) by default, so it is possible to proceed with archiving operations (confirm, cancel, modify parameters...) without needing the input count to be completed + * Re-organized Archive manager settings page in Options > Settings + * For Zpaq format now "Absolute paths" extraction option is enabled by default (in Advanced tab of extraction screen) + +------------------------------------------------------------------- Old: ---- peazip-8.6.0.src.zip New: ---- peazip-8.7.0.src.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ peazip.spec ++++++ --- /var/tmp/diff_new_pack.Pl2CPx/_old 2022-06-27 11:26:03.254634424 +0200 +++ /var/tmp/diff_new_pack.Pl2CPx/_new 2022-06-27 11:26:03.258634430 +0200 @@ -17,9 +17,9 @@ %define _peazipinstalldir %{_libdir}/peazip -%define _helpver 8.6.0 +%define _helpver 8.7.0 Name: peazip -Version: 8.6.0 +Version: 8.7.0 Release: 0 Summary: Graphical file archiver License: LGPL-3.0-only @@ -98,6 +98,7 @@ cp %{SOURCE2} peazip_help.pdf %build +cd dev lazbuild \ --lazarusdir=%{_libdir}/lazarus \ %ifarch x86_64 @@ -127,9 +128,9 @@ ln -s %{_bindir}/zpaq %{buildroot}%{_peazipinstalldir}/res/zpaq/zpaq ln -s %{_bindir}/zstd %{buildroot}%{_peazipinstalldir}/res/zstd/zstd -install -m755 peazip %{buildroot}%{_peazipinstalldir} +install -m755 dev/peazip %{buildroot}%{_peazipinstalldir} ln -s %{_peazipinstalldir}/peazip %{buildroot}%{_bindir}/peazip -install -m755 pea %{buildroot}%{_peazipinstalldir}/res +install -m755 dev/pea %{buildroot}%{_peazipinstalldir}/res ln -s %{_peazipinstalldir}/res/pea %{buildroot}%{_bindir}/pea mkdir -p %{buildroot}%{_datadir}/applications/ ++++++ peazip-build_PIE.patch ++++++ --- /var/tmp/diff_new_pack.Pl2CPx/_old 2022-06-27 11:26:03.330634537 +0200 +++ /var/tmp/diff_new_pack.Pl2CPx/_new 2022-06-27 11:26:03.342634554 +0200 @@ -5,10 +5,10 @@ Set lazarus project files so that we produce position independent executables. -Index: peazip-8.6.0.src/project_pea.lpi +Index: peazip-8.6.0.src/dev/project_pea.lpi =================================================================== ---- peazip-8.6.0.src.orig/project_pea.lpi -+++ peazip-8.6.0.src/project_pea.lpi +--- peazip-8.6.0.src.orig/dev/project_pea.lpi ++++ peazip-8.6.0.src/dev/project_pea.lpi @@ -552,6 +552,8 @@ <DebugInfoType Value="dsDwarf3"/> </Debugging> @@ -18,10 +18,10 @@ <Win32> <GraphicApplication Value="True"/> </Win32> -Index: peazip-8.6.0.src/project_peach.lpi +Index: peazip-8.6.0.src/dev/project_peach.lpi =================================================================== ---- peazip-8.6.0.src.orig/project_peach.lpi -+++ peazip-8.6.0.src/project_peach.lpi +--- peazip-8.6.0.src.orig/dev/project_peach.lpi ++++ peazip-8.6.0.src/dev/project_peach.lpi @@ -1591,6 +1591,8 @@ <GenerateDebugInfo Value="False"/> </Debugging> ++++++ peazip-debuginfo.patch ++++++ --- /var/tmp/diff_new_pack.Pl2CPx/_old 2022-06-27 11:26:03.358634578 +0200 +++ /var/tmp/diff_new_pack.Pl2CPx/_new 2022-06-27 11:26:03.362634584 +0200 @@ -1,7 +1,7 @@ -Index: peazip-8.6.0.src/project_peach.lpi +Index: peazip-8.6.0.src/dev/project_peach.lpi =================================================================== ---- peazip-8.6.0.src.orig/project_peach.lpi -+++ peazip-8.6.0.src/project_peach.lpi +--- peazip-8.6.0.src.orig/dev/project_peach.lpi ++++ peazip-8.6.0.src/dev/project_peach.lpi @@ -1588,7 +1588,7 @@ </CodeGeneration> <Linking> @@ -11,10 +11,10 @@ </Debugging> <Options> <PassLinkerOptions Value="True"/> -Index: peazip-8.6.0.src/project_pea.lpi +Index: peazip-8.6.0.src/dev/project_pea.lpi =================================================================== ---- peazip-8.6.0.src.orig/project_pea.lpi -+++ peazip-8.6.0.src/project_pea.lpi +--- peazip-8.6.0.src.orig/dev/project_pea.lpi ++++ peazip-8.6.0.src/dev/project_pea.lpi @@ -548,7 +548,7 @@ </CodeGeneration> <Linking> ++++++ peazip-help_path.patch ++++++ --- /var/tmp/diff_new_pack.Pl2CPx/_old 2022-06-27 11:26:03.374634601 +0200 +++ /var/tmp/diff_new_pack.Pl2CPx/_new 2022-06-27 11:26:03.378634608 +0200 @@ -1,7 +1,7 @@ -Index: peazip-8.6.0.src/peach.pas +Index: peazip-8.6.0.src/dev/peach.pas =================================================================== ---- peazip-8.6.0.src.orig/peach.pas -+++ peazip-8.6.0.src/peach.pas +--- peazip-8.6.0.src.orig/dev/peach.pas ++++ peazip-8.6.0.src/dev/peach.pas @@ -41307,7 +41307,7 @@ end; procedure TForm_peach.baboutlocalhelpClick(Sender: TObject); ++++++ peazip_help.pdf ++++++ (binary differes)
