Update to 4.7.5

This commit is contained in:
Peter Robinson 2015-05-04 09:37:53 +01:00
parent 0f66dd62a0
commit 53cdc78518
3 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/gambc-v4_7_3-devel.tgz
/gambc-v*-devel.tgz

View File

@ -1,4 +1,4 @@
%global _dirname gambc-v4_7_3-devel
%global _dirname gambc-v4_7_5-devel
# Using -O2 on ppc64 triggers ICE with gcc < 4.6.4
# http://www.iro.umontreal.ca/~gambit/bugzilla/show_bug.cgi?id=155
@ -14,14 +14,14 @@
%endif # ppc64
%endif # el6
# package build runs OOM on s390
%ifarch s390
# package build runs OOM on s390 and ARMv7
%ifarch s390 %{arm}
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
%endif
Name: gambit-c
Version: 4.7.3
Release: 2%{?dist}
Version: 4.7.5
Release: 1%{?dist}
Summary: Scheme programming system
Group: Development/Languages
@ -193,6 +193,9 @@ fi
%changelog
* Sun May 3 2015 Peter Robinson <pbrobinson@fedoraproject.org> 4.7.5-1
- Update to 4.7.5
* Tue Nov 04 2014 Jakub Čajka <jcajka@redhat.com> - 4.7.3-2
- Fix build OOM on s390

View File

@ -1 +1 @@
4235f86e5e89bf909d56df2d898c4f40 gambc-v4_7_3-devel.tgz
cdd7d141638d6975d27df133eed8bd52 gambc-v4_7_5-devel.tgz