[mingw-qpid-cpp: 14/28] ame patch-set, rebuilt to refresh boost dependencies.

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:17:59 UTC 2012


commit 03a1bbbab6a2f4a69706a4f61ace987212356b7b
Author: Ted Ross <ross at localhost.localdomain>
Date:   Tue Jul 5 13:15:17 2011 -0400

    ame patch-set, rebuilt to refresh boost dependencies.

 mingw32-qpid-cpp.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-qpid-cpp.spec b/mingw32-qpid-cpp.spec
index c62483c..760091c 100644
--- a/mingw32-qpid-cpp.spec
+++ b/mingw32-qpid-cpp.spec
@@ -7,7 +7,7 @@
 
 Name:		mingw32-qpid-cpp
 Version:	0.10
-Release:	1.1%{?dist}
+Release:	1.2%{?dist}
 Summary:	MinGW Windows port of AMQP C++ Daemons and Libraries
 
 Group:		Development/Libraries
@@ -47,7 +47,11 @@ pushd build
 		-DBUILD_MSCLFS:BOOL=OFF		  \
 		-DBUILD_MSSQL:BOOL=OFF		  \
 		-DBUILD_SSL:BOOL=OFF		  \
+%if "%{?dist}" == ".fc16"
+		-DBoost_COMPILER:STRING=-gcc46 ../cpp
+%else
 		-DBoost_COMPILER:STRING=-gcc45 ../cpp
+%endif
 popd
 
 make -C build VERBOSE=1 %{?_smp_mflags}
@@ -82,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc cpp/RELEASE_NOTES
 
 %changelog
+* Wed Jul 5 2011 Ted Ross <tross at apache.org> - 0.10-1.2
+- Same patch-set, rebuilt to refresh boost dependencies.
+
 * Wed Jun 22 2011 Ted Ross <tross at apache.org> - 0.10-1.1
 - Same patch-set, rebuilt to refresh boost dependencies.
 


More information about the scm-commits mailing list