[octave-communications] fix FTBFS

sailer sailer at fedoraproject.org
Mon Aug 5 15:17:45 UTC 2013


commit 4dc2f417c7fb5c562396eefd1905ad8bc5e547ea
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Aug 5 17:17:26 2013 +0200

    fix FTBFS

 octave-communications-doc.patch |   18 ++++++++++++++++++
 octave-communications.spec      |    5 +++++
 2 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/octave-communications-doc.patch b/octave-communications-doc.patch
new file mode 100644
index 0000000..460f4e6
--- /dev/null
+++ b/octave-communications-doc.patch
@@ -0,0 +1,18 @@
+--- doc/comms.texi.orig	2013-08-05 17:11:40.882882515 +0200
++++ doc/comms.texi	2013-08-05 17:12:00.188111927 +0200
+@@ -2254,7 +2254,6 @@
+ @node Function Reference, , Galois Fields, Top
+ @chapter Function Reference
+ 
+- at iftex
+ @section Functions by Category
+ @subsection Random Signals
+ @table @asis
+@@ -2632,7 +2631,6 @@
+ @end table
+ 
+ @section Functions Alphabetically
+- at end iftex
+ 
+ @menu
+ * ademodce::	Baseband demodulator for analog signals.
diff --git a/octave-communications.spec b/octave-communications.spec
index c5d3588..5563b00 100644
--- a/octave-communications.spec
+++ b/octave-communications.spec
@@ -16,6 +16,7 @@ Patch0:         octave-communications-verbose.patch
 # class LU clashes with class LU now part of octave
 # sent to octave-dev at lists.sourceforge.net
 Patch1:         octave-rename-galoislu.patch
+Patch2:         octave-communications-doc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  octave-devel
@@ -43,6 +44,7 @@ cp -p %{SOURCE1} %{SOURCE2} .
 chmod a+x mkdoc mktexi
 %patch0 -p0 -b .verbose
 %patch1 -p0 -b .lu
+%patch2 -p0 -b .doc
 
 %build
 # octave_pkg_build results in the following errors:
@@ -89,6 +91,9 @@ rm -rf %{buildroot}
 %{octpkgdir}/comms.info
 
 %changelog
+* Mon Aug 05 2013 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.1.0-8
+- Fix FTBFS
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list