]> git.pld-linux.org Git - packages/gforth.git/commitdiff
- updated to 0.7.3
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Jul 2014 13:42:41 +0000 (15:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Jul 2014 13:42:41 +0000 (15:42 +0200)
- updated opt patch

gforth-opt.patch
gforth.spec

index e3e8bf964ac27a21eeb0702671b8fb6909010a1b..d0a9d7fa838324e3da6a8cff8eaec33453dd92b4 100644 (file)
@@ -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"
index 145eff36434ff4520ce7cdd74dc9e97271cadf62..6a79ab4da2bea3a95e2f611af3aa71c29e985015 100644 (file)
@@ -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}
This page took 0.111465 seconds and 4 git commands to generate.