rpms/gnu-smalltalk/devel gst-2.3.5-am.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 gnu-smalltalk.spec, 1.18, 1.19 sources, 1.6, 1.7 gst-2.3.4-am.patch, 1.4, NONE gst-2.3.4-gdbm.patch, 1.1, NONE gst-2.3.4-geo.patch, 1.1, NONE

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Sun Jun 3 18:51:23 UTC 2007


Author: s4504kr

Update of /cvs/extras/rpms/gnu-smalltalk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7972

Modified Files:
	.cvsignore gnu-smalltalk.spec sources 
Added Files:
	gst-2.3.5-am.patch 
Removed Files:
	gst-2.3.4-am.patch gst-2.3.4-gdbm.patch gst-2.3.4-geo.patch 
Log Message:
New upstream release

gst-2.3.5-am.patch:

--- NEW FILE gst-2.3.5-am.patch ---
--- smalltalk-2.3.5/configure.automake	2007-06-03 20:17:27.000000000 +0200
+++ smalltalk-2.3.5/configure	2007-06-03 20:18:34.000000000 +0200
@@ -723,7 +723,7 @@
 
 # Identity of this package.
 PACKAGE_NAME='GNU Smalltalk'
-PACKAGE_TARNAME='smalltalk'
+PACKAGE_TARNAME='gnu-smalltalk'
 PACKAGE_VERSION='2.3.5'
 PACKAGE_STRING='GNU Smalltalk 2.3.5'
 PACKAGE_BUGREPORT='help-smalltalk at gnu.org'
@@ -947,8 +947,7 @@
 EMACS
 EMACSLOADPATH'
 ac_subdirs_all='libffi
-snprintfv
-sigsegv'
+snprintfv'
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -1498,7 +1497,7 @@
   --infodir=DIR          info documentation [DATAROOTDIR/info]
   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
   --mandir=DIR           man documentation [DATAROOTDIR/man]
-  --docdir=DIR           documentation root [DATAROOTDIR/doc/smalltalk]
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/gnu-smalltalk]
   --htmldir=DIR          html documentation [DOCDIR]
   --dvidir=DIR           dvi documentation [DOCDIR]
   --pdfdir=DIR           pdf documentation [DOCDIR]
@@ -2431,7 +2430,7 @@
 
 
 # Define the identity of the package.
- PACKAGE='smalltalk'
+ PACKAGE='gnu-smalltalk'
  VERSION='2.3.5'
 
 
@@ -5236,7 +5235,140 @@
 fi
 
 if test $enable_generational_gc != no; then
