From 270b4c13d2c069a98b32c02993043a9268be3077 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 Aug 2009 19:33:00 +0000 Subject: [PATCH] - Yes, I am stupid. --- pango.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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