SHA256
1
0
forked from pool/peazip

Accepting request 605305 from devel:languages:pascal

OBS-URL: https://build.opensuse.org/request/show/605305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/peazip?expand=0&rev=3
This commit is contained in:
2018-05-10 13:48:51 +00:00
committed by Git OBS Bridge
6 changed files with 87 additions and 10 deletions

View File

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

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

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

46
peazip-debuginfo.patch Normal file
View File

@@ -0,0 +1,46 @@
From: Luigi Baldoni <aloisio@gmx.com>
Date: 2018-05-07 09:26:31 +0200
Subject: Create debug packages
Set lazarus project files so that we produce debuginfo
and debugsource packages.
Index: peazip-6.6.0.src/project_gwrap.lpi
===================================================================
--- peazip-6.6.0.src.orig/project_gwrap.lpi
+++ peazip-6.6.0.src/project_gwrap.lpi
@@ -452,7 +452,7 @@
</CodeGeneration>
<Linking>
<Debugging>
- <GenerateDebugInfo Value="False"/>
+ <GenerateDebugInfo Value="True"/>
</Debugging>
<Options>
<PassLinkerOptions Value="True"/>
Index: peazip-6.6.0.src/project_pea.lpi
===================================================================
--- peazip-6.6.0.src.orig/project_pea.lpi
+++ peazip-6.6.0.src/project_pea.lpi
@@ -483,7 +483,7 @@
</CodeGeneration>
<Linking>
<Debugging>
- <GenerateDebugInfo Value="False"/>
+ <GenerateDebugInfo Value="True"/>
</Debugging>
<Options>
<PassLinkerOptions Value="True"/>
Index: peazip-6.6.0.src/project_peach.lpi
===================================================================
--- peazip-6.6.0.src.orig/project_peach.lpi
+++ peazip-6.6.0.src/project_peach.lpi
@@ -1350,7 +1350,7 @@
</CodeGeneration>
<Linking>
<Debugging>
- <GenerateDebugInfo Value="False"/>
+ <GenerateDebugInfo Value="True"/>
</Debugging>
<Options>
<PassLinkerOptions Value="True"/>

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun May 6 17:22:07 UTC 2018 - aloisio@gmx.com
- Update to version 6.6.0
FILE MANAGER:
* Added new fast function for hinting possible duplicates
+ Possible duplicates shows exactly same size, and same
CRC32 calculated on sample(s) of file's data
o For files up to 64 KB data it is sampled a 32 KB region
at the beginning of the file
o For files larger than 64 KB a second 32KB region is
sampled after the half of the file
* Added option to reset search history in search menu
* Various fixes and improvements
EXTRACTION and ARCHIVING:
* New option "Try to edit non explicitly supported file types"
in Options > Settings > Archive manager
+ off by default in order to protect from modification files
outside known supported extensions
+ if on, allows to try to add/update and remove files form
files not usually employed as archives, but structurally
based on archive types such as Java jar, MS Office and OOo
files, etc
- Added peazip-debuginfo.patch
- Switched build to gtk2 on account of startup crashes with Qt5
-------------------------------------------------------------------
Sun Feb 18 14:28:31 UTC 2018 - aloisio@gmx.com

View File

@@ -18,20 +18,22 @@
%define _peazipinstalldir %{_libdir}/peazip
Name: peazip
Version: 6.5.1
Version: 6.6.0
Release: 0
Summary: Graphical file archiver
License: LGPL-3.0
License: LGPL-3.0-only
Group: Productivity/Archiving/Compression
URL: http://www.peazip.org
Url: http://www.peazip.org
Source0: https://sourceforge.net/projects/peazip/files/%{version}/peazip-%{version}.src.zip
Source1: altconf.txt
Source2: http://www.peazip.org/peazip_help.pdf
Source2: https://sourceforge.net/projects/peazip/files/%{version}/peazip_help.pdf
Patch0: peazip-desktop.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
Patch3: peazip-help_path.patch
# PATCH-FEATURE-OPENSUSE peazip-debuginfo.patch
Patch4: peazip-debuginfo.patch
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: fpc
@@ -79,6 +81,7 @@ This subpackage contains the KF5 integration.
%patch0
%patch2 -p1
%patch3 -p1
%patch4 -p1
chmod +w res/lang
dos2unix readme
cp %{SOURCE2} .
@@ -89,7 +92,7 @@ lazbuild \
%ifarch x86_64
--cpu=x86_64 \
%endif
--widgetset=qt5 \
--widgetset=gtk2 \
-B project_pea.lpi project_peach.lpi project_gwrap.lpi
%install

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab96e3cadf891d78ceb2ce10f7f38a4d1b8d5a5e827b49a271b80dbf6f372c76
size 1114144
oid sha256:af27ecebea24a36c9e815db3ab75d92a49bbb422623a99348381d846571d1950
size 1114245