From e11a787187abbf8b700c3a4cfd32240dcdd48ca9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 Aug 2009 19:31:43 +0000 Subject: [PATCH] - One more try --- pango.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pango.spec b/pango.spec index 3c2bd12..b65098d 100644 --- a/pango.spec +++ b/pango.spec @@ -9,7 +9,7 @@ Summary: System for layout and rendering of internationalized text Name: pango Version: 1.25.1 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://download.gnome.org/sources/pango/1.25/pango-%{version}.tar.bz2 @@ -77,9 +77,8 @@ for the pango package. %build -# We try hard to not link to libstdc++, this flag doesn't help -CXXFLAGS=${CXXFLAGS/-fexceptions/} -%configure --enable-gtk-doc --enable-doc-cross-references --with-included-modules=basic-fc +# We try hard to not link to libstdc++ +%configure --enable-gtk-doc --enable-doc-cross-references --with-included-modules=basic-fc CXXFLAGS=${CXXFLAGS/-fexceptions/} make %install @@ -229,6 +228,9 @@ fi %changelog +* Mon Aug 10 2009 Behdad Esfahbod - 1.25.1-6 +- One more try + * Mon Aug 10 2009 Behdad Esfahbod - 1.25.1-5 - Remove -fexceptions from CXXFLAGS actually - Hopefully builds this time