Update to 4.8.6
This commit is contained in:
parent
0652c81e3c
commit
a5125133f8
@ -1,11 +0,0 @@
|
|||||||
--- gambit-v4_8_4-devel/include/gambit.h.in.orig 2016-01-26 05:55:30.000000000 +0700
|
|
||||||
+++ gambit-v4_8_4-devel/include/gambit.h.in 2016-02-29 00:03:00.880809119 +0700
|
|
||||||
@@ -2962,7 +2962,7 @@
|
|
||||||
|
|
||||||
/* APPLY-able operations */
|
|
||||||
|
|
||||||
-#define ___F64TOFIX(x)___FIX(x)
|
|
||||||
+#define ___F64TOFIX(x)___FIX(___CAST(___WORD,x))
|
|
||||||
#define ___F64FROMFIX(x)___INT(x)
|
|
||||||
#define ___F64_0 0.0
|
|
||||||
#define ___F64POS(x)x
|
|
@ -1,4 +1,4 @@
|
|||||||
%global _dirname gambit-v4_8_4-devel
|
%global _dirname gambit-v4_8_6-devel
|
||||||
|
|
||||||
# Using -O2 on ppc64 triggers ICE with gcc < 4.6.4
|
# Using -O2 on ppc64 triggers ICE with gcc < 4.6.4
|
||||||
# http://www.iro.umontreal.ca/~gambit/bugzilla/show_bug.cgi?id=155
|
# http://www.iro.umontreal.ca/~gambit/bugzilla/show_bug.cgi?id=155
|
||||||
@ -16,8 +16,8 @@
|
|||||||
%endif # el6
|
%endif # el6
|
||||||
|
|
||||||
Name: gambit-c
|
Name: gambit-c
|
||||||
Version: 4.8.4
|
Version: 4.8.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Scheme programming system
|
Summary: Scheme programming system
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -26,8 +26,6 @@ URL: http://gambitscheme.org/
|
|||||||
Source0: http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/source/%{_dirname}.tgz
|
Source0: http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/source/%{_dirname}.tgz
|
||||||
Source1: gambit-init.el
|
Source1: gambit-init.el
|
||||||
Patch0: gambc-v4_2_8-modtime.patch
|
Patch0: gambc-v4_2_8-modtime.patch
|
||||||
# from upstream https://github.com/feeley/gambit/commit/2d1792ce2c1c43efaa7369da4577787d92d9321d
|
|
||||||
Patch1: %{name}-4.8.4-fix-flonum-fixnum-cast.patch
|
|
||||||
|
|
||||||
BuildRequires: emacs
|
BuildRequires: emacs
|
||||||
Requires: gcc
|
Requires: gcc
|
||||||
@ -178,6 +176,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 9 2017 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.8.6-1
|
||||||
|
- Update to 4.8.6
|
||||||
|
|
||||||
* Sun Feb 28 2016 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.8.4-2
|
* Sun Feb 28 2016 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.8.4-2
|
||||||
- Re-enable ARM build with upstream cast fix
|
- Re-enable ARM build with upstream cast fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user