rpms/gnu-smalltalk/devel gnu-smalltalk.spec, 1.31, 1.32 gst-3.0-am.patch, 1.1, 1.2 sources, 1.9, 1.10

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Sun Feb 10 20:46:08 UTC 2008


Author: s4504kr

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

Modified Files:
	gnu-smalltalk.spec gst-3.0-am.patch sources 
Log Message:
New upstream release


Index: gnu-smalltalk.spec
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gnu-smalltalk.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gnu-smalltalk.spec	21 Jan 2008 16:25:08 -0000	1.31
+++ gnu-smalltalk.spec	10 Feb 2008 20:45:28 -0000	1.32
@@ -1,6 +1,6 @@
 Summary: GNU Smalltalk
 Name: gnu-smalltalk
-Version: 3.0
+Version: 3.0.1
 Release: 1%{?dist}
 Source: ftp://ftp.gnu.org/gnu/smalltalk/smalltalk-%{version}.tar.gz
 Patch1: gst-3.0-am.patch
@@ -15,6 +15,7 @@
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
+BuildRequires: prelink
 BuildRequires: tk-devel
 BuildRequires: gtk2-devel
 BuildRequires: gdbm-devel
@@ -70,6 +71,7 @@
 
 %build
 autoreconf
+CFLAGS="$RPM_OPT_FLAGS -Wa,--noexecstack"
 %configure --with-tcl=%{_libdir} --with-tk=%{_libdir} \
   --enable-static=no --enable-shared=yes --disable-rpath \
   --with-imagedir=%{_libdir}/%{name}
@@ -168,6 +170,9 @@
 %{_datadir}/emacs/site-lisp/*
 
 %changelog
+* Sun Feb 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 3.0.1-1
+- New upstream release
+
 * Mon Jan 21 2008 Jochen Schmitt <Jochen herr-schmitt de> 3.0-1
 - New upstream release
 

gst-3.0-am.patch:

Index: gst-3.0-am.patch
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/gst-3.0-am.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-3.0-am.patch	15 Jan 2008 18:00:19 -0000	1.1
+++ gst-3.0-am.patch	10 Feb 2008 20:45:28 -0000	1.2
@@ -1,12 +1,12 @@
-diff -up smalltalk-3.0/configure.ac.auto smalltalk-3.0/configure.ac
---- smalltalk-3.0/configure.ac.auto	2008-01-07 16:56:18.000000000 +0100
-+++ smalltalk-3.0/configure.ac	2008-01-07 21:49:01.000000000 +0100
+diff -up smalltalk-3.0.1/configure.ac.auto smalltalk-3.0.1/configure.ac
+--- smalltalk-3.0.1/configure.ac.auto	2008-01-31 15:40:28.000000000 +0100
++++ smalltalk-3.0.1/configure.ac	2008-02-10 21:00:24.000000000 +0100
 @@ -7,7 +7,7 @@ dnl with this software.
  dnl Process this file with autoconf to produce a configure script.
  
  AC_PREREQ(2.60)
--AC_INIT([GNU Smalltalk], 3.0, help-smalltalk at gnu.org, smalltalk)
-+AC_INIT([GNU Smalltalk], 3.0, help-smalltalk at gnu.org, gnu-smalltalk)
+-AC_INIT([GNU Smalltalk], 3.0.1, help-smalltalk at gnu.org, smalltalk)
++AC_INIT([GNU Smalltalk], 3.0.1, help-smalltalk at gnu.org, gnu-smalltalk)
  MAINTAINER="bonzini at gnu.org"
  
  dnl CURRENT:REVISION:AGE means this is the REVISION-th version of
@@ -18,9 +18,9 @@
    AC_DEFINE(HAVE_SIGSEGV_H, 1,
      [Define to 1 if libsigsegv is being used])
  fi
-diff -up smalltalk-3.0/libgst/Makefile.am.auto smalltalk-3.0/libgst/Makefile.am
---- smalltalk-3.0/libgst/Makefile.am.auto	2007-07-10 15:39:42.000000000 +0200
-+++ smalltalk-3.0/libgst/Makefile.am	2008-01-07 21:49:01.000000000 +0100
+diff -up smalltalk-3.0.1/libgst/Makefile.am.auto smalltalk-3.0.1/libgst/Makefile.am
+--- smalltalk-3.0.1/libgst/Makefile.am.auto	2008-01-22 11:14:32.000000000 +0100
++++ smalltalk-3.0.1/libgst/Makefile.am	2008-02-10 20:59:47.000000000 +0100
 @@ -16,10 +16,6 @@ AM_CPPFLAGS += -I$(top_srcdir)/lightning
    -I$(top_srcdir) -I$(top_builddir)
  endif
@@ -43,9 +43,9 @@
  
  libgst_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined \
  	-export-symbols-regex "^gst_.*"
-diff -up smalltalk-3.0/Makefile.am.auto smalltalk-3.0/Makefile.am
---- smalltalk-3.0/Makefile.am.auto	2007-12-10 23:21:57.000000000 +0100
-+++ smalltalk-3.0/Makefile.am	2008-01-07 21:56:07.000000000 +0100
+diff -up smalltalk-3.0.1/Makefile.am.auto smalltalk-3.0.1/Makefile.am
+--- smalltalk-3.0.1/Makefile.am.auto	2008-01-24 13:21:21.000000000 +0100
++++ smalltalk-3.0.1/Makefile.am	2008-02-10 20:59:47.000000000 +0100
 @@ -19,10 +19,10 @@
  AUTOMAKE_OPTIONS = gnu 1.8
  ACLOCAL_AMFLAGS = -I build-aux


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnu-smalltalk/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	21 Jan 2008 16:25:08 -0000	1.9
+++ sources	10 Feb 2008 20:45:28 -0000	1.10
@@ -1 +1 @@
-8dd423609673edfa62694142db773a56  smalltalk-3.0.tar.gz
+dbd1bc308dda3a4ef936dce2b78faa5a  smalltalk-3.0.1.tar.gz




More information about the fedora-extras-commits mailing list