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