diff --git a/.gitignore b/.gitignore index aa07dcb..a573895 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/latexmk-428a.zip +/latexmk-430a.zip diff --git a/latexmk-conf.patch b/latexmk-conf.patch index 401ec39..85a506e 100644 --- a/latexmk-conf.patch +++ b/latexmk-conf.patch @@ -1,6 +1,6 @@ ---- ./latexmk.pl.orig 2011-11-28 08:18:35.000000000 -0700 -+++ ./latexmk.pl 2011-11-28 13:56:14.054193329 -0700 -@@ -736,10 +736,8 @@ else { +--- ./latexmk.pl.orig 2011-12-09 09:59:42.000000000 -0700 ++++ ./latexmk.pl 2011-12-12 13:12:44.243706213 -0700 +@@ -759,10 +759,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,8 +13,8 @@ $search_path_separator = ':'; # Separator of elements in search_path ---- ./latexmk.1.orig 2011-11-28 08:18:12.000000000 -0700 -+++ ./latexmk.1 2011-11-28 13:56:14.055193328 -0700 +--- ./latexmk.1.orig 2011-12-09 07:23:59.000000000 -0700 ++++ ./latexmk.1 2011-12-12 13:12:44.244706212 -0700 @@ -723,6 +723,7 @@ system RC file, in the following order, "/opt/local/share/latexmk/LatexMk", "/usr/local/share/latexmk/LatexMk", diff --git a/latexmk.spec b/latexmk.spec index 5c5d02c..f644f55 100644 --- a/latexmk.spec +++ b/latexmk.spec @@ -1,12 +1,12 @@ Name: latexmk -Version: 4.28a +Version: 4.30a 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/latexmk-428a.zip +Source0: http://www.phys.psu.edu/~collins/software/latexmk-jcc/%{name}-430a.zip Source1: latexmk.conf Source2: latexmk-README.fedora # Change the system-wide configuration file to /etc/latexmk.conf and fix the @@ -34,6 +34,11 @@ Before using a previewer, read the file README.fedora. %setup -q -c %patch0 +# Invoke perl directly +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 + %build cp -p %{SOURCE2} README.fedora @@ -51,8 +56,19 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} %{_mandir}/man1/* %config(noreplace) %{_sysconfdir}/latexmk.conf %doc CHANGES COPYING INSTALL README README.fedora extra-scripts example_rcfiles +%doc latexmk.pdf %changelog +* Mon Dec 12 2011 Jerry James - 4.30a-1 +- Add latexmk.pdf to docs +- Update to 4.30a: +- Fix use of bibtex when $aux_dir and/or $out_dir are set +- Documentation of $search_path separator variable +- Work with feynmp package and mpost +- Let dvips find files in the output directory +- In search for cus-deps that can make a missing file, look in $out_dir +- Parse biber 0.9.7 error messages + * Mon Nov 28 2011 Jerry James - 4.28a-1 - Update to 4.28a: - Corrects handling of missing files needed by bibtex or biber diff --git a/sources b/sources index ab4a9b5..dcd85cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32f7fb177252de003dd6a13b464854e4 latexmk-428a.zip +640bbf39b6bf77d7a0d3dd6594336d72 latexmk-430a.zip