Update to 4.52c.
This commit is contained in:
parent
4ab97936e4
commit
b0031627a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/latexmk-445.zip
|
/latexmk-445.zip
|
||||||
/latexmk-448.zip
|
/latexmk-448.zip
|
||||||
/latexmk-451.zip
|
/latexmk-451.zip
|
||||||
|
/latexmk-452c.zip
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- latexmk.1.orig 2017-01-14 09:29:39.173974237 -0700
|
--- latexmk.1.orig 2017-01-19 09:54:54.000000000 -0700
|
||||||
+++ latexmk.1 2017-01-14 09:30:39.477593763 -0700
|
+++ latexmk.1 2017-01-24 09:28:33.106536716 -0700
|
||||||
@@ -1092,6 +1092,7 @@ system RC file, in the following order,
|
@@ -1092,6 +1092,7 @@ system RC file, in the following order,
|
||||||
"/opt/local/share/latexmk/LatexMk",
|
"/opt/local/share/latexmk/LatexMk",
|
||||||
"/usr/local/share/latexmk/LatexMk",
|
"/usr/local/share/latexmk/LatexMk",
|
||||||
@ -8,9 +8,9 @@
|
|||||||
On a MS-Windows system it looks for "C:\\latexmk\\LatexMk".
|
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
|
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
|
that of cygwin), \fIlatexmk\fR reads the first it finds of
|
||||||
--- latexmk.pl.orig 2017-01-13 22:43:06.000000000 -0700
|
--- latexmk.pl.orig 2017-01-19 09:52:58.000000000 -0700
|
||||||
+++ latexmk.pl 2017-01-14 09:29:39.176974218 -0700
|
+++ latexmk.pl 2017-01-24 09:28:33.122536669 -0700
|
||||||
@@ -842,13 +842,9 @@ else {
|
@@ -861,13 +861,9 @@ else {
|
||||||
## /usr/local/share, depending on the local conventions.
|
## /usr/local/share, depending on the local conventions.
|
||||||
## But /usr/local/lib/latexmk is put in the list for
|
## But /usr/local/lib/latexmk is put in the list for
|
||||||
## compatibility with older versions of latexmk.
|
## compatibility with older versions of latexmk.
|
||||||
|
@ -11,6 +11,11 @@
|
|||||||
# from a temporary copy
|
# from a temporary copy
|
||||||
# $always_view_file_via_temporary = 0;
|
# $always_view_file_via_temporary = 0;
|
||||||
|
|
||||||
|
# If nonzero, always analyze .log files for input files in the <...> and (...)
|
||||||
|
# constructions. Otherwise, only do the analysis when fls file doesn't exist
|
||||||
|
# or is out of date.
|
||||||
|
# $analyze_input_log_always = 0;
|
||||||
|
|
||||||
# Whether to read rc files automatically
|
# Whether to read rc files automatically
|
||||||
# $auto_rc_use = 1;
|
# $auto_rc_use = 1;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: latexmk
|
Name: latexmk
|
||||||
Version: 4.51
|
Version: 4.52c
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A make-like utility for LaTeX files
|
Summary: A make-like utility for LaTeX files
|
||||||
|
|
||||||
@ -75,6 +75,9 @@ rm -f extra-scripts/*.bat
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 24 2017 Jerry James <loganjerry@gmail.com> - 4.52c-1
|
||||||
|
- Update to 4.52c
|
||||||
|
|
||||||
* Sat Jan 14 2017 Jerry James <loganjerry@gmail.com> - 4.51-1
|
* Sat Jan 14 2017 Jerry James <loganjerry@gmail.com> - 4.51-1
|
||||||
- Update to 4.51
|
- Update to 4.51
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (latexmk-451.zip) = 5f3f29ec4793d1214a59c8609eea5871bbf203e6df4ce929db034c09c5091845bcb679d91a6c73131eda68ab6bbe0e949f35156f32308fd3c581b62b57998fff
|
SHA512 (latexmk-452c.zip) = 164837066a285e3ffca938eb735c35b253b2dba2addf1ae2b2db5155b0586f6f4e626faf86eb630f97ce296c03c5c1c2f0f3c61445a75b9132aff009d683aeba
|
||||||
|
Loading…
Reference in New Issue
Block a user