From c32729a7eea7d3847e30a7cda92d590c3109e654aaf91b02747fcfbec6bdc82c Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@opensuse.org>
Date: Wed, 17 Nov 2021 09:37:31 +0000
Subject: [PATCH] Accepting request 931899 from
 home:polslinux:branches:devel:languages:pascal

- 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

OBS-URL: https://build.opensuse.org/request/show/931899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=95
---
 peazip-8.2.0.src.zip   |  3 --
 peazip-8.3.0.src.zip   |  3 ++
 peazip-desktop.patch   | 66 +++++++++++++++++++++---------------------
 peazip-help_path.patch | 14 ++++-----
 peazip.changes         | 60 ++++++++++++++++++++++++++++++++++++++
 peazip.spec            | 21 +++++++-------
 peazip_help.pdf        |  4 +--
 7 files changed, 115 insertions(+), 56 deletions(-)
 delete mode 100644 peazip-8.2.0.src.zip
 create mode 100644 peazip-8.3.0.src.zip

diff --git a/peazip-8.2.0.src.zip b/peazip-8.2.0.src.zip
deleted file mode 100644
index f27c669..0000000
--- a/peazip-8.2.0.src.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:bc8c27e95d2e18eec8f2107d427b34fc378408316c1a97728614fb12edbfa7d4
-size 5958289
diff --git a/peazip-8.3.0.src.zip b/peazip-8.3.0.src.zip
new file mode 100644
index 0000000..f1dfc6a
--- /dev/null
+++ b/peazip-8.3.0.src.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9d43dc03a65cb9b1732f185251f5a2067941ad7b28e3272a3d6484d6384c18cb
+size 6885318
diff --git a/peazip-desktop.patch b/peazip-desktop.patch
index 4db2c7e..1e12ade 100644
--- a/peazip-desktop.patch
+++ b/peazip-desktop.patch
@@ -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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazi
  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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazi
  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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazi
  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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazi
  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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazi
  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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazi
  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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazi
  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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazi
  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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazi
  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 @@ diff -ru a/res/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazi
  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
diff --git a/peazip-help_path.patch b/peazip-help_path.patch
index 37b25b1..e353a08 100644
--- a/peazip-help_path.patch
+++ b/peazip-help_path.patch
@@ -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;
  
diff --git a/peazip.changes b/peazip.changes
index 7941104..b80b1f0 100644
--- a/peazip.changes
+++ b/peazip.changes
@@ -1,3 +1,63 @@
+-------------------------------------------------------------------
+Wed Nov 17 06:50:05 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
+
+- 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
+
 -------------------------------------------------------------------
 Thu Sep 30 05:35:33 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
 
diff --git a/peazip.spec b/peazip.spec
index c5bc646..56aa07c 100644
--- a/peazip.spec
+++ b/peazip.spec
@@ -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 @@ This subpackage contains the KF5 integration.
 
 %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 @@ install -m755 pea %{buildroot}%{_peazipinstalldir}/res
 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 @@ popd
 
 %files
 %license copying.txt
-%doc readme  peazip_help.pdf
+%doc readme.txt peazip_help.pdf
 %{_bindir}/pea
 %{_bindir}/peazip
 %{_peazipinstalldir}
diff --git a/peazip_help.pdf b/peazip_help.pdf
index 117a854..89fcb3f 100644
--- a/peazip_help.pdf
+++ b/peazip_help.pdf
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:73f9413af8d22b88e0ae4402c00d0feef673cb70453f47c5f3b819dc59879440
-size 1073401
+oid sha256:b43abfc4a7ce3f14ba8d75ca35a50d66021938f474da2367f22b3445a9b59ee7
+size 1085184