add icu.openoffice.org.patch
This commit is contained in:
parent
32865df6f5
commit
562a2477f0
18
icu.openoffice.org.patch
Normal file
18
icu.openoffice.org.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
diff -ru icu.orig/source/common/unicode/rbbi.h icu/source/common/unicode/rbbi.h
|
||||||
|
--- icu.orig/source/common/unicode/rbbi.h 2007-11-13 11:45:19.000000000 +0000
|
||||||
|
+++ icu/source/common/unicode/rbbi.h 2007-11-13 11:46:05.000000000 +0000
|
||||||
|
@@ -611,12 +611,14 @@
|
||||||
|
virtual int32_t getBreakType() const;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+public:
|
||||||
|
/**
|
||||||
|
* Set the type of the break iterator.
|
||||||
|
* @internal
|
||||||
|
*/
|
||||||
|
virtual void setBreakType(int32_t type);
|
||||||
|
|
||||||
|
+protected:
|
||||||
|
/**
|
||||||
|
* Common initialization function, used by constructors and bufferClone.
|
||||||
|
* (Also used by DictionaryBasedBreakIterator::createBufferClone().)
|
7
icu.spec
7
icu.spec
@ -1,6 +1,6 @@
|
|||||||
Name: icu
|
Name: icu
|
||||||
Version: 3.8
|
Version: 3.8
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -19,6 +19,7 @@ Patch7: icu.icu5557.safety.patch
|
|||||||
Patch8: icu.icu5506.multiplevowels.patch
|
Patch8: icu.icu5506.multiplevowels.patch
|
||||||
Patch9: icu.icuXXXX.malayalam.bysyllable.patch
|
Patch9: icu.icuXXXX.malayalam.bysyllable.patch
|
||||||
Patch10: icu.icu6008.arm.padding.patch
|
Patch10: icu.icu6008.arm.padding.patch
|
||||||
|
Patch11: icu.openoffice.org.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tools and utilities for developing with icu.
|
Tools and utilities for developing with icu.
|
||||||
@ -66,6 +67,7 @@ Group: Documentation
|
|||||||
%patch8 -p1 -b .icu5506.multiplevowels.patch
|
%patch8 -p1 -b .icu5506.multiplevowels.patch
|
||||||
%patch9 -p1 -b .icuXXXX.malayalam.bysyllable.patch
|
%patch9 -p1 -b .icuXXXX.malayalam.bysyllable.patch
|
||||||
%patch10 -p1 -b .icu6008.arm.padding.patch
|
%patch10 -p1 -b .icu6008.arm.padding.patch
|
||||||
|
%patch11 -p1 -b .icu.openoffice.org.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd source
|
cd source
|
||||||
@ -142,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc source/__docs/%{name}/html/*
|
%doc source/__docs/%{name}/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 13 2007 Caolan McNamara <caolanm@redhat.com> - 3.8-3
|
||||||
|
- add icu.openoffice.org.patch
|
||||||
|
|
||||||
* Sat Oct 27 2007 Caolan McNamara <caolanm@redhat.com> - 3.8-2
|
* Sat Oct 27 2007 Caolan McNamara <caolanm@redhat.com> - 3.8-2
|
||||||
- add icu.icu6008.arm.padding.patch to fix an arm problem
|
- add icu.icu6008.arm.padding.patch to fix an arm problem
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user