Accepting request 694020 from home:alois:branches:devel:languages:pascal
- Update to version 6.7.2 * More streamlined GUI for archiving and extraction, that can now be sent in background to system tray, * Smart extraction to new folder (to avoid extracting multiple items to destination, and for removing unnecessary levels of nesting), * Several improvements and fixes. * Multiple archiving and extraction tasks are now performed in a single instance, easier to hide, move or resize, providing progress bars for current task and for overall process. * A total of 188 file extensions can now be managed by PeaZip. - Refreshed peazip-build_PIE.patch and peazip-help_path.patch OBS-URL: https://build.opensuse.org/request/show/694020 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=46
This commit is contained in:
parent
ccbe5c1843
commit
7ded56fede
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19675dd93418ac67f936af37c7e692e08eaab1ac656af73db0178d5b924af4cf
|
|
||||||
size 4145809
|
|
3
peazip-6.7.2.src.zip
Normal file
3
peazip-6.7.2.src.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:884fc0bc2e2c28c6036ad2a162f558fe060cc003dc64f31e15b6a7a3d2e459bb
|
||||||
|
size 4103978
|
@ -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-6.7.0.src/project_pea.lpi
|
Index: peazip-6.7.2.src/project_pea.lpi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- peazip-6.7.0.src.orig/project_pea.lpi
|
--- peazip-6.7.2.src.orig/project_pea.lpi
|
||||||
+++ peazip-6.7.0.src/project_pea.lpi
|
+++ peazip-6.7.2.src/project_pea.lpi
|
||||||
@@ -485,6 +485,8 @@
|
@@ -485,6 +485,8 @@
|
||||||
<GenerateDebugInfo Value="False"/>
|
<GenerateDebugInfo Value="False"/>
|
||||||
</Debugging>
|
</Debugging>
|
||||||
@ -18,11 +18,11 @@ Index: peazip-6.7.0.src/project_pea.lpi
|
|||||||
<Win32>
|
<Win32>
|
||||||
<GraphicApplication Value="True"/>
|
<GraphicApplication Value="True"/>
|
||||||
</Win32>
|
</Win32>
|
||||||
Index: peazip-6.7.0.src/project_peach.lpi
|
Index: peazip-6.7.2.src/project_peach.lpi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- peazip-6.7.0.src.orig/project_peach.lpi
|
--- peazip-6.7.2.src.orig/project_peach.lpi
|
||||||
+++ peazip-6.7.0.src/project_peach.lpi
|
+++ peazip-6.7.2.src/project_peach.lpi
|
||||||
@@ -1380,6 +1380,8 @@
|
@@ -1411,6 +1411,8 @@
|
||||||
<GenerateDebugInfo Value="False"/>
|
<GenerateDebugInfo Value="False"/>
|
||||||
</Debugging>
|
</Debugging>
|
||||||
<Options>
|
<Options>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Index: peazip-6.7.0.src/peach.pas
|
Index: peazip-6.7.2.src/peach.pas
|
||||||
===================================================================
|
===================================================================
|
||||||
--- peazip-6.7.0.src.orig/peach.pas
|
--- peazip-6.7.2.src.orig/peach.pas
|
||||||
+++ peazip-6.7.0.src/peach.pas
|
+++ peazip-6.7.2.src/peach.pas
|
||||||
@@ -35622,7 +35622,7 @@ end;
|
@@ -35748,7 +35748,7 @@ end;
|
||||||
|
|
||||||
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
|
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
@ -10,8 +10,8 @@ Index: peazip-6.7.0.src/peach.pas
|
|||||||
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
|
+cp_open('/usr/share/doc/packages/peazip/peazip_help.pdf',desk_env);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TForm_peach.baboutsupportClick(Sender: TObject);
|
procedure TForm_peach.baboutremoveadditionalClick(Sender: TObject);
|
||||||
@@ -54717,7 +54717,7 @@ end;
|
@@ -54983,7 +54983,7 @@ end;
|
||||||
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
|
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
//cp_open('http://www.peazip.org/peazip_help.pdf',desk_env);
|
//cp_open('http://www.peazip.org/peazip_help.pdf',desk_env);
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 14 09:15:18 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 6.7.2
|
||||||
|
* More streamlined GUI for archiving and extraction, that can
|
||||||
|
now be sent in background to system tray,
|
||||||
|
* Smart extraction to new folder (to avoid extracting multiple
|
||||||
|
items to destination, and for removing unnecessary levels of
|
||||||
|
nesting),
|
||||||
|
* Several improvements and fixes.
|
||||||
|
* Multiple archiving and extraction tasks are now performed in
|
||||||
|
a single instance, easier to hide, move or resize, providing
|
||||||
|
progress bars for current task and for overall process.
|
||||||
|
* A total of 188 file extensions can now be managed by PeaZip.
|
||||||
|
|
||||||
|
- Refreshed peazip-build_PIE.patch and peazip-help_path.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 17 10:24:09 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
Sun Mar 17 10:24:09 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _peazipinstalldir %{_libdir}/peazip
|
%define _peazipinstalldir %{_libdir}/peazip
|
||||||
Name: peazip
|
Name: peazip
|
||||||
Version: 6.7.1
|
Version: 6.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical file archiver
|
Summary: Graphical file archiver
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:54863ad6779bc706c23688956e44feef9bc122f96fa7eb8efee81642563c5a22
|
oid sha256:21364daaeaaaded6d406891e1753081b132e3e22d2db3f130ffeb6d1cb41e5cd
|
||||||
size 1089439
|
size 1089007
|
||||||
|
Loading…
x
Reference in New Issue
Block a user