Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sbcl: update to 2.2.1
@ 2022-01-30 22:21 emacsomancer
  2022-01-30 22:23 ` [PR PATCH] [Updated] " emacsomancer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: emacsomancer @ 2022-01-30 22:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1218 bytes --]

There is a new pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages sbcl-2.2.1
https://github.com/void-linux/void-packages/pull/35320

sbcl: update to 2.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35320.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sbcl-2.2.1-35320.patch --]
[-- Type: text/x-diff, Size: 1500 bytes --]

From 9011d08af5a45a92df289c89e6d670e0d45cde9e Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@lambda-y.net>
Date: Sun, 30 Jan 2022 15:11:27 -0700
Subject: [PATCH] sbcl: update to 2.2.1

---
 srcpkgs/sbcl/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index 8f11dd27a792..c52dcc5fd820 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,6 +1,6 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.2.0
+version=2.2.1
 revision=2
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
 hostmakedepends="iana-etc texinfo"
@@ -12,7 +12,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=2276957ea86ae9968ca486a9928c67a34cb31c9403ec657d24ecdf8458daa5c6
+checksum=5dd6e6e3f08b7c6edf262a0e844a9f8b5e562cca08155034c1f2c014fc9087da
 nocross=yes
 nopie=yes
 
@@ -20,7 +20,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" e480db37b2cc8e97e0105f44291aa6fa372e09d070d64466384e5eb9eb76939d"
+	checksum+=" 29ecf509211b0bce3d56e851c53e9315e658b3acca1879abb581fc6f81cd459c"
 	;;
 i686)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] sbcl: update to 2.2.1
  2022-01-30 22:21 [PR PATCH] sbcl: update to 2.2.1 emacsomancer
@ 2022-01-30 22:23 ` emacsomancer
  2022-01-30 22:43 ` emacsomancer
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: emacsomancer @ 2022-01-30 22:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1223 bytes --]

There is an updated pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages sbcl-2.2.1
https://github.com/void-linux/void-packages/pull/35320

sbcl: update to 2.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35320.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sbcl-2.2.1-35320.patch --]
[-- Type: text/x-diff, Size: 1540 bytes --]

From 69965f6570f81f4ad6a0c57b7f9ba703f3ea7ee5 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@lambda-y.net>
Date: Sun, 30 Jan 2022 15:11:27 -0700
Subject: [PATCH] sbcl: update to 2.2.1

---
 srcpkgs/sbcl/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index 8f11dd27a792..54657b8dd354 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,7 +1,7 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.2.0
-revision=2
+version=2.2.1
+revision=1
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
 hostmakedepends="iana-etc texinfo"
 makedepends="zlib-devel"
@@ -12,7 +12,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=2276957ea86ae9968ca486a9928c67a34cb31c9403ec657d24ecdf8458daa5c6
+checksum=5dd6e6e3f08b7c6edf262a0e844a9f8b5e562cca08155034c1f2c014fc9087da
 nocross=yes
 nopie=yes
 
@@ -20,7 +20,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" e480db37b2cc8e97e0105f44291aa6fa372e09d070d64466384e5eb9eb76939d"
+	checksum+=" 29ecf509211b0bce3d56e851c53e9315e658b3acca1879abb581fc6f81cd459c"
 	;;
 i686)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] sbcl: update to 2.2.1
  2022-01-30 22:21 [PR PATCH] sbcl: update to 2.2.1 emacsomancer
  2022-01-30 22:23 ` [PR PATCH] [Updated] " emacsomancer
@ 2022-01-30 22:43 ` emacsomancer
  2022-02-01 21:15 ` leahneukirchen
  2022-02-01 21:15 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: emacsomancer @ 2022-01-30 22:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1223 bytes --]

There is an updated pull request by emacsomancer against master on the void-packages repository

https://github.com/emacsomancer/void-packages sbcl-2.2.1
https://github.com/void-linux/void-packages/pull/35320

sbcl: update to 2.2.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35320.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sbcl-2.2.1-35320.patch --]
[-- Type: text/x-diff, Size: 1540 bytes --]

From 5bbdd54954658cb2b7ecce9ed020cb3c76a2442f Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@lambda-y.net>
Date: Sun, 30 Jan 2022 15:11:27 -0700
Subject: [PATCH] sbcl: update to 2.2.1

---
 srcpkgs/sbcl/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sbcl/template b/srcpkgs/sbcl/template
index 8f11dd27a792..54657b8dd354 100644
--- a/srcpkgs/sbcl/template
+++ b/srcpkgs/sbcl/template
@@ -1,7 +1,7 @@
 # Template file for 'sbcl'
 pkgname=sbcl
-version=2.2.0
-revision=2
+version=2.2.1
+revision=1
 archs="i686 x86_64* armv7l aarch64 ppc64le*"
 hostmakedepends="iana-etc texinfo"
 makedepends="zlib-devel"
@@ -12,7 +12,7 @@ license="custom:BSD+public_domain"
 homepage="http://www.sbcl.org/"
 changelog="http://www.sbcl.org/news.html"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-source.tar.bz2"
-checksum=2276957ea86ae9968ca486a9928c67a34cb31c9403ec657d24ecdf8458daa5c6
+checksum=5dd6e6e3f08b7c6edf262a0e844a9f8b5e562cca08155034c1f2c014fc9087da
 nocross=yes
 nopie=yes
 
@@ -20,7 +20,7 @@ _bootstrap_lisp="bash ../sbcl-*-linux/run-sbcl.sh --no-sysinit --no-userinit --d
 case "$XBPS_TARGET_MACHINE" in
 x86_64)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-x86-64-linux-binary.tar.bz2"
-	checksum+=" e480db37b2cc8e97e0105f44291aa6fa372e09d070d64466384e5eb9eb76939d"
+	checksum+=" 29ecf509211b0bce3d56e851c53e9315e658b3acca1879abb581fc6f81cd459c"
 	;;
 i686)
 	distfiles+=" ${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-1.4.3-x86-linux-binary.tar.bz2"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: sbcl: update to 2.2.1
  2022-01-30 22:21 [PR PATCH] sbcl: update to 2.2.1 emacsomancer
  2022-01-30 22:23 ` [PR PATCH] [Updated] " emacsomancer
  2022-01-30 22:43 ` emacsomancer
@ 2022-02-01 21:15 ` leahneukirchen
  2022-02-01 21:15 ` [PR PATCH] [Closed]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-02-01 21:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/35320#issuecomment-1027295084

Comment:
15aa28b4fc

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: sbcl: update to 2.2.1
  2022-01-30 22:21 [PR PATCH] sbcl: update to 2.2.1 emacsomancer
                   ` (2 preceding siblings ...)
  2022-02-01 21:15 ` leahneukirchen
@ 2022-02-01 21:15 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2022-02-01 21:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1054 bytes --]

There's a closed pull request on the void-packages repository

sbcl: update to 2.2.1
https://github.com/void-linux/void-packages/pull/35320

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-02-01 21:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 22:21 [PR PATCH] sbcl: update to 2.2.1 emacsomancer
2022-01-30 22:23 ` [PR PATCH] [Updated] " emacsomancer
2022-01-30 22:43 ` emacsomancer
2022-02-01 21:15 ` leahneukirchen
2022-02-01 21:15 ` [PR PATCH] [Closed]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).