Hello community, here is the log from the commit of package icu for openSUSE:Factory checked in at Tue Mar 3 00:27:50 CET 2009. -------- --- GNOME/icu/icu.changes 2008-12-10 14:07:55.000000000 +0100 +++ /mounts/work_src_done/STABLE/icu/icu.changes 2009-03-02 22:07:51.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 2 22:07:18 CET 2009 - crrodriguez@suse.de + +- fix build with GCC 4.4 +- remove static libraries + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- icu-gcc44.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icu.spec ++++++ --- /var/tmp/diff_new_pack.A30211/_old 2009-03-03 00:26:05.000000000 +0100 +++ /var/tmp/diff_new_pack.A30211/_new 2009-03-03 00:26:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package icu (Version 4.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Group: System/Libraries AutoReqProv: on Version: 4.0 -Release: 7 +Release: 8 Requires: libicu = %{version} Url: http://ibm.com/software/globalization/icu Source0: icu4c-4_0-src.tar.bz2 @@ -32,6 +32,7 @@ Source3: SuSEconfig.icu # PATCH-FIX-UPSTREAM icu4c-3_6-src-setBreakType-public.diff -- OOo-2.3.1 and above needs to access the setBreakType method, see http://bugs.icu-project.org/trac/ticket/5498 Patch: icu4c-3_6-src-setBreakType-public.diff +Patch1: icu-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: International Components for Unicode @@ -143,6 +144,7 @@ %prep %setup -q -n icu -a1 %patch +%patch1 %build cd source @@ -151,18 +153,10 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export CXXFLAGS="$CXXFLAGS -DICU_DATA_DIR='/usr/share/icu/4.0/'" -./configure --prefix=/usr \ - --sysconfdir=/etc \ - --datadir=/usr/share \ - --libdir=%{_libdir} \ - --mandir=%{_mandir} \ - --infodir=%{_infodir} \ +%configure --disable-static --with-pic\ --enable-shared \ - --enable-static \ - --without-samples \ - %{_target_cpu}-suse-linux-gnu -make -#make check + --without-samples +%{__make} %{?jobs:-j%jobs} %install find . -name CVS -type d | xargs rm -rf @@ -218,7 +212,6 @@ %files -n libicu-devel %defattr(-, root, root) %{_libdir}/lib*.so -%{_libdir}/lib*.a /usr/include/unicode/ /usr/include/layout/ %{_libdir}/icu/%{version}/Makefile.inc @@ -241,6 +234,9 @@ /usr/share/icu/%{version}/UnicodeData.txt %changelog +* Mon Mar 02 2009 crrodriguez@suse.de +- fix build with GCC 4.4 +- remove static libraries * Wed Dec 10 2008 olh@suse.de - use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade (bnc#437293) ++++++ icu-gcc44.patch ++++++ Index: source/layoutex/ParagraphLayout.cpp =================================================================== --- source/layoutex/ParagraphLayout.cpp.orig 2008-07-01 03:42:02.000000000 +0200 +++ source/layoutex/ParagraphLayout.cpp 2009-03-02 21:47:07.000000000 +0100 @@ -868,7 +868,7 @@ le_int32 ParagraphLayout::getLanguageCod return nullLanguageCode; } -#elif +#else // TODO - dummy implementation for right now... le_int32 ParagraphLayout::getLanguageCode(const Locale *locale) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de