Update to 4.33c (improved error handling for latex/pdflatex).

This commit is contained in:
Jerry James 2012-08-20 11:06:07 -06:00
parent 7da3378398
commit 9e941bc8a5
5 changed files with 19 additions and 12 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/latexmk-431.zip
/latexmk-433c.zip

View File

@ -1,6 +1,6 @@
--- ./latexmk.pl.orig 2012-03-30 05:46:45.000000000 -0600
+++ ./latexmk.pl 2012-04-02 14:19:09.071612093 -0600
@@ -827,10 +827,8 @@ else {
--- ./latexmk.pl.orig 2012-08-19 08:29:36.000000000 -0600
+++ ./latexmk.pl 2012-08-20 10:56:58.684939785 -0600
@@ -878,10 +878,8 @@ else {
## /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,9 +13,9 @@
$search_path_separator = ':'; # Separator of elements in search_path
--- ./latexmk.1.orig 2012-03-30 05:45:25.000000000 -0600
+++ ./latexmk.1 2012-04-02 14:19:09.072612092 -0600
@@ -761,6 +761,7 @@ system RC file, in the following order,
--- ./latexmk.1.orig 2012-08-19 08:30:01.000000000 -0600
+++ ./latexmk.1 2012-08-20 10:56:58.689939781 -0600
@@ -824,6 +824,7 @@ system RC file, in the following order,
"/opt/local/share/latexmk/LatexMk",
"/usr/local/share/latexmk/LatexMk",
"/usr/local/lib/latexmk/LatexMk".

View File

@ -122,6 +122,10 @@ $dvi_update_method = 1;
# The command to convert a DVI file into a PDF file.
# See the warnings on the man page
# $dvipdf = 'dvipdf %O %S %D';
# Command line switch for dvipdf to make it run in silent mode
# $dvipdf_silent_switch = '-q';
# The command to convert a DVI file into a PostScript file
# $dvips = 'dvips %O -o %D %S';

View File

@ -1,12 +1,12 @@
Name: latexmk
Version: 4.31
Release: 2%{?dist}
Version: 4.33c
Release: 1%{?dist}
Summary: A make-like utility for LaTeX files
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}-431.zip
Source0: http://www.phys.psu.edu/~collins/software/latexmk-jcc/%{name}-433c.zip
Source1: latexmk.conf
Source2: latexmk-README.fedora
# Change the system-wide configuration file to /etc/latexmk.conf and fix the
@ -35,7 +35,7 @@ Before using a previewer, read the file README.fedora.
%patch0
# Invoke perl directly
sed "s|^#!/usr/bin/env perl|#!/usr/bin/perl -w|" latexmk.pl > latexmk.pl.new
sed "s|^#\!/usr/bin/env perl|#\!/usr/bin/perl -w|" latexmk.pl > latexmk.pl.new
touch -r latexmk.pl latexmk.pl.new
mv -f latexmk.pl.new latexmk.pl
@ -58,6 +58,9 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
%doc latexmk.pdf
%changelog
* Mon Aug 20 2012 Jerry James <loganjerry@gmail.com> - 4.33c-1
- Update to 4.33c (improved error handling for latex/pdflatex)
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.31-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
13b8027df82642ae43045882920775b6 latexmk-431.zip
c8f66723bf3570fdaf7fb8421c50e5cf latexmk-433c.zip