[qpid-dispatch] Fixed build type to be RelWithDebInfo

Darryl L. Pierce mcpierce at fedoraproject.org
Fri May 30 19:27:46 UTC 2014


commit 6d8a6f594ee6678270d9311a59c883fbf78afb6f
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Fri May 30 15:27:38 2014 -0400

    Fixed build type to be RelWithDebInfo

 qpid-dispatch.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qpid-dispatch.spec b/qpid-dispatch.spec
index 9582ccb..ad7100d 100644
--- a/qpid-dispatch.spec
+++ b/qpid-dispatch.spec
@@ -5,7 +5,7 @@
 
 Name:          qpid-dispatch
 Version:       0.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       Dispatch router for Qpid
 License:       ASL 2.0
 URL:           http://qpid.apache.org/
@@ -198,7 +198,7 @@ Requires: python-qpid-proton
 
 %build
 %cmake -DDOC_INSTALL_DIR=%{?_pkgdocdir} \
-       -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
+       -DCMAKE_BUILD_TYPE=RelWithDebInfo \
        .
 
 
@@ -227,6 +227,9 @@ install -pm 644 %{_builddir}/qpid-dispatch-%{version}/etc/qpid-dxrouterd \
 
 
 %changelog
+* Fri May 30 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.2-3
+- Fixed build type to be RelWithDebInfo
+
 * Tue Apr 22 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.2-2
 - Fixed merging problems across Fedora and EPEL releases.
 


More information about the scm-commits mailing list