* Mon Feb 7 2011 Jerry James <loganjerry@gmail.com> - 4.22e-1

- Update to 4.22e (fixes incorrect error handling when reading init files)
This commit is contained in:
Jerry James 2011-02-07 11:52:46 -07:00
parent 212c056095
commit 7bbd9a9eeb
3 changed files with 11 additions and 9 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
latexmk-422.zip latexmk-422e.zip
/latexmk-422e.zip

View File

@ -1,5 +1,5 @@
--- latexmk.1.orig 2011-01-01 14:59:43.000000000 -0700 --- latexmk.1.orig 2011-02-03 09:15:56.000000000 -0700
+++ latexmk.1 2011-01-03 10:51:06.219721986 -0700 +++ latexmk.1 2011-02-07 11:46:54.147919231 -0700
@@ -562,6 +562,7 @@ @@ -562,6 +562,7 @@
"/opt/local/share/latexmk/LatexMk", "/opt/local/share/latexmk/LatexMk",
"/usr/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 MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
On a cygwin system (i.e., a MS-Windows system in which perl is 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 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.orig 2011-02-03 09:17:40.000000000 -0700
+++ latexmk.pl 2011-01-03 10:51:52.461053754 -0700 +++ latexmk.pl 2011-02-07 11:46:54.151919231 -0700
@@ -693,10 +693,8 @@ @@ -700,10 +700,8 @@
## /usr/local/share, depending on the local conventions. ## /usr/local/share, depending on the local conventions.
## /usr/local/lib/latexmk/LatexMk is put in the list for ## /usr/local/lib/latexmk/LatexMk is put in the list for
## compatibility with older versions of latexmk. ## compatibility with older versions of latexmk.

View File

@ -1,12 +1,12 @@
Name: latexmk Name: latexmk
Version: 4.22 Version: 4.22e
Release: 1%{?dist} Release: 1%{?dist}
Summary: A make-like utility for LaTeX files Summary: A make-like utility for LaTeX files
Group: Applications/Publishing Group: Applications/Publishing
License: GPLv2+ License: GPLv2+
URL: http://www.phys.psu.edu/~collins/software/latexmk-jcc/ 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 Source1: latexmk.conf
Source2: latexmk-README.fedora Source2: latexmk-README.fedora
# Change the system-wide configuration file to /etc/latexmk.conf and fix the # 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 %doc CHANGES COPYING INSTALL README README.fedora extra-scripts example_rcfiles
%changelog %changelog
* Mon Feb 7 2011 Jerry James <loganjerry@gmail.com> - 4.22e-1
- Update to 4.22e (fixes incorrect error handling when reading init files)
* Mon Jan 3 2011 Jerry James <loganjerry@gmail.com> - 4.22-1 * Mon Jan 3 2011 Jerry James <loganjerry@gmail.com> - 4.22-1
- Update to 4.22 (fixes more parse problems, adds biber support) - Update to 4.22 (fixes more parse problems, adds biber support)