Bug 22006

Summary: dvipdfm configuration inconsistency
Product: Sisyphus Reporter: kirill <kirill>
Component: texlive-base-binAssignee: kirill <kirill>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: major    
Priority: P3 CC: george, real.altlinux.org
Version: unstable   
Hardware: all   
OS: Linux   

Description kirill 2009-10-20 17:19:38 MSD
Config file for dvipdfm includes command for eps to pdf conversion with 1.3 PDF version output while the same config file specifies maximum PDF version to be
processed by dvipdfm as 1.2. 
See config file lines:

5 %% Ghostscript (TeX Live -- both Unix and Windows)
6 %% keep this the same in dvipdfm and dvipdfmx.
7 %% can't use zcat because the pipe breaks on Windows; better to have
8 %% one config file.
9 D  "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"

26 % PDF version stamp to use in output file and max version of files
27 % allowed to be included (2 for 1.2, 3 for 1.3)
28 V 2

Patch is trivial:

-V 2
+V 3
Comment 1 Repository Robot 2009-10-30 10:47:34 MSK
texlive-bin-2008.0-alt0.15 -> sisyphus:

* Fri Oct 30 2009 Grigory Batalov <bga@altlinux> 2008.0-alt0.15

- Increase maximum compatible PDF version to 1.3 (ALT #22006).
- Set conflict on extra-utils with tetex-bibtex8 (ALT #20798).
- Move bin-xdvi to extra-utils due to X11 requirement.
- Replace X.Org-depentent metafont with console version.
- Move mkocp to texlive-omega (and thus break dependence).
- Move dvi2fax and dvipdft to extra-utils due to ghostscript dependence.