Compare commits

...

2 Commits
rawhide ... f20

Author SHA1 Message Date
Jakub Čajka
d2050eca1e Fixed build OOM on s390 2014-11-04 12:00:16 +01:00
Michel Alexandre Salim
7a0c4ebd2c Update to 4.7.3
(cherry picked from commit 1f50d4efa1)
2014-10-30 16:57:51 +07:00
3 changed files with 16 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/gambc-v4_7_2-devel.tgz
/gambc-v4_7_3-devel.tgz

View File

@ -1,4 +1,4 @@
%global _dirname gambc-v4_7_2-devel
%global _dirname gambc-v4_7_3-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,9 +14,14 @@
%endif # ppc64
%endif # el6
# package build runs OOM on s390
%ifarch s390
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
%endif
Name: gambit-c
Version: 4.7.2
Release: 1%{?dist}
Version: 4.7.3
Release: 2%{?dist}
Summary: Scheme programming system
Group: Development/Languages
@ -188,6 +193,12 @@ fi
%changelog
* Tue Nov 04 2014 Jakub Čajka <jcajka@redhat.com> - 4.7.3-2
- Fix build OOM on s390
* Thu Oct 30 2014 Michel Alexandre Salim <salimma@fedoraproject.org> - 4.7.3-1
- Update to 4.7.3
* Fri Feb 7 2014 Michel Salim <salimma@fedoraproject.org> - 4.7.2-1
- Update to 4.7.2

View File

@ -1 +1 @@
edecc4b40b9f820d8eff9e09e206ae28 gambc-v4_7_2-devel.tgz
4235f86e5e89bf909d56df2d898c4f40 gambc-v4_7_3-devel.tgz