rpms/gnu-smalltalk/devel gnu-smalltalk.spec, 1.16, 1.17 gst-2.3.4-am.patch, 1.2, 1.3

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Wed May 30 18:54:09 UTC 2007


Author: s4504kr

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

Modified Files:
	gnu-smalltalk.spec gst-2.3.4-am.patch 
Log Message:
Try to solve sigsegv dep issue


Index: gnu-smalltalk.spec
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gnu-smalltalk.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gnu-smalltalk.spec	30 May 2007 18:33:02 -0000	1.16
+++ gnu-smalltalk.spec	30 May 2007 18:53:32 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: GNU Smalltalk
 Name: gnu-smalltalk
 Version: 2.3.4
-Release: 2%{?dist}
+Release: 3%{?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
@@ -147,7 +147,7 @@
 %{_datadir}/emacs/site-lisp/*
 
 %changelog
-* Wed May 30 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.4-2
+* Wed May 30 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.4-3
 - Remove references to sigseg lib shiped with the package
 
 * Mon May 28 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.4-1

gst-2.3.4-am.patch:

Index: gst-2.3.4-am.patch
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gst-2.3.4-am.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gst-2.3.4-am.patch	30 May 2007 18:33:02 -0000	1.2
+++ gst-2.3.4-am.patch	30 May 2007 18:53:32 -0000	1.3
@@ -1,5 +1,5 @@
 --- smalltalk-2.3.4/configure.automake	2007-05-28 12:40:14.000000000 +0200
-+++ smalltalk-2.3.4/configure	2007-05-30 20:02:45.000000000 +0200
++++ smalltalk-2.3.4/configure	2007-05-30 20:47:06.000000000 +0200
 @@ -723,7 +723,7 @@
  
  # Identity of this package.
@@ -258,7 +258,7 @@
  
  #if HAVE_DLFCN_H
 --- smalltalk-2.3.4/Makefile.in.automake	2007-05-28 12:40:11.000000000 +0200
-+++ smalltalk-2.3.4/Makefile.in	2007-05-30 20:02:47.000000000 +0200
++++ smalltalk-2.3.4/Makefile.in	2007-05-30 20:47:06.000000000 +0200
 @@ -275,7 +275,7 @@
  NCURSES_DISABLED = @NCURSES_DISABLED@
  OBJDUMP = @OBJDUMP@
@@ -310,7 +310,7 @@
  
  installcheck-local:
 --- smalltalk-2.3.4/Makefile.am.automake	2007-05-28 12:12:32.000000000 +0200
-+++ smalltalk-2.3.4/Makefile.am	2007-05-30 19:52:49.000000000 +0200
++++ smalltalk-2.3.4/Makefile.am	2007-05-30 20:47:06.000000000 +0200
 @@ -19,9 +19,9 @@
  AUTOMAKE_OPTIONS = gnu 1.8
  ACLOCAL_AMFLAGS = -I build-aux
@@ -355,7 +355,7 @@
  
  installcheck-local:
 --- smalltalk-2.3.4/configure.ac.automake	2007-05-28 12:39:36.000000000 +0200
-+++ smalltalk-2.3.4/configure.ac	2007-05-30 20:00:33.000000000 +0200
++++ smalltalk-2.3.4/configure.ac	2007-05-30 20:47:06.000000000 +0200
 @@ -7,7 +7,7 @@
  dnl Process this file with autoconf to produce a configure script.
  
@@ -375,7 +375,7 @@
      [Define to 1 if libsigsegv is being used])
  fi
 --- smalltalk-2.3.4/examples/Makefile.in.automake	2007-05-28 12:40:07.000000000 +0200
-+++ smalltalk-2.3.4/examples/Makefile.in	2007-05-30 20:02:46.000000000 +0200
++++ smalltalk-2.3.4/examples/Makefile.in	2007-05-30 20:47:06.000000000 +0200
 @@ -281,7 +281,7 @@
  subdirs = @subdirs@
  sysconfdir = @sysconfdir@
@@ -386,7 +386,7 @@
  EXTRA_LTLIBRARIES = gdbm.la zlib.la
  pkglib_LTLIBRARIES = @MODULES_EXAMPLE@ md5.la
 --- smalltalk-2.3.4/examples/Makefile.am.automake	2007-05-24 22:10:25.000000000 +0200
-+++ smalltalk-2.3.4/examples/Makefile.am	2007-05-30 19:52:14.000000000 +0200
++++ smalltalk-2.3.4/examples/Makefile.am	2007-05-30 20:47:06.000000000 +0200
 @@ -1,4 +1,4 @@
 -examplemodulesdir = $(pkgdatadir)/examples/modules
 +examplemodulesdir = $(imagedir)/examples/modules
@@ -394,7 +394,7 @@
  dist_examplemodules_DATA = gdbm.st gdbm-c.st md5.st zlib.st zlibtests.st
  
 --- smalltalk-2.3.4/libgst/Makefile.am.automake	2007-02-13 17:32:35.000000000 +0100
-+++ smalltalk-2.3.4/libgst/Makefile.am	2007-05-30 20:02:09.000000000 +0200
++++ smalltalk-2.3.4/libgst/Makefile.am	2007-05-30 20:48:26.000000000 +0200
 @@ -15,10 +15,6 @@
    -I$(top_srcdir) -I$(top_builddir)
  endif
@@ -406,18 +406,17 @@
  include_HEADERS = gstpub.h gst.h
  lib_LTLIBRARIES = libgst.la
  EXTRA_PROGRAMS = genprims genbc genvm
-@@ -33,8 +29,8 @@
+@@ -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 += libsigsegv.la
-+libgst_la_DEPENDENCIES += libsigsegv.la
  endif
  
  libgst_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined \
-@@ -113,6 +109,7 @@
+@@ -113,6 +108,7 @@
  	@echo timestamp > $(srcdir)/match.stamp
  
  




More information about the fedora-extras-commits mailing list