[llvm] fix pod parsing error in lit.pod

Jens Petersen petersen at fedoraproject.org
Wed Jan 23 04:01:06 UTC 2013


commit b27d0335ada668a9a97ba72b2d943e60d513914a
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jan 23 13:00:54 2013 +0900

    fix pod parsing error in lit.pod
    
    "lit.pod around line 389: =back without =over"

 llvm-3.1-docs-lit.pod-back-without-over.patch |   11 +++++++++++
 llvm.spec                                     |    9 +++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/llvm-3.1-docs-lit.pod-back-without-over.patch b/llvm-3.1-docs-lit.pod-back-without-over.patch
new file mode 100644
index 0000000..351f553
--- /dev/null
+++ b/llvm-3.1-docs-lit.pod-back-without-over.patch
@@ -0,0 +1,11 @@
+--- 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
diff --git a/llvm.spec b/llvm.spec
index 70823e5..381b664 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -60,9 +60,12 @@ Patch610: 0001-Add-r600-TargetInfo.patch
 Patch611: 0002-r600-Add-some-target-builtins.patch
 Patch612: 0003-r600-Add-read_global_size-and-read_local_size-builti.patch
 
-# ocaml
+# ghc
 Patch700: llvm-fix-ghc.patch
 
+# doc
+Patch800: llvm-3.1-docs-lit.pod-back-without-over.patch
+
 BuildRequires:  bison
 BuildRequires:  chrpath
 BuildRequires:  flex
@@ -273,6 +276,8 @@ popd
 
 %patch700 -p0 -b .ghc
 
+%patch800 -p1 -b .r800
+
 # fix ld search path
 sed -i 's|/lib /usr/lib $lt_ld_extra|%{_libdir} $lt_ld_extra|' \
     ./configure
@@ -557,7 +562,7 @@ exit 0
 
 %changelog
 * Wed Jan 23 2013 Jens Petersen <petersen at redhat.com> - 3.1-13
-- rebuild for F19 ARM ldconfig issue (#893294)
+- fix pod parsing error in lit.pod: "=back without =over"
 
 * 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