From 649076084d6bf09e6142b2862c8e074117fa2a54 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Jan 12 2015 21:30:34 +0000 Subject: Update to 4.42. This means: - -c also deletes $deps_file if it is used - Fix bugs associated with the -cd option - Add missfont.log and the generated synctex.gz to standard cleaned-up files --- diff --git a/.gitignore b/.gitignore index 29bc813..05cbf9d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/latexmk-440h.zip +/latexmk-442.zip diff --git a/latexmk.spec b/latexmk.spec index 6761d7d..8cc0fd2 100644 --- a/latexmk.spec +++ b/latexmk.spec @@ -1,5 +1,5 @@ Name: latexmk -Version: 4.40h +Version: 4.42 Release: 1%{?dist} Summary: A make-like utility for LaTeX files @@ -33,7 +33,7 @@ version of the original version of latexmk. Before using a previewer, read the file README.fedora. %prep -%setup -q -c +%setup -q -n %{name} %patch0 # Invoke perl directly @@ -60,6 +60,12 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir} %license COPYING %changelog +* Mon Jan 12 2015 Jerry James - 4.42-1 +- Update to 4.42: +- -c also deletes $deps_file if it is used +- Fix bugs associated with the -cd option +- Add missfont.log and the generated synctex.gz to standard cleaned-up files + * Tue Dec 9 2014 Jerry James - 4.40h-1 - Fix license handling - Relax LaTeX Requires slightly diff --git a/sources b/sources index 995769a..d09a20c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -811cf4bd8019b78981f4b49631dc66a8 latexmk-440h.zip +c33a2675fb329fd62979ac57b04e116e latexmk-442.zip