Update to 4.45.

This commit is contained in:
Jerry James 2016-04-28 21:01:30 -06:00
parent 40965eb00d
commit e12be7fbc6
4 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/latexmk-443a.zip
/latexmk-444.zip
/latexmk-445.zip

View File

@ -1,5 +1,5 @@
--- latexmk.1.orig 2016-02-24 10:28:22.000000000 -0700
+++ latexmk.1 2016-02-25 19:19:08.175799405 -0700
--- latexmk.1.orig 2016-04-22 16:54:06.000000000 -0600
+++ latexmk.1 2016-04-28 20:58:42.170572677 -0600
@@ -998,6 +998,7 @@ system RC file, in the following order,
"/opt/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 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 2016-02-24 09:05:16.000000000 -0700
+++ latexmk.pl 2016-02-25 19:19:08.181798924 -0700
@@ -947,13 +947,9 @@ else {
--- latexmk.pl.orig 2016-04-22 16:53:38.000000000 -0600
+++ latexmk.pl 2016-04-28 20:58:42.173572432 -0600
@@ -963,13 +963,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

@ -1,11 +1,10 @@
Name: latexmk
Version: 4.44
Version: 4.45
Release: 1%{?dist}
Summary: A make-like utility for LaTeX files
%global upstreamver %(sed 's/\\.//' <<< %{version})
Group: Applications/Publishing
License: GPLv2+
URL: http://users.phys.psu.edu/~collins/software/latexmk-jcc/
Source0: http://users.phys.psu.edu/~collins/software/latexmk-jcc/%{name}-%{upstreamver}.zip
@ -75,6 +74,9 @@ rm -f extra-scripts/*.bat
%license COPYING
%changelog
* Thu Apr 28 2016 Jerry James <loganjerry@gmail.com> - 4.45-1
- Update to 4.45
* Thu Feb 25 2016 Jerry James <loganjerry@gmail.com> - 4.44-1
- Update to 4.44

View File

@ -1 +1 @@
3ab4aabd9919e2c7772938aad91380ec latexmk-444.zip
b12d112d0fbfc9a4a72cf75c3671731e latexmk-445.zip