From e605c5189839b61da6a8f9babd57c401395c6eea Mon Sep 17 00:00:00 2001 From: Jerry James Date: Dec 30 2009 03:47:38 +0000 Subject: - Update to 4.12 to get new option to not run bibtex. - Add a missing semicolon to the conf file (bz 551082). --- diff --git a/.cvsignore b/.cvsignore index 6f8095e..e1db0d5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -latexmk-411.zip +latexmk-412.zip diff --git a/latexmk.conf b/latexmk.conf index dca3ab0..798cfa3 100644 --- a/latexmk.conf +++ b/latexmk.conf @@ -179,7 +179,7 @@ $dvi_update_method = 1; # Set to 1 to give special treatment to Ctrl-c and Ctrl-Break in -pvc mode on # Windows. This is unnecessary on Unix platforms. -$MSWin_fudge_break = 0 +$MSWin_fudge_break = 0; # This variable is used only when running in continuous-preview mode. If zero, # check for a previously running previewer on the same file and update it. If diff --git a/latexmk.spec b/latexmk.spec index 365659f..72f866d 100644 --- a/latexmk.spec +++ b/latexmk.spec @@ -1,12 +1,12 @@ Name: latexmk -Version: 4.11 +Version: 4.12 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-411.zip +Source0: http://www.phys.psu.edu/~collins/software/latexmk-jcc/latexmk-412.zip Source1: latexmk.conf Source2: latexmk-README.fedora # Change the system-wide configuration file to /etc/latexmk.conf and fix the @@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %doc CHANGES COPYING INSTALL README README.fedora extra-scripts %changelog +* Tue Dec 29 2009 Jerry James - 4.12-1 +- Update to 4.12 to get new option to not run bibtex. +- Add a missing semicolon to the conf file (bz 551082). + * Tue Dec 1 2009 Jerry James - 4.11-1 - Update to 4.11. diff --git a/sources b/sources index 7ababef..3ed8698 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f2dedf6192a8bbc9be7a86f4cde2a3b latexmk-411.zip +03cdd242563e48fa6a094effa9c0966e latexmk-412.zip