fix bare elif for gcc-4.4
This commit is contained in:
parent
865de723b1
commit
59881b4539
11
icu.icu6439.bare.elif.patch
Normal file
11
icu.icu6439.bare.elif.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- icu.orig/source/layoutex/ParagraphLayout.cpp 2009-02-03 16:29:07.000000000 +0000
|
||||||
|
+++ icu/source/layoutex/ParagraphLayout.cpp 2009-02-03 16:29:19.000000000 +0000
|
||||||
|
@@ -868,7 +868,7 @@
|
||||||
|
|
||||||
|
return nullLanguageCode;
|
||||||
|
}
|
||||||
|
-#elif
|
||||||
|
+#else
|
||||||
|
|
||||||
|
// TODO - dummy implementation for right now...
|
||||||
|
le_int32 ParagraphLayout::getLanguageCode(const Locale *locale)
|
7
icu.spec
7
icu.spec
@ -1,6 +1,6 @@
|
|||||||
Name: icu
|
Name: icu
|
||||||
Version: 4.0.1
|
Version: 4.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -15,6 +15,7 @@ Patch2: icu.icuXXXX.virama.prevnext.patch
|
|||||||
Patch3: icu.icu6008.arm.padding.patch
|
Patch3: icu.icu6008.arm.padding.patch
|
||||||
Patch4: icu.icu6213.worstcase.patch
|
Patch4: icu.icu6213.worstcase.patch
|
||||||
Patch5: icu.icu6284.strictalias.patch
|
Patch5: icu.icu6284.strictalias.patch
|
||||||
|
Patch6: icu.icu6439.bare.elif.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tools and utilities for developing with icu.
|
Tools and utilities for developing with icu.
|
||||||
@ -58,6 +59,7 @@ Group: Documentation
|
|||||||
%patch3 -p1 -b .icu6008.arm.padding.patch
|
%patch3 -p1 -b .icu6008.arm.padding.patch
|
||||||
%patch4 -p1 -b .icu6213.worstcase.patch
|
%patch4 -p1 -b .icu6213.worstcase.patch
|
||||||
%patch5 -p1 -b .icu6284.strictalias.patch
|
%patch5 -p1 -b .icu6284.strictalias.patch
|
||||||
|
%patch6 -p1 -b .icu6439.bare.elif.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd source
|
cd source
|
||||||
@ -134,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc source/__docs/%{name}/html/*
|
%doc source/__docs/%{name}/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 03 2009 Caolan McNamara <caolanm@redhat.com> - 4.0.1-2
|
||||||
|
- fix bare elif for gcc-4.4
|
||||||
|
|
||||||
* Fri Jan 16 2009 Caolan McNamara <caolanm@redhat.com> - 4.0.1-1
|
* Fri Jan 16 2009 Caolan McNamara <caolanm@redhat.com> - 4.0.1-1
|
||||||
- 4.0.1 release
|
- 4.0.1 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user