SHA256
1
0
forked from pool/peazip

- Update to 9.7.1:

CODE
    * Added "Requires restarting PeaZip" hint missing in some controls
    * Created SHA256.txt file containing SHA256 hash of each package in the release
    * Fixed Options links, now always open General tab as expected
    * Fixed restart loop switching off history checkbox, improved code against occurrence of similar issues
    * Fixed symbol lookup error experienced in some Linux ditributions with Qt5 packages
    * Fixed usupported compression method eoor experienced extracting source package using some unzip utilities
  FILE MANAGER
    * Updated translations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=126
This commit is contained in:
Paolo Stivanin 2024-02-15 07:31:22 +00:00 committed by Git OBS Bridge
parent fee01c54a5
commit e1226cc27b
5 changed files with 27 additions and 10 deletions

View File

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

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

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

View File

@ -1,8 +1,8 @@
Index: peazip-9.7.0.src/dev/peach.pas
Index: peazip-9.7.1.src/dev/peach.pas
===================================================================
--- peazip-9.7.0.src.orig/dev/peach.pas
+++ peazip-9.7.0.src/dev/peach.pas
@@ -45291,7 +45291,7 @@ end;
--- peazip-9.7.1.src.orig/dev/peach.pas
+++ peazip-9.7.1.src/dev/peach.pas
@@ -45281,7 +45281,7 @@ end;
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
begin
@ -11,7 +11,7 @@ Index: peazip-9.7.0.src/dev/peach.pas
end;
procedure TForm_peach.baboutplugindirClick(Sender: TObject);
@@ -70209,7 +70209,7 @@ end;
@@ -70211,7 +70211,7 @@ end;
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
begin

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Feb 15 07:28:15 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 9.7.1:
CODE
* Added "Requires restarting PeaZip" hint missing in some controls
* Created SHA256.txt file containing SHA256 hash of each package in the release
* Fixed Options links, now always open General tab as expected
* Fixed restart loop switching off history checkbox, improved code against occurrence of similar issues
* Fixed symbol lookup error experienced in some Linux ditributions with Qt5 packages
* Fixed usupported compression method eoor experienced extracting source package using some unzip utilities
FILE MANAGER
* Updated translations
-------------------------------------------------------------------
Mon Feb 12 12:08:05 UTC 2024 - PragmaticLinux <info@pragmaticlinux.com>

View File

@ -19,7 +19,7 @@
%define _peazipinstalldir %{_libdir}/peazip
Name: peazip
Version: 9.7.0
Version: 9.7.1
Release: 0
Summary: Graphical file archiver
License: LGPL-3.0-only
@ -27,7 +27,9 @@ Group: Productivity/Archiving/Compression
URL: https://peazip.github.io/
Source0: https://github.com/peazip/PeaZip/releases/download/%{version}/peazip-%{version}.src.zip
Source1: altconf.txt
Source2: https://github.com/peazip/PeaZip/releases/download/%{version}/peazip_help.pdf
# For release 9.7.1 the help was not uploaded (the same as 9.7.0 though, which is the one included here)
#Source2: https://github.com/peazip/PeaZip/releases/download/%{version}/peazip_help.pdf
Source2: peazip_help.pdf
Patch0: peazip-desktop.patch
# PATCH-FIX-OPENSUSE peazip-build_PIE.patch -- aloisio@gmx.com
Patch1: peazip-build_PIE.patch
@ -101,6 +103,7 @@ cp %{SOURCE2} peazip_help.pdf
%build
cd dev
lazbuild --add-package metadarkstyle/metadarkstyle.lpk
# Add additional packages to vanilla Lazarus
lazbuild \
--lazarusdir=%{_libdir}/lazarus \