[latexmk] Update to 4.25 (add deps output file to dependency information).

Jerry James jjames at fedoraproject.org
Mon Jul 11 16:41:19 UTC 2011


commit 910d512bdb988addbe7e36c7fb61f21124466d02
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Jul 11 10:40:45 2011 -0600

    Update to 4.25 (add deps output file to dependency information).

 .gitignore         |    2 +-
 latexmk-conf.patch |   10 +++++-----
 latexmk.spec       |    7 +++++--
 sources            |    2 +-
 4 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63487b5..0cb8d91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-latexmk-423a.zip
+/latexmk-425.zip
diff --git a/latexmk-conf.patch b/latexmk-conf.patch
index 42cf9c5..a324144 100644
--- a/latexmk-conf.patch
+++ b/latexmk-conf.patch
@@ -1,6 +1,6 @@
---- ./latexmk.pl.orig	2011-03-24 12:35:38.000000000 -0600
-+++ ./latexmk.pl	2011-04-19 10:35:48.179112906 -0600
-@@ -675,10 +675,8 @@
+--- ./latexmk.pl.orig	2011-07-07 08:39:21.000000000 -0600
++++ ./latexmk.pl	2011-07-11 10:38:13.127409623 -0600
+@@ -690,10 +690,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,8 +13,8 @@
  
      $search_path_separator = ':';  # Separator of elements in search_path
  
---- ./latexmk.1.orig	2011-04-18 09:47:26.000000000 -0600
-+++ ./latexmk.1	2011-04-19 10:35:48.177113158 -0600
+--- ./latexmk.1.orig	2011-07-07 08:53:15.000000000 -0600
++++ ./latexmk.1	2011-07-11 10:38:13.128409623 -0600
 @@ -645,6 +645,7 @@
     "/opt/local/share/latexmk/LatexMk",
     "/usr/local/share/latexmk/LatexMk",
diff --git a/latexmk.spec b/latexmk.spec
index 5e52dbe..a09d813 100644
--- a/latexmk.spec
+++ b/latexmk.spec
@@ -1,12 +1,12 @@
 Name:           latexmk
-Version:        4.23a
+Version:        4.25
 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-423a.zip
+Source0:        http://www.phys.psu.edu/~collins/software/latexmk-jcc/latexmk-425.zip
 Source1:        latexmk.conf
 Source2:        latexmk-README.fedora
 # Change the system-wide configuration file to /etc/latexmk.conf and fix the
@@ -53,6 +53,9 @@ install -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
 %doc CHANGES COPYING INSTALL README README.fedora extra-scripts example_rcfiles
 
 %changelog
+* Mon Jul 11 2011 Jerry James <loganjerry at gmail.com> - 4.25-1
+- Update to 4.25 (add deps output file to dependency information)
+
 * Tue Apr 19 2011 Jerry Jamse <loganjerry at gmail.com> - 4.23a-1
 - Update to 4.23a (fix detection of source files listed in .fls file)
 
diff --git a/sources b/sources
index 89ac851..5102934 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a527238158c84c5d3805db27791ccc48  latexmk-423a.zip
+088401fd045015c07272709453168608  latexmk-425.zip


More information about the scm-commits mailing list