Update to 4.40:

- Fix failure to clean up correctly when root filename contains '['.
This commit is contained in:
Jerry James 2014-01-27 10:46:25 -07:00
parent c3418b88f9
commit 6eb4249e32
4 changed files with 20 additions and 16 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/latexmk-439.zip
/latexmk-440.zip

View File

@ -1,6 +1,16 @@
--- latexmk.pl.orig 2013-11-10 11:07:12.000000000 -0700
+++ latexmk.pl 2013-12-02 12:00:00.000000000 -0700
@@ -854,10 +854,8 @@
--- ./latexmk.1.orig 2014-01-15 14:09:21.000000000 -0700
+++ ./latexmk.1 2014-01-27 07:30:00.000000000 -0700
@@ -962,6 +962,7 @@ system RC file, in the following order,
"/opt/local/share/latexmk/LatexMk",
"/usr/local/share/latexmk/LatexMk",
"/usr/local/lib/latexmk/LatexMk".
+ On a Fedora system, it only looks for "/etc/latexmk.conf".
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 2014-01-15 15:37:34.000000000 -0700
+++ ./latexmk.pl 2014-01-27 07:30:00.000000000 -0700
@@ -858,10 +858,8 @@ else {
## /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.
@ -13,13 +23,3 @@
$search_path_separator = ':'; # Separator of elements in search_path
--- latexmk.1.orig 2013-11-21 09:29:13.000000000 -0700
+++ latexmk.1 2013-12-02 12:00:00.000000000 -0700
@@ -962,6 +962,7 @@
"/opt/local/share/latexmk/LatexMk",
"/usr/local/share/latexmk/LatexMk",
"/usr/local/lib/latexmk/LatexMk".
+ On a Fedora system, it only looks for "/etc/latexmk.conf".
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

View File

@ -1,5 +1,5 @@
Name: latexmk
Version: 4.39
Version: 4.40
Release: 1%{?dist}
Summary: A make-like utility for LaTeX files
@ -65,6 +65,10 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
%doc latexmk.pdf
%changelog
* Mon Jan 27 2014 Jerry James <loganjerry@gmail.com> - 4.40-1
- Update to 4.40:
- Fix failure to clean up correctly when root filename contains '['.
* Mon Dec 2 2013 Jerry James <loganjerry@gmail.com> - 4.39-1
- Update to 4.39:
- Automatic creation of subdirectories of auxdir

View File

@ -1 +1 @@
29c91c0e1878e35135eebf67aa05c06d latexmk-439.zip
45a25471f54c40466662c292af371962 latexmk-440.zip