[latexmk: 22/22] * Mon Aug 2 2010 Jerry James <loganjerry at gmail.com> - 4.18-1 - Update to 4.18 (parses natbib's cita

Jerry James jjames at fedoraproject.org
Mon Aug 2 19:47:15 UTC 2010


commit 4aab92647d1a26b57cc34cb22c542419db9dcaad
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Aug 2 13:37:50 2010 -0600

    * Mon Aug  2 2010 Jerry James <loganjerry at gmail.com> - 4.18-1
    - Update to 4.18 (parses natbib's citation-undefined warning)
    - Drop latexmk-man.patch, upstreamed.

 .gitignore         |    2 +-
 latexmk-conf.patch |   10 ++++----
 latexmk-man.patch  |   60 ----------------------------------------------------
 latexmk.spec       |   12 +++++-----
 sources            |    2 +-
 5 files changed, 13 insertions(+), 73 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 042779b..f2c263b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-latexmk-417.zip
+latexmk-418.zip
diff --git a/latexmk-conf.patch b/latexmk-conf.patch
index 51119ca..c587643 100644
--- a/latexmk-conf.patch
+++ b/latexmk-conf.patch
@@ -1,5 +1,5 @@
---- latexmk.1.orig	2010-06-09 11:56:31.000000000 -0600
-+++ latexmk.1	2010-07-06 10:23:54.963311090 -0600
+--- latexmk.1.orig	2010-07-27 12:43:20.000000000 -0600
++++ latexmk.1	2010-08-02 13:07:48.828042743 -0600
 @@ -555,6 +555,7 @@
     "/opt/local/share/latexmk/LatexMk",
     "/usr/local/share/latexmk/LatexMk",
@@ -8,9 +8,9 @@
     On a MS-WINDOWS system it looks for "C:\\latexmk\\LatexMk".
     On a cygwin system (i.e., a MS-Windows system in which perl is
     that of cygwin), \fIlatexmk\fR reads for the first it finds of
---- latexmk.pl.orig	2010-06-09 11:47:03.000000000 -0600
-+++ latexmk.pl	2010-07-06 10:23:54.966350941 -0600
-@@ -680,10 +680,8 @@
+--- latexmk.pl.orig	2010-07-27 12:43:03.000000000 -0600
++++ latexmk.pl	2010-08-02 13:07:48.831017043 -0600
+@@ -649,10 +649,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.
diff --git a/latexmk.spec b/latexmk.spec
index 455595f..feb4cc4 100644
--- a/latexmk.spec
+++ b/latexmk.spec
@@ -1,12 +1,12 @@
 Name:           latexmk
-Version:        4.17
+Version:        4.18
 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-417.zip
+Source0:        http://www.phys.psu.edu/~collins/software/latexmk-jcc/latexmk-418.zip
 Source1:        latexmk.conf
 Source2:        latexmk-README.fedora
 # Change the system-wide configuration file to /etc/latexmk.conf and fix the
@@ -14,9 +14,6 @@ Source2:        latexmk-README.fedora
 # upstream needs to be backwards compatible with previous versions of latexmk.
 # Fedora has only ever used /etc/latexmk.conf.
 Patch0:         latexmk-conf.patch
-# Fix some insufficiently escaped constructs on the man page.  Sent upstream
-# 6 Jul 2010.
-Patch1:         latexmk-man.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -37,7 +34,6 @@ Before using a previewer, read the file README.fedora.
 %prep
 %setup -q -c
 %patch0
-%patch1
 cp %{SOURCE2} README.fedora
 
 %build
@@ -62,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGES COPYING INSTALL README README.fedora extra-scripts example_rcfiles
 
 %changelog
+* Mon Aug  2 2010 Jerry James <loganjerry at gmail.com> - 4.18-1
+- Update to 4.18 (parses natbib's citation-undefined warning)
+- Drop latexmk-man.patch, upstreamed.
+
 * Tue Jul  6 2010 Jerry James <loganjerry at gmail.com> - 4.17-1
 - Update to 4.17 (fixes log file misparse with filename-space-message sequence)
 - Add latexmk-man.patch to fix insufficiently escaped man page constructs.
diff --git a/sources b/sources
index 272fbdb..9be5d1e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4a2480a8c805c81347d9582c057be16  latexmk-417.zip
+3d24ba3d51c4a0e6c6de9a7165ddc8b0  latexmk-418.zip


More information about the scm-commits mailing list