Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] R: update to 4.2.2.
@ 2022-11-03 12:35 luhann
  2022-11-03 13:01 ` [PR PATCH] [Updated] " luhann
  2022-11-09  0:56 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: luhann @ 2022-11-03 12:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/luhann/void-packages R
https://github.com/void-linux/void-packages/pull/40317

R: update to 4.2.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Minor version update, no major changes to the build.


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

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

From daa65d8be396a3504e50fa8f490af7fe1bef3371 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Thu, 3 Nov 2022 14:33:10 +0200
Subject: [PATCH] R: update to 4.2.2.

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

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index dce3b0428e8a..0b57a4f6325f 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
-version=4.2.1
-revision=2
+version=4.2.2
+revision=1
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-blas$(vopt_if openblas '=openblas') --with-lapack
@@ -23,7 +23,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.r-project.org/"
 changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html"
 distfiles="https://cran.r-project.org/src/base/R-4/${pkgname}-${version}.tar.gz"
-checksum=4d52db486d27848e54613d4ee977ad952ec08ce17807e1b525b10cd4436c643f
+checksum=0ff62b42ec51afa5713caee7c4fde7a0c45940ba39bef8c5c9487fef0c953df5
 nocross=yes
 shlib_provides="libR.so"
 make_check=extended

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

* Re: [PR PATCH] [Updated] R: update to 4.2.2.
  2022-11-03 12:35 [PR PATCH] R: update to 4.2.2 luhann
@ 2022-11-03 13:01 ` luhann
  2022-11-09  0:56 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: luhann @ 2022-11-03 13:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/luhann/void-packages R
https://github.com/void-linux/void-packages/pull/40317

R: update to 4.2.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Minor version update, no major changes to the build.


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

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

From 38d284a087c42247b6ab9af6b3a4dba22a3dd5fc Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Thu, 3 Nov 2022 14:33:10 +0200
Subject: [PATCH] R: update to 4.2.2.

---
 srcpkgs/R/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index dce3b0428e8a..1a64b1677bbe 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,7 +1,7 @@
 # Template file for 'R'
 pkgname=R
-version=4.2.1
-revision=2
+version=4.2.2
+revision=1
 build_style=gnu-configure
 configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
  --with-blas$(vopt_if openblas '=openblas') --with-lapack
@@ -23,9 +23,10 @@ license="GPL-2.0-or-later"
 homepage="https://www.r-project.org/"
 changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html"
 distfiles="https://cran.r-project.org/src/base/R-4/${pkgname}-${version}.tar.gz"
-checksum=4d52db486d27848e54613d4ee977ad952ec08ce17807e1b525b10cd4436c643f
+checksum=0ff62b42ec51afa5713caee7c4fde7a0c45940ba39bef8c5c9487fef0c953df5
 nocross=yes
 shlib_provides="libR.so"
+# tests require texlive distribution
 make_check=extended
 
 build_options="openblas"

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

* Re: [PR PATCH] [Merged]: R: update to 4.2.2.
  2022-11-03 12:35 [PR PATCH] R: update to 4.2.2 luhann
  2022-11-03 13:01 ` [PR PATCH] [Updated] " luhann
@ 2022-11-09  0:56 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-11-09  0:56 UTC (permalink / raw)
  To: ml

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

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

R: update to 4.2.2.
https://github.com/void-linux/void-packages/pull/40317

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

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

Minor version update, no major changes to the build.


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

end of thread, other threads:[~2022-11-09  0:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-03 12:35 [PR PATCH] R: update to 4.2.2 luhann
2022-11-03 13:01 ` [PR PATCH] [Updated] " luhann
2022-11-09  0:56 ` [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).