From d35b7a94c96bb099244eef9a14eb7e264365095c Mon Sep 17 00:00:00 2001 From: Jerry James Date: Nov 26 2015 22:55:32 +0000 Subject: Update to 4.43a. Changes: - Source files in directories with non-ASCII names are not correctly detected under MiKTeX. - On cleanup, synctex.gz files are deleted only by -C, not by -c. --- diff --git a/.gitignore b/.gitignore index 05cbf9d..5ffb9cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /latexmk-442.zip +/latexmk-443a.zip diff --git a/latexmk-conf.patch b/latexmk-conf.patch index a774983..9be7999 100644 --- a/latexmk-conf.patch +++ b/latexmk-conf.patch @@ -1,6 +1,6 @@ ---- ./latexmk.1.orig 2014-12-05 14:33:36.000000000 -0700 -+++ ./latexmk.1 2014-12-09 16:28:40.671836372 -0700 -@@ -981,6 +981,7 @@ system RC file, in the following order, +--- ./latexmk.1.orig 2015-03-09 10:01:22.000000000 -0600 ++++ ./latexmk.1 2015-11-26 15:48:36.358568318 -0700 +@@ -986,6 +986,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 for the first it finds of ---- ./latexmk.pl.orig 2014-12-09 16:28:40.679836368 -0700 -+++ ./latexmk.pl 2014-12-09 16:30:32.798767779 -0700 -@@ -928,13 +928,9 @@ else { +--- ./latexmk.pl.orig 2015-02-05 17:00:50.000000000 -0700 ++++ ./latexmk.pl 2015-11-26 15:48:36.370567346 -0700 +@@ -936,13 +936,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 aa3df2d..61d2a5f 100644 --- a/latexmk.conf +++ b/latexmk.conf @@ -347,7 +347,7 @@ $ps_update_method = 1; # $use_make_for_missing_files = 0; # Which kind of file is to be previewed if a previewer is used. The possible -# values are 'default', 'dvi', 'ps', and 'pdf'. The value of 'default' means -# that the PDF is viewed if it is generated, else PostScript is viewed if it is -# generated, else DVI is viewed. +# values are 'default', 'dvi', 'ps', 'pdf', and 'none'. The value of 'default' +# means that the PDF is viewed if it is generated, else PostScript is viewed if +# it is generated, else DVI is viewed. # $view = 'default'; diff --git a/latexmk.spec b/latexmk.spec index 38f7423..49359f6 100644 --- a/latexmk.spec +++ b/latexmk.spec @@ -1,6 +1,6 @@ Name: latexmk -Version: 4.42 -Release: 2%{?dist} +Version: 4.43a +Release: 1%{?dist} Summary: A make-like utility for LaTeX files %global upstreamver %(sed 's/\\.//' <<< %{version}) @@ -60,6 +60,12 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} %license COPYING %changelog +* Thu Nov 26 2015 Jerry James - 4.43a-1 +- Update to 4.43a: +- Source files in directories with non-ASCII names are not correctly detected + under MiKTeX +- On cleanup, synctex.gz files are deleted only by -C, not by -c + * Wed Jun 17 2015 Fedora Release Engineering - 4.42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index d09a20c..e156e38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c33a2675fb329fd62979ac57b04e116e latexmk-442.zip +374209a46fe38bc0bbef884491e01b61 latexmk-443a.zip