Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2022.06.
@ 2022-06-07  0:53 atweiden
  2022-07-06 22:22 ` [PR PATCH] [Updated] " atweiden
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: atweiden @ 2022-06-07  0:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/37428

rakudo: update to 2022.06.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 58d54d4aa7548b7ac80f2b8e4e9db33385a14fae Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Tue, 7 Jun 2022 10:32:51 +1000
Subject: [PATCH 1/3] MoarVM: update to 2022.06.

---
 srcpkgs/MoarVM/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index e48fd6c8af8e..a2f9c1597540 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2022.04
+version=2022.06
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -15,6 +15,6 @@ license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=ae06f50ba5562721a4e5eb6457e2fea2d07eda63e2abaa8c939c9daf70774804
+checksum=598ddf88c18f4d3825970cd391eebcaf66984d43ebf1ef43116356365b6bfe60
 nocross=yes
 shlib_provides="libmoar.so"

From 077a0abd225f05077a0e98f05d67086e3cce80cc Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Tue, 7 Jun 2022 10:34:46 +1000
Subject: [PATCH 2/3] nqp: update to 2022.06.

---
 srcpkgs/nqp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index 4d698dd1aa73..b2cf7f1775b7 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2022.04
+version=2022.06
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,5 +15,5 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=556d458e25d3c0464af9f04ea3e92bbde10046066b329188a88663943bd4e79c
+checksum=8edf620e5994b265578a037eebdca0e3d622f993ef89a4195553fa01f81e4f24
 nocross=yes

From ca792e9eda83defc71ef02b4ae54bd117588eda3 Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Tue, 7 Jun 2022 10:35:50 +1000
Subject: [PATCH 3/3] rakudo: update to 2022.06.

---
 srcpkgs/rakudo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index 67fd64f1ebb5..b29a5a3c3f0f 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2022.04
+version=2022.06
 revision=1
 build_style=configure
 make_check_target=test
@@ -32,7 +32,7 @@ license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=7e13a8cc927efbe86b8ff7b19155a60a6f6e2b6e2952bd690dcacef2d02a1c74
+checksum=fc31b3bfb006e70df918c6f0cea110d1e3d354c3dbe6d86ad75dc60f6090c0e8
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rakudo: update to 2022.06.
  2022-06-07  0:53 [PR PATCH] rakudo: update to 2022.06 atweiden
@ 2022-07-06 22:22 ` atweiden
  2022-07-06 22:26 ` atweiden
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: atweiden @ 2022-07-06 22:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/37428

rakudo: update to 2022.06.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 58d54d4aa7548b7ac80f2b8e4e9db33385a14fae Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Tue, 7 Jun 2022 10:32:51 +1000
Subject: [PATCH 1/3] MoarVM: update to 2022.06.

---
 srcpkgs/MoarVM/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index e48fd6c8af8e..a2f9c1597540 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2022.04
+version=2022.06
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -15,6 +15,6 @@ license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=ae06f50ba5562721a4e5eb6457e2fea2d07eda63e2abaa8c939c9daf70774804
+checksum=598ddf88c18f4d3825970cd391eebcaf66984d43ebf1ef43116356365b6bfe60
 nocross=yes
 shlib_provides="libmoar.so"

From 077a0abd225f05077a0e98f05d67086e3cce80cc Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Tue, 7 Jun 2022 10:34:46 +1000
Subject: [PATCH 2/3] nqp: update to 2022.06.

---
 srcpkgs/nqp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index 4d698dd1aa73..b2cf7f1775b7 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2022.04
+version=2022.06
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,5 +15,5 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=556d458e25d3c0464af9f04ea3e92bbde10046066b329188a88663943bd4e79c
+checksum=8edf620e5994b265578a037eebdca0e3d622f993ef89a4195553fa01f81e4f24
 nocross=yes

From 55a10f9cb9fce32cce9c309ea2457641742b1cd8 Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Tue, 7 Jun 2022 10:35:50 +1000
Subject: [PATCH 3/3] rakudo: update to 2022.06.

---
 srcpkgs/rakudo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index 67fd64f1ebb5..b29a5a3c3f0f 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2022.04
+version=2022.06
 revision=1
 build_style=configure
 make_check_target=test
@@ -32,7 +32,7 @@ license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=7e13a8cc927efbe86b8ff7b19155a60a6f6e2b6e2952bd690dcacef2d02a1c74
+checksum=fc31b3bfb006e70df918c6f0cea110d1e3d354c3dbe6d86ad75dc60f6090c0e8
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rakudo: update to 2022.06.
  2022-06-07  0:53 [PR PATCH] rakudo: update to 2022.06 atweiden
  2022-07-06 22:22 ` [PR PATCH] [Updated] " atweiden
