diff --git a/.abf.yml b/.abf.yml index 47fa0e8..1c98fd6 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - peazip-6.5.0.src.zip: 783cc020b2a693c90fe67a581231a36ed5100a72 + peazip-6.6.0.src.zip: 4b7fded54a918d8328c72c6b8816f28b5964f754 diff --git a/peazip-6.5.0-lazarus_1.8.0.patch b/peazip-6.5.0-lazarus_1.8.0.patch deleted file mode 100644 index 9da5acc..0000000 --- a/peazip-6.5.0-lazarus_1.8.0.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: Luigi Baldoni -Date: 2017-12-27 13:01:22 +0100 -Subject: Make peazip compatible with lazarus 1.8.0 -References: https://sourceforge.net/p/peazip/tickets/468 -Upstream: submitted - -The GetSelectedNodePath method has been deprecated since -svn r48302 2015-03-12. -Using the Path property as recommended in lcl/shellctrls.pas#L86 -(lazarus source, same revision) - -Index: peazip-6.5.0.src/peach.pas -=================================================================== ---- peazip-6.5.0.src.orig/peach.pas -+++ peazip-6.5.0.src/peach.pas -@@ -56706,7 +56706,7 @@ var - begin - if fromtree=true then - begin -- s:=ShellTreeView1.GetSelectedNodePath; -+ s:=ShellTreeView1.Path; - if s='' then exit; - fun:='FILEBROWSER'; - fun_status:=fun; diff --git a/peazip.spec b/peazip.spec index c2e3069..a81fe8a 100644 --- a/peazip.spec +++ b/peazip.spec @@ -2,7 +2,7 @@ Summary: File and archive manager Name: peazip -Version: 6.5.0 +Version: 6.6.0 Release: 1 License: LGPLv3+ Group: File tools @@ -11,8 +11,6 @@ Source0: https://sourceforge.net/projects/peazip/files/%{version}/%{name}-%{vers # configure to run in users home appdata Source1: altconf.txt Source2: rosa-peazip.desktop -# https://sourceforge.net/p/peazip/tickets/468 -Patch0: peazip-6.5.0-lazarus_1.8.0.patch BuildRequires: dos2unix BuildRequires: lazarus >= 1.2.0 BuildRequires: qt4pas-devel