From c21d991e7ada801f9502c5f02ddc4baf08de845d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 3 Feb 2015 19:13:02 -0600 Subject: [PATCH 1/4] bootstrap epel7 --- .gitignore | 1 + bootstrap-sources | 1 + sbcl.spec | 15 ++++++++++----- sources | 1 + 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d61a8a7..e3876a0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /sbcl-1.2.6-source.tar.bz2 /sbcl-1.2.7-documentation-html.tar.bz2 /sbcl-1.2.7-source.tar.bz2 +/sbcl-1.2.7-x86-64-linux-binary.tar.bz2 diff --git a/bootstrap-sources b/bootstrap-sources index 857326c..72d9392 100644 --- a/bootstrap-sources +++ b/bootstrap-sources @@ -1,3 +1,4 @@ dc30e8e7b3140d14e421c2c041ec6aab sbcl-1.2.0-armel-linux-binary.tar.bz2 d47271e9a328570b79b7d691e0d8737c sbcl-1.2.0-armhf-linux-binary-2.tar.bz2 b30b29658ca778d224244db32c314dec sbcl-1.2.0-armhf-linux-binary.tar.bz2 +b85a1807f82b7d5d32462ba9c4d26fb0 sbcl-1.2.7-x86-64-linux-binary.tar.bz2 diff --git a/sbcl.spec b/sbcl.spec index b3497dd..49036b4 100644 --- a/sbcl.spec +++ b/sbcl.spec @@ -1,5 +1,7 @@ +%if 0%{?fedora} %define common_lisp_controller 1 +%endif # generate/package docs %define docs 1 @@ -11,7 +13,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.2.7 -Release: 1%{?dist} +Release: 0.1%{?dist} License: BSD URL: http://sbcl.sourceforge.net/ @@ -32,13 +34,13 @@ BuildRequires: sbcl %endif ## x86_64 section -#Source20: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.2.0-x86-64-linux-binary.tar.bz2 +Source20: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.2.7-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -b 20 -#define sbcl_bootstrap_dir sbcl-1.2.0-x86-64-linux +%define sbcl_bootstrap_src -b 20 +%define sbcl_bootstrap_dir sbcl-1.2.7-x86-64-linux %endif ## ppc section @@ -266,6 +268,9 @@ fi %changelog +* Tue Feb 03 2015 Rex Dieter 1.2.7-0.1 +- bootstrap epel7 + * Sat Jan 03 2015 Rex Dieter 1.2.7-1 - 1.2.7 diff --git a/sources b/sources index 1a49fa9..01981ce 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 5758bc0dcab46acbd772238632a03879 sbcl-1.2.7-documentation-html.tar.bz2 877bf7455bdf93612cdf2b4533e4ac97 sbcl-1.2.7-source.tar.bz2 +b85a1807f82b7d5d32462ba9c4d26fb0 sbcl-1.2.7-x86-64-linux-binary.tar.bz2 From 346c2636aee5a0aa1ab5cd487dad2baa53e92842 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 7 Feb 2015 11:50:06 -0600 Subject: [PATCH 2/4] Revert "bootstrap epel7" This reverts commit c21d991e7ada801f9502c5f02ddc4baf08de845d. --- .gitignore | 1 - bootstrap-sources | 1 - sbcl.spec | 15 +++++---------- sources | 1 - 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index e3876a0..d61a8a7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,3 @@ /sbcl-1.2.6-source.tar.bz2 /sbcl-1.2.7-documentation-html.tar.bz2 /sbcl-1.2.7-source.tar.bz2 -/sbcl-1.2.7-x86-64-linux-binary.tar.bz2 diff --git a/bootstrap-sources b/bootstrap-sources index 72d9392..857326c 100644 --- a/bootstrap-sources +++ b/bootstrap-sources @@ -1,4 +1,3 @@ dc30e8e7b3140d14e421c2c041ec6aab sbcl-1.2.0-armel-linux-binary.tar.bz2 d47271e9a328570b79b7d691e0d8737c sbcl-1.2.0-armhf-linux-binary-2.tar.bz2 b30b29658ca778d224244db32c314dec sbcl-1.2.0-armhf-linux-binary.tar.bz2 -b85a1807f82b7d5d32462ba9c4d26fb0 sbcl-1.2.7-x86-64-linux-binary.tar.bz2 diff --git a/sbcl.spec b/sbcl.spec index 49036b4..b3497dd 100644 --- a/sbcl.spec +++ b/sbcl.spec @@ -1,7 +1,5 @@ -%if 0%{?fedora} %define common_lisp_controller 1 -%endif # generate/package docs %define docs 1 @@ -13,7 +11,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.2.7 -Release: 0.1%{?dist} +Release: 1%{?dist} License: BSD URL: http://sbcl.sourceforge.net/ @@ -34,13 +32,13 @@ BuildRequires: sbcl %endif ## x86_64 section -Source20: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.2.7-x86-64-linux-binary.tar.bz2 +#Source20: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.2.0-x86-64-linux-binary.tar.bz2 %ifarch x86_64 %define sbcl_arch x86-64 -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -b 20 -%define sbcl_bootstrap_dir sbcl-1.2.7-x86-64-linux +#define sbcl_bootstrap_src -b 20 +#define sbcl_bootstrap_dir sbcl-1.2.0-x86-64-linux %endif ## ppc section @@ -268,9 +266,6 @@ fi %changelog -* Tue Feb 03 2015 Rex Dieter 1.2.7-0.1 -- bootstrap epel7 - * Sat Jan 03 2015 Rex Dieter 1.2.7-1 - 1.2.7 diff --git a/sources b/sources index 01981ce..1a49fa9 100644 --- a/sources +++ b/sources @@ -1,3 +1,2 @@ 5758bc0dcab46acbd772238632a03879 sbcl-1.2.7-documentation-html.tar.bz2 877bf7455bdf93612cdf2b4533e4ac97 sbcl-1.2.7-source.tar.bz2 -b85a1807f82b7d5d32462ba9c4d26fb0 sbcl-1.2.7-x86-64-linux-binary.tar.bz2 From 8a795946de6ade9679bda0345cc93ee0ae12ece9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Oct 2017 14:07:44 -0500 Subject: [PATCH 3/4] bootstrap aarch64 --- sbcl.spec | 10 +++++----- sources | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sbcl.spec b/sbcl.spec index b34b040..ab38f9e 100644 --- a/sbcl.spec +++ b/sbcl.spec @@ -11,7 +11,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.4.0 -Release: 1%{?dist} +Release: 0.1%{?dist}.bootstrap License: BSD URL: http://sbcl.sourceforge.net/ @@ -83,13 +83,13 @@ BuildRequires: sbcl %endif ## aarch64 section -#Source70: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.3.16-arm64-linux-binary.tar.bz2 +Source70: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.3.16-arm64-linux-binary.tar.bz2 %ifarch aarch64 %define sbcl_arch arm64 -BuildRequires: sbcl +#BuildRequires: sbcl # or -#define sbcl_bootstrap_src -b 70 -#define sbcl_bootstrap_dir sbcl-1.3.16-arm64-linux +%define sbcl_bootstrap_src -b 70 +%define sbcl_bootstrap_dir sbcl-1.3.16-arm64-linux %endif %if 0%{?common_lisp_controller} diff --git a/sources b/sources index ebb2b56..535a00a 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (sbcl-1.4.0-documentation-html.tar.bz2) = 951bdd15f7cd4a7d466d22469a43e55c1810082897af6458b87984e4e00ba2203c8406432b879b33d2220dd0fb1c07589e73f80ae8b6cd9e896905de2677f707 SHA512 (sbcl-1.4.0-source.tar.bz2) = fe22f06cf645b20445e55700cbb3a54d27de58f3cffafb67b0970a0f6962e9914708d0718ffd3dda0a75dfdf8c9f6830dd995ccf7e9c2384ee043eeb27bb3d1b +SHA512 (sbcl-1.3.16-arm64-linux-binary.tar.bz2) = 919835547d7613f64a2470157401e83c14584049602f21566a324af9fcbdfa838f5f2a7c5c6e28f3c3b5ccdec640024ce9c12b607a25741ad4c4d6e9813af3b8 From cc3a88d3e6a8923cd8437be013640d9f47171eca Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Oct 2017 16:28:31 -0500 Subject: [PATCH 4/4] Revert "bootstrap aarch64" This reverts commit 8a795946de6ade9679bda0345cc93ee0ae12ece9. --- sbcl.spec | 10 +++++----- sources | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sbcl.spec b/sbcl.spec index ab38f9e..b34b040 100644 --- a/sbcl.spec +++ b/sbcl.spec @@ -11,7 +11,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 1.4.0 -Release: 0.1%{?dist}.bootstrap +Release: 1%{?dist} License: BSD URL: http://sbcl.sourceforge.net/ @@ -83,13 +83,13 @@ BuildRequires: sbcl %endif ## aarch64 section -Source70: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.3.16-arm64-linux-binary.tar.bz2 +#Source70: http://downloads.sourceforge.net/sourceforge/sbcl/sbcl-1.3.16-arm64-linux-binary.tar.bz2 %ifarch aarch64 %define sbcl_arch arm64 -#BuildRequires: sbcl +BuildRequires: sbcl # or -%define sbcl_bootstrap_src -b 70 -%define sbcl_bootstrap_dir sbcl-1.3.16-arm64-linux +#define sbcl_bootstrap_src -b 70 +#define sbcl_bootstrap_dir sbcl-1.3.16-arm64-linux %endif %if 0%{?common_lisp_controller} diff --git a/sources b/sources index 535a00a..ebb2b56 100644 --- a/sources +++ b/sources @@ -1,3 +1,2 @@ SHA512 (sbcl-1.4.0-documentation-html.tar.bz2) = 951bdd15f7cd4a7d466d22469a43e55c1810082897af6458b87984e4e00ba2203c8406432b879b33d2220dd0fb1c07589e73f80ae8b6cd9e896905de2677f707 SHA512 (sbcl-1.4.0-source.tar.bz2) = fe22f06cf645b20445e55700cbb3a54d27de58f3cffafb67b0970a0f6962e9914708d0718ffd3dda0a75dfdf8c9f6830dd995ccf7e9c2384ee043eeb27bb3d1b -SHA512 (sbcl-1.3.16-arm64-linux-binary.tar.bz2) = 919835547d7613f64a2470157401e83c14584049602f21566a324af9fcbdfa838f5f2a7c5c6e28f3c3b5ccdec640024ce9c12b607a25741ad4c4d6e9813af3b8