Re: multilib conflict with doxygen generated pdf

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> This build has the pdf file with a different timestamp in the i686 and
> x86_64 build.
> 
> http://koji.fedoraproject.org/koji/taskinfo?taskID=4189461
> 
> The pdf file is /usr/share/doc/libbluray-devel-0.2.2/libbluray.pdf from
> libbluray-devel-0.2.2-2.fc18
> 

it's a bug in pdftex (part of texlive package) which is used to create pdf 
files. pdftex writes the timestamps "CreationDate (%s)" and "ModDate (%s)" 
into PDF files.

extract from texk/web2c/pdftexdir/utils.c

-------
void printcreationdate()
{
    initstarttime();
    pdf_printf("/CreationDate (%s)\n", start_time_str);
}

void printmoddate()
{
    initstarttime();
    pdf_printf("/ModDate (%s)\n", start_time_str);
}
-------


Than
-- 
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/devel



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux