Update to 4.28a:

- Corrects handling of missing files needed by bibtex or biber.
- Corrects duplicate invocations of dvipdf and ps2pdf.
This commit is contained in:
Jerry James 2011-11-28 14:01:47 -07:00
parent f9915bfe6a
commit 71aba0a3d6
4 changed files with 15 additions and 10 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/latexmk-427a.zip
/latexmk-428a.zip

View File

@ -1,6 +1,6 @@
--- ./latexmk.pl.orig 2011-10-10 14:47:21.000000000 -0600
+++ ./latexmk.pl 2011-10-17 12:05:32.082065909 -0600
@@ -718,10 +718,8 @@
--- ./latexmk.pl.orig 2011-11-28 08:18:35.000000000 -0700
+++ ./latexmk.pl 2011-11-28 13:56:14.054193329 -0700
@@ -736,10 +736,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,9 +13,9 @@
$search_path_separator = ':'; # Separator of elements in search_path
--- ./latexmk.1.orig 2011-10-10 14:47:54.000000000 -0600
+++ ./latexmk.1 2011-10-17 12:05:32.079065912 -0600
@@ -723,6 +723,7 @@
--- ./latexmk.1.orig 2011-11-28 08:18:12.000000000 -0700
+++ ./latexmk.1 2011-11-28 13:56:14.055193328 -0700
@@ -723,6 +723,7 @@ system RC file, in the following order,
"/opt/local/share/latexmk/LatexMk",
"/usr/local/share/latexmk/LatexMk",
"/usr/local/lib/latexmk/LatexMk".

View File

@ -1,12 +1,12 @@
Name: latexmk
Version: 4.27a
Version: 4.28a
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-427a.zip
Source0: http://www.phys.psu.edu/~collins/software/latexmk-jcc/latexmk-428a.zip
Source1: latexmk.conf
Source2: latexmk-README.fedora
# Change the system-wide configuration file to /etc/latexmk.conf and fix the
@ -53,6 +53,11 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
%doc CHANGES COPYING INSTALL README README.fedora extra-scripts example_rcfiles
%changelog
* Mon Nov 28 2011 Jerry James <loganjerry@gmail.com> - 4.28a-1
- Update to 4.28a:
- Corrects handling of missing files needed by bibtex or biber
- Corrects duplicate invocations of dvipdf and ps2pdf
* Mon Oct 17 2011 Jerry James <loganjerry@gmail.com> - 4.27a-1
- Update to 4.27a:
- Fixes making ps/pdf files via a temporary file with no %%D placeholder

View File

@ -1 +1 @@
7c52a8e5d0d638390bc671793e4bed3e latexmk-427a.zip
32f7fb177252de003dd6a13b464854e4 latexmk-428a.zip