Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package peazip for openSUSE:Factory checked 
in at 2024-08-05 17:22:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/peazip (Old)
 and      /work/SRC/openSUSE:Factory/.peazip.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "peazip"

Mon Aug  5 17:22:26 2024 rev:49 rq:1191642 version:9.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/peazip/peazip.changes    2024-05-13 
17:59:07.000162374 +0200
+++ /work/SRC/openSUSE:Factory/.peazip.new.7232/peazip.changes  2024-08-05 
17:23:28.468532381 +0200
@@ -1,0 +2,56 @@
+Mon Aug  5 10:30:13 UTC 2024 - PragmaticLinux <i...@pragmaticlinux.com>
+
+- Update to 9.9.0:
+  BACKEND
+  * 7z 24.07
+  * Pea 1.19 adds optional extra KDF rounds for triple cascaded encryption in 
.PEA format
+    (up to 20 millions iterations for each algorithm, total 60 M rounds)
+  * Zstd 1.5.6 (Windows, Linux)
+
+  CODE
+  * Compiled with Lazarus 3.4, sources are still compatible with Lazarus 2.x
+  * Fixes and code cleanup
+    * Fixed loading Custom format in custom compression settings
+    * Fixed browsing some special cases of archives (containing items with 
absolute paths
+      starting with directopry separator characters)
+  * Updated Options screen
+    * (7z/p7zip) syntax level can now be set to 21.07 and 23.01 legacy 
versions, form 
+      Options > Settings > Advances, Backend binaries
+    * (7z/p7zip) new option to show timestamps as UTC insead of local time, 
form form
+      Options > Settings > Archive manager
+    * New group for TAR -related options in Options > Settings > Archive 
manager
+
+  FILE MANAGER
+  * (Windows) When UAC elevation is needed (non writeable output path) the 
user is now
+    offered to restart the app UAC elevated.
+    * In this way it is not needed to require elevation to subsequent 
operations on the
+      same path, and it is possible to use all of functions of PeaZip (console 
mode,
+      force interactive password)
+  * Added internal drag and drop features
+    * It is now possible to perform internal drag and drop extraction from 
file/archive
+      manager to sidebar, both toward treeview panel and navigation panel 
(bookmarks,
+      filesystem, history paths).
+      * It is possible to extract either one or more entire archive(s), or 
selected
+        archive content while browsing archives
+      * If right mouse button is pressed, it will be possible to choese to 
extract with
+        or without new folder/smart new folder, overriding defaults
+    * It is now possible to use drag and drop to add items from file 
browser/archive
+      browser to Bookmarks panel
+  * Archives are now tested for encryption also for list/test operations, so 
password is
+    required in advance if needed
+  * Improved System tools menu for Linux (context menu, File manager)
+  * New "Extract here" quick link on the right of the tool bar, shown when 
browing an archive
+    * Extracts selected content, or entire archive if nothing is selected
+    * Extracts to new/smart folder depending on settings, link text is 
adjusted accordingly
+    * Shows context menu with all extraction options (here, smart, new folder) 
to be used
+      on the fly without changing the configuration
+  * The app now dispays if it isrunning as root (admin or UAC elevated on 
Windows), 
+    showing <ROOT> (or <ADMIN>) note in main menu, or dropdown main menu (if 
main menu is
+    hidden)
+
+  EXTRACTION and ARCHIVING
+  * Improved reading DMG, IMG, RPM, and SQUASHFS files as archives
+  * Revamped task launcher GUI
+  * Updated compression Presets files to support latest options set 
+
+-------------------------------------------------------------------

Old:
----
  peazip-9.8.0.src.zip

New:
----
  peazip-9.9.0.src.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ peazip.spec ++++++
--- /var/tmp/diff_new_pack.yLZ08G/_old  2024-08-05 17:23:29.968593894 +0200
+++ /var/tmp/diff_new_pack.yLZ08G/_new  2024-08-05 17:23:29.972594058 +0200
@@ -19,7 +19,7 @@
 %define         _peazipinstalldir %{_libdir}/peazip
 
 Name:           peazip
-Version:        9.8.0
+Version:        9.9.0
 Release:        0
 Summary:        Graphical file archiver
 License:        LGPL-3.0-only

++++++ peazip-9.8.0.src.zip -> peazip-9.9.0.src.zip ++++++
/work/SRC/openSUSE:Factory/peazip/peazip-9.8.0.src.zip 
/work/SRC/openSUSE:Factory/.peazip.new.7232/peazip-9.9.0.src.zip differ: char 
11, line 1

++++++ peazip-build_PIE.patch ++++++
--- /var/tmp/diff_new_pack.yLZ08G/_old  2024-08-05 17:23:30.024596190 +0200
+++ /var/tmp/diff_new_pack.yLZ08G/_new  2024-08-05 17:23:30.028596354 +0200
@@ -5,29 +5,29 @@
 Set lazarus project files so that we produce position
 independent executables.
 
