From 946f914d4189d0afe9b420a42bd050211ce6304f Mon Sep 17 00:00:00 2001 From: Jerry James Date: Jul 09 2013 22:52:52 +0000 Subject: 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. --- diff --git a/.gitignore b/.gitignore index 8c977a2..9d14463 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/latexmk-435.zip +/latexmk-437.zip diff --git a/latexmk-conf.patch b/latexmk-conf.patch index 443d185..e73a812 100644 --- a/latexmk-conf.patch +++ b/latexmk-conf.patch @@ -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 diff --git a/latexmk.spec b/latexmk.spec index 0548e11..90bfecf 100644 --- a/latexmk.spec +++ b/latexmk.spec @@ -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 - 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 - 4.35-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 392707b..631f848 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7434ff6da8d77421567b4a1d373c5ae4 latexmk-435.zip +7b8988aaf1b1e2e585ffffb8d50f4d58 latexmk-437.zip