[llvm] fix another pod2man markup error in llvm-cov.pod

Jens Petersen petersen at fedoraproject.org
Wed Jan 23 04:59:41 UTC 2013


commit cbfd76e5c0eb401303f0f86408b32d0efd827aeb
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jan 23 13:59:28 2013 +0900

    fix another pod2man markup error in llvm-cov.pod
    
    - make the patch file more general name
    
    llvm-cov.pod around line 21: Unterminated B<...> sequence
    llvm-cov.pod around line 26: Unterminated B<...> sequence
    
    should be no further errors hopefully

 llvm-3.1-docs-lit.pod-back-without-over.patch |   11 ---------
 llvm-3.1-docs-pod-markup-fixes.patch          |   28 +++++++++++++++++++++++++
 llvm.spec                                     |    4 +-
 3 files changed, 30 insertions(+), 13 deletions(-)
---
diff --git a/llvm-3.1-docs-pod-markup-fixes.patch b/llvm-3.1-docs-pod-markup-fixes.patch
new file mode 100644
index 0000000..cd8a62a
--- /dev/null
+++ b/llvm-3.1-docs-pod-markup-fixes.patch
@@ -0,0 +1,28 @@
+--- llvm-3.1.src/docs/CommandGuide/lit.pod~	2012-03-27 03:01:14.000000000 +0900
++++ llvm-3.1.src/docs/CommandGuide/lit.pod	2013-01-23 12:47:30.297510832 +0900
+@@ -386,8 +386,6 @@
+ ********************
+ PASS: D (4 of 4)
+ 
+-=back
+-
+ =head2 LIT EXAMPLE TESTS
+ 
+ The B<lit> distribution contains several example implementations of test suites
+--- llvm-3.1.src/docs/CommandGuide/llvm-cov.pod~	2011-11-29 08:39:25.000000000 +0900
++++ llvm-3.1.src/docs/CommandGuide/llvm-cov.pod	2013-01-23 13:44:32.184212441 +0900
+@@ -18,12 +18,12 @@
+ 
+ =over
+ 
+-=item B<-gcno=filename]
++=item B<-gcno=filename>
+ 
+ This option selects input description file generated by compiler while instrumenting
+ program.
+ 
+-=item B<-gcda=filename]
++=item B<-gcda=filename>
+ 
+ This option selects coverage data file generated by instrumented compiler.
+ 
diff --git a/llvm.spec b/llvm.spec
index 381b664..4f7693f 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -64,7 +64,7 @@ Patch612: 0003-r600-Add-read_global_size-and-read_local_size-builti.patch
 Patch700: llvm-fix-ghc.patch
 
 # doc
-Patch800: llvm-3.1-docs-lit.pod-back-without-over.patch
+Patch800: llvm-3.1-docs-pod-markup-fixes.patch
 
 BuildRequires:  bison
 BuildRequires:  chrpath
@@ -562,7 +562,7 @@ exit 0
 
 %changelog
 * Wed Jan 23 2013 Jens Petersen <petersen at redhat.com> - 3.1-13
-- fix pod parsing error in lit.pod: "=back without =over"
+- fix some docs pod markup errors to build with new perl-Pod-Parser
 
 * Mon Oct 29 2012 Richard W.M. Jones <rjones at redhat.com> - 3.1-12
 - Rebuild for OCaml 4.00.1.


More information about the scm-commits mailing list