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

This commit is contained in:
Jerry James 2011-08-15 09:02:59 -06:00
parent 910d512bdb
commit f87d7c804a
4 changed files with 20 additions and 17 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/latexmk-425.zip
/latexmk-426.zip

View File

@ -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

View File

@ -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@gmail.com> - 4.26-1
- Update to 4.26 (fix some bugs in error reporting)
* Mon Jul 11 2011 Jerry James <loganjerry@gmail.com> - 4.25-1
- Update to 4.25 (add deps output file to dependency information)

View File

@ -1 +1 @@
088401fd045015c07272709453168608 latexmk-425.zip
b0cc244f430330456828a4c11b85026b latexmk-426.zip