[evolution-exchange/f14/master] Fix BASE_VERSION in configure.ac.

Matthew Barnes mbarnes at fedoraproject.org
Fri Aug 6 21:11:29 UTC 2010


commit 0596367ee69201b400e1640d829c0879228ce5c2
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Fri Aug 6 17:11:12 2010 -0400

    Fix BASE_VERSION in configure.ac.

 evolution-exchange.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/evolution-exchange.spec b/evolution-exchange.spec
index fba4c7f..eadcf10 100644
--- a/evolution-exchange.spec
+++ b/evolution-exchange.spec
@@ -33,6 +33,9 @@ Obsoletes: evolution-connector < %{version}-%{release}
 
 Patch11: evolution-exchange-2.10.1-fix-64bit-acinclude.patch
 
+# Roll back BASE_VERSION in configure.ac to 2.32.
+Patch12: evolution-exchange-2.31.6-fix-base-version.patch
+
 ### Dependencies ###
 
 Requires: gnutls
@@ -62,8 +65,8 @@ Microsoft Exchange Server.
 
 %prep
 %setup -q -n evolution-exchange-%{version}
-
 %patch11 -p1 -b .fix-64bit-acinclude
+%patch12 -p1 -b .fix-base-version
 
 %build
 export CPPFLAGS="-I%{_includedir}/et"


More information about the scm-commits mailing list