Hello community, here is the log from the commit of package peazip for openSUSE:Factory checked in at 2018-05-10 15:48:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/peazip (Old) and /work/SRC/openSUSE:Factory/.peazip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "peazip" Thu May 10 15:48:51 2018 rev:3 rq:605305 version:6.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/peazip/peazip.changes 2018-02-19 13:02:15.943268816 +0100 +++ /work/SRC/openSUSE:Factory/.peazip.new/peazip.changes 2018-05-10 15:49:11.153734486 +0200 @@ -1,0 +2,28 @@ +Sun May 6 17:22:07 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- peazip-6.5.1.src.zip New: ---- peazip-6.6.0.src.zip peazip-debuginfo.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ peazip.spec ++++++ --- /var/tmp/diff_new_pack.kYaT1L/_old 2018-05-10 15:49:12.585682004 +0200 +++ /var/tmp/diff_new_pack.kYaT1L/_new 2018-05-10 15:49:12.589681857 +0200 @@ -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 -- [email protected] Patch2: peazip-build_PIE.patch # PATCH-FIX-OPENSUSE peazip-help_path.patch set correct path for the pdf guide -- [email protected] 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 @@ %patch0 %patch2 -p1 %patch3 -p1 +%patch4 -p1 chmod +w res/lang dos2unix readme cp %{SOURCE2} . @@ -89,7 +92,7 @@ %ifarch x86_64 --cpu=x86_64 \ %endif - --widgetset=qt5 \ + --widgetset=gtk2 \ -B project_pea.lpi project_peach.lpi project_gwrap.lpi %install ++++++ peazip-debuginfo.patch ++++++ From: Luigi Baldoni <[email protected]> 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"/> ++++++ peazip_help.pdf ++++++ (binary differes)
