[bigloo] Rebuild for GCC 4.7. Drop unnecessary BRs.

Jerry James jjames at fedoraproject.org
Tue Jan 10 04:43:48 UTC 2012


commit 35aa99c4db9ccc5f1ef3b1594b1b246d5bcb548c
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Jan 9 21:43:31 2012 -0700

    Rebuild for GCC 4.7.
    Drop unnecessary BRs.

 bigloo.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/bigloo.spec b/bigloo.spec
index 388d246..b162bcb 100644
--- a/bigloo.spec
+++ b/bigloo.spec
@@ -12,7 +12,7 @@
 
 Name:           bigloo
 Version:        3.7a
-Release:        2%{?patch_ver:.%{patch_ver}}%{?dist}
+Release:        3%{?patch_ver:.%{patch_ver}}%{?dist}
 Summary:        A compiler for the Scheme programming language
 
 Group:          Development/Languages
@@ -31,9 +31,7 @@ Patch2:         bigloo-emacs.patch
 Patch3:         bigloo-makefile.patch
 
 BuildRequires:  emacs
-BuildRequires:  emacs-el
 BuildRequires:  xemacs
-BuildRequires:  xemacs-devel
 BuildRequires:  xemacs-packages-extra
 BuildRequires:  indent
 BuildRequires:  java-devel >= 1:1.6.0
@@ -329,6 +327,10 @@ make test
 
 
 %changelog
+* Mon Jan  9 2012 Jerry James <loganjerry at gmail.com> - 3.7a-3
+- Rebuild for GCC 4.7
+- Drop unnecessary BRs
+
 * Wed Nov 23 2011 Jerry James <loganjerry at gmail.com> - 3.7a-2
 - Fix (X)Emacs installations (bz 754592)
 - Refresh sendfile patch to match upstream's version


More information about the scm-commits mailing list