From 31cbe7e2d81adc7b7fa235c21a5ad7a00f3a7645 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Feb 06 2013 23:36:55 +0000 Subject: Update to 4.0a. Add texinfo-tex and texi2html BRs for documentation. --- diff --git a/.gitignore b/.gitignore index 89fa8bd..44ae410 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/bigloo3.9a.tar.gz -/bigloo3.9b-alpha18Nov12.tar.gz +/bigloo4.0a.tar.gz diff --git a/bigloo.spec b/bigloo.spec index c948838..a817b4a 100644 --- a/bigloo.spec +++ b/bigloo.spec @@ -7,17 +7,16 @@ #%%global patch_suffix %%{?patch_ver:-%%{patch_ver}} # prerelease -%global prerel 20121118alpha -%global ver_suffix -alpha18Nov12 +#%%global prerel 20121118alpha +#%%global ver_suffix -alpha18Nov12 # For Emacs subpackages %global pkg %{name} %global pkgname Bigloo Name: bigloo -Version: 3.9b -#Release: 1%{?patch_ver:.%{patch_ver}}%{?dist} -Release: 0.1.%{prerel}%{?dist} +Version: 4.0a +Release: 1%{?patch_ver:.%{patch_ver}}%{?prerel:.%{prerel}}%{?dist} Summary: A compiler for the Scheme programming language Group: Development/Languages @@ -48,6 +47,8 @@ BuildRequires: libphidget-devel BuildRequires: openssl-devel BuildRequires: pcre-devel BuildRequires: sqlite-devel +BuildRequires: texinfo-tex +BuildRequires: texi2html Requires: bigloo-libs%{?_isa} = %{version}-%{release} Requires: indent @@ -325,6 +326,10 @@ make test %changelog +* Wed Feb 6 2013 Jerry James - 4.0a-1 +- Update to 4.0a +- Add texinfo-tex and texi2html BRs for documentation + * Mon Nov 19 2012 Michel Salim - 3.9b-0.1.20121118alpha - Update to 3.9b snapshot diff --git a/sources b/sources index 8259650..617c337 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43aabc5be1333ca1e62aae9397ff3c40 bigloo3.9b-alpha18Nov12.tar.gz +fc9a89b00100da4506e766dcb36135c9 bigloo4.0a.tar.gz