[packages/gforth] - updated to 0.7.3 - updated opt patch

qboosh qboosh at pld-linux.org
Tue Jul 15 15:37:47 CEST 2014


commit 2e08d3d31115a45417f336fcfbdefa63c9b89f1a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jul 15 15:42:41 2014 +0200

    - updated to 0.7.3
    - updated opt patch

 gforth-opt.patch | 14 ++++----------
 gforth.spec      |  8 +++++---
 2 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/gforth.spec b/gforth.spec
index 145eff3..6a79ab4 100644
--- a/gforth.spec
+++ b/gforth.spec
@@ -1,12 +1,12 @@
 Summary:	GNU Forth Language
 Summary(pl.UTF-8):	Kompilator GNU Forth
 Name:		gforth
-Version:	0.7.0
+Version:	0.7.3
 Release:	1
 License:	GPL v3+
 Group:		Development/Languages
 Source0:	http://ftp.gnu.org/gnu/gforth/%{name}-%{version}.tar.gz
-# Source0-md5:	2979ae86ede73ce2b3576dae957f4098
+# Source0-md5:	ff484391e5cdf405867fcf96341820ab
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-opt.patch
 URL:		http://gnu.org/software/gforth/
@@ -18,6 +18,8 @@ BuildRequires:	libtool
 BuildRequires:	texinfo
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		skip_post_check_so	.*%{_libdir}/gforth/%{version}/libcc-named/.*
+
 %description
 Gforth is a fast and portable implementation of the ANS Forth
 language. It works nicely with the Emacs editor, offers some nice
@@ -40,7 +42,7 @@ rozpowszechniany na Powszechnej Licencji Publicznej GNU.
 %patch0 -p1
 %patch1 -p1
 
-rm -f doc/*.info*
+%{__rm} doc/*.info*
 
 %build
 %{__aclocal}
diff --git a/gforth-opt.patch b/gforth-opt.patch
index e3e8bf9..d0a9d7f 100644
--- a/gforth-opt.patch
+++ b/gforth-opt.patch
@@ -1,12 +1,6 @@
---- gforth-0.7.0/configure.in.orig	2008-11-02 18:14:57.000000000 +0100
-+++ gforth-0.7.0/configure.in	2008-11-04 23:15:32.189552084 +0100
-@@ -236,14 +236,11 @@
- 		;;
- 	i486)
- 		machine=386
--		CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr -m486"
-+		CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
- 		;;
+--- gforth-0.7.3/configure.in.orig	2014-06-14 00:52:10.408636383 +0200
++++ gforth-0.7.3/configure.in	2014-07-14 20:19:01.629336298 +0200
+@@ -250,9 +250,6 @@
  	i*86)
  		machine=386
  		CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
@@ -16,7 +10,7 @@
  		;;
  	x86_64)
  		case $CC
-@@ -251,8 +248,6 @@
+@@ -260,8 +257,6 @@
  		    *-m32*)
  		    	machine=386
  			CFLAGS="$CFLAGS -fomit-frame-pointer -fforce-addr"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gforth.git/commitdiff/2e08d3d31115a45417f336fcfbdefa63c9b89f1a



More information about the pld-cvs-commit mailing list