- Update to 4.15c (solves failure to detect some dependent files)
This commit is contained in:
parent
b80c353d29
commit
5753d154fd
@ -1 +1 @@
|
|||||||
latexmk-415.zip
|
latexmk-415c.zip
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
--- latexmk.1.orig 2010-04-07 11:22:54.000000000 -0600
|
--- latexmk.1.orig 2010-04-18 12:24:05.000000000 -0600
|
||||||
+++ latexmk.1 2010-04-12 15:30:59.888856998 -0600
|
+++ latexmk.1 2010-04-21 09:23:54.403912882 -0600
|
||||||
@@ -551,6 +551,7 @@
|
@@ -551,6 +551,7 @@
|
||||||
"/opt/local/share/latexmk/LatexMk",
|
"/opt/local/share/latexmk/LatexMk",
|
||||||
"/usr/local/share/latexmk/LatexMk",
|
"/usr/local/share/latexmk/LatexMk",
|
||||||
"/usr/local/lib/latexmk/LatexMk".
|
"/usr/local/lib/latexmk/LatexMk".
|
||||||
+ On a Fedora system, it only looks for "/etc/latexmk.conf".
|
+ On a Fedora system, it only looks for "/etc/latexmk.conf".
|
||||||
On a MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
|
On a MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
|
||||||
.PP
|
On a cygwin system (i.e., a MS-Windows system in which perl is
|
||||||
2) The user's RC file, "$HOME/.latexmkrc", if it exists. Here $HOME
|
that of cygwin), \fIlatexmk\fR reads for the first it finds of
|
||||||
--- latexmk.pl.orig 2010-04-07 11:41:38.000000000 -0600
|
--- latexmk.pl.orig 2010-04-18 12:23:31.000000000 -0600
|
||||||
+++ latexmk.pl 2010-04-12 15:30:59.890856763 -0600
|
+++ latexmk.pl 2010-04-21 09:23:54.405912924 -0600
|
||||||
@@ -646,10 +646,8 @@
|
@@ -666,10 +666,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.
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: latexmk
|
Name: latexmk
|
||||||
Version: 4.15
|
Version: 4.15c
|
||||||
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-415.zip
|
Source0: http://www.phys.psu.edu/~collins/software/latexmk-jcc/latexmk-415c.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
|
||||||
|
* Wed Apr 21 2010 Jerry James <loganjerry@gmail.com> - 4.15c-1
|
||||||
|
- Update to 4.15c (solves failure to detect some dependent files)
|
||||||
|
|
||||||
* Mon Apr 12 2010 Jerry James <loganjerry@gmail.com> - 4.15-1
|
* Mon Apr 12 2010 Jerry James <loganjerry@gmail.com> - 4.15-1
|
||||||
- Update to 4.15 (some diagnostic and error-handling improvements)
|
- Update to 4.15 (some diagnostic and error-handling improvements)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user