rpms/gnu-smalltalk/devel gnu-smalltalk.spec, 1.17, 1.18 gst-2.3.4-am.patch, 1.3, 1.4

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Wed May 30 19:17:58 UTC 2007


Author: s4504kr

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

Modified Files:
	gnu-smalltalk.spec gst-2.3.4-am.patch 
Log Message:
A change to libgst/Makefile.am


Index: gnu-smalltalk.spec
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gnu-smalltalk.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gnu-smalltalk.spec	30 May 2007 18:53:32 -0000	1.17
+++ gnu-smalltalk.spec	30 May 2007 19:17:07 -0000	1.18
@@ -1,7 +1,7 @@
 Summary: GNU Smalltalk
 Name: gnu-smalltalk
 Version: 2.3.4
-Release: 3%{?dist}
+Release: 4%{?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-3
+* Wed May 30 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.3.4-4
 - 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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gst-2.3.4-am.patch	30 May 2007 18:53:32 -0000	1.3
+++ gst-2.3.4-am.patch	30 May 2007 19:17:07 -0000	1.4
@@ -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:47:06.000000000 +0200
++++ smalltalk-2.3.4/configure	2007-05-30 21:05:10.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:47:06.000000000 +0200
++++ smalltalk-2.3.4/Makefile.in	2007-05-30 21:05:13.000000000 +0200
 @@ -275,7 +275,7 @@
  NCURSES_DISABLED = @NCURSES_DISABLED@
  OBJDUMP = @OBJDUMP@
@@ -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:47:06.000000000 +0200
++++ smalltalk-2.3.4/examples/Makefile.in	2007-05-30 21:05:12.000000000 +0200
 @@ -281,7 +281,7 @@
  subdirs = @subdirs@
  sysconfdir = @sysconfdir@
@@ -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:48:26.000000000 +0200
++++ smalltalk-2.3.4/libgst/Makefile.am	2007-05-30 21:04:37.000000000 +0200
 @@ -15,10 +15,6 @@
    -I$(top_srcdir) -I$(top_builddir)
  endif
@@ -412,7 +412,7 @@
  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_LIBADD += -lsigsegv
  endif
  
  libgst_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined \




More information about the fedora-extras-commits mailing list