rpms/texlive/devel texlive-elif.patch, NONE, 1.1 texlive.spec, 1.49, 1.50

Jindrich Novy jnovy at fedoraproject.org
Thu Feb 26 09:54:44 UTC 2009


Author: jnovy

Update of /cvs/pkgs/rpms/texlive/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1277

Modified Files:
	texlive.spec 
Added Files:
	texlive-elif.patch 
Log Message:
- fix build with gcc4.4


texlive-elif.patch:

--- NEW FILE texlive-elif.patch ---
diff -up texlive-2007/libs/icu-xetex/layoutex/ParagraphLayout.cpp.elif texlive-2007/libs/icu-xetex/layoutex/ParagraphLayout.cpp
--- texlive-2007/libs/icu-xetex/layoutex/ParagraphLayout.cpp.elif	2006-07-25 14:37:43.000000000 +0200
+++ texlive-2007/libs/icu-xetex/layoutex/ParagraphLayout.cpp	2009-02-26 10:28:40.000000000 +0100
@@ -745,7 +745,7 @@ le_int32 ParagraphLayout::getLanguageCod
 
     return nullLanguageCode;
 }
-#elif
+#else
 
 // TODO - dummy implementation for right now...
 le_int32 ParagraphLayout::getLanguageCode(const Locale *locale)


Index: texlive.spec
===================================================================
RCS file: /cvs/pkgs/rpms/texlive/devel/texlive.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- texlive.spec	26 Feb 2009 06:34:57 -0000	1.49
+++ texlive.spec	26 Feb 2009 09:54:14 -0000	1.50
@@ -74,6 +74,7 @@
 Patch28:	texlive-man-notetex.patch
 Patch29:	texlive-man-context.patch
 Patch30:	texlive-lacheck.patch
+Patch31:	texlive-elif.patch
 
 ######
 # mpeters contributed patches
@@ -390,6 +391,7 @@
 %patch28 -p1 -b .notetex
 %patch29 -p1 -b .man-context
 %patch30 -p1 -b .lacheck
+%patch31 -p1 -b .elif
 
 # fix non utf man pages
 %patch42 -p1 -b .notutf8-2
@@ -1234,6 +1236,7 @@
   fonts are stored in ~/.texlive2007/texmf-var per-user
   (#477833, #463975, #453468)
 - use correct paths in brp-* post install scriptlets (#468179)
+- fix build with gcc4.4
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2007-40
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild




More information about the fedora-extras-commits mailing list