Commit Graph

86 Commits

Author SHA1 Message Date
Jerry James 57fdec3a2f Update to 4.55. Update URLs. 2018-01-17 18:26:06 -07:00
Jerry James c84ef26f80 Update to 4.54. 2017-11-24 10:05:00 -07:00
Jerry James 9f5b866fbf Update to 4.53a. 2017-08-09 21:12:37 -06:00
Fedora Release Engineering b3e0ecb1be - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 18:16:45 +00:00
Fedora Release Engineering 6cc327e1ce - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 18:09:08 +00:00
Jerry James b0031627a6 Update to 4.52c. 2017-01-24 09:44:20 -07:00
Jerry James 4ab97936e4 Update to 4.51. 2017-01-14 09:49:01 -07:00
Jerry James 3432273e18 Update to 4.48. 2016-10-24 20:52:54 -06:00
Petr Písař a75cec48fc Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 10:50:21 +02:00
Jerry James e12be7fbc6 Update to 4.45. 2016-04-28 21:01:30 -06:00
Jerry James 40965eb00d Update to 4.44. 2016-02-25 19:26:10 -07:00
Dennis Gilmore 6cc58a02e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 02:40:33 +00:00
Jerry James d35b7a94c9 Update to 4.43a.
Changes:
- Source files in directories with non-ASCII names are not correctly
  detected under MiKTeX.
- On cleanup, synctex.gz files are deleted only by -C, not by -c.
2015-11-26 15:55:32 -07:00
Dennis Gilmore 6033b19b83 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 13:57:20 +00:00
Jerry James 649076084d Update to 4.42.
This means:
- -c also deletes $deps_file if it is used
- Fix bugs associated with the -cd option
- Add missfont.log and the generated synctex.gz to standard cleaned-up files
2015-01-12 14:30:34 -07:00
Jerry James 34e979b9cb Update to 4.4.0h.
This means:
- When -jobname option is used, quote it on command line.
- Change maintainer's preferred e-mail.
- Attempt to improve handling of errors from (pdf)latex.
- Fix up for the making of -eps-converted-to.pdf
- Improve listing of warning lines from log file.
- Fix failure when using both -cd and -output-directory
- If user's home directory can't be determined, then don't read ~/.latexmkrc
- Introduce configuration variable $silence_logfile_warnings
- In setting $pscmd, allow for non-existent environment variable USER
- Miscellaneous corrections.

Also:
- Fix license handling
- Relax LaTeX Requires slightly
2014-12-09 16:59:37 -07:00
Dennis Gilmore 203bb969c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 21:00:10 -05:00
Jerry James 6eb4249e32 Update to 4.40:
- Fix failure to clean up correctly when root filename contains '['.
2014-01-27 10:46:25 -07:00
Jerry James c3418b88f9 Update to 4.39:
- Automatic creation of subdirectories of auxdir
- Add error diagnostics to if_source
- Allow print_type = 'auto'
- Fix use of directories with names containing perl glob characters
- Ensure that subdirectories are created properly
- In output of dependencies, include pathname of target file(s) in the rule.
- In -pvc mode, writing of deps file is per make not per overall run.
2013-12-02 16:03:34 -07:00
Dennis Gilmore c92d00e29d - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-02 23:15:18 -05:00
Jerry James 946f914d41 Update URLs.
Update to 4.37:
- Fix failure when current dir's name contains special regexp characters.
- Make -rules work with -pvc.
- Add -lualatex option.
- Allow $clean_ext and $clean_full_ext to contain wildcards.
- Fix bug when using revtex4-1.cls.
2013-07-09 16:52:52 -06:00
Dennis Gilmore 9e7d834770 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 21:43:54 -06:00
Jerry James bec358f887 Update to 4.35 (fix retaining old dependency info with -gg). 2012-11-19 09:54:08 -07:00
Jerry James fd558c4397 Update to 4.34 (eliminate unnecessary runs of latex/pdflatex). 2012-10-24 09:17:27 -06:00
Jerry James 9e941bc8a5 Update to 4.33c (improved error handling for latex/pdflatex). 2012-08-20 11:06:07 -06:00
Dennis Gilmore 7da3378398 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 13:48:31 -05:00
Jerry James 0d2ec6b6f4 Update to 4.31 (numerous new features documented at
http://www.phys.psu.edu/~collins/software/latexmk-jcc/versions.html).
2012-04-02 14:24:39 -06:00
Jerry James 5b55015d5a Mass rebuild for Fedora 17. 2012-01-10 09:38:33 -07:00
Jerry James cb19c08f5b Add latexmk.pdf to docs.
Update to 4.30a:
- Fix use of bibtex when $aux_dir and/or $out_dir are set.
- Documentation of $search_path separator variable.
- Work with feynmp package and mpost.
- Let dvips find files in the output directory.
- In search for cus-deps that can make a missing file, look in $out_dir.
- Parse biber 0.9.7 error messages.
2011-12-12 13:22:18 -07:00
Jerry James 71aba0a3d6 Update to 4.28a:
- Corrects handling of missing files needed by bibtex or biber.
- Corrects duplicate invocations of dvipdf and ps2pdf.
2011-11-28 14:01:47 -07:00
Jerry James f9915bfe6a Update to 4.27a:
Fixes making ps/pdf files via a temporary file with no %D placeholder.
Adds png to list of graphics extensions for pdflatex.
Adds -norc option to prevent auto-reading of rc files.
Adds -aux-directory and -output-directory options.
2011-10-17 12:12:37 -06:00
Jerry James f87d7c804a Update to 4.26 (fix some bugs in error reporting). 2011-08-15 09:02:59 -06:00
Jerry James 910d512bdb Update to 4.25 (add deps output file to dependency information). 2011-07-11 10:40:45 -06:00
Jerry James a164336dca * Tue Apr 19 2011 Jerry Jamse <loganjerry@gmail.com> - 4.23a-1
- Update to 4.23a (fix detection of source files listed in .fls file)
2011-04-19 10:40:42 -06:00
Jerry James 0cb21a6566 * Mon Mar 28 2011 Jerry James <loganjerry@gmail.com> - 4.23-1
- Update to 4.23 (several bug fixes, new dependency-tracking functionality)
- Drop BuildRoot and %clean
2011-03-28 10:06:01 -06:00
Dennis Gilmore f565c3890f - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 21:47:25 -06:00
Jerry James 7bbd9a9eeb * Mon Feb 7 2011 Jerry James <loganjerry@gmail.com> - 4.22e-1
- Update to 4.22e (fixes incorrect error handling when reading init files)
2011-02-07 11:52:46 -07:00
Jerry James 212c056095 * Mon Feb 7 2011 Jerry James <loganjerry@gmail.com> - 4.22e-1
- Update to 4.22e (fixes incorrect error handling when reading init files)
2011-02-07 11:51:38 -07:00
Jerry James 77cd2c9d30 * Mon Jan 3 2011 Jerry James <loganjerry@gmail.com> - 4.22-1
- Update to 4.22 (fixes more parse problems, adds biber support)
2011-01-03 11:06:32 -07:00
Jerry James 4aab92647d * Mon Aug 2 2010 Jerry James <loganjerry@gmail.com> - 4.18-1
- Update to 4.18 (parses natbib's citation-undefined warning)
- Drop latexmk-man.patch, upstreamed.
2010-08-02 13:44:43 -06:00
Jerry James 2a65ec92c6 Merge remote branch 'origin/f12/master' 2010-08-02 12:56:12 -06:00
Jerry James 95513060ca Merge remote branch 'origin/f13/master' 2010-08-02 12:56:10 -06:00
Fedora Release Engineering b0d162e6f9 dist-git conversion 2010-07-28 20:33:37 +00:00
Fedora Release Engineering 86fa1d453b dist-git conversion 2010-07-28 20:33:34 +00:00
Fedora Release Engineering 777c84df5e dist-git conversion 2010-07-28 20:33:33 +00:00
Jerry James d765326a62 - Update to 4.17 (fixes log file misparse with filename-space-message
sequence)
- Add latexmk-man.patch to fix insufficiently escaped man page constructs.
2010-07-06 16:50:14 +00:00
Jerry James afcffdf6f8 - Update to 4.17 (fixes log file misparse with filename-space-message
sequence)
- Add latexmk-man.patch to fix insufficiently escaped man page constructs.
2010-07-06 16:50:13 +00:00
Jerry James ef826c65bd - Update to 4.17 (fixes log file misparse with filename-space-message
sequence)
- Add latexmk-man.patch to fix insufficiently escaped man page constructs.
2010-07-06 16:50:13 +00:00
Jerry James 3ac0c417bf - Update to 4.16a (solves problem with preview files on NFS filesystems) 2010-05-24 21:42:50 +00:00
Jerry James 2013a31ef9 - Update to 4.16a (solves problem with preview files on NFS filesystems) 2010-05-24 21:42:50 +00:00