diff --git a/latexmk-conf.patch b/latexmk-conf.patch index 9350dfe..2c25717 100644 --- a/latexmk-conf.patch +++ b/latexmk-conf.patch @@ -1,6 +1,6 @@ ---- latexmk.1.orig 2018-01-17 13:33:19.000000000 -0700 -+++ latexmk.1 2018-01-17 18:15:15.164057666 -0700 -@@ -1153,6 +1153,7 @@ system RC file, in the following order, +--- latexmk.1.orig 2018-01-25 07:58:00.000000000 -0700 ++++ latexmk.1 2018-02-03 17:13:44.863570998 -0700 +@@ -1165,6 +1165,7 @@ system RC file, in the following order, "/opt/local/share/latexmk/LatexMk", "/usr/local/share/latexmk/LatexMk", "/usr/local/lib/latexmk/LatexMk". @@ -8,9 +8,9 @@ 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 the first it finds of ---- latexmk.pl.orig 2018-01-17 13:35:43.000000000 -0700 -+++ latexmk.pl 2018-01-17 18:15:15.181057619 -0700 -@@ -879,13 +879,9 @@ else { +--- latexmk.pl.orig 2018-01-25 07:15:36.000000000 -0700 ++++ latexmk.pl 2018-02-03 17:13:44.865570992 -0700 +@@ -886,13 +886,9 @@ else { ## /usr/local/share, depending on the local conventions. ## But /usr/local/lib/latexmk is put in the list for ## compatibility with older versions of latexmk. diff --git a/latexmk.conf b/latexmk.conf index d34de70..fbed43d 100644 --- a/latexmk.conf +++ b/latexmk.conf @@ -81,6 +81,9 @@ # Whether to just cleanup, or also generate files # $cleanup_only = 0; +# Command to use in pvc mode for compiling +# $compiling_cmd = ""; + # A custom dependency list; see the man page for details # @cus_dep_list = (); @@ -155,6 +158,9 @@ $dvi_update_method = 1; # - unix, for web2c 7.3.1 or later # $extension_treatment = 'unix'; +# Command to use in pvc mode for failures +# $failure_cmd = ""; + # The extension of the file which latexmk generates to contain a database # of information on source files. # $fdb_ext = 'fdb_latexmk'; @@ -354,6 +360,9 @@ $ps_update_method = 1; # running in continuous update mode # $sleep_time = 2; +# Command to use in pvc mode for success +# $success_cmd = ""; + # Space-separated list of extra files to search for when no files are specified # on the command line and the @default_files list is empty. Wildcards are # allowed. These files are in addition to *.tex in the current directory. @@ -374,6 +383,12 @@ $ps_update_method = 1; # it is generated, else DVI is viewed. # $view = 'default'; +# Nonzero to treat warnings as errors and exit with nonzero exit status +# $warning_as_errors = 0; + +# Command to use in pvc mode for warnings +# $warning_cmd = ""; + # The command to convert an XDV file into a PDF file. # $xdvipdfmx = 'xdvipdfmx -o %D %O %S'; diff --git a/latexmk.spec b/latexmk.spec index a581583..a72e205 100644 --- a/latexmk.spec +++ b/latexmk.spec @@ -1,5 +1,5 @@ Name: latexmk -Version: 4.55 +Version: 4.55a Release: 1%{?dist} Summary: A make-like utility for LaTeX files @@ -75,6 +75,9 @@ rm -f extra-scripts/*.bat %license COPYING %changelog +* Sat Feb 3 2018 Jerry James - 4.55a-1 +- Update to 4.55a + * Wed Jan 17 2018 Jerry James - 4.55-1 - Update to 4.55 - Update URLs diff --git a/sources b/sources index 1dcffcb..be22419 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (latexmk-455.zip) = 6673088c3bd094e30263501a5f38b12e265e9b7646baeb39e1c0803b1542f6b66253329d33085f1d57761877d33f55cd1b5f5dee87e8d87449d3111fc8962a32 +SHA512 (latexmk-455a.zip) = fca6b39dbba4f51220fe3ad5e9734374b5c50c574f2f104b05b590ff2335d462d15b8e5330edc103ec8f515eeeb3a0398f450f2ee2b0c31ce5017adad95b7660