-Index: peazip-9.8.0.src/dev/project_pea.lpi
+Index: peazip-9.9.0.src/dev/project_pea.lpi
 ===================================================================
---- peazip-9.8.0.src.orig/dev/project_pea.lpi
-+++ peazip-9.8.0.src/dev/project_pea.lpi
-@@ -560,6 +560,8 @@
+--- peazip-9.9.0.src.orig/dev/project_pea.lpi
++++ peazip-9.9.0.src/dev/project_pea.lpi
+@@ -570,6 +570,8 @@
          <DebugInfoType Value="dsDwarf3"/>
        </Debugging>
        <Options>
-+       <PassLinkerOptions Value="True"/>
-+       <LinkerOptions Value="-pie"/>
++        <PassLinkerOptions Value="True"/>
++        <LinkerOptions Value="-pie"/>
          <Win32>
            <GraphicApplication Value="True"/>
          </Win32>
-Index: peazip-9.8.0.src/dev/project_peach.lpi
+Index: peazip-9.9.0.src/dev/project_peach.lpi
 ===================================================================
---- peazip-9.8.0.src.orig/dev/project_peach.lpi
-+++ peazip-9.8.0.src/dev/project_peach.lpi
-@@ -1642,6 +1642,8 @@
+--- peazip-9.9.0.src.orig/dev/project_peach.lpi
++++ peazip-9.9.0.src/dev/project_peach.lpi
+@@ -1653,6 +1653,8 @@
          <GenerateDebugInfo Value="False"/>
        </Debugging>
        <Options>
-+       <PassLinkerOptions Value="True"/>
-+       <LinkerOptions Value="-pie"/>
++        <PassLinkerOptions Value="True"/>
++        <LinkerOptions Value="-pie"/>
          <Win32>
            <GraphicApplication Value="True"/>
          </Win32>

++++++ peazip-debuginfo.patch ++++++
--- /var/tmp/diff_new_pack.yLZ08G/_old  2024-08-05 17:23:30.040596846 +0200
+++ /var/tmp/diff_new_pack.yLZ08G/_new  2024-08-05 17:23:30.040596846 +0200
@@ -1,8 +1,8 @@
-Index: peazip-9.8.0.src/dev/project_pea.lpi
+Index: peazip-9.9.0.src/dev/project_pea.lpi
 ===================================================================
---- peazip-9.8.0.src.orig/dev/project_pea.lpi
-+++ peazip-9.8.0.src/dev/project_pea.lpi
-@@ -556,7 +556,7 @@
+--- peazip-9.9.0.src.orig/dev/project_pea.lpi
++++ peazip-9.9.0.src/dev/project_pea.lpi
+@@ -566,7 +566,7 @@
      </CodeGeneration>
      <Linking>
        <Debugging>
@@ -11,11 +11,11 @@
          <DebugInfoType Value="dsDwarf3"/>
        </Debugging>
        <Options>
-Index: peazip-9.8.0.src/dev/project_peach.lpi
+Index: peazip-9.9.0.src/dev/project_peach.lpi
 ===================================================================
---- peazip-9.8.0.src.orig/dev/project_peach.lpi
-+++ peazip-9.8.0.src/dev/project_peach.lpi
-@@ -1639,7 +1639,7 @@
+--- peazip-9.9.0.src.orig/dev/project_peach.lpi
++++ peazip-9.9.0.src/dev/project_peach.lpi
+@@ -1650,7 +1650,7 @@
      </CodeGeneration>
      <Linking>
        <Debugging>
@@ -23,5 +23,5 @@
 +        <GenerateDebugInfo Value="True"/>
        </Debugging>
        <Options>
-        <PassLinkerOptions Value="True"/>
+         <PassLinkerOptions Value="True"/>
 

++++++ peazip-help_path.patch ++++++
--- /var/tmp/diff_new_pack.yLZ08G/_old  2024-08-05 17:23:30.056597502 +0200
+++ /var/tmp/diff_new_pack.yLZ08G/_new  2024-08-05 17:23:30.060597666 +0200
@@ -1,8 +1,8 @@
-Index: peazip-9.8.0.src/dev/peach.pas
+Index: peazip-9.9.0.src/dev/peach.pas
 ===================================================================
---- peazip-9.8.0.src.orig/dev/peach.pas
-+++ peazip-9.8.0.src/dev/peach.pas
-@@ -45543,7 +45543,7 @@ end;
+--- peazip-9.9.0.src.orig/dev/peach.pas
++++ peazip-9.9.0.src/dev/peach.pas
+@@ -45769,7 +45769,7 @@ end;
  
  procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
  begin
@@ -11,7 +11,7 @@
  end;
  
  procedure TForm_peach.baboutplugindirClick(Sender: TObject);
-@@ -70892,7 +70892,7 @@ end;
+@@ -71205,7 +71205,7 @@ end;
  
  procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
  begin

++++++ peazip_help.pdf ++++++
(binary differes)

Reply via email to