rpms/latexmk/devel latexmk-man.patch, NONE, 1.1 .cvsignore, 1.18, 1.19 latexmk-conf.patch, 1.13, 1.14 latexmk.conf, 1.7, 1.8 latexmk.spec, 1.21, 1.22 sources, 1.18, 1.19

Jerry James jjames at fedoraproject.org
Tue Jul 6 16:50:15 UTC 2010


Author: jjames

Update of /cvs/pkgs/rpms/latexmk/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15262/devel

Modified Files:
	.cvsignore latexmk-conf.patch latexmk.conf latexmk.spec 
	sources 
Added Files:
	latexmk-man.patch 
Log Message:
* 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.


latexmk-man.patch:
 latexmk.1 |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

--- NEW FILE latexmk-man.patch ---
--- latexmk.1.orig	2010-07-06 10:27:08.602288512 -0600
+++ latexmk.1	2010-07-06 10:41:12.410475272 -0600
@@ -228,7 +228,7 @@
 .TP
 .B -diagnostics
 Print detailed diagnostics during a run.  This may help for debugging
-problems or to understand \fI.latexmk\fR's behavior in difficult
+problems or to understand \fIlatexmk\fR's behavior in difficult
 situations. 
 .TP
 .B -dvi
@@ -735,14 +735,14 @@
 
 \fBCommand names containing spaces\fR: Under MS-Windows it is common
 that the name of a command includes spaces, since software is often
-installed in a subdirectory of "C:\Program Files".  Such command names
+installed in a subdirectory of "C:\\Program Files".  Such command names
 should be enclosed in double quotes, as in
 .PP
      $lpr_pdf = '"c:/Program Files/Ghostgum/gsview/gsview32.exe" /p %S';
 .PP
 \fBUsing MS-Windows file associations\fR: A useful trick under modern
 versions of MS-Windows (e.g., WinXP) is to use just the command
-'start' by itself:
+\'start' by itself:
 .PP
      $dvi_previewer = 'start %S';
 .PP
@@ -1127,13 +1127,13 @@
 This variable specifies the extensions tried by latexmk when it finds
 that a LaTeX run resulted in an error that a file has not been found,
 and the file is given without an extension.  This typically happens when
-LaTeX commands of the form \input{file} or \includegraphics{figure},
+LaTeX commands of the form \\input{file} or \\includegraphics{figure},
 when the relevant source file does not exist.
 
 In this situation, latexmk searches for custom dependencies to make
 the missing file(s), but restricts it to the extensions specified by
 the variable %latex_input_extensions.  The default extensions are
-'tex' and 'eps'.
+\'tex' and 'eps'.
 
 (For Perl experts: %latex_input_extensions is a hash whose keys are
 the extensions.  The values are irrelevant.)  Two subroutines are
@@ -1240,13 +1240,13 @@
 This variable specifies the extensions tried by latexmk when it finds
 that a pdfLaTeX run resulted in an error that a file has not been found,
 and the file is given without an extension.  This typically happens when
-LaTeX commands of the form \input{file} or \includegraphics{figure},
+LaTeX commands of the form \\input{file} or \\includegraphics{figure},
 when the relevant source file does not exist.
 
 In this situation, latexmk searches for custom dependencies to make
 the missing file(s), but restricts it to the extensions specified by
 the variable %pdflatex_input_extensions.  The default extensions are
-'tex', 'pdf', 'jpg, and 'png'.
+\'tex', 'pdf', 'jpg, and 'png'.
 
 (For Perl experts: %pdflatex_input_extensions is a hash whose keys are
 the extensions.  The values are irrelevant.)  Two subroutines are


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/latexmk/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	24 May 2010 21:42:50 -0000	1.18
+++ .cvsignore	6 Jul 2010 16:50:14 -0000	1.19
@@ -1 +1 @@
-latexmk-416a.zip
+latexmk-417.zip

latexmk-conf.patch:
 latexmk.1  |    1 +
 latexmk.pl |    6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

Index: latexmk-conf.patch
===================================================================
RCS file: /cvs/pkgs/rpms/latexmk/devel/latexmk-conf.patch,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- latexmk-conf.patch	24 May 2010 21:42:50 -0000	1.13
+++ latexmk-conf.patch	6 Jul 2010 16:50:14 -0000	1.14
@@ -1,6 +1,6 @@
---- latexmk.1.orig	2010-05-18 08:19:55.000000000 -0600
-+++ latexmk.1	2010-05-24 15:37:35.584028789 -0600
-@@ -551,6 +551,7 @@
+--- latexmk.1.orig	2010-06-09 11:56:31.000000000 -0600
++++ latexmk.1	2010-07-06 10:23:54.963311090 -0600
+@@ -555,6 +555,7 @@
     "/opt/local/share/latexmk/LatexMk",
     "/usr/local/share/latexmk/LatexMk",
     "/usr/local/lib/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-05-18 07:53:46.000000000 -0600
-+++ latexmk.pl	2010-05-24 15:37:35.587154367 -0600
-@@ -673,10 +673,8 @@
+--- 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 @@
      ## /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.


Index: latexmk.conf
===================================================================
RCS file: /cvs/pkgs/rpms/latexmk/devel/latexmk.conf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- latexmk.conf	18 Jan 2010 18:27:43 -0000	1.7
+++ latexmk.conf	6 Jul 2010 16:50:14 -0000	1.8
@@ -126,10 +126,6 @@ $dvi_update_method = 1;
 # Version number for kind of fdb_file
 # $fdb_ver = 2;
 
-# If nonzero, force latexmk to include files that don't exist when generating
-# dependency files.
-# $force_include_mode = 0;
-
 # If nonzero, continue processing past minor LaTeX errors
 # This option is made nonzero if the -pvc command line option is used.
 # $force_mode = 0;


Index: latexmk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/latexmk/devel/latexmk.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- latexmk.spec	24 May 2010 21:42:50 -0000	1.21
+++ latexmk.spec	6 Jul 2010 16:50:14 -0000	1.22
@@ -1,12 +1,12 @@
 Name:           latexmk
-Version:        4.16a
+Version:        4.17
 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-416a.zip
+Source0:        http://www.phys.psu.edu/~collins/software/latexmk-jcc/latexmk-417.zip
 Source1:        latexmk.conf
 Source2:        latexmk-README.fedora
 # Change the system-wide configuration file to /etc/latexmk.conf and fix the
@@ -14,6 +14,9 @@ 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
 
@@ -34,6 +37,7 @@ Before using a previewer, read the file 
 %prep
 %setup -q -c
 %patch0
+%patch1
 cp %{SOURCE2} README.fedora
 
 %build
@@ -58,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGES COPYING INSTALL README README.fedora extra-scripts example_rcfiles
 
 %changelog
+* 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.
+
 * Mon May 24 2010 Jerry James <loganjerry at gmail.com> - 4.16a-1
 - Update to 4.16a (solves problem with preview files on NFS filesystems)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/latexmk/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	24 May 2010 21:42:50 -0000	1.18
+++ sources	6 Jul 2010 16:50:14 -0000	1.19
@@ -1 +1 @@
-dcc206e7952925955f55f82d00570c5c  latexmk-416a.zip
+a4a2480a8c805c81347d9582c057be16  latexmk-417.zip



More information about the scm-commits mailing list