[latexmk] Update to 4.40: - Fix failure to clean up correctly when root filename contains '['.

Jerry James jjames at fedoraproject.org
Mon Jan 27 17:46:22 UTC 2014


commit 6eb4249e32d07f094c63ae05570a258ca20e39a3
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon Jan 27 10:46:25 2014 -0700

    Update to 4.40:
    - Fix failure to clean up correctly when root filename contains '['.

 .gitignore         |    2 +-
 latexmk-conf.patch |   26 +++++++++++++-------------
 latexmk.spec       |    6 +++++-
 sources            |    2 +-
 4 files changed, 20 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0fe9fe..e82db86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/latexmk-439.zip
+/latexmk-440.zip
diff --git a/latexmk-conf.patch b/latexmk-conf.patch
index 5795d65..340368a 100644
--- a/latexmk-conf.patch
+++ b/latexmk-conf.patch
@@ -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
diff --git a/latexmk.spec b/latexmk.spec
index bb13f96..b5d7426 100644
--- a/latexmk.spec
+++ b/latexmk.spec
@@ -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 at 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 at gmail.com> - 4.39-1
 - Update to 4.39:
 - Automatic creation of subdirectories of auxdir
diff --git a/sources b/sources
index a2fc7f7..aa3ceae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29c91c0e1878e35135eebf67aa05c06d  latexmk-439.zip
+45a25471f54c40466662c292af371962  latexmk-440.zip


More information about the scm-commits mailing list