[latexmk] Update to 4.26 (fix some bugs in error reporting).

Jerry James jjames at fedoraproject.org
Mon Aug 15 15:03:26 UTC 2011


commit f87d7c804afb3e5f2dbcf0674a1504b113bdad3d
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Aug 15 09:02:59 2011 -0600

    Update to 4.26 (fix some bugs in error reporting).

 .gitignore         |    2 +-
 latexmk-conf.patch |   26 +++++++++++++-------------
 latexmk.spec       |    7 +++++--
 sources            |    2 +-
 4 files changed, 20 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0cb8d91..0b756d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/latexmk-425.zip
+/latexmk-426.zip
diff --git a/latexmk-conf.patch b/latexmk-conf.patch
index a324144..1d2e2e1 100644
--- a/latexmk-conf.patch
+++ b/latexmk-conf.patch
@@ -1,6 +1,16 @@
---- ./latexmk.pl.orig	2011-07-07 08:39:21.000000000 -0600
-+++ ./latexmk.pl	2011-07-11 10:38:13.127409623 -0600
-@@ -690,10 +690,8 @@
+--- ./latexmk.1.orig	2011-08-09 18:09:17.000000000 -0600
++++ ./latexmk.1	2011-08-15 08:59:54.012928333 -0600
+@@ -645,6 +645,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
+--- ./latexmk.pl.orig	2011-08-09 18:00:56.000000000 -0600
++++ ./latexmk.pl	2011-08-15 08:59:54.011928363 -0600
+@@ -692,10 +692,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.
@@ -13,13 +23,3 @@
  
      $search_path_separator = ':';  # Separator of elements in search_path
  
---- ./latexmk.1.orig	2011-07-07 08:53:15.000000000 -0600
-+++ ./latexmk.1	2011-07-11 10:38:13.128409623 -0600
-@@ -645,6 +645,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 a09d813..0306074 100644
--- a/latexmk.spec
+++ b/latexmk.spec
@@ -1,12 +1,12 @@
 Name:           latexmk
-Version:        4.25
+Version:        4.26
 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-425.zip
+Source0:        http://www.phys.psu.edu/~collins/software/latexmk-jcc/latexmk-426.zip
 Source1:        latexmk.conf
 Source2:        latexmk-README.fedora
 # Change the system-wide configuration file to /etc/latexmk.conf and fix the
@@ -53,6 +53,9 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
 %doc CHANGES COPYING INSTALL README README.fedora extra-scripts example_rcfiles
 
 %changelog
+* Mon Aug 15 2011 Jerry James <loganjerry at gmail.com> - 4.26-1
+- Update to 4.26 (fix some bugs in error reporting)
+
 * Mon Jul 11 2011 Jerry James <loganjerry at gmail.com> - 4.25-1
 - Update to 4.25 (add deps output file to dependency information)
 
diff --git a/sources b/sources
index 5102934..ddc00be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-088401fd045015c07272709453168608  latexmk-425.zip
+b0cc244f430330456828a4c11b85026b  latexmk-426.zip


More information about the scm-commits mailing list