From 97b3806144f117aa7f7382d84de2104a3f6ec52d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Dec 01 2013 14:10:43 +0000 Subject: Add $RPM_OPT_FLAGS to $CFLAGS --- diff --git a/evolution-ews.spec b/evolution-ews.spec index 62a1859..4804c46 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -3,7 +3,7 @@ Name: evolution-ews Version: 3.11.2 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/Productivity Summary: Evolution extension for Exchange Web Services License: LGPLv2 @@ -31,7 +31,7 @@ versions 2007 and later, through its Exchange Web Services (EWS) interface. %build -export CFLAGS="$CFLAGS -Wno-deprecated-declarations" +export CFLAGS="$RPM_OPT_FLAGS -Wno-deprecated-declarations" %configure make %{?_smp_mflags} @@ -66,6 +66,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/evolution/%{evo_base_version}/modules/*.la %{_datadir}/evolution/%{evo_base_version}/errors/module-ews-configuration.error %changelog +* Sun Dec 01 2013 Matthew Barnes - 3.11.2-3 +- Add $RPM_OPT_FLAGS to $CFLAGS (RH bug #1035930) + * Thu Nov 21 2013 Milan Crha - 3.11.2-2 - Rebuild for new libical (RH bug #1023020)