-  subdirs="$subdirs sigsegv"
+  if test "${ac_cv_header_sigsegv_h+set}" = set; then
+  { echo "$as_me:$LINENO: checking for sigsegv.h" >&5
+echo $ECHO_N "checking for sigsegv.h... $ECHO_C" >&6; }
+if test "${ac_cv_header_sigsegv_h+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_header_sigsegv_h" >&5
+echo "${ECHO_T}$ac_cv_header_sigsegv_h" >&6; }
+else
+  # Is the header compilable?
+{ echo "$as_me:$LINENO: checking sigsegv.h usability" >&5
+echo $ECHO_N "checking sigsegv.h usability... $ECHO_C" >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+$ac_includes_default
+#include <sigsegv.h>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_compile") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } && {
+	 test -z "$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then
+  ac_header_compiler=yes
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_header_compiler=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
+echo "${ECHO_T}$ac_header_compiler" >&6; }
+
+# Is the header present?
+{ echo "$as_me:$LINENO: checking sigsegv.h presence" >&5
+echo $ECHO_N "checking sigsegv.h presence... $ECHO_C" >&6; }
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h.  */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h.  */
+#include <sigsegv.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+  ac_status=$?
+  grep -v '^ *+' conftest.er1 >conftest.err
+  rm -f conftest.er1
+  cat conftest.err >&5
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
+  (exit $ac_status); } >/dev/null && {
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+	 test ! -s conftest.err
+       }; then
+  ac_header_preproc=yes
+else
+  echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+  ac_header_preproc=no
+fi
+
+rm -f conftest.err conftest.$ac_ext
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
+echo "${ECHO_T}$ac_header_preproc" >&6; }
+
+# So?  What about this header?
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
+  yes:no: )
+    { echo "$as_me:$LINENO: WARNING: sigsegv.h: accepted by the compiler, rejected by the preprocessor!" >&5
+echo "$as_me: WARNING: sigsegv.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
+    { echo "$as_me:$LINENO: WARNING: sigsegv.h: proceeding with the compiler's result" >&5
+echo "$as_me: WARNING: sigsegv.h: proceeding with the compiler's result" >&2;}
+    ac_header_preproc=yes
+    ;;
+  no:yes:* )
+    { echo "$as_me:$LINENO: WARNING: sigsegv.h: present but cannot be compiled" >&5
+echo "$as_me: WARNING: sigsegv.h: present but cannot be compiled" >&2;}
+    { echo "$as_me:$LINENO: WARNING: sigsegv.h:     check for missing prerequisite headers?" >&5
+echo "$as_me: WARNING: sigsegv.h:     check for missing prerequisite headers?" >&2;}
+    { echo "$as_me:$LINENO: WARNING: sigsegv.h: see the Autoconf documentation" >&5
+echo "$as_me: WARNING: sigsegv.h: see the Autoconf documentation" >&2;}
+    { echo "$as_me:$LINENO: WARNING: sigsegv.h:     section \"Present But Cannot Be Compiled\"" >&5
+echo "$as_me: WARNING: sigsegv.h:     section \"Present But Cannot Be Compiled\"" >&2;}
+    { echo "$as_me:$LINENO: WARNING: sigsegv.h: proceeding with the preprocessor's result" >&5
+echo "$as_me: WARNING: sigsegv.h: proceeding with the preprocessor's result" >&2;}
+    { echo "$as_me:$LINENO: WARNING: sigsegv.h: in the future, the compiler will take precedence" >&5
+echo "$as_me: WARNING: sigsegv.h: in the future, the compiler will take precedence" >&2;}
+    ( cat <<\_ASBOX
+## ------------------------------------- ##
+## Report this to help-smalltalk at gnu.org ##
+## ------------------------------------- ##
+_ASBOX
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
+    ;;
+esac
+{ echo "$as_me:$LINENO: checking for sigsegv.h" >&5
+echo $ECHO_N "checking for sigsegv.h... $ECHO_C" >&6; }
+if test "${ac_cv_header_sigsegv_h+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  ac_cv_header_sigsegv_h=$ac_header_preproc
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_header_sigsegv_h" >&5
+echo "${ECHO_T}$ac_cv_header_sigsegv_h" >&6; }
+
+fi
+if test $ac_cv_header_sigsegv_h = yes; then
+  MODULES_EXAMPLE="$MODULES_EXAMPLE sigsegv.la"
+fi
+
 
 
 cat >>confdefs.h <<\_ACEOF
@@ -8459,7 +8591,7 @@
   ;;
 *-*-irix6*)
   # Find out which ABI we are using.
-  echo '#line 8462 "configure"' > conftest.$ac_ext
+  echo '#line 8594 "configure"' > conftest.$ac_ext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
@@ -10017,11 +10149,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10020: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:10152: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:10024: \$? = $ac_status" >&5
+   echo "$as_me:10156: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -10260,11 +10392,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10263: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:10395: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>conftest.err)
    ac_status=$?
    cat conftest.err >&5
-   echo "$as_me:10267: \$? = $ac_status" >&5
+   echo "$as_me:10399: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s "$ac_outfile"; then
      # The compiler can only warn and ignore the option if not recognized
      # So say no if there are warnings
