Update to 4.74.
This commit is contained in:
parent
a1e243c26e
commit
620fd54624
@ -22,6 +22,9 @@
|
||||
# Directory for aux files (log, aux, etc.)
|
||||
# $aux_dir = '';
|
||||
|
||||
# Whether to report on aux_dir & out_dir after initialization & normalization
|
||||
# $aux_out_dir_report = 0;
|
||||
|
||||
# If nonzero, DVI-to-postscript conversion adds a banner message on each page
|
||||
# $banner = 0;
|
||||
|
||||
@ -353,6 +356,9 @@ $ps_update_method = 1;
|
||||
# containing spaces.
|
||||
# $quote_filenames = 1;
|
||||
|
||||
# Whether to report on rc files read
|
||||
# $rc_report = 0;
|
||||
|
||||
# Whether to use the recorder option on (pdf)latex
|
||||
# $recorder = 1;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: latexmk
|
||||
Version: 4.73
|
||||
Version: 4.74
|
||||
Release: 1%{?dist}
|
||||
Summary: A make-like utility for LaTeX files
|
||||
|
||||
@ -74,6 +74,9 @@ rm -f extra-scripts/*.bat
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Mon May 17 2021 Jerry James <loganjerry@gmail.com> - 4.74-1
|
||||
- Update to 4.74
|
||||
|
||||
* Thu May 6 2021 Jerry James <loganjerry@gmail.com> - 4.73-1
|
||||
- Update to 4.73
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (latexmk-473.zip) = 2cb3254d1b51e06b3c5c7be7a056c4d72d5368374c9592141ef22f771cc6a6434f66ec19598e9260e562caebf863231c569f554a008b71d04bd9334ed655de07
|
||||
SHA512 (latexmk-474.zip) = 35b50acbd652a2dfd7f973f4e143ebf3efc9552f4e116ec7fc228a2614b286bb15cb02c3aa5943bad7f5deb0d4b2a96cfb580be8cfbb5818d5cca34d009544e8
|
||||
|
Loading…
Reference in New Issue
Block a user