SHA256
1
0
forked from pool/peazip

Accepting request 577767 from devel:languages:pascal

OBS-URL: https://build.opensuse.org/request/show/577767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/peazip?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-02-19 12:01:45 +00:00 committed by Git OBS Bridge
commit 4a9676c853
5 changed files with 18 additions and 32 deletions

View File

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

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

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

View File

@ -1,24 +0,0 @@
From: Luigi Baldoni <aloisio@gmx.com>
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;

View File

@ -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

View File

@ -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