diff --git a/icu.spec b/icu.spec index 3560c32..fed9248 100644 --- a/icu.spec +++ b/icu.spec @@ -1,6 +1,6 @@ Name: icu Version: 3.6 -Release: 0.1.d01 +Release: 0.2.d01 Summary: International Components for Unicode Group: System Environment/Libraries @@ -59,6 +59,7 @@ Group: Documentation %build cd source export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" autoconf %configure --with-data-packaging=library --disable-samples make # %{?_smp_mflags} # -j(X>1) may "break" man pages as of 3.2, b.f.u #2357 @@ -134,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 08 2006 Caolan McNamara - 3.6-0.2.d01 +- c++ code not alias correct + * Mon Jul 31 2006 Caolan McNamara - 3.6-0.1.d01 - rh#200728# update to prelease 3.6d01 to pick up on sinhala fixes - drop integrated rh190879.patch