@ 2022-07-06 22:26 ` atweiden
  2022-07-06 22:36 ` atweiden
  2022-07-16 15:22 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: atweiden @ 2022-07-06 22:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/37428

rakudo: update to 2022.06.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 66d433de69a0bff63097359be74eaedac012265d Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Tue, 7 Jun 2022 10:32:51 +1000
Subject: [PATCH 1/3] MoarVM: update to 2022.06.

---
 srcpkgs/MoarVM/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index e48fd6c8af8e..a2f9c1597540 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2022.04
+version=2022.06
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -15,6 +15,6 @@ license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=ae06f50ba5562721a4e5eb6457e2fea2d07eda63e2abaa8c939c9daf70774804
+checksum=598ddf88c18f4d3825970cd391eebcaf66984d43ebf1ef43116356365b6bfe60
 nocross=yes
 shlib_provides="libmoar.so"

From e6478d3c9586cdf0f31d85d6c50bbfac6817cfeb Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Tue, 7 Jun 2022 10:34:46 +1000
Subject: [PATCH 2/3] nqp: update to 2022.06.

---
 srcpkgs/nqp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index 4d698dd1aa73..b2cf7f1775b7 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2022.04
+version=2022.06
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,5 +15,5 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=556d458e25d3c0464af9f04ea3e92bbde10046066b329188a88663943bd4e79c
+checksum=8edf620e5994b265578a037eebdca0e3d622f993ef89a4195553fa01f81e4f24
 nocross=yes

From 0dfb82c151af0ba998ad784f96a9874b583fb300 Mon Sep 17 00:00:00 2001
From: atweiden <atweiden@ioiojo.com>
Date: Tue, 7 Jun 2022 10:35:50 +1000
Subject: [PATCH 3/3] rakudo: update to 2022.06.

---
 srcpkgs/rakudo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index 67fd64f1ebb5..b29a5a3c3f0f 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2022.04
+version=2022.06
 revision=1
 build_style=configure
 make_check_target=test
@@ -32,7 +32,7 @@ license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=7e13a8cc927efbe86b8ff7b19155a60a6f6e2b6e2952bd690dcacef2d02a1c74
+checksum=fc31b3bfb006e70df918c6f0cea110d1e3d354c3dbe6d86ad75dc60f6090c0e8
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: rakudo: update to 2022.06.
  2022-06-07  0:53 [PR PATCH] rakudo: update to 2022.06 atweiden
  2022-07-06 22:22 ` [PR PATCH] [Updated] " atweiden
  2022-07-06 22:26 ` atweiden
@ 2022-07-06 22:36 ` atweiden
  2022-07-16 15:22 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: atweiden @ 2022-07-06 22:36 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/37428#issuecomment-1176821527

Comment:
`t/02-rakudo/15-gh_1202.t` is prone to random failures. Fixed by re-running the tests.

https://github.com/rakudo/rakudo/issues/4588
https://github.com/rakudo/rakudo/issues/3670

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

* Re: [PR PATCH] [Merged]: rakudo: update to 2022.06.
  2022-06-07  0:53 [PR PATCH] rakudo: update to 2022.06 atweiden
                   ` (2 preceding siblings ...)
  2022-07-06 22:36 ` atweiden
@ 2022-07-16 15:22 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-07-16 15:22 UTC (permalink / raw)
  To: ml

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

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

rakudo: update to 2022.06.
https://github.com/void-linux/void-packages/pull/37428

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

end of thread, other threads:[~2022-07-16 15:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  0:53 [PR PATCH] rakudo: update to 2022.06 atweiden
2022-07-06 22:22 ` [PR PATCH] [Updated] " atweiden
2022-07-06 22:26 ` atweiden
2022-07-06 22:36 ` atweiden
2022-07-16 15:22 ` [PR PATCH] [Merged]: " sgn

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).