[yafc] Fixing texi errors (section levels)

Jaromír Cápík jcapik at fedoraproject.org
Fri May 24 18:10:49 UTC 2013


commit 83b21f466d8c8eda0c0734d0c6cfa2e0e673894b
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Fri May 24 20:10:39 2013 +0200

    Fixing texi errors (section levels)

 yafc-1.1.1-texi-section-level-errors.patch |   51 ++++++++++++++++++++++++++++
 yafc.spec                                  |    3 ++
 2 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/yafc-1.1.1-texi-section-level-errors.patch b/yafc-1.1.1-texi-section-level-errors.patch
new file mode 100644
index 0000000..2e8b90d
--- /dev/null
+++ b/yafc-1.1.1-texi-section-level-errors.patch
@@ -0,0 +1,51 @@
+diff -Naur yafc-1.1.1.orig/doc/yafc_bookmark.texi yafc-1.1.1/doc/yafc_bookmark.texi
+--- yafc-1.1.1.orig/doc/yafc_bookmark.texi	2002-12-02 14:15:51.000000000 +0100
++++ yafc-1.1.1/doc/yafc_bookmark.texi	2013-05-24 20:06:21.277262177 +0200
+@@ -32,7 +32,7 @@
+ @c ======================================================
+ 
+ @node Bookmark keywords, Bookmark examples, , Bookmarks
+- at subsection Bookmark keywords
++ at section Bookmark keywords
+ 
+ @table @samp
+ 
+@@ -108,7 +108,7 @@
+ @c ============================================================
+ 
+ @node Bookmark examples, , Bookmark keywords, Bookmarks
+- at subsection Bookmark examples
++ at section Bookmark examples
+ 
+ @table @code
+ 
+diff -Naur yafc-1.1.1.orig/doc/yafc_intro.texi yafc-1.1.1/doc/yafc_intro.texi
+--- yafc-1.1.1.orig/doc/yafc_intro.texi	2002-12-02 14:34:15.000000000 +0100
++++ yafc-1.1.1/doc/yafc_intro.texi	2013-05-24 20:05:17.083703405 +0200
+@@ -21,7 +21,7 @@
+ 
+ @c -----------------------------------------------------
+ @node Bugs, Obtaining Yafc, , Overview
+- at subsection Bugs
++ at section Bugs
+ 
+ Please report bugs to @email{yafc-devel@@lists.sourceforge.net}.
+ Before reporting a bug, please verify you're using the latest version
+@@ -34,7 +34,7 @@
+ 
+ @c -----------------------------------------------------
+ @node    Obtaining Yafc, Motivation, Bugs, Overview
+- at subsection Obtaining Yafc
++ at section Obtaining Yafc
+ 
+ @table @asis
+ 
+@@ -48,7 +48,7 @@
+ 
+ @c -----------------------------------------------------
+ @node    Motivation, , Obtaining Yafc, Overview
+- at subsection Motivation
++ at section Motivation
+ 
+ Yafc was created because I needed a good ftp client.
+ The standard BSD ftp client lacks tab completion, something I've
diff --git a/yafc.spec b/yafc.spec
index 255eb1f..7cb7644 100644
--- a/yafc.spec
+++ b/yafc.spec
@@ -19,6 +19,7 @@ Source:         http://dl.sourceforge.net/yafc/%{name}-%{version}.tar.bz2
 Patch1:         gssapi.diff
 Patch2:         gssapi2.diff
 Patch3:         yafc-aarch64.patch
+Patch4:         yafc-1.1.1-texi-section-level-errors.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -53,6 +54,7 @@ make distclean
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 ################################################################################
 
@@ -114,6 +116,7 @@ fi
 %changelog
 * Fri May 24 2013 Jaromir Capik <jcapik at redhat.com> - 1.1.1-18
 - aarch64 support
+- Fixing texi errors (section levels)
 
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list