From 71aba0a3d60e73d7379bde30954c5c9bf0f35f09 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 28 Nov 2011 14:01:47 -0700 Subject: [PATCH] Update to 4.28a: - Corrects handling of missing files needed by bibtex or biber. - Corrects duplicate invocations of dvipdf and ps2pdf. --- .gitignore | 2 +- latexmk-conf.patch | 12 ++++++------ latexmk.spec | 9 +++++++-- sources | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 7bd9998..aa07dcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/latexmk-427a.zip +/latexmk-428a.zip diff --git a/latexmk-conf.patch b/latexmk-conf.patch index b55a1ca..401ec39 100644 --- a/latexmk-conf.patch +++ b/latexmk-conf.patch @@ -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". diff --git a/latexmk.spec b/latexmk.spec index a17f098..5c5d02c 100644 --- a/latexmk.spec +++ b/latexmk.spec @@ -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 - 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 - 4.27a-1 - Update to 4.27a: - Fixes making ps/pdf files via a temporary file with no %%D placeholder diff --git a/sources b/sources index a8663b5..ab4a9b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c52a8e5d0d638390bc671793e4bed3e latexmk-427a.zip +32f7fb177252de003dd6a13b464854e4 latexmk-428a.zip