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