diff --git a/pango.spec b/pango.spec index 199051a..3c2bd12 100644 --- a/pango.spec +++ b/pango.spec @@ -2,14 +2,14 @@ %define glib2_version %{glib2_base_version}-1 %define pkgconfig_version 0.12 %define freetype_version 2.1.3-3 -%define fontconfig_version 2.7 +%define fontconfig_version 2.6 %define cairo_version 1.7.6 %define libthai_version 0.1.9 Summary: System for layout and rendering of internationalized text Name: pango Version: 1.25.1 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://download.gnome.org/sources/pango/1.25/pango-%{version}.tar.bz2 @@ -78,7 +78,7 @@ for the pango package. %build # We try hard to not link to libstdc++, this flag doesn't help -RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-fexceptions/} +CXXFLAGS=${CXXFLAGS/-fexceptions/} %configure --enable-gtk-doc --enable-doc-cross-references --with-included-modules=basic-fc make @@ -229,6 +229,10 @@ fi %changelog +* Mon Aug 10 2009 Behdad Esfahbod - 1.25.1-5 +- Remove -fexceptions from CXXFLAGS actually +- Hopefully builds this time + * Mon Aug 10 2009 Behdad Esfahbod - 1.25.1-4 - Remove -fexceptions from RPM_OPT_FLAGS - Hopefully builds this time