From 35aa99c4db9ccc5f1ef3b1594b1b246d5bcb548c Mon Sep 17 00:00:00 2001 From: Jerry James Date: Jan 10 2012 04:43:31 +0000 Subject: Rebuild for GCC 4.7. Drop unnecessary BRs. --- 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 - 3.7a-3 +- Rebuild for GCC 4.7 +- Drop unnecessary BRs + * Wed Nov 23 2011 Jerry James - 3.7a-2 - Fix (X)Emacs installations (bz 754592) - Refresh sendfile patch to match upstream's version