Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package peazip for openSUSE:Factory checked in at 2021-11-18 10:33:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/peazip (Old) and /work/SRC/openSUSE:Factory/.peazip.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "peazip" Thu Nov 18 10:33:27 2021 rev:33 rq:931915 version:8.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/peazip/peazip.changes 2021-09-30 23:45:00.388580060 +0200 +++ /work/SRC/openSUSE:Factory/.peazip.new.1895/peazip.changes 2021-11-18 10:33:44.179901971 +0100 @@ -1,0 +2,60 @@ +Wed Nov 17 06:50:05 UTC 2021 - Paolo Stivanin <[email protected]> + +- Update to 8.3.0: + BACKEND + * Total max length of command scripts generated by the application + can be customized from 32KB to 2MB from + Options > Settings > General, Performances + * szcnick/p7zip regressed from 17.04 to 17.02 due a possible bug + handling some zip files different versions / branches of p7zip + (provided same syntax is employed) can be used simply replacing binaries + in (peazip)res/bin/7z path + * Updated to pea 1.04 + CODE + * Improved compliance with Open Desktop specifications: configuration + is now saved in $XDG_CONFIG_HOME/peazip directory; if $XDG_CONFIG_HOME + is not defined configuration is saved to $HOME/.config/peazip. + To import existing configuration simply copy content of + $HOME/.PeaZip directory to the new location + * Fixed possible error with progress bar + * Fixed possible error not asking password opening some encrypted archives, + and reduced false positive cases in which it the application + suggested to provide a password + * Fixed error reporting information about multi volume archives + * Fixed error in file manager selecting files with same + characteristics of selected item + FILE MANAGER + * Shortcuts to /media, /run/media, and /mnt (if not empty) are now + featured in navigation tree, under filesystem group + * Improved automatically configuring XFCE apps alternatives in + "Open with" menu: Mousepad, Midori, Parole, Ristretto + * Fixed theming issues with GTK2 + * Column header's context menu is now accessible alternatively + right-clicking the status bar + * Improved theming + - Added Color temperature option, to adapt application to DE using + warmer or colder colors + - Added Highlight tabs option (default on) highlighting rows or columns + containing tabs with alternate color + * Options > Settings > General, Privacy / Reset group, Working directory + is now set to system's temp by default + * Options > Settings > General, Privacy / Reset group now allows to silently + skip deletion of locked temporary work files (default on, consistently with + behavior of most applications of this type); temp work files can then be + optionally deleted separately: + * Options > Settings > File manager now allows to set the multiple-byte unit: + binary, 1024 (IEC kibibyte), or decimal, 1000 (IEC kilobyte), + or none (exact byte size) + * Options > Settings > File manager now allows to customize the list of + preferred algorithms for calculating file checksum and hashes; all preferred + algorithms in the list will be performed in a single step when + it is required to checksum / hash files. + EXTRACTION and ARCHIVING + * Added Deflate and Deflate64 compression options to 7z format + * Improved -ext2here, -ext2folder (-alias -ext2smart), and -ext2newfolder + functions adding command line options: + * -i ignore delete original archive after extraction settings + * -o output directory in next parameter + * -p password in next parameter + +------------------------------------------------------------------- Old: ---- peazip-8.2.0.src.zip New: ---- peazip-8.3.0.src.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ peazip.spec ++++++ --- /var/tmp/diff_new_pack.cFBwIF/_old 2021-11-18 10:33:44.851902597 +0100 +++ /var/tmp/diff_new_pack.cFBwIF/_new 2021-11-18 10:33:44.855902600 +0100 @@ -17,9 +17,9 @@ %define _peazipinstalldir %{_libdir}/peazip -%define _helpver 8.2.0 +%define _helpver 8.3.0 Name: peazip -Version: 8.2.0 +Version: 8.3.0 Release: 0 Summary: Graphical file archiver License: LGPL-3.0-only @@ -91,8 +91,9 @@ %prep %autosetup -p1 -n %{name}-%{version}.src -chmod +w res/lang -dos2unix readme +chmod +w res/share/lang +dos2unix readme.txt +mv res/share/copying/copying.txt . cp %{SOURCE2} peazip_help.pdf %build @@ -131,13 +132,13 @@ ln -s %{_peazipinstalldir}/res/pea %{buildroot}%{_bindir}/pea mkdir -p %{buildroot}%{_datadir}/applications/ -cp %{buildroot}%{_peazipinstalldir}/res/batch/freedesktop_integration/peazip.desktop %{buildroot}%{_datadir}/applications/ -rm %{buildroot}%{_peazipinstalldir}/res/batch/freedesktop_integration/peazip.desktop +cp %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/peazip.desktop %{buildroot}%{_datadir}/applications/ +rm %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/peazip.desktop mkdir -p %{buildroot}%{_datadir}/pixmaps/ -cp %{buildroot}%{_peazipinstalldir}/res/batch/freedesktop_integration/peazip.png %{buildroot}%{_datadir}/pixmaps/ -rm %{buildroot}%{_peazipinstalldir}/res/batch/freedesktop_integration/peazip.png +cp %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/peazip.png %{buildroot}%{_datadir}/pixmaps/ +rm %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/peazip.png -pushd %{buildroot}%{_peazipinstalldir}/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/ +pushd %{buildroot}%{_peazipinstalldir}/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/ mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus install -m644 *.desktop %{buildroot}%{_kf5_servicesdir}/ServiceMenus popd @@ -154,7 +155,7 @@ %files %license copying.txt -%doc readme peazip_help.pdf +%doc readme.txt peazip_help.pdf %{_bindir}/pea %{_bindir}/peazip %{_peazipinstalldir} ++++++ peazip-desktop.patch ++++++ --- /var/tmp/diff_new_pack.cFBwIF/_old 2021-11-18 10:33:44.895902638 +0100 +++ /var/tmp/diff_new_pack.cFBwIF/_new 2021-11-18 10:33:44.895902638 +0100 @@ -1,6 +1,6 @@ -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop 2021-09-30 10:21:48.967391937 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop 2021-09-30 10:21:48.967391937 +0200 @@ -2,6 +2,8 @@ Exec=peazip -add2archive %F Icon=peazip @@ -15,9 +15,9 @@ Icon=peazip ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop 2021-09-30 10:21:51.743403456 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop 2021-09-30 10:21:51.743403456 +0200 @@ -1,7 +1,9 @@ [Desktop Action peazipext] Exec=peazip -ext2full %F @@ -34,9 +34,9 @@ Name[en_US]=peazipext ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop 2021-09-30 10:21:53.783411921 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop 2021-09-30 10:21:53.783411921 +0200 @@ -1,7 +1,9 @@ [Desktop Action peazipextfolder] Exec=peazip -ext2folder %F @@ -53,9 +53,9 @@ Name[en_US]=peazipextfolder ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop 2021-09-30 10:21:55.807420319 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop 2021-09-30 10:21:55.807420319 +0200 @@ -1,7 +1,9 @@ [Desktop Action peazipexthere] Exec=peazip -ext2here %F @@ -72,9 +72,9 @@ Name[en_US]=peazipexthere ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop 2021-09-30 10:21:58.735432468 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop 2021-09-30 10:21:58.735432468 +0200 @@ -2,6 +2,8 @@ Exec=peazip -ext2browse %F Icon=peazip @@ -89,9 +89,9 @@ Name[en_US]=peazipopen ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop 2021-09-30 10:21:39.779353810 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop 2021-09-30 10:21:39.779353810 +0200 @@ -2,6 +2,8 @@ Exec=peazip -add2archive %F Icon=peazip @@ -106,9 +106,9 @@ Icon=peazip ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop 2021-09-30 10:21:37.023342374 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop 2021-09-30 10:21:37.023342374 +0200 @@ -1,7 +1,9 @@ [Desktop Action peazipext] Exec=peazip -ext2full %F @@ -125,9 +125,9 @@ Name[en_US]=peazipext ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop 2021-09-30 10:21:34.319331153 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop 2021-09-30 10:21:34.319331153 +0200 @@ -1,7 +1,9 @@ [Desktop Action peazipextfolder] Exec=peazip -ext2folder %F @@ -144,9 +144,9 @@ Name[en_US]=peazipextfolder ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop 2021-09-30 10:21:26.175297353 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop 2021-09-30 10:21:26.175297353 +0200 @@ -1,7 +1,9 @@ [Desktop Action peazipexthere] Exec=peazip -ext2here %F @@ -163,9 +163,9 @@ Name[en_US]=peazipexthere ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop ---- a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop 2010-04-29 01:11:38.000000000 +0200 -+++ b/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop 2021-09-30 10:21:21.987279972 +0200 +diff -ru a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop +--- a/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop 2010-04-29 01:11:38.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop 2021-09-30 10:21:21.987279972 +0200 @@ -2,6 +2,8 @@ Exec=peazip -ext2browse %F Icon=peazip @@ -180,9 +180,9 @@ Name[en_US]=peazipopen ServiceTypes=KonqPopupMenu/Plugin,all/all +X-SuSE-translate=true -diff -ru a/res/batch/freedesktop_integration/peazip.desktop b/res/batch/freedesktop_integration/peazip.desktop ---- a/res/batch/freedesktop_integration/peazip.desktop 2021-09-08 19:51:52.000000000 +0200 -+++ b/res/batch/freedesktop_integration/peazip.desktop 2021-09-30 10:18:31.958574357 +0200 +diff -ru a/res/share/batch/freedesktop_integration/peazip.desktop b/res/share/batch/freedesktop_integration/peazip.desktop +--- a/res/share/batch/freedesktop_integration/peazip.desktop 2021-09-08 19:51:52.000000000 +0200 ++++ b/res/share/batch/freedesktop_integration/peazip.desktop 2021-09-30 10:18:31.958574357 +0200 @@ -1,14 +1,21 @@ [Desktop Entry] Name=PeaZip ++++++ peazip-help_path.patch ++++++ --- /var/tmp/diff_new_pack.cFBwIF/_old 2021-11-18 10:33:44.903902645 +0100 +++ /var/tmp/diff_new_pack.cFBwIF/_new 2021-11-18 10:33:44.903902645 +0100 @@ -1,21 +1,19 @@ -Index: peazip-6.8.1.src/peach.pas -=================================================================== ---- peazip-6.8.1.src.orig/peach.pas -+++ peazip-6.8.1.src/peach.pas -@@ -35728,7 +35728,7 @@ end; +--- peazip-8.3.0.src/peach.pas.orig 2021-11-17 08:05:28.276986802 +0100 ++++ peazip-8.3.0.src/peach.pas 2021-11-17 08:05:58.097106865 +0100 +@@ -41412,7 +41412,7 @@ procedure TForm_peach.baboutlocalhelpClick(Sender: TObject); begin --cp_open(executable_path+'peazip_help.pdf',desk_env); +-cp_open(sharepath+'peazip_help.pdf',desk_env); +cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env); end; procedure TForm_peach.baboutremoveadditionalClick(Sender: TObject); -@@ -54841,7 +54841,7 @@ end; +@@ -63622,7 +63622,7 @@ procedure TForm_peach.mpeahelpofflineClick(Sender: TObject); begin --cp_open(executable_path+'peazip_help.pdf',desk_env); +-cp_open(sharepath+'peazip_help.pdf',desk_env); +cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env); end; ++++++ peazip_help.pdf ++++++ (binary differes)
