[bigloo] Update to 3.9b snapshot

Michel Alexandre Salim salimma at fedoraproject.org
Mon Nov 19 11:00:49 UTC 2012


commit bf68ec5ea7df9467daac8c5b85178a17995ce76c
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Mon Nov 19 18:00:38 2012 +0700

    Update to 3.9b snapshot

 .gitignore  |    1 +
 bigloo.spec |   14 +++++++++++---
 sources     |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 404e2e5..89fa8bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /bigloo3.9a.tar.gz
+/bigloo3.9b-alpha18Nov12.tar.gz
diff --git a/bigloo.spec b/bigloo.spec
index 328ff6f..c948838 100644
--- a/bigloo.spec
+++ b/bigloo.spec
@@ -6,19 +6,24 @@
 #%%global patch_ver 2
 #%%global patch_suffix %%{?patch_ver:-%%{patch_ver}}
 
+# prerelease
+%global prerel 20121118alpha
+%global ver_suffix -alpha18Nov12
+
 # For Emacs subpackages
 %global pkg     %{name}
 %global pkgname Bigloo
 
 Name:           bigloo
-Version:        3.9a
-Release:        1%{?patch_ver:.%{patch_ver}}%{?dist}
+Version:        3.9b
+#Release:        1%{?patch_ver:.%{patch_ver}}%{?dist}
+Release:	0.1.%{prerel}%{?dist}
 Summary:        A compiler for the Scheme programming language
 
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://www-sop.inria.fr/mimosa/fp/Bigloo
-Source0:        ftp://ftp-sop.inria.fr/indes/fp/Bigloo/%{name}%{version}%{?patch_suffix}.tar.gz
+Source0:        ftp://ftp-sop.inria.fr/indes/fp/Bigloo/%{name}%{version}%{?ver_suffix}.tar.gz
 # Not yet sent upstream: fix some bugs in the Emacs interface, and also
 # modernizes the code somewhat.
 Patch0:         bigloo-emacs.patch
@@ -320,6 +325,9 @@ make test
 
 
 %changelog
+* Mon Nov 19 2012 Michel Salim <salimma at fedoraproject.org> - 3.9b-0.1.20121118alpha
+- Update to 3.9b snapshot
+
 * Tue Oct 23 2012 Jerry James <loganjerry at gmail.com> - 3.9a-1
 - Update to 3.9a
 - Don't require a multilib gcc, but rather multilib libgcc and glibc
diff --git a/sources b/sources
index 3837b43..8259650 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ceee7baa923491d4a3916043087967c5  bigloo3.9a.tar.gz
+43aabc5be1333ca1e62aae9397ff3c40  bigloo3.9b-alpha18Nov12.tar.gz


More information about the scm-commits mailing list