Update URLs.

Update to 4.37:
- Fix failure when current dir's name contains special regexp characters.
- Make -rules work with -pvc.
- Add -lualatex option.
- Allow $clean_ext and $clean_full_ext to contain wildcards.
- Fix bug when using revtex4-1.cls.
This commit is contained in:
Jerry James 2013-07-09 16:52:52 -06:00
parent 9e7d834770
commit 946f914d41
4 changed files with 24 additions and 13 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/latexmk-435.zip
/latexmk-437.zip

View File

@ -1,6 +1,6 @@
--- ./latexmk.pl.orig 2012-11-11 10:12:34.000000000 -0700
+++ ./latexmk.pl 2012-11-19 09:50:29.681445264 -0700
@@ -894,10 +894,8 @@ else {
--- latexmk.pl.orig 2013-07-02 11:45:01.000000000 -0600
+++ latexmk.pl 2013-07-09 16:42:34.735326876 -0600
@@ -934,10 +934,8 @@
## /usr/local/share, depending on the local conventions.
## /usr/local/lib/latexmk/LatexMk is put in the list for
## compatibility with older versions of latexmk.
@ -13,13 +13,13 @@
$search_path_separator = ':'; # Separator of elements in search_path
--- ./latexmk.1.orig 2012-11-11 10:36:10.000000000 -0700
+++ ./latexmk.1 2012-11-19 09:50:29.683445100 -0700
@@ -824,6 +824,7 @@ system RC file, in the following order,
--- latexmk.1.orig 2013-07-02 12:45:03.000000000 -0600
+++ latexmk.1 2013-07-09 16:42:34.736326876 -0600
@@ -955,6 +955,7 @@
"/opt/local/share/latexmk/LatexMk",
"/usr/local/share/latexmk/LatexMk",
"/usr/local/lib/latexmk/LatexMk".
+ On a Fedora system, it only looks for "/etc/latexmk.conf".
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 for the first it finds of

View File

@ -1,12 +1,14 @@
Name: latexmk
Version: 4.35
Release: 2%{?dist}
Version: 4.37
Release: 1%{?dist}
Summary: A make-like utility for LaTeX files
%global upstreamver %(sed 's/\\.//' <<<%{version})
Group: Applications/Publishing
License: GPLv2+
URL: http://www.phys.psu.edu/~collins/software/latexmk-jcc/
Source0: http://www.phys.psu.edu/~collins/software/latexmk-jcc/%{name}-435.zip
URL: http://users.phys.psu.edu/~collins/software/latexmk-jcc/
Source0: http://users.phys.psu.edu/~collins/software/latexmk-jcc/%{name}-%{upstreamver}.zip
Source1: latexmk.conf
Source2: latexmk-README.fedora
# Change the system-wide configuration file to /etc/latexmk.conf and fix the
@ -58,6 +60,15 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
%doc latexmk.pdf
%changelog
* Tue Jul 9 2013 Jerry James <loganjerry@gmail.com> - 4.37-1
- Update URLs
- Update to 4.37:
- Fix failure when current dir's name contains special regexp characters
- Make -rules work with -pvc
- Add -lualatex option
- Allow $clean_ext and $clean_full_ext to contain wildcards
- Fix bug when using revtex4-1.cls
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.35-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
7434ff6da8d77421567b4a1d373c5ae4 latexmk-435.zip
7b8988aaf1b1e2e585ffffb8d50f4d58 latexmk-437.zip