diff --git a/.gitignore b/.gitignore index 11736bb..dd67717 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -latexmk-422.zip -/latexmk-422e.zip +latexmk-422e.zip diff --git a/latexmk-conf.patch b/latexmk-conf.patch index e1a7d6f..32c5515 100644 --- a/latexmk-conf.patch +++ b/latexmk-conf.patch @@ -1,5 +1,5 @@ ---- latexmk.1.orig 2011-01-01 14:59:43.000000000 -0700 -+++ latexmk.1 2011-01-03 10:51:06.219721986 -0700 +--- latexmk.1.orig 2011-02-03 09:15:56.000000000 -0700 ++++ latexmk.1 2011-02-07 11:46:54.147919231 -0700 @@ -562,6 +562,7 @@ "/opt/local/share/latexmk/LatexMk", "/usr/local/share/latexmk/LatexMk", @@ -8,9 +8,9 @@ On a MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk". On a cygwin system (i.e., a MS-Windows system in which perl is that of cygwin), \fIlatexmk\fR reads for the first it finds of ---- latexmk.pl.orig 2011-01-01 14:50:04.000000000 -0700 -+++ latexmk.pl 2011-01-03 10:51:52.461053754 -0700 -@@ -693,10 +693,8 @@ +--- latexmk.pl.orig 2011-02-03 09:17:40.000000000 -0700 ++++ latexmk.pl 2011-02-07 11:46:54.151919231 -0700 +@@ -700,10 +700,8 @@ ## /usr/local/share, depending on the local conventions. ## /usr/local/lib/latexmk/LatexMk is put in the list for ## compatibility with older versions of latexmk. diff --git a/latexmk.spec b/latexmk.spec index e6d4a06..598810a 100644 --- a/latexmk.spec +++ b/latexmk.spec @@ -1,12 +1,12 @@ Name: latexmk -Version: 4.22 +Version: 4.22e Release: 1%{?dist} Summary: A make-like utility for LaTeX files Group: Applications/Publishing License: GPLv2+ URL: http://www.phys.psu.edu/~collins/software/latexmk-jcc/ -Source0: http://www.phys.psu.edu/~collins/software/latexmk-jcc/latexmk-422.zip +Source0: http://www.phys.psu.edu/~collins/software/latexmk-jcc/latexmk-422e.zip Source1: latexmk.conf Source2: latexmk-README.fedora # Change the system-wide configuration file to /etc/latexmk.conf and fix the @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %doc CHANGES COPYING INSTALL README README.fedora extra-scripts example_rcfiles %changelog +* Mon Feb 7 2011 Jerry James - 4.22e-1 +- Update to 4.22e (fixes incorrect error handling when reading init files) + * Mon Jan 3 2011 Jerry James - 4.22-1 - Update to 4.22 (fixes more parse problems, adds biber support)