packages: gdb/gdb.spec - rel 7; system readline; aclocal with some includes
arekm
arekm at pld-linux.org
Fri Jul 9 11:49:12 CEST 2010
Author: arekm Date: Fri Jul 9 09:49:12 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 7; system readline; aclocal with some includes
---- Files affected:
packages/gdb:
gdb.spec (1.128 -> 1.129)
---- Diffs:
================================================================
Index: packages/gdb/gdb.spec
diff -u packages/gdb/gdb.spec:1.128 packages/gdb/gdb.spec:1.129
--- packages/gdb/gdb.spec:1.128 Thu Jul 8 20:41:36 2010
+++ packages/gdb/gdb.spec Fri Jul 9 11:49:06 2010
@@ -21,7 +21,7 @@
Summary(zh_TW.UTF-8): [.-A開發]C和.$)B其.-A他語.$)B言的調試器
Name: gdb
Version: 7.0
-Release: 6
+Release: 7
License: GPL v3+
Group: Development/Debuggers
Source0: http://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2
@@ -408,7 +408,7 @@
olddir=$(pwd)
cd $dir
rm -f aclocal.m4
- %{__aclocal}
+ %{__aclocal} `[ -d config ] && echo "-I config"` `[ -d m4 ] && echo "-I m4"` `[ -d gnulib/m4 ] && echo "-I gnulib/m4"`
%{__autoconf}
grep -q AC_CONFIG_HEADER configure.* && %{__autoheader}
cd $olddir
@@ -432,6 +432,7 @@
--enable-netrom \
--enable-nls \
--enable-tui \
+ --with-system-readline \
--with-cpu=%{_target_cpu} \
%ifnarch alpha
--with-mmalloc \
@@ -556,6 +557,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.129 2010/07/09 09:49:06 arekm
+- rel 7; system readline; aclocal with some includes
+
Revision 1.128 2010/07/08 18:41:36 arekm
- rel 6; python 2.7 fixes; rebuild configure.ac, too
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gdb/gdb.spec?r1=1.128&r2=1.129&f=u
More information about the pld-cvs-commit
mailing list