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.
This commit is contained in:
Jerry James 2015-11-26 15:55:32 -07:00
parent 6033b19b83
commit d35b7a94c9
5 changed files with 19 additions and 12 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/latexmk-442.zip
/latexmk-443a.zip

View File

@ -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.

View File

@ -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';

View File

@ -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 <jamesjer@diannao.jamezone.org> - 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 <rel-eng@lists.fedoraproject.org> - 4.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
c33a2675fb329fd62979ac57b04e116e latexmk-442.zip
374209a46fe38bc0bbef884491e01b61 latexmk-443a.zip