- Update to 9.3.0:

BACKEND
    * 7z 23.01 (Linux, macOS, Windows)
    * Pea 1.13
  FILE MANAGER
    * Added column to display file-level comment in archives (default hidden)
    * While browsing an archive, the information popup (clicking on status bar) shows if the archive type can be edited in PeaZip
    * Updated Themes
  EXTRACTION and ARCHIVING
    * Added checkbox to manually set RAR binary for Custom / RAR compression format
    * Various fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=114
This commit is contained in:
Paolo Stivanin 2023-07-20 14:07:44 +00:00 committed by Git OBS Bridge
parent 291810c94d
commit a3631c3d14
8 changed files with 41 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aef70b1e713469b379adaa4e8158521612771ebda41e39dbd5fcfb1349effa04
size 5126803

3
peazip-9.3.0.src.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:383cbfe2c9b93af5920b01845351da8f0e08e25eec2f26307911d0bb3e8e7427
size 5246291

View File

@ -5,10 +5,10 @@ Subject: Build PIE binaries
Set lazarus project files so that we produce position Set lazarus project files so that we produce position
independent executables. independent executables.
Index: peazip-9.0.0.src/dev/project_pea.lpi Index: peazip-9.3.0.src/dev/project_pea.lpi
=================================================================== ===================================================================
--- peazip-9.0.0.src.orig/dev/project_pea.lpi --- peazip-9.3.0.src.orig/dev/project_pea.lpi
+++ peazip-9.0.0.src/dev/project_pea.lpi +++ peazip-9.3.0.src/dev/project_pea.lpi
@@ -556,6 +556,8 @@ @@ -556,6 +556,8 @@
<DebugInfoType Value="dsDwarf3"/> <DebugInfoType Value="dsDwarf3"/>
</Debugging> </Debugging>
@ -18,11 +18,11 @@ Index: peazip-9.0.0.src/dev/project_pea.lpi
<Win32> <Win32>
<GraphicApplication Value="True"/> <GraphicApplication Value="True"/>
</Win32> </Win32>
Index: peazip-9.0.0.src/dev/project_peach.lpi Index: peazip-9.3.0.src/dev/project_peach.lpi
=================================================================== ===================================================================
--- peazip-9.0.0.src.orig/dev/project_peach.lpi --- peazip-9.3.0.src.orig/dev/project_peach.lpi
+++ peazip-9.0.0.src/dev/project_peach.lpi +++ peazip-9.3.0.src/dev/project_peach.lpi
@@ -1604,6 +1604,8 @@ @@ -1632,6 +1632,8 @@
<GenerateDebugInfo Value="False"/> <GenerateDebugInfo Value="False"/>
</Debugging> </Debugging>
<Options> <Options>

View File

@ -1,8 +1,8 @@
Index: peazip-9.0.0.src/dev/project_peach.lpi Index: peazip-9.3.0.src/dev/project_peach.lpi
=================================================================== ===================================================================
--- peazip-9.0.0.src.orig/dev/project_peach.lpi --- peazip-9.3.0.src.orig/dev/project_peach.lpi
+++ peazip-9.0.0.src/dev/project_peach.lpi +++ peazip-9.3.0.src/dev/project_peach.lpi
@@ -1601,7 +1601,7 @@ @@ -1629,7 +1629,7 @@
</CodeGeneration> </CodeGeneration>
<Linking> <Linking>
<Debugging> <Debugging>
@ -11,10 +11,10 @@ Index: peazip-9.0.0.src/dev/project_peach.lpi
</Debugging> </Debugging>
<Options> <Options>
<PassLinkerOptions Value="True"/> <PassLinkerOptions Value="True"/>
Index: peazip-9.0.0.src/dev/project_pea.lpi Index: peazip-9.3.0.src/dev/project_pea.lpi
=================================================================== ===================================================================
--- peazip-9.0.0.src.orig/dev/project_pea.lpi --- peazip-9.3.0.src.orig/dev/project_pea.lpi
+++ peazip-9.0.0.src/dev/project_pea.lpi +++ peazip-9.3.0.src/dev/project_pea.lpi
@@ -552,7 +552,7 @@ @@ -552,7 +552,7 @@
</CodeGeneration> </CodeGeneration>
<Linking> <Linking>

View File

@ -1,8 +1,8 @@
Index: peazip-9.0.0.src/dev/peach.pas Index: peazip-9.3.0.src/dev/peach.pas
=================================================================== ===================================================================
--- peazip-9.0.0.src.orig/dev/peach.pas --- peazip-9.3.0.src.orig/dev/peach.pas
+++ peazip-9.0.0.src/dev/peach.pas +++ peazip-9.3.0.src/dev/peach.pas
@@ -43431,7 +43431,7 @@ end; @@ -44340,7 +44340,7 @@ end;
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject); procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
begin begin
@ -11,7 +11,7 @@ Index: peazip-9.0.0.src/dev/peach.pas
end; end;
procedure TForm_peach.baboutplugindirClick(Sender: TObject); procedure TForm_peach.baboutplugindirClick(Sender: TObject);
@@ -66719,7 +66719,7 @@ end; @@ -68293,7 +68293,7 @@ end;
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject); procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
begin begin

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jul 20 14:06:08 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to 9.3.0:
BACKEND
* 7z 23.01 (Linux, macOS, Windows)
* Pea 1.13
FILE MANAGER
* Added column to display file-level comment in archives (default hidden)
* While browsing an archive, the information popup (clicking on status bar) shows if the archive type can be edited in PeaZip
* Updated Themes
EXTRACTION and ARCHIVING
* Added checkbox to manually set RAR binary for Custom / RAR compression format
* Various fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 25 21:03:05 UTC 2023 - C J <c.j@tuta.io> Tue Apr 25 21:03:05 UTC 2023 - C J <c.j@tuta.io>

View File

@ -17,9 +17,9 @@
%define _peazipinstalldir %{_libdir}/peazip %define _peazipinstalldir %{_libdir}/peazip
%define _helpver 9.2.0 %define _helpver 9.3.0
Name: peazip Name: peazip
Version: 9.2.0 Version: 9.3.0
Release: 0 Release: 0
Summary: Graphical file archiver Summary: Graphical file archiver
License: LGPL-3.0-only License: LGPL-3.0-only

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0c01a3af45f9715919d8c8d5ab8fa1dc9b5c9939ece26e41364037dfe5cef056 oid sha256:305f29edb7988dc7020a0af1b6ae2dbc7baf6786d5b5a99adafb959890c28695
size 1347864 size 1355130