SHA256
1
0
forked from pool/peazip
peazip/peazip-debuginfo.patch
Luigi Baldoni f05cab65ea Accepting request 605304 from home:alois:branches:devel:languages:pascal
- 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

OBS-URL: https://build.opensuse.org/request/show/605304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=34
2018-05-08 11:31:55 +00:00

47 lines
1.5 KiB
Diff

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"/>