From 0d2ec6b6f4e699582ee05e68de553587db84619f Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 2 Apr 2012 14:24:39 -0600 Subject: [PATCH] Update to 4.31 (numerous new features documented at http://www.phys.psu.edu/~collins/software/latexmk-jcc/versions.html). --- .gitignore | 2 +- latexmk-conf.patch | 14 +++++++------- latexmk.conf | 5 ++++- latexmk.spec | 10 +++++++--- sources | 2 +- 5 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index a573895..6ae78d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/latexmk-430a.zip +/latexmk-431.zip diff --git a/latexmk-conf.patch b/latexmk-conf.patch index 85a506e..9e6258a 100644 --- a/latexmk-conf.patch +++ b/latexmk-conf.patch @@ -1,6 +1,6 @@ ---- ./latexmk.pl.orig 2011-12-09 09:59:42.000000000 -0700 -+++ ./latexmk.pl 2011-12-12 13:12:44.243706213 -0700 -@@ -759,10 +759,8 @@ else { +--- ./latexmk.pl.orig 2012-03-30 05:46:45.000000000 -0600 ++++ ./latexmk.pl 2012-04-02 14:19:09.071612093 -0600 +@@ -827,10 +827,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,13 +13,13 @@ $search_path_separator = ':'; # Separator of elements in search_path ---- ./latexmk.1.orig 2011-12-09 07:23:59.000000000 -0700 -+++ ./latexmk.1 2011-12-12 13:12:44.244706212 -0700 -@@ -723,6 +723,7 @@ system RC file, in the following order, +--- ./latexmk.1.orig 2012-03-30 05:45:25.000000000 -0600 ++++ ./latexmk.1 2012-04-02 14:19:09.072612092 -0600 +@@ -761,6 +761,7 @@ system RC file, in the following order, "/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 + that of cygwin), \fIlatexmk\fR reads for the first it finds of diff --git a/latexmk.conf b/latexmk.conf index c5a07d8..57093c0 100644 --- a/latexmk.conf +++ b/latexmk.conf @@ -82,6 +82,9 @@ # Whether to display lists of dependencies # $dependents_list = 0; +# Whether lists of dependencies include phony targets +# $dependents_phony = 0; + # File for dependency list output. Default is stdout. # $deps_file = '-'; @@ -301,7 +304,7 @@ $ps_update_method = 1; # $quote_filenames = 1; # Whether to use the recorder option on (pdf)latex -# $recorder = 0; +# $recorder = 1; # Whether to display lists of dependencies. # $rules_list = 0; diff --git a/latexmk.spec b/latexmk.spec index fcf7023..02e6db0 100644 --- a/latexmk.spec +++ b/latexmk.spec @@ -1,12 +1,12 @@ Name: latexmk -Version: 4.30a -Release: 2%{?dist} +Version: 4.31 +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/%{name}-430a.zip +Source0: http://www.phys.psu.edu/~collins/software/latexmk-jcc/%{name}-431.zip Source1: latexmk.conf Source2: latexmk-README.fedora # Change the system-wide configuration file to /etc/latexmk.conf and fix the @@ -58,6 +58,10 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} %doc latexmk.pdf %changelog +* Mon Apr 2 2012 Jerry James - 4.31-1 +- Update to 4.31 (numerous new features documented at + http://www.phys.psu.edu/~collins/software/latexmk-jcc/versions.html) + * Tue Jan 10 2012 Jerry James - 4.30a-2 - Mass rebuild for Fedora 17 diff --git a/sources b/sources index dcd85cb..5416b3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -640bbf39b6bf77d7a0d3dd6594336d72 latexmk-430a.zip +13b8027df82642ae43045882920775b6 latexmk-431.zip