Index: configure =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- configure (.../configure) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ configure (.../configure) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for xotcl 1.5.7. +# Generated by GNU Autoconf 2.59 for xotcl 1.6.0. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -267,8 +267,8 @@ # Identity of this package. PACKAGE_NAME='xotcl' PACKAGE_TARNAME='xotcl' -PACKAGE_VERSION='1.5.7' -PACKAGE_STRING='xotcl 1.5.7' +PACKAGE_VERSION='1.6.0' +PACKAGE_STRING='xotcl 1.6.0' PACKAGE_BUGREPORT='' # Factoring default headers for most tests. @@ -777,7 +777,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures xotcl 1.5.7 to adapt to many kinds of systems. +\`configure' configures xotcl 1.6.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -834,7 +834,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xotcl 1.5.7:";; + short | recursive ) echo "Configuration of xotcl 1.6.0:";; esac cat <<\_ACEOF @@ -979,7 +979,7 @@ test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -xotcl configure 1.5.7 +xotcl configure 1.6.0 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -993,7 +993,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xotcl $as_me 1.5.7, which was +It was created by xotcl $as_me 1.6.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1571,8 +1571,8 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 -XOTCL_MINOR_VERSION=5 -XOTCL_RELEASE_LEVEL=.7 +XOTCL_MINOR_VERSION=6 +XOTCL_RELEASE_LEVEL=.0 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -10804,7 +10804,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by xotcl $as_me 1.5.7, which was +This file was extended by xotcl $as_me 1.6.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10859,7 +10859,7 @@ cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -xotcl config.status 1.5.7 +xotcl config.status 1.6.0 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -11485,3 +11485,5 @@ + + Index: configure.in =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- configure.in (.../configure.in) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ configure.in (.../configure.in) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.5.7) +define(XOTclVersion, 1.6.0) AC_INIT([xotcl], [XOTclVersion]) #-------------------------------------------------------------------- @@ -103,8 +103,8 @@ # do not modify the following lines manually, they are generated with changeXOTclVersion XOTCL_MAJOR_VERSION=1 -XOTCL_MINOR_VERSION=5 -XOTCL_RELEASE_LEVEL=.7 +XOTCL_MINOR_VERSION=6 +XOTCL_RELEASE_LEVEL=.0 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -497,3 +497,5 @@ + + Index: library/lib/changeXOTclVersion.xotcl =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- library/lib/changeXOTclVersion.xotcl (.../changeXOTclVersion.xotcl) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ library/lib/changeXOTclVersion.xotcl (.../changeXOTclVersion.xotcl) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -5,8 +5,8 @@ # this program assumes that pwd is in xotcl-full-X.X* directory or subdir # set XOTCL_MAJOR_VERSION 1 -set XOTCL_MINOR_VERSION 5 -set XOTCL_RELEASE_LEVEL .7 +set XOTCL_MINOR_VERSION 6 +set XOTCL_RELEASE_LEVEL .0 # example settings: # 1.0 Index: library/store/XOTclGdbm/configure =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- library/store/XOTclGdbm/configure (.../configure) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ library/store/XOTclGdbm/configure (.../configure) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -11002,3 +11002,5 @@ + + Index: library/store/XOTclGdbm/configure.in =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- library/store/XOTclGdbm/configure.in (.../configure.in) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ library/store/XOTclGdbm/configure.in (.../configure.in) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -287,3 +287,5 @@ + + Index: library/store/XOTclSdbm/configure =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- library/store/XOTclSdbm/configure (.../configure) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ library/store/XOTclSdbm/configure (.../configure) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -10948,3 +10948,5 @@ + + Index: library/store/XOTclSdbm/configure.in =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- library/store/XOTclSdbm/configure.in (.../configure.in) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ library/store/XOTclSdbm/configure.in (.../configure.in) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -246,3 +246,5 @@ + + Index: library/xml/TclExpat-1.1/configure =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- library/xml/TclExpat-1.1/configure (.../configure) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ library/xml/TclExpat-1.1/configure (.../configure) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -10988,3 +10988,5 @@ + + Index: library/xml/TclExpat-1.1/configure.in =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- library/xml/TclExpat-1.1/configure.in (.../configure.in) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ library/xml/TclExpat-1.1/configure.in (.../configure.in) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -251,3 +251,5 @@ + + Index: unix/pkgIndex.unix =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- unix/pkgIndex.unix (.../pkgIndex.unix) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ unix/pkgIndex.unix (.../pkgIndex.unix) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -1,4 +1,4 @@ - package ifneeded XOTcl 1.5.7 [list load \ - [file join $dir libxotcl1.5.7.dylib] XOTcl] + package ifneeded XOTcl 1.6.0 [list load \ + [file join $dir libxotcl1.6.0.dylib] XOTcl] Index: unix/xotcl.spec =================================================================== diff -u -r97b26d2a27f5718bd4250a78663f8e1a26f63123 -r8013b53cd7dd9e5eb6f5bc9e119556314f4922b4 --- unix/xotcl.spec (.../xotcl.spec) (revision 97b26d2a27f5718bd4250a78663f8e1a26f63123) +++ unix/xotcl.spec (.../xotcl.spec) (revision 8013b53cd7dd9e5eb6f5bc9e119556314f4922b4) @@ -1,10 +1,10 @@ Summary: Object Oriented Extension for Tcl Name: xotcl -Version: 1.5.7 +Version: 1.6.0 Release: 0 License: bsd style open source Group: Development/Languages -Source: http://www.xotcl.org/xotcl-1.5.7.tar.gz +Source: http://www.xotcl.org/xotcl-1.6.0.tar.gz URL: http://www.xotcl.org Packager: Gustaf.Neumann@wu-wien.ac.at Distribution: Fedorea Core 7 @@ -23,29 +23,29 @@ consult http://www.xotcl.org %prep -%setup -q -n xotcl-1.5.7 +%setup -q -n xotcl-1.6.0 %build autoconf -# ./configure --with-tcl=/usr/lib --with-all --prefix=/usr/local/aolserver-4.5 --exec-prefix=/usr/local/aolserver-4.5 +# ./configure --with-tcl=/usr/lib --with-all --prefix=/usr/local/aolserver4 --exec-prefix=/usr/local/aolserver4 ./configure --with-tcl=/usr/lib --with-all --prefix=/usr --exec-prefix=/usr # make CFLAGS_DEFAULT='-O3 -mcpu=i686 -Wall -fomit-frame-pointer' make CFLAGS_DEFAULT='-O3 -Wall -fomit-frame-pointer' %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -rm -f $RPM_BUILD_ROOT/usr/lib/libxotcl1.5.7.so -ln -s xotcl1.5.7/libxotcl1.5.7.so $RPM_BUILD_ROOT/usr/lib +rm -f $RPM_BUILD_ROOT/usr/lib/libxotcl1.6.0.so +ln -s xotcl1.6.0/libxotcl1.6.0.so $RPM_BUILD_ROOT/usr/lib %files %defattr(-, root, root) %doc doc %_bindir/xotclsh %_bindir/xowish -%_prefix/lib/xotcl1.5.7 -%_prefix/lib/libxotcl1.5.7.so +%_prefix/lib/xotcl1.6.0 +%_prefix/lib/libxotcl1.6.0.so %_prefix/lib/xotclexpat* %_prefix/lib/xotclgdbm* %_prefix/lib/xotclsdbm*