[cgdb] * Mon Jun 02 2013 Gilboa Davara <gilboad [AT] gmail.com> - 0.6.7-2 - Fix #925144 by calling autoconf

Gilboa Davara gilboa at fedoraproject.org
Sun Jun 2 16:07:11 UTC 2013


commit 35c1ecc7b228b38c2112a0b8e03644da9d8f0170
Author: Gilboa Davara <gilboa at gilboa-home-dev.localdomain>
Date:   Sun Jun 2 19:05:53 2013 +0300

    * Mon Jun 02 2013 Gilboa Davara <gilboad [AT] gmail.com> - 0.6.7-2
    - Fix #925144 by calling autoconf. (Temporary solution, pending upsteam fix).
    
    * Mon Jun 02 2013 Gilboa Davara <gilboad [AT] gmail.com> - 0.6.7-1
    - Version upgrade to 0.6.7 (Bug fix release).

 cgdb.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cgdb.spec b/cgdb.spec
index 1d2ef79..429c429 100644
--- a/cgdb.spec
+++ b/cgdb.spec
@@ -1,6 +1,6 @@
 Name:			cgdb
 Version:		0.6.7
-Release:		1%{?dist}
+Release:		2%{?dist}
 Summary:		CGDB is a curses-based interface to the GNU Debugger (GDB)
 
 Group:			Development/Debuggers
@@ -33,6 +33,7 @@ Those familiar with vi should feel right at home using CGDB.
 
 
 %build
+autoconf
 %configure
 make %{?_smp_mflags}
 
@@ -67,6 +68,9 @@ fi
 
 
 %changelog
+* Mon Jun 02 2013 Gilboa Davara <gilboad [AT] gmail.com> - 0.6.7-2
+- Fix #925144 by calling autoconf. (Temporary solution, pending upsteam fix).
+
 * Mon Jun 02 2013 Gilboa Davara <gilboad [AT] gmail.com> - 0.6.7-1
 - Version upgrade to 0.6.7 (Bug fix release).
 


More information about the scm-commits mailing list