/[packages]/cauldron/advancecomp/current/SOURCES/advancecomp-1.17-mga-bzip2-compile.patch
ViewVC logotype

Contents of /cauldron/advancecomp/current/SOURCES/advancecomp-1.17-mga-bzip2-compile.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 455398 - (show annotations) (download)
Wed Jul 17 22:08:48 2013 UTC (10 years, 9 months ago) by danf
File size: 517 byte(s)
- new upstream license is GPLv3+
- enabled bzip2 support with bzip2-compile.patch
- disabled self-check since it fails with bzip2 enabled
- document advzip -N option with option-doc.patch
- use dos2unix instead of fromdos with fromdos.patch which
  adds a new BuildRequires on autoconf/automake

1 Index: advancecomp-1.17/zipsh.cc
2 ===================================================================
3 --- advancecomp-1.17/zipsh.cc
4 +++ advancecomp-1.17/zipsh.cc 2013-07-17 22:50:59.731456221 +0200
5 @@ -215,11 +215,11 @@
6 }
7
8 #if USE_BZIP2
9 - if (level != shrink_fast && !standard) {
10 + if (level.level != shrink_fast && !standard) {
11 unsigned bzip2_level;
12 unsigned bzip2_workfactor;
13
14 - switch (level) {
15 + switch (level.level) {
16 case shrink_normal :
17 bzip2_level = 6;
18 bzip2_workfactor = 30;

  ViewVC Help
Powered by ViewVC 1.1.30