kov changed libgksu/trunk/ChangeLog, libgksu/trunk/config.sub,
libgksu/trunk/configure.ac
Gustavo Noronha
kov at costa.debian.org
Sun Oct 22 21:55:49 UTC 2006
Mensagem de log:
release 2.0.2
-----
Modified: libgksu/trunk/ChangeLog
===================================================================
--- libgksu/trunk/ChangeLog 2006-10-22 19:54:01 UTC (rev 745)
+++ libgksu/trunk/ChangeLog 2006-10-22 21:55:49 UTC (rev 746)
@@ -1,5 +1,7 @@
2006-10-22 Gustavo Noronha Silva <kov at debian.org>
+ * Release 2.0.2
+
* libgksu/libgksu.c:
- make sure we notice ECHO disabled, and remove some uneeded waits
which will probably speedup using su with password, but probably
Modified: libgksu/trunk/config.sub
===================================================================
--- libgksu/trunk/config.sub 2006-10-22 19:54:01 UTC (rev 745)
+++ libgksu/trunk/config.sub 2006-10-22 21:55:49 UTC (rev 746)
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2006-07-02'
+timestamp='2006-09-20'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -276,6 +276,7 @@
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
+ | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
@@ -284,7 +285,7 @@
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
- | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
+ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -367,7 +368,7 @@
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
- | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -909,6 +910,10 @@
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
+ sde)
+ basic_machine=mipsisa32-sde
+ os=-elf
+ ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1366,6 +1371,9 @@
# system, and we'll never get to this point.
case $basic_machine in
+ score-*)
+ os=-elf
+ ;;
spu-*)
os=-elf
;;
Modified: libgksu/trunk/configure.ac
===================================================================
--- libgksu/trunk/configure.ac 2006-10-22 19:54:01 UTC (rev 745)
+++ libgksu/trunk/configure.ac 2006-10-22 21:55:49 UTC (rev 746)
@@ -3,7 +3,7 @@
AC_PREREQ(2.57)
-AC_INIT(libgksu, 2.0.1, kov at debian.org)
+AC_INIT(libgksu, 2.0.2, kov at debian.org)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AC_CONFIG_SRCDIR(libgksu/libgksu.c)
AM_CONFIG_HEADER(config.h)
More information about the gksu-commits
mailing list