@@ -10320,11 +10452,11 @@
    -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    -e 's:$: $lt_compiler_flag:'`
-   (eval echo "\"\$as_me:10323: $lt_compile\"" >&5)
+   (eval echo "\"\$as_me:10455: $lt_compile\"" >&5)
    (eval "$lt_compile" 2>out/conftest.err)
    ac_status=$?
    cat out/conftest.err >&5
-   echo "$as_me:10327: \$? = $ac_status" >&5
+   echo "$as_me:10459: \$? = $ac_status" >&5
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
    then
      # The compiler can only warn and ignore the option if not recognized
@@ -12468,7 +12600,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 12471 "configure"
+#line 12603 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12566,7 +12698,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 12569 "configure"
+#line 12701 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -18069,7 +18201,7 @@
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<EOF
-#line 18072 "configure"
+#line 18204 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
--- smalltalk-2.3.5/Makefile.in.automake	2007-06-03 20:17:45.000000000 +0200
+++ smalltalk-2.3.5/Makefile.in	2007-06-03 20:18:36.000000000 +0200
@@ -276,7 +276,7 @@
 NCURSES_DISABLED = @NCURSES_DISABLED@
 OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
-PACKAGE = smalltalk
+PACKAGE = gnu-smalltalk
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
@@ -324,7 +324,7 @@
 host_os = @host_os@
 host_vendor = @host_vendor@
 htmldir = @htmldir@
-imagedir = @imagedir@
+imagedir = ${libdir}/@PACKAGE@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
@@ -349,7 +349,7 @@
 # Automake requirements
 AUTOMAKE_OPTIONS = gnu 1.8
 ACLOCAL_AMFLAGS = -I build-aux
-DIST_SUBDIRS = lib-src snprintfv lightning sigsegv libffi opcode libgst \
+DIST_SUBDIRS = lib-src snprintfv lightning libffi opcode libgst \
 	i18n tcp examples blox-tk . gtk tests doc
 
 SUBDIRS = lib-src lightning $(subdirs) $(am__append_1) libgst i18n tcp \
@@ -1122,19 +1122,19 @@
 install-data-hook: gst-package
 	rm -f $(DESTDIR)$(pkgdatadir)/packages.xml
 	./gst-package --srcdir="$(srcdir)" --no-load --destdir="$(DESTDIR)" \
-	  --target-dir="$(pkgdatadir)" packages.xml
+	  --target-dir="$(imagedir)" packages.xml
 	$(mkdir_p) $(DESTDIR)$(imagedir)
 	rm -f $(DESTDIR)$(imagedir)/gst.im
 	srcdir=`cd $(srcdir) && pwd`; \
 	cd $(DESTDIR)$(imagedir) && \
-	SMALLTALK_KERNEL=$(DESTDIR)$(pkgdatadir)/kernel \
+	SMALLTALK_KERNEL=$(DESTDIR)$(imagedir)/kernel \
 	SMALLTALK_IMAGE=$(DESTDIR)$(imagedir) \
 	  $(DESTDIR)$(bindir)/gst -f $$srcdir/scripts/Finish.st \
 	    "$(pkgdatadir)" "$(imagedir)" $(MODULES)
 
 uninstall-local:: gst-package
 	./gst-package --uninstall --destdir="$(DESTDIR)" packages.xml
-	-rm -f $(DESTDIR)$(pkgdatadir)/packages.xml
+	-rm -f $(DESTDIR)$(imagesdir)/packages.xml
 	-rm -f $(DESTDIR)$(imagedir)/gst.im
 
 installcheck-local:
--- smalltalk-2.3.5/Makefile.am.automake	2007-06-01 17:13:48.000000000 +0200
+++ smalltalk-2.3.5/Makefile.am	2007-06-03 20:16:44.000000000 +0200
@@ -19,9 +19,9 @@
 AUTOMAKE_OPTIONS = gnu 1.8
 ACLOCAL_AMFLAGS = -I build-aux
 
-PACKAGE=smalltalk
+PACKAGE=gnu-smalltalk
 
-DIST_SUBDIRS = lib-src snprintfv lightning sigsegv libffi opcode libgst \
+DIST_SUBDIRS = lib-src snprintfv lightning libffi opcode libgst \
 	i18n tcp examples blox-tk . gtk tests doc
 
 SUBDIRS = lib-src lightning $(subdirs)
@@ -50,6 +50,7 @@
 ###########################################################
 
 pkgconfigdir = $(libdir)/pkgconfig
+imagedir = ${libdir}/@PACKAGE@
 nodist_pkgconfig_DATA = gnu-smalltalk.pc
 
 pkglib_DATA = libc.la
@@ -158,19 +159,19 @@
 install-data-hook: gst-package
 	rm -f $(DESTDIR)$(pkgdatadir)/packages.xml
 	./gst-package --srcdir="$(srcdir)" --no-load --destdir="$(DESTDIR)" \
-	  --target-dir="$(pkgdatadir)" packages.xml
+	  --target-dir="$(imagedir)" packages.xml
 	$(mkdir_p) $(DESTDIR)$(imagedir)
 	rm -f $(DESTDIR)$(imagedir)/gst.im
 	srcdir=`cd $(srcdir) && pwd`; \
 	cd $(DESTDIR)$(imagedir) && \
-	SMALLTALK_KERNEL=$(DESTDIR)$(pkgdatadir)/kernel \
+	SMALLTALK_KERNEL=$(DESTDIR)$(imagedir)/kernel \
 	SMALLTALK_IMAGE=$(DESTDIR)$(imagedir) \
 	  $(DESTDIR)$(bindir)/gst -f $$srcdir/scripts/Finish.st \
 	    "$(pkgdatadir)" "$(imagedir)" $(MODULES)
 
 uninstall-local:: gst-package
 	./gst-package --uninstall --destdir="$(DESTDIR)" packages.xml
-	-rm -f $(DESTDIR)$(pkgdatadir)/packages.xml
+	-rm -f $(DESTDIR)$(imagesdir)/packages.xml
 	-rm -f $(DESTDIR)$(imagedir)/gst.im
 
 installcheck-local:
--- smalltalk-2.3.5/configure.ac.automake	2007-06-02 17:44:19.000000000 +0200
+++ smalltalk-2.3.5/configure.ac	2007-06-03 20:16:44.000000000 +0200
@@ -7,7 +7,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU Smalltalk], 2.3.5, help-smalltalk at gnu.org, smalltalk)
+AC_INIT([GNU Smalltalk], 2.3.5, help-smalltalk at gnu.org, gnu-smalltalk)
 MAINTAINER="bonzini at gnu.org"
 
 dnl CURRENT:REVISION:AGE means this is the REVISION-th version of
@@ -80,7 +80,7 @@
         *) enable_generational_gc=yes ;;
 esac])
 if test $enable_generational_gc != no; then
-  AC_CONFIG_SUBDIRS(sigsegv)
+  AC_CHECK_HEADER(sigsegv.h, MODULES_EXAMPLE="$MODULES_EXAMPLE sigsegv.la")
   AC_DEFINE(HAVE_SIGSEGV_H, 1,
     [Define to 1 if libsigsegv is being used])
 fi
--- smalltalk-2.3.5/examples/Makefile.in.automake	2007-06-02 17:45:11.000000000 +0200
+++ smalltalk-2.3.5/examples/Makefile.in	2007-06-03 20:18:35.000000000 +0200
@@ -281,7 +281,7 @@
 subdirs = @subdirs@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
-examplemodulesdir = $(pkgdatadir)/examples/modules
+examplemodulesdir = $(imagedir)/examples/modules
 dist_examplemodules_DATA = gdbm.st gdbm-c.st md5.st zlib.st zlibtests.st
 EXTRA_LTLIBRARIES = gdbm.la zlib.la
 pkglib_LTLIBRARIES = @MODULES_EXAMPLE@ md5.la
--- smalltalk-2.3.5/examples/Makefile.am.automake	2007-05-24 22:10:25.000000000 +0200
+++ smalltalk-2.3.5/examples/Makefile.am	2007-06-03 20:16:44.000000000 +0200
@@ -1,4 +1,4 @@
-examplemodulesdir = $(pkgdatadir)/examples/modules
+examplemodulesdir = $(imagedir)/examples/modules
 
 dist_examplemodules_DATA = gdbm.st gdbm-c.st md5.st zlib.st zlibtests.st
 
--- smalltalk-2.3.5/libgst/Makefile.in.automake	2007-06-03 20:18:03.000000000 +0200
+++ smalltalk-2.3.5/libgst/Makefile.in	2007-06-03 20:18:35.000000000 +0200
@@ -41,10 +41,8 @@
 @HAVE_INSTALLED_LIGHTNING_FALSE at am__append_1 = -I$(top_srcdir)/lightning -I$(top_builddir)/lightning \
 @HAVE_INSTALLED_LIGHTNING_FALSE@  -I$(top_srcdir) -I$(top_builddir)
 
- at HAVE_SIGSEGV_TRUE@am__append_2 = -I$(top_srcdir)/sigsegv/src -I$(top_builddir)/sigsegv/src
 EXTRA_PROGRAMS = genprims$(EXEEXT) genbc$(EXEEXT) genvm$(EXEEXT)
- at HAVE_SIGSEGV_TRUE@am__append_3 = $(top_builddir)/sigsegv/src/libsigsegv.la
- at HAVE_SIGSEGV_TRUE@am__append_4 = $(top_builddir)/sigsegv/src/libsigsegv.la
+ at HAVE_SIGSEGV_TRUE@am__append_2 = -lsigsegv
 subdir = libgst
 DIST_COMMON = $(dist_noinst_DATA) $(include_HEADERS) $(noinst_HEADERS) \
 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog \
@@ -97,8 +95,7 @@
 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
 libLTLIBRARIES_INSTALL = $(INSTALL)
 LTLIBRARIES = $(lib_LTLIBRARIES)
- at HAVE_SIGSEGV_TRUE@am__DEPENDENCIES_1 =  \
- at HAVE_SIGSEGV_TRUE@	$(top_builddir)/sigsegv/src/libsigsegv.la
+am__DEPENDENCIES_1 =
 am_libgst_la_OBJECTS = interp.lo lib.lo gst-parse.lo lex.lo str.lo \
 	tree.lo byte.lo comp.lo sym.lo dict.lo oop.lo opt.lo save.lo \
 	cint.lo heap.lo input.lo sysdep.lo callin.lo xlat.lo events.lo \
@@ -314,8 +311,7 @@
 	-DIMAGE_PATH=\"$(imagedir)\" -DMODULE_PATH=\"$(pkglibdir)\" \
 	-I$(top_srcdir)/lib-src -I$(top_srcdir)/libffi/include \
 	-I$(top_builddir)/libffi/include $(INCLIGHTNING) \
-	@INCSNPRINTFV@ $(INCSIGSEGV) -I$(top_builddir)/lib-src \
-	$(am__append_1) $(am__append_2)
+	@INCSNPRINTFV@ -I$(top_builddir)/lib-src $(am__append_1)
 include_HEADERS = gstpub.h gst.h
 lib_LTLIBRARIES = libgst.la
 CLEANFILES = genprims$(EXEEXT) genbc$(EXEEXT) genvm$(EXEEXT)
@@ -323,10 +319,10 @@
 # definitions for libgst.la
 libgst_la_LIBADD = $(top_builddir)/lib-src/library.la \
 	$(top_builddir)/libffi/libffi.la @LIBSNPRINTFV@ @LIBREADLINE@ \
-	@LIBGMP@ $(am__append_3)
+	@LIBGMP@ $(am__append_2)
 libgst_la_DEPENDENCIES = $(top_builddir)/lib-src/library.la \
-	$(top_builddir)/libffi/libffi.la @LIBSNPRINTFV@ \
-	$(am__append_4)
+	$(top_builddir)/libffi/libffi.la @LIBSNPRINTFV@
+
 libgst_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined \
 	-export-symbols-regex "^gst_.*"
 
--- smalltalk-2.3.5/libgst/Makefile.am.automake	2007-02-13 17:32:35.000000000 +0100
+++ smalltalk-2.3.5/libgst/Makefile.am	2007-06-03 20:16:44.000000000 +0200
@@ -8,17 +8,13 @@
   -DIMAGE_PATH=\"$(imagedir)\" -DMODULE_PATH=\"$(pkglibdir)\" \
   -I$(top_srcdir)/lib-src -I$(top_srcdir)/libffi/include \
   -I$(top_builddir)/libffi/include $(INCLIGHTNING) \
-  @INCSNPRINTFV@ $(INCSIGSEGV) -I$(top_builddir)/lib-src
+  @INCSNPRINTFV@ -I$(top_builddir)/lib-src
 
 if !HAVE_INSTALLED_LIGHTNING
 AM_CPPFLAGS += -I$(top_srcdir)/lightning -I$(top_builddir)/lightning \
   -I$(top_srcdir) -I$(top_builddir)
 endif
 
-if HAVE_SIGSEGV
-AM_CPPFLAGS += -I$(top_srcdir)/sigsegv/src -I$(top_builddir)/sigsegv/src
-endif
-
 include_HEADERS = gstpub.h gst.h
 lib_LTLIBRARIES = libgst.la
 EXTRA_PROGRAMS = genprims genbc genvm
@@ -33,8 +29,7 @@
 	$(top_builddir)/libffi/libffi.la @LIBSNPRINTFV@
 
 if HAVE_SIGSEGV
-libgst_la_LIBADD += $(top_builddir)/sigsegv/src/libsigsegv.la
-libgst_la_DEPENDENCIES += $(top_builddir)/sigsegv/src/libsigsegv.la
+libgst_la_LIBADD += -lsigsegv
 endif
 
 libgst_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined \
@@ -113,6 +108,7 @@
 	@echo timestamp > $(srcdir)/match.stamp
 
 
+
 # rules for invoking genprims
 # Try to economize in the rebuilds, by avoiding unnecessary
 # changes to the timestamp of prims.inl


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	30 May 2007 17:12:06 -0000	1.6
+++ .cvsignore	3 Jun 2007 18:50:46 -0000	1.7
@@ -1 +1 @@
-smalltalk-2.3.4.tar.gz
+smalltalk-2.3.5.tar.gz


Index: gnu-smalltalk.spec
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gnu-smalltalk.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gnu-smalltalk.spec	30 May 2007 19:17:07 -0000	1.18
+++ gnu-smalltalk.spec	3 Jun 2007 18:50:46 -0000	1.19
@@ -1,11 +1,9 @@
 Summary: GNU Smalltalk
 Name: gnu-smalltalk
-Version: 2.3.4
-Release: 4%{?dist}
+Version: 2.3.5
+Release: 1%{?dist}
 Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz
-Patch1: gst-2.3.4-am.patch
-Patch2: gst-2.3.4-geo.patch
-Patch3: gst-2.3.4-gdbm.patch
+Patch1: gst-2.3.5-am.patch
 License: GPL
 Group: Development/Languages
 URL: http://www.gnu.org/software/smalltalk/smalltalk.html
@@ -14,8 +12,6 @@
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
-#BuildRequires: automake
-#BuildRequires: autoconf >= 2.60
 BuildRequires: tk-devel
 BuildRequires: gtk2-devel
 BuildRequires: gdbm-devel
@@ -66,12 +62,10 @@
 %prep
 %setup -q -n smalltalk-%{version}
 %patch1 -p1 -b .automake
-%patch2 -p1  
-%patch3 -p1
 
 %build
-#automake
-#autoreconf
+# automake
+# autoreconf
 
 %configure --with-tcl=%{_libdir} --with-tk=%{_libdir} \
   --enable-static=no --enable-shared=yes --disable-rpath \
@@ -147,6 +141,9 @@
 %{_datadir}/emacs/site-lisp/*
 
 %changelog
+* Sun Jun  3 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.5-1
+- New upstream release
+
 * Wed May 30 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.4-4
 - Remove references to sigseg lib shiped with the package
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	30 May 2007 17:12:06 -0000	1.6
+++ sources	3 Jun 2007 18:50:46 -0000	1.7
@@ -1 +1 @@
-bdbbd0a8486327bae54d2de29922c054  smalltalk-2.3.4.tar.gz
+552df4030532f4c1dcc24cfb0c5ad097  smalltalk-2.3.5.tar.gz


--- gst-2.3.4-am.patch DELETED ---


--- gst-2.3.4-gdbm.patch DELETED ---


--- gst-2.3.4-geo.patch DELETED ---




More information about the fedora-extras-commits mailing list