f9b135
Name:      icu
f9b135
Version:   50.1.2
f9b135
Release:   15%{?dist}
f9b135
Summary:   International Components for Unicode
f9b135
Group:     Development/Tools
f9b135
License:   MIT and UCD and Public Domain
f9b135
URL:       http://www.icu-project.org/
f9b135
Source0:   http://download.icu-project.org/files/icu4c/50.1.2/icu4c-50_1_2-src.tgz
f9b135
# According to ICU the layout "patch" should be applied to all versions earlier than 51.2
f9b135
# See also http://site.icu-project.org/download/51#TOC-Known-Issues
f9b135
Source1:   http://download.icu-project.org/files/icu4c/51.1/icu-51-layout-fix-10107.tgz
f9b135
Source2:   icu-config.sh
f9b135
BuildRequires: doxygen, autoconf, python
f9b135
Requires: lib%{name} = %{version}-%{release}
f9b135
f9b135
Patch1: icu.8198.revert.icu5431.patch
f9b135
Patch2: icu.8800.freeserif.crash.patch
f9b135
Patch3: icu.7601.Indic-ccmp.patch
f9b135
Patch4: icu.9948.mlym-crash.patch
f9b135
Patch5: gennorm2-man.patch
f9b135
Patch6: icuinfo-man.patch
f9b135
Patch7: icu.10143.memory.leak.crash.patch
f9b135
Patch8: icu.10318.CVE-2013-2924_changeset_34076.patch
f9b135
Patch9: icu.rhbz1074549.CVE-2013-5907.patch
f9b135
Patch10: icu-testtwodigityear.patch
f9b135
f9b135
%description
f9b135
Tools and utilities for developing with icu.
f9b135
f9b135
%package -n lib%{name}
f9b135
Summary: International Components for Unicode - libraries
f9b135
Group:   System Environment/Libraries
f9b135
f9b135
%description -n lib%{name}
f9b135
The International Components for Unicode (ICU) libraries provide
f9b135
robust and full-featured Unicode services on a wide variety of
f9b135
platforms. ICU supports the most current version of the Unicode
f9b135
standard, and they provide support for supplementary Unicode
f9b135
characters (needed for GB 18030 repertoire support).
f9b135
As computing environments become more heterogeneous, software
f9b135
portability becomes more important. ICU lets you produce the same
f9b135
results across all the various platforms you support, without
f9b135
sacrificing performance. It offers great flexibility to extend and
f9b135
customize the supplied services.
f9b135
f9b135
%package  -n lib%{name}-devel
f9b135
Summary:  Development files for International Components for Unicode
f9b135
Group:    Development/Libraries
f9b135
Requires: lib%{name} = %{version}-%{release}
f9b135
Requires: pkgconfig
f9b135
f9b135
%description -n lib%{name}-devel
f9b135
Includes and definitions for developing with icu.
f9b135
f9b135
%package -n lib%{name}-doc
f9b135
Summary: Documentation for International Components for Unicode
f9b135
Group:   Documentation
f9b135
BuildArch: noarch
f9b135
f9b135
%description -n lib%{name}-doc
f9b135
%{summary}.
f9b135
f9b135
%{!?endian: %global endian %(%{__python} -c "import sys;print (0 if sys.byteorder=='big' else 1)")}
f9b135
# " this line just fixes syntax highlighting for vim that is confused by the above and continues literal
f9b135
f9b135
%prep
f9b135
%setup -q -n %{name}
f9b135
%setup -q -n %{name} -T -D -a 1
f9b135
%patch1 -p2 -R -b .icu8198.revert.icu5431.patch
f9b135
%patch2 -p1 -b .icu8800.freeserif.crash.patch
f9b135
%patch3 -p1 -b .icu7601.Indic-ccmp.patch
f9b135
%patch4 -p1 -b .icu9948.mlym-crash.patch
f9b135
%patch5 -p1 -b .gennorm2-man.patch
f9b135
%patch6 -p1 -b .icuinfo-man.patch
f9b135
%patch7 -p1 -b .icu10143.memory.leak.crash.patch
f9b135
%patch8 -p1 -b .icu10318.CVE-2013-2924_changeset_34076.patch
f9b135
%patch9 -p1 -b .icurhbz1074549.CVE-2013-5907.patch
f9b135
%patch10 -p1 -b .icu-testtwodigityear.patch
f9b135
f9b135
%build
f9b135
cd source
f9b135
autoconf
f9b135
CFLAGS='%optflags -fno-strict-aliasing'
f9b135
CXXFLAGS='%optflags -fno-strict-aliasing'
f9b135
# Endian: BE=0 LE=1
f9b135
%if ! 0%{?endian}
f9b135
CPPFLAGS='-DU_IS_BIG_ENDIAN=1'
f9b135
%endif
f9b135
#rhbz856594 do not use --disable-renaming or cope with the mess
f9b135
%configure --with-data-packaging=library --disable-samples
f9b135
#rhbz#225896
f9b135
sed -i 's|-nodefaultlibs -nostdlib||' config/mh-linux
f9b135
#rhbz#681941
f9b135
sed -i 's|^LIBS =.*|LIBS = -L../lib -licuuc -lpthread -lm|' i18n/Makefile
f9b135
sed -i 's|^LIBS =.*|LIBS = -nostdlib -L../lib -licuuc -licui18n -lc -lgcc|' io/Makefile
f9b135
sed -i 's|^LIBS =.*|LIBS = -nostdlib -L../lib -licuuc -lc|' layout/Makefile
f9b135
sed -i 's|^LIBS =.*|LIBS = -nostdlib -L../lib -licuuc -licule -lc|' layoutex/Makefile
f9b135
sed -i 's|^LIBS =.*|LIBS = -nostdlib -L../../lib -licutu -licuuc -lc|' tools/ctestfw/Makefile
f9b135
sed -i 's|^LIBS =.*|LIBS = -nostdlib -L../../lib -licui18n -licuuc -lpthread -lc|' tools/toolutil/Makefile
f9b135
#rhbz#813484
f9b135
sed -i 's| \$(docfilesdir)/installdox||' Makefile
f9b135
# There is no source/doc/html/search/ directory
f9b135
sed -i '/^\s\+\$(INSTALL_DATA) \$(docsrchfiles) \$(DESTDIR)\$(docdir)\/\$(docsubsrchdir)\s*$/d' Makefile
f9b135
# rhbz#856594 The configure --disable-renaming and possibly other options
f9b135
# result in icu/source/uconfig.h.prepend being created, include that content in
f9b135
# icu/source/common/unicode/uconfig.h to propagate to consumer packages.
f9b135
test -f uconfig.h.prepend && sed -e '/^#define __UCONFIG_H__/ r uconfig.h.prepend' -i common/unicode/uconfig.h
f9b135
f9b135
make %{?_smp_mflags}
f9b135
make %{?_smp_mflags} doc
f9b135
f9b135
%install
f9b135
rm -rf $RPM_BUILD_ROOT source/__docs
f9b135
make %{?_smp_mflags} -C source install DESTDIR=$RPM_BUILD_ROOT
f9b135
make %{?_smp_mflags} -C source install-doc docdir=__docs
f9b135
chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.*
f9b135
(
f9b135
 cd $RPM_BUILD_ROOT%{_bindir}
f9b135
 mv icu-config icu-config-%{__isa_bits}
f9b135
)
f9b135
install -p -m755 -D %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/icu-config
f9b135
f9b135
%check
f9b135
# test to ensure that -j(X>1) didn't "break" man pages. b.f.u #2357
f9b135
if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then
f9b135
    exit 1
f9b135
fi
f9b135
make %{?_smp_mflags} -C source check
f9b135
f9b135
%post -n lib%{name} -p /sbin/ldconfig
f9b135
f9b135
%postun -n lib%{name} -p /sbin/ldconfig
f9b135
f9b135
%files
f9b135
%defattr(-,root,root,-)
f9b135
%{_bindir}/derb
f9b135
%{_bindir}/genbrk
f9b135
%{_bindir}/gencfu
f9b135
%{_bindir}/gencnval
f9b135
%{_bindir}/gendict
f9b135
%{_bindir}/genrb
f9b135
%{_bindir}/makeconv
f9b135
%{_bindir}/pkgdata
f9b135
%{_bindir}/uconv
f9b135
%{_sbindir}/*
f9b135
%{_mandir}/man1/derb.1*
f9b135
%{_mandir}/man1/gencfu.1*
f9b135
%{_mandir}/man1/gencnval.1*
f9b135
%{_mandir}/man1/gendict.1*
f9b135
%{_mandir}/man1/genrb.1*
f9b135
%{_mandir}/man1/genbrk.1*
f9b135
%{_mandir}/man1/makeconv.1*
f9b135
%{_mandir}/man1/pkgdata.1*
f9b135
%{_mandir}/man1/uconv.1*
f9b135
%{_mandir}/man8/*.8*
f9b135
f9b135
%files -n lib%{name}
f9b135
%defattr(-,root,root,-)
f9b135
%doc license.html readme.html
f9b135
%{_libdir}/*.so.*
f9b135
f9b135
%files -n lib%{name}-devel
f9b135
%defattr(-,root,root,-)
f9b135
%{_bindir}/%{name}-config*
f9b135
%{_bindir}/icuinfo
f9b135
%{_mandir}/man1/%{name}-config.1*
f9b135
%{_mandir}/man1/icuinfo.1*
f9b135
%{_includedir}/layout
f9b135
%{_includedir}/unicode
f9b135
%{_libdir}/*.so
f9b135
%{_libdir}/pkgconfig/*.pc
f9b135
%{_libdir}/%{name}
f9b135
%dir %{_datadir}/%{name}
f9b135
%dir %{_datadir}/%{name}/%{version}
f9b135
%{_datadir}/%{name}/%{version}/install-sh
f9b135
%{_datadir}/%{name}/%{version}/mkinstalldirs
f9b135
%{_datadir}/%{name}/%{version}/config
f9b135
%doc %{_datadir}/%{name}/%{version}/license.html
f9b135
f9b135
%files -n lib%{name}-doc
f9b135
%defattr(-,root,root,-)
f9b135
%doc license.html readme.html
f9b135
%doc source/__docs/%{name}/html/*
f9b135
f9b135
%changelog
f9b135
* Tue Aug 19 2014 Eike Rathke <erack@redhat.com> - 50.1.2-15
f9b135
- Resolves: rhbz#1126237 correct sources list file
f9b135
f9b135
* Mon Aug 18 2014 Eike Rathke <erack@redhat.com> - 50.1.2-14
f9b135
- Resolves: rhbz#1126237 bumped n-v-r for icu-config.sh upload
f9b135
f9b135
* Mon Aug 04 2014 Eike Rathke <erack@redhat.com> - 50.1.2-13
f9b135
- Resolves: rhbz#1126237 icu-config for ppc64le
f9b135
f9b135
* Mon Jul 14 2014 Eike Rathke <erack@redhat.com> - 50.1.2-12
f9b135
- Resolves: rhbz#1115726 bad 2-digit year test case, FTBFS
f9b135
f9b135
* Tue Mar 11 2014 Eike Rathke <erack@redhat.com> - 50.1.2-11
f9b135
- Resolves: rhbz#1074549 Layout Engine LookupProcessor insufficient input checks
f9b135
f9b135
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 50.1.2-10
f9b135
- Mass rebuild 2014-01-24
f9b135
f9b135
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 50.1.2-9
f9b135
- Mass rebuild 2013-12-27
f9b135
f9b135
* Wed Oct 16 2013 Eike Rathke <erack@redhat.com> - 50.1.2-8
f9b135
- Resolves: rhbz#1015593 CVE-2013-2924 use-after-free
f9b135
f9b135
* Mon Jul 22 2013 Eike Rathke <erack@redhat.com> - 50.1.2-7
f9b135
- Resolves: rhbz#986814 install icu-config.sh from source2
f9b135
f9b135
* Wed Jul 17 2013 Eike Rathke <erack@redhat.com> - 50.1.2-6
f9b135
- Resolves: rhbz#966141 various flaws in Layout Engine font processing
f9b135
- Resolves: rhbz#966077 aarch64 support for icu-config.sh wrapper
f9b135
f9b135
* Mon Feb 25 2013 Eike Rathke <erack@redhat.com> - 50.1.2-5
f9b135
- added manpages for gennorm2 and icuinfo, rhbz#884035 related
f9b135
f9b135
* Tue Feb 19 2013 Caolán McNamara <caolanm@redhat.com> - 50.1.2-4
f9b135
- Resolves: fdo#52519 crash on typing some Malayalam
f9b135
f9b135
* Tue Jan 29 2013 Eike Rathke <erack@redhat.com> - 50.1.2-3
f9b135
- Resolves: rhbz#856594 roll back and build without --disable-renaming again
f9b135
f9b135
* Mon Jan 28 2013 Eike Rathke <erack@redhat.com> - 50.1.2-2
f9b135
- Resolves: rhbz#856594 include content of icu/source/uconfig.h.prepend
f9b135
f9b135
* Fri Jan 25 2013 Eike Rathke <erack@redhat.com> - 50.1.2-1
f9b135
- Update to 50.1.2
f9b135
- Resolves: rhbz#856594 to-do add --disable-renaming on next soname bump
f9b135
- removed upstream applied icu.9283.regexcmp.crash.patch
f9b135
f9b135
* Wed Sep 12 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-7
f9b135
- Related: rhbz#856594 reenable icu symbol renaming
f9b135
f9b135
* Wed Sep 12 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-6
f9b135
- Resolves: rhbz#856594 disable icu symbol renaming
f9b135
f9b135
* Fri Aug 31 2012 Tom Callaway <spot@fedoraproject.org> - 49.1.1-5
f9b135
- apply upstream fix (bug 9283) for regexcmp crash causing Chromium segfaults
f9b135
f9b135
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 49.1.1-4
f9b135
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f9b135
f9b135
* Fri Jun 15 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-3
f9b135
- probably parallel-build safe by now. Add a check for original breakage
f9b135
f9b135
* Fri Jun 15 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-2
f9b135
- Resolves: rhbz#804313 multi-lib pain
f9b135
f9b135
* Thu Apr 19 2012 Eike Rathke <erack@redhat.com> - 49.1.1-1
f9b135
- Update to 49.1.1
f9b135
f9b135
* Thu Apr 19 2012 Eike Rathke <erack@redhat.com> - 4.8.1.1-3
f9b135
- Resolves: rhbz#813484 doxygen 1.8.0 does not provide installdox, omit from install
f9b135
f9b135
* Mon Jan 30 2012 Jon Masters <jcm@jonmasters.org> - 4.8.1.1-2
f9b135
- Correct reference to BZ681941, add temporary fix for ARM FTBFS side effect
f9b135
f9b135
* Fri Jan 20 2012 Peter Robinson <pbrobinson@fedoraproject.org> -4.8.1.1-1
f9b135
- Update to 4.8.1.1
f9b135
f9b135
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.1-4
f9b135
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f9b135
f9b135
* Tue Dec 13 2011 Eike Rathke <erack@redhat.com> - 4.8.1-3
f9b135
- Resolves: rhbz#766542 CVE-2011-4599 Stack-based buffer overflow
f9b135
- add icu.8984.CVE-2011-4599.patch
f9b135
f9b135
* Mon Oct 24 2011 Caolán McNamara <caolanm@redhat.com> - 4.8.1-2
f9b135
- Resolves: rhbz#747193 try and enable ccmp for Indic fonts
f9b135
f9b135
* Wed Sep 07 2011 Caolán McNamara <caolanm@redhat.com> - 4.8.1-1
f9b135
- Resolves: rhbz#681941 don't link unneccessary -lm, etc.
f9b135
- add icu.8800.freeserif.crash.patch
f9b135
f9b135
* Tue Mar 08 2011 Caolán McNamara <caolanm@redhat.com> - 4.6-2
f9b135
- Resolves: rhbz#681941 don't link unneccessary -lm, etc.
f9b135
f9b135
* Mon Mar 07 2011 Caolán McNamara <caolanm@redhat.com> - 4.6-1
f9b135
- latest version
f9b135
- upgrade includes a .pc now of its own, drop ours
f9b135
- drop integrated icu.6995.kannada.patch
f9b135
- drop integrated icu.7971.buildfix.patch
f9b135
- drop integrated icu.7972.buildfix.patch
f9b135
- drop integrated icu.7932.doublecompare.patch
f9b135
- drop integrated icu.8011.buildfix.patch
f9b135
f9b135
* Fri Feb 11 2011 Caolán McNamara <caolanm@redhat.com> - 4.4.2-8
f9b135
- Resolves: rhbz#674328 yet more ways that freeserif crashes libicu
f9b135
f9b135
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.2-7
f9b135
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f9b135
f9b135
* Thu Feb 03 2011 Caolán McNamara <caolanm@redhat.com> - 4.4.2-6
f9b135
- Resolves: rhbz#674328 more ways that freeserif crashes libicu
f9b135
f9b135
* Wed Feb 02 2011 Caolán McNamara <caolanm@redhat.com> - 4.4.2-5
f9b135
- Resolves: rhbz#674328 freeserif crashes libicu
f9b135
f9b135
* Thu Jan 13 2011 Caolán McNamara <caolanm@redhat.com> - 4.4.2-4
f9b135
- Resolves: rhbz#669237 strip libicudata
f9b135
f9b135
* Mon Nov 29 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.2-3
f9b135
- Resolves: rhbz#657964 icu-config bindir returns sbindir
f9b135
f9b135
* Thu Nov 25 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.2-2
f9b135
- Resolves: rhbz#654200 revert icu#5431
f9b135
f9b135
* Mon Oct 04 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.2-1
f9b135
- latest version
f9b135
f9b135
* Wed Sep 29 2010 jkeating - 4.4.1-6
f9b135
- Rebuilt for gcc bug 634757
f9b135
f9b135
* Wed Sep 22 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.1-5
f9b135
- upstream patches
f9b135
f9b135
* Thu Sep 09 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.1-4
f9b135
- Resolves: rhbz#631403 doxygen no longer generates gifs
f9b135
f9b135
* Thu Jul 08 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.1-3
f9b135
- move licences into libicu, and add them into the -doc subpackage
f9b135
  as well
f9b135
f9b135
* Wed May 26 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.1-2
f9b135
- Resolves: rhbz#596171 drop icu.icu6284.strictalias.patch and use
f9b135
  -fno-strict-aliasig as upstream has added a pile more and doesn't look
f9b135
  interested in proposed patchs
f9b135
f9b135
* Thu Apr 29 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.1-1
f9b135
- latest version
f9b135
- drop integrated icu.icu7567.libctest.patch
f9b135
f9b135
* Fri Apr 02 2010 Caolán McNamara <caolanm@redhat.com> - 4.4-1
f9b135
- latest version
f9b135
- drop integrated icu.6969.pkgdata.patch
f9b135
- drop integrated icu.icu7039.badextract.patch
f9b135
- drop integrated icu.XXXX.buildfix.patch
f9b135
f9b135
* Wed Dec 02 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.1-8
f9b135
- Resolves: rhbz#543386 update icu-config
f9b135
f9b135
* Thu Nov 19 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.1-7
f9b135
- Fix FTBFS with yet another autoconf version that changes
f9b135
  behaviour
f9b135
f9b135
* Mon Aug 31 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.1-6
f9b135
- Resolves: rhbz#520468 fix s390x and other secondary archs
f9b135
f9b135
* Tue Jul 28 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.1-5
f9b135
- icu#7039 fix broken use of extract to get tests working
f9b135
f9b135
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.1-4
f9b135
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f9b135
f9b135
* Wed Jul 22 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.1-3
f9b135
- make documentation noarch
f9b135
f9b135
* Tue Jul 14 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.1-2
f9b135
- rpmlint warnings
f9b135
f9b135
* Fri Jul 03 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.1-1
f9b135
- 4.2.1 release
f9b135
f9b135
* Fri Jun 26 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.0.1-3
f9b135
- Resolves: rhbz#508288 multilib conflict
f9b135
f9b135
* Thu Jun 11 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.0.1-2
f9b135
- Resolves: rhbz#505252 add icu.6995.kannada.patch
f9b135
f9b135
* Mon Jun 08 2009 Caolán McNamara <caolanm@redhat.com> - 4.2.0.1-1
f9b135
- 4.2.0.1 release
f9b135
f9b135
* Sat May 09 2009 Caolán McNamara <caolanm@redhat.com> - 4.2-1
f9b135
- 4.2 release
f9b135
f9b135
* Sun May 03 2009 Caolán McNamara <caolanm@redhat.com> - 4.2-0.1.d03
f9b135
- 4.2 release candidate
f9b135
- drop resolved icu.icu6008.arm.padding.patch
f9b135
- drop resolved icu.icu6439.bare.elif.patch
f9b135
f9b135
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.1-3
f9b135
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f9b135
f9b135
* Tue Feb 03 2009 Caolán McNamara <caolanm@redhat.com> - 4.0.1-2
f9b135
- fix bare elif for gcc-4.4
f9b135
f9b135
* Fri Jan 16 2009 Caolán McNamara <caolanm@redhat.com> - 4.0.1-1
f9b135
- 4.0.1 release
f9b135
f9b135
* Mon Dec 29 2008 Caolán McNamara <caolanm@redhat.com> - 4.0-6
f9b135
- Resolves rhbz#225896 clean up low hanging rpmlint warnings
f9b135
f9b135
* Tue Dec 16 2008 Caolán McNamara <caolanm@redhat.com> - 4.0-5
f9b135
- drop integrated icu.icu5557.safety.patch
f9b135
f9b135
* Thu Nov 20 2008 Caolán McNamara <caolanm@redhat.com> - 4.0-4
f9b135
- annoyingly upstream tarball was repacked apparently to remove 
f9b135
  some unused/cached dirs
f9b135
f9b135
* Sat Sep 06 2008 Caolán McNamara <caolanm@redhat.com> - 4.0-3
f9b135
- Resolves: rhbz#461348 wrong icu-config
f9b135
f9b135
* Tue Aug 26 2008 Caolán McNamara <caolanm@redhat.com> - 4.0-2
f9b135
- Resolves: rhbz#459698 drop Malayalam patches. Note test with Rachana/Meera
f9b135
  instead of Lohit Malayalam before filing bugs against icu wrt.
f9b135
  Malayalam rendering
f9b135
f9b135
* Sat Jul 05 2008 Caolán McNamara <caolanm@redhat.com> - 4.0-1
f9b135
- final release
f9b135
f9b135
* Mon Jun 30 2008 Caolán McNamara <caolanm@redhat.com> - 4.0-0.3.d03
f9b135
- 4.0 release candidate
f9b135
f9b135
* Wed Jun 04 2008 Caolán McNamara <caolanm@redhat.com> - 4.0-0.2.d02
f9b135
- drop icu.icu5498.openoffice.org.patch
f9b135
f9b135
* Sat May 31 2008 Caolán McNamara <caolanm@redhat.com> - 4.0-0.1.d02
f9b135
- 4.0 release candidate
f9b135
- drop integrated icu.regexp.patch
f9b135
f9b135
* Mon May 19 2008 Caolán McNamara <caolanm@redhat.com> - 3.8.1-8
f9b135
- add icu.icu6284.strictalias.patch and build with 
f9b135
  strict-aliasing
f9b135
f9b135
* Tue Mar 18 2008 Caolán McNamara <caolanm@redhat.com> - 3.8.1-7
f9b135
- Resolves: rhbz#437761 modify to icu.icu6213.worstcase.patch for
f9b135
  other worst case expansions
f9b135
f9b135
* Mon Mar 17 2008 Caolán McNamara <caolanm@redhat.com> - 3.8.1-6
f9b135
- Resolves: rhbz#437761 add icu.icu6213.bengali.worstcase.patch
f9b135
f9b135
* Mon Feb 04 2008 Caolán McNamara <caolanm@redhat.com> - 3.8.1-5
f9b135
- Resolves: rhbz#431401 split syllables on 1st 0d4d of a 0d4d + 
f9b135
  (>= 0d15 && <= 0d39) + 0d4d + 0d30 sequence
f9b135
f9b135
* Thu Jan 31 2008 Caolán McNamara <caolanm@redhat.com> - 3.8.1-4
f9b135
- Resolves: rhbz#431029, rhbz#424661 Remove workaround for 0D31 characters
f9b135
f9b135
* Fri Jan 25 2008 Caolán McNamara <caolanm@redhat.com> - 3.8.1-3
f9b135
- CVE-2007-4770 CVE-2007-4771 add icu.regexp.patch
f9b135
- Resolves: rhbz#423211 fix malalayam stuff in light of syllable
f9b135
  changes
f9b135
f9b135
* Fri Jan 11 2008 Caolán McNamara <caolanm@redhat.com> - 3.8.1-2
f9b135
- remove icu.icu5365.dependantvowels.patch and cleanup
f9b135
  icu.icu5506.multiplevowels.patch as they patch and unpatch 
f9b135
  eachother (thanks George Rhoten for pointing out that madness)
f9b135
f9b135
* Fri Jan 11 2008 Caolán McNamara <caolanm@redhat.com> - 3.8.1-1
f9b135
- latest version
f9b135
- drop fixed icu.icu6084.zwnj.notdef.patch
f9b135
f9b135
* Thu Dec 13 2007 Caolán McNamara <caolanm@redhat.com> - 3.8-6
f9b135
- Resolves: rhbz#423211 experimental hack for 0d15+0d4d+0d30
f9b135
f9b135
* Tue Dec 11 2007 Caolán McNamara <caolanm@redhat.com> - 3.8-5
f9b135
- Resolves: rhbz#415541 icu.icu6084.zwnj.notdef.patch
f9b135
f9b135
* Wed Nov 28 2007 Caolán McNamara <caolanm@redhat.com> - 3.8-4
f9b135
- Resolves: ooo#83991 Malayalam "Kartika" font fix
f9b135
f9b135
* Tue Nov 13 2007 Caolán McNamara <caolanm@redhat.com> - 3.8-3
f9b135
- add icu.openoffice.org.patch
f9b135
f9b135
* Sat Oct 27 2007 Caolán McNamara <caolanm@redhat.com> - 3.8-2
f9b135
- add icu.icu6008.arm.padding.patch to fix an arm problem
f9b135
f9b135
* Tue Oct 02 2007 Caolán McNamara <caolanm@redhat.com> - 3.8-1
f9b135
- latest version
f9b135
f9b135
* Mon Sep 03 2007 Caolán McNamara <caolanm@redhat.com> - 3.8-0.2.d02
f9b135
- next release candidate
f9b135
f9b135
* Wed Aug 29 2007 Caolán McNamara <caolanm@redhat.com> - 3.8-0.2.d01
f9b135
- rebuild
f9b135
f9b135
* Tue Aug 07 2007 Caolán McNamara <caolanm@redhat.com> - 3.8-0.1.d01
f9b135
- 3.8 release candidate
f9b135
- drop integrated icu.icu5433.oriya.patch
f9b135
- drop integrated icu.icu5488.assamese.patch
f9b135
- drop integrated icu.icu5500.devicetablecrash.patch
f9b135
- drop integrated icu.icu5501.sinhala.biggerexpand.patch
f9b135
- drop integrated icu.icu5594.gujarati.patch
f9b135
- drop integrated icu.icu5465.telegu.patch
f9b135
f9b135
* Wed Jun 13 2007 Caolán McNamara <caolanm@redhat.com> - 3.6-20
f9b135
- Resolves: rhbz#243984 change the icu group as it is libicu 
f9b135
  which is "System Environment/Libraries" not icu
f9b135
f9b135
* Mon Apr 30 2007 Caolán McNamara <caolanm@redhat.com> - 3.6-19
f9b135
- Resolves: rhbz#220867 Malayalam rendering
f9b135
f9b135
* Tue Feb 13 2007 Caolán McNamara <caolanm@redhat.com> - 3.6-18
f9b135
- Resolves: rhbz#228457 icu.icu5594.gujarati.patch
f9b135
f9b135
* Fri Feb 09 2007 Caolán McNamara <caolanm@redhat.com> - 3.6-17
f9b135
- spec cleanups
f9b135
f9b135
* Mon Feb 05 2007 Caolán McNamara <caolanm@redhat.com> - 3.6-16
f9b135
- Resolves: rhbz#226949 layout telegu like pango
f9b135
f9b135
* Fri Jan 19 2007 Caolán McNamara <caolanm@redhat.com> - 3.6-15
f9b135
- Resolves: rhbz#214948 icu.icu5506.multiplevowels.patch
f9b135
f9b135
* Tue Jan 09 2007 Caolán McNamara <caolanm@redhat.com> - 3.6-14
f9b135
- Related: rhbz#216089 add icu.icu5557.safety.patch
f9b135
f9b135
* Thu Dec 21 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-13
f9b135
- Resolves: rhbz#220433 modify icu.icu5431.malayam.patch
f9b135
f9b135
* Fri Nov 10 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-12
f9b135
- Resolves: rhbz#214948 icu.icu5506.multiplevowels.patch
f9b135
f9b135
* Wed Nov 08 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-11
f9b135
- Resolves: rhbz#214555 icu.icu5501.sinhala.biggerexpand.patch
f9b135
f9b135
* Wed Nov 08 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-10
f9b135
- Resolves: rhbz#214555 icu.icu5500.devicetablecrash.patch
f9b135
f9b135
* Wed Oct 18 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-9
f9b135
- Resolves: rhbz#213648 extend prev/next to handle ZWJ
f9b135
f9b135
* Wed Oct 18 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-8
f9b135
- Resolves: rhbz213375 (icu.icu5488.assamese.patch)
f9b135
f9b135
* Wed Oct 18 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-7
f9b135
- Resolves: rhbz#211258 (icu.icu5465.telegu.patch)
f9b135
f9b135
* Thu Oct 05 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-6
f9b135
- rh#209391# add icu.icuXXXX.virama.prevnext.patch
f9b135
f9b135
* Mon Oct 02 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-5
f9b135
- rh#208705# add pkg-config Require for -devel package
f9b135
- add icu.icu5431.malayam.patch for rh#208551#/rh#209084#
f9b135
- add icu.icu5433.oriya.patch for rh#208559#/rh#209083#
f9b135
f9b135
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.6-4
f9b135
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
f9b135
f9b135
* Mon Sep 25 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-3
f9b135
- rh#206615# render malayam like pango
f9b135
f9b135
* Wed Sep 06 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-2
f9b135
- fix rh#205252#/icu#5365 (gnome#121882#/#icu#4026#) to make icu 
f9b135
  like pango for multiple dependant vowels
f9b135
f9b135
* Sun Sep 03 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-1
f9b135
- final release
f9b135
f9b135
* Mon Aug 14 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-0.1.d02
f9b135
- bump
f9b135
f9b135
* Tue Aug 08 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-0.2.d01
f9b135
- c++ code not alias correct
f9b135
f9b135
* Mon Jul 31 2006 Caolán McNamara <caolanm@redhat.com> - 3.6-0.1.d01
f9b135
- rh#200728# update to prelease 3.6d01 to pick up on sinhala fixes
f9b135
- drop integrated rh190879.patch
f9b135
- drop integrated icu-3.4-sinhala1.patch
f9b135
f9b135
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.4-10.1.1
f9b135
- rebuild
f9b135
f9b135
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.4-10.1
f9b135
- rebuild
f9b135
f9b135
* Sat Jun 10 2006 Caolán McNamara <caolanm@redhat.com> - 3.4-10
f9b135
- rh#194686# BuildRequires
f9b135
f9b135
* Tue May 09 2006 Caolán McNamara <caolanm@redhat.com> - 3.4-9
f9b135
- rh#190879# backport fix
f9b135
f9b135
* Wed May 03 2006 Caolán McNamara <caolanm@redhat.com> - 3.4-8
f9b135
- add Harshula's icu-3.4-sinhala1.patch for some Sinhala support
f9b135
f9b135
* Tue May 02 2006 Caolán McNamara <caolanm@redhat.com> - 3.4-7
f9b135
- add a pkgconfig.pc, make icu-config use it
f9b135
f9b135
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.4-6.2
f9b135
- bump again for double-long bug on ppc(64)
f9b135
f9b135
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.4-6.1
f9b135
- rebuilt for new gcc4.1 snapshot and glibc changes
f9b135
f9b135
* Tue Jan 03 2006 Caolán McNamara <caolanm@redhat.com> - 3.4-6
f9b135
- add icu-gcc41.patch
f9b135
f9b135
* Tue Oct 11 2005 Caolán McNamara <caolanm@redhat.com> - 3.4-5
f9b135
- clear execstack requirement for libicudata
f9b135
f9b135
* Mon Sep 12 2005 Caolán McNamara <caolanm@redhat.com> - 3.4-4
f9b135
- import extra icu.spec into fedora core for openoffice.org
f9b135
- build with gcc 4
f9b135
f9b135
* Wed Aug 31 2005 Thorsten Leemhuis <fedora at leemhuis.info> - 3.4-3
f9b135
- Use dist
f9b135
- gcc32 does not understand -fstack-protector and 
f9b135
  --param=ssp-buffer-size=4
f9b135
f9b135
* Tue Aug  2 2005 Ville Skyttä <ville.skytta at iki.fi> - 3.4-2
f9b135
- 3.4.
f9b135
f9b135
* Sun Jul 31 2005 Ville Skyttä <ville.skytta at iki.fi> - 3.4-0.2.d02
f9b135
- 3.4-d02.
f9b135
- Don't ship static libraries.
f9b135
f9b135
* Wed Apr 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 3.2-3
f9b135
- Apply upstream case mapping mutex lock removal patch.
f9b135
- Build with gcc 3.2 as a temporary workaround for #152495.
f9b135
f9b135
* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 3.2-2
f9b135
- rebuilt
f9b135
f9b135
* Sat Jan  1 2005 Ville Skyttä <ville.skytta at iki.fi> - 3.2-1
f9b135
- Don't use %%{_smp_mflags} (b.f.u #2357).
f9b135
- Remove unnecessary Epochs.
f9b135
f9b135
* Sat Dec  4 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:3.2-0.fdr.1
f9b135
- Update to 3.2.
f9b135
f9b135
* Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:3.0-0.fdr.1
f9b135
- Update to 3.0, datadirs patch no longer needed.
f9b135
- Package data in shared libs, drop -locales subpackage.
f9b135
- Rename -docs subpackage to libicu-doc, and generate graphs with graphviz.
f9b135
f9b135
* Sat Dec 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.6.1-0.fdr.3
f9b135
- Partial fix for bad datadirs returned by icu-config (works as long as
f9b135
  data packaging mode is not "common" or "dll").
f9b135
f9b135
* Sun Nov 23 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.6.1-0.fdr.2
f9b135
- First complete version.
f9b135
f9b135
* Sun Sep 28 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.6.1-0.fdr.1
f9b135
- Update to 2.6.1.
f9b135
f9b135
* Wed Aug 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.6-0.fdr.1
f9b135
- First build, based on upstream and SuSE 8.2 packages.