diff --git a/pango.spec b/pango.spec index b65098d..ac9cf05 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: 6%{?dist} +Release: 7%{?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++ -%configure --enable-gtk-doc --enable-doc-cross-references --with-included-modules=basic-fc CXXFLAGS=${CXXFLAGS/-fexceptions/} +%configure --enable-gtk-doc --enable-doc-cross-references --with-included-modules=basic-fc CXXFLAGS="${CXXFLAGS/-fexceptions/}" make %install @@ -228,6 +228,9 @@ fi %changelog +* Mon Aug 10 2009 Behdad Esfahbod - 1.25.1-7 +- Yes, I am stupid. + * Mon Aug 10 2009 Behdad Esfahbod - 1.25.1-6 - One more try