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:
parent
fee01c54a5
commit
e1226cc27b
@ -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
3
peazip-9.7.1.src.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18aed692f6300642d4b8ab6d5a2bbd2c5bc46d2c12d9ba693334d90e4cc0de16
|
||||||
|
size 5481007
|
@ -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.1.src.orig/dev/peach.pas
|
||||||
+++ peazip-9.7.0.src/dev/peach.pas
|
+++ peazip-9.7.1.src/dev/peach.pas
|
||||||
@@ -45291,7 +45291,7 @@ end;
|
@@ -45281,7 +45281,7 @@ end;
|
||||||
|
|
||||||
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
|
procedure TForm_peach.baboutlocalhelpClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
@ -11,7 +11,7 @@ Index: peazip-9.7.0.src/dev/peach.pas
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TForm_peach.baboutplugindirClick(Sender: TObject);
|
procedure TForm_peach.baboutplugindirClick(Sender: TObject);
|
||||||
@@ -70209,7 +70209,7 @@ end;
|
@@ -70211,7 +70211,7 @@ end;
|
||||||
|
|
||||||
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
|
procedure TForm_peach.mpeahelpofflineClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
|
@ -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>
|
Mon Feb 12 12:08:05 UTC 2024 - PragmaticLinux <info@pragmaticlinux.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define _peazipinstalldir %{_libdir}/peazip
|
%define _peazipinstalldir %{_libdir}/peazip
|
||||||
|
|
||||||
Name: peazip
|
Name: peazip
|
||||||
Version: 9.7.0
|
Version: 9.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical file archiver
|
Summary: Graphical file archiver
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
@ -27,7 +27,9 @@ Group: Productivity/Archiving/Compression
|
|||||||
URL: https://peazip.github.io/
|
URL: https://peazip.github.io/
|
||||||
Source0: https://github.com/peazip/PeaZip/releases/download/%{version}/peazip-%{version}.src.zip
|
Source0: https://github.com/peazip/PeaZip/releases/download/%{version}/peazip-%{version}.src.zip
|
||||||
Source1: altconf.txt
|
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
|
Patch0: peazip-desktop.patch
|
||||||
# PATCH-FIX-OPENSUSE peazip-build_PIE.patch -- aloisio@gmx.com
|
# PATCH-FIX-OPENSUSE peazip-build_PIE.patch -- aloisio@gmx.com
|
||||||
Patch1: peazip-build_PIE.patch
|
Patch1: peazip-build_PIE.patch
|
||||||
@ -101,6 +103,7 @@ cp %{SOURCE2} peazip_help.pdf
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cd dev
|
cd dev
|
||||||
|
lazbuild --add-package metadarkstyle/metadarkstyle.lpk
|
||||||
# Add additional packages to vanilla Lazarus
|
# Add additional packages to vanilla Lazarus
|
||||||
lazbuild \
|
lazbuild \
|
||||||
--lazarusdir=%{_libdir}/lazarus \
|
--lazarusdir=%{_libdir}/lazarus \
|
||||||
|
Loading…
Reference in New Issue
Block a user