rpms/gforth/F-8 gforth-0.7.0-buildpath.patch, NONE, 1.1 gforth-0.7.0-shebang.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gforth.spec, 1.6, 1.7 sources, 1.2, 1.3 gforth-0.6.2-buildpath.patch, 1.1, NONE gforth-shebang.patch, 1.1, NONE gforth.patch, 1.1, NONE

Gérard Milmeister gemi at fedoraproject.org
Wed Nov 5 23:16:19 UTC 2008


Author: gemi

Update of /cvs/pkgs/rpms/gforth/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15251/F-8

Modified Files:
	.cvsignore gforth.spec sources 
Added Files:
	gforth-0.7.0-buildpath.patch gforth-0.7.0-shebang.patch 
Removed Files:
	gforth-0.6.2-buildpath.patch gforth-shebang.patch gforth.patch 
Log Message:
new release 0.7.0

gforth-0.7.0-buildpath.patch:

--- NEW FILE gforth-0.7.0-buildpath.patch ---
diff -up gforth-0.7.0/Makefile.in.buildpath gforth-0.7.0/Makefile.in
--- gforth-0.7.0/Makefile.in.buildpath	2008-11-05 23:58:48.000000000 +0100
+++ gforth-0.7.0/Makefile.in	2008-11-05 23:59:06.000000000 +0100
@@ -619,8 +619,6 @@ install:	gforth$(EC)$(EXE) $(FORTH_SRC) 
 		else \
 			echo '>>>>>Please install gforth.{el,elc} in your .../emacs/site-lisp directory'; \
 		fi
-		-$(RM) gforth.fi
-		GFORTHD="./gforth-ditc -p $(DESTDIR)$(libdir)/gforth/site-forth$(PATHSEP)$(DESTDIR)$(siteforthdir)$(PATHSEP)$(DESTDIR)$(datadir)/gforth/$(VERSION) -i $(kernel_fi)" GFORTH="./gforth-ditc -p $(DESTDIR)$(libdir)/gforth/site-forth$(PATHSEP)$(DESTDIR)$(siteforthdir)$(PATHSEP)$(DESTDIR)$(datadir)/gforth/$(VERSION) --die-on-signal -i $(kernel_fi) $(STARTUP)" includedir=$(includedir) bindir=$(bindir) libccdir=$(libccdir) GFORTHPATH=.:"$$GFORTHPATH" GFORTHDESTDIR="$(DESTDIR)" ./gforthmi gforth.fi $(FORTHSIZES) $(STARTUP)
 		$(INSTALL_DATA) gforth.fi $(DESTDIR)$(libdir)/gforth/$(VERSION)
 		$(INSTALL_DATA) install.TAGS $(DESTDIR)$(datadir)/gforth/$(VERSION)/TAGS
 		$(RM) gforth.fi install.TAGS

gforth-0.7.0-shebang.patch:

--- NEW FILE gforth-0.7.0-shebang.patch ---
diff -up gforth-0.7.0/filedump.fs.shebang gforth-0.7.0/filedump.fs
--- gforth-0.7.0/filedump.fs.shebang	2008-11-05 23:23:36.000000000 +0100
+++ gforth-0.7.0/filedump.fs	2008-11-05 23:23:45.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/lib/gforth/0.2.0/kernel.fi
+#!/usr/bin/gforth
 \ file hex dump
 
 \ Copyright (C) 1997,2002,2003,2004,2007 Free Software Foundation, Inc.
diff -up gforth-0.7.0/httpd.fs.shebang gforth-0.7.0/httpd.fs
--- gforth-0.7.0/httpd.fs.shebang	2008-11-05 23:17:39.000000000 +0100
+++ gforth-0.7.0/httpd.fs	2008-11-05 23:17:46.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/local/bin/gforth
+#!/usr/bin/gforth
 
 \ Copyright (C) 2000,2002,2003,2004,2006,2007,2008 Free Software Foundation, Inc.
 
diff -up gforth-0.7.0/sieve.fs.shebang gforth-0.7.0/sieve.fs
--- gforth-0.7.0/sieve.fs.shebang	2008-11-05 23:17:09.000000000 +0100
+++ gforth-0.7.0/sieve.fs	2008-11-05 23:17:24.000000000 +0100
@@ -1,4 +1,4 @@
-#! /usr/stud/paysan/bin/forth
+#!/usr/bin/gforth
 
 DECIMAL
 : SECS TIME&DATE  2DROP DROP  60 * + 60 * + ;
diff -up gforth-0.7.0/siev.fs.shebang gforth-0.7.0/siev.fs
diff -up gforth-0.7.0/startup.fs.shebang gforth-0.7.0/startup.fs


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gforth/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	14 Sep 2005 22:38:35 -0000	1.2
+++ .cvsignore	5 Nov 2008 23:15:48 -0000	1.3
@@ -1 +1 @@
-gforth-0.6.2.tar.gz
+gforth-0.7.0.tar.gz


Index: gforth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gforth/F-8/gforth.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gforth.spec	3 Feb 2007 15:46:57 -0000	1.6
+++ gforth.spec	5 Nov 2008 23:15:48 -0000	1.7
@@ -1,16 +1,17 @@
 Name:           gforth
-Version:        0.6.2
-Release:        10%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Fast and portable implementation of the ANS Forth language
 
 Group:          Development/Languages
-License:        GPL
+License:        GPLv2+
 URL:            http://www.jwdt.com/~paysan/gforth.html
-Source:         http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.6.2.tar.gz
-Patch0:		gforth.patch
-Patch1:		gforth-shebang.patch
-Patch2:         gforth-0.6.2-buildpath.patch
+Source:         http://www.complang.tuwien.ac.at/forth/gforth/gforth-0.7.0.tar.gz
+Patch0:		gforth-0.7.0-buildpath.patch
+Patch1:		gforth-0.7.0-shebang.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  m4
+BuildRequires:  libffi-devel
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
 
@@ -30,15 +31,18 @@
 %define xemacs_site_lisp %{_datadir}/xemacs/site-packages/lisp
 %define gforth_datadir %{_datadir}/gforth
 
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#sed -i 's/-fforce-mem//' configure
+iconv -f latin1 -t utf8 AUTHORS > AUTHORS.new
+mv -f AUTHORS.new AUTHORS
 
 
 %build
-%configure
+CFLAGS="${RPM_OPT_FLAGS} `pkg-config libffi --cflags`" %configure
 # %{_smp_mflags} breaks the build
 make libdir=%{_libdir}
 
@@ -72,6 +76,7 @@
 
 find $RPM_BUILD_ROOT -name TAGS | xargs rm -f
 
+
 %post
 /sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || :
 
@@ -120,11 +125,21 @@
 %{_infodir}/*
 %{_datadir}/gforth
 %{_libdir}/gforth
+%{_includedir}/gforth
 %{_mandir}/man1/*
 %ghost %{_datadir}/*emacs
 
 
 %changelog
+* Wed Nov  5 2008 Gerard Milmeister <gemi at bluewin.ch> - 0.7.0-1
+- new release 0.7.0
+
+* Sat Feb 23 2008 Gerard Milmeister <gemi at bluewin.ch> - 0.6.2-12
+- remove deprecated -force-mem flag
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.6.2-11
+- Autorebuild for GCC 4.3
+
 * Sat Feb  3 2007 Gerard Milmeister <gemi at bluewin.ch> - 0.6.2-8
 - patch to remove buildpath from binary
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gforth/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Sep 2005 22:38:35 -0000	1.2
+++ sources	5 Nov 2008 23:15:48 -0000	1.3
@@ -1 +1 @@
-869112bd762b07fc4d2038a2d9965148  gforth-0.6.2.tar.gz
+2979ae86ede73ce2b3576dae957f4098  gforth-0.7.0.tar.gz


--- gforth-0.6.2-buildpath.patch DELETED ---


--- gforth-shebang.patch DELETED ---


--- gforth.patch DELETED ---




More information about the fedora-extras-commits mailing list