[avr-binutils] fix tex again

Michal Hlavinka mhlavink at fedoraproject.org
Tue Aug 13 12:29:14 UTC 2013


commit edabe5322ea94c272267314030af8ede5726f3b2
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Tue Aug 13 14:29:04 2013 +0200

    fix tex again

 avr-binutils-2.23.2-fixtex.patch |   21 +++++++++++++++++++++
 avr-binutils.spec                |    7 ++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/avr-binutils-2.23.2-fixtex.patch b/avr-binutils-2.23.2-fixtex.patch
new file mode 100644
index 0000000..5d0f4a7
--- /dev/null
+++ b/avr-binutils-2.23.2-fixtex.patch
@@ -0,0 +1,21 @@
+diff -up avr-binutils-2.23.2/binutils-2.23.2/bfd/doc/bfd.texinfo.fixtex avr-binutils-2.23.2/binutils-2.23.2/bfd/doc/bfd.texinfo
+--- avr-binutils-2.23.2/binutils-2.23.2/bfd/doc/bfd.texinfo.fixtex	2013-08-13 14:08:06.209321803 +0200
++++ avr-binutils-2.23.2/binutils-2.23.2/bfd/doc/bfd.texinfo	2013-08-13 14:08:26.016156546 +0200
+@@ -322,7 +322,7 @@ All of BFD lives in one directory.
+ @printindex cp
+ 
+ @tex
+-% I think something like @colophon should be in texinfo.  In the
++% I think something like @@colophon should be in texinfo.  In the
+ % meantime:
+ \long\def\colophon{\hbox to0pt{}\vfill
+ \centerline{The body of this manual is set in}
+@@ -333,7 +333,7 @@ All of BFD lives in one directory.
+ \centerline{{\sl\fontname\tensl\/}}
+ \centerline{are used for emphasis.}\vfill}
+ \page\colophon
+-% Blame: doc at cygnus.com, 28mar91.
++% Blame: doc@@cygnus.com, 28mar91.
+ @end tex
+ 
+ @bye
diff --git a/avr-binutils.spec b/avr-binutils.spec
index a88976f..46dcd0e 100644
--- a/avr-binutils.spec
+++ b/avr-binutils.spec
@@ -2,7 +2,7 @@
 
 Name:           %{target}-binutils
 Version:        2.23.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:		1
 Summary:        Cross Compiling GNU binutils targeted at %{target}
 Group:          Development/Tools
@@ -13,6 +13,7 @@ Source1:        README.fedora
 #add widespread options to avr-size: --format=avr -mcu=XX
 Patch1: http://distribute.atmel.no/tools/opensource/avr-gcc/binutils-2.20.1/30-binutils-2.20.1-avr-size.patch
 Patch2:         avr-binutils-aarch64.patch
+Patch3: avr-binutils-2.23.2-fixtex.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 BuildRequires:  gawk texinfo
@@ -31,6 +32,7 @@ native %{_arch} platform.
 pushd binutils-%{version}
 %patch1 -p0 -b .avr-size
 %patch2 -p2 -b .aarch64
+%patch3 -p2 -b .fixtex
 
 popd 
 cp %{SOURCE1} .
@@ -72,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 13 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.23.2-3
+- fix tex again
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.23.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list