From 0f691f86f84847ad5fcae99024f897b2e47ad46606f10402e2a33c5bea12c65a Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sun, 18 Feb 2018 14:40:11 +0000 Subject: [PATCH] Accepting request 577766 from home:alois:branches:devel:languages:pascal - Update to version 6.5.1 * Updated Wolfgang Ehrhardt's libraries aes_2017-11-17, crc_hash_2018-01-01, fca_2017-11-17, serpent_2017-11-17, tf_2017-11-17, util_2018-01-01 * Updates to compile with Lazarus 1.8.0 IDE (change to TShellTreeView Path, workaround for TImageList Clear) * Various fixes - Dropped peazip-lazarus_1.8.0.patch (merged upstream) OBS-URL: https://build.opensuse.org/request/show/577766 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=32 --- peazip-6.5.0.src.zip | 3 --- peazip-6.5.1.src.zip | 3 +++ peazip-lazarus_1.8.0.patch | 24 ------------------------ peazip.changes | 13 +++++++++++++ peazip.spec | 7 ++----- 5 files changed, 18 insertions(+), 32 deletions(-) delete mode 100644 peazip-6.5.0.src.zip create mode 100644 peazip-6.5.1.src.zip delete mode 100644 peazip-lazarus_1.8.0.patch diff --git a/peazip-6.5.0.src.zip b/peazip-6.5.0.src.zip deleted file mode 100644 index d5d3a0e..0000000 --- a/peazip-6.5.0.src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c19c7d6c346b511c635c95d6ff0277ee0811873133757d3c06c26fec558e7bf -size 4181167 diff --git a/peazip-6.5.1.src.zip b/peazip-6.5.1.src.zip new file mode 100644 index 0000000..bc6dc52 --- /dev/null +++ b/peazip-6.5.1.src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b106811311fbaf42ad5374520df2be8b20a545b80e6f8713a1f10e2e5a79d01e +size 4289282 diff --git a/peazip-lazarus_1.8.0.patch b/peazip-lazarus_1.8.0.patch deleted file mode 100644 index ed5078b..0000000 --- a/peazip-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.changes b/peazip.changes index 165d64f..78b0c6c 100644 --- a/peazip.changes +++ b/peazip.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Feb 18 14:28:31 UTC 2018 - aloisio@gmx.com + +- Update to version 6.5.1 + * Updated Wolfgang Ehrhardt's libraries aes_2017-11-17, + crc_hash_2018-01-01, fca_2017-11-17, serpent_2017-11-17, + tf_2017-11-17, util_2018-01-01 + * Updates to compile with Lazarus 1.8.0 IDE (change to + TShellTreeView Path, workaround for TImageList Clear) + * Various fixes + +- Dropped peazip-lazarus_1.8.0.patch (merged upstream) + ------------------------------------------------------------------- Fri Feb 16 17:00:02 UTC 2018 - aloisio@gmx.com diff --git a/peazip.spec b/peazip.spec index 18e06c6..997df43 100644 --- a/peazip.spec +++ b/peazip.spec @@ -18,7 +18,7 @@ %define _peazipinstalldir %{_libdir}/peazip Name: peazip -Version: 6.5.0 +Version: 6.5.1 Release: 0 Summary: Graphical file archiver License: LGPL-3.0 @@ -26,10 +26,8 @@ Group: Productivity/Archiving/Compression URL: http://www.peazip.org Source0: https://sourceforge.net/projects/peazip/files/%{version}/peazip-%{version}.src.zip Source1: altconf.txt -Source2: https://sourceforge.net/projects/peazip/files/%{version}/peazip_help.pdf +Source2: http://www.peazip.org/peazip_help.pdf Patch0: peazip-desktop.patch -# PATCH-FIX-UPSTREAM peazip-lazarus_1.8.0.patch -- aloisio@gmx.com -Patch1: peazip-lazarus_1.8.0.patch # PATCH-FIX-OPENSUSE peazip-build_PIE.patch -- aloisio@gmx.com Patch2: peazip-build_PIE.patch # PATCH-FIX-OPENSUSE peazip-help_path.patch set correct path for the pdf guide -- aloisio@gmx.com @@ -79,7 +77,6 @@ This subpackage contains the KF5 integration. %prep %setup -q -n %{name}-%{version}.src %patch0 -%patch1 -p1 %patch2 -p1 %patch3 -p1 chmod +w res/lang