Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] root: update to 6.30.02
@ 2023-11-29 18:34 BenJarg
  2023-12-01 18:24 ` [PR PATCH] [Updated] " BenJarg
  2023-12-03 19:58 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: BenJarg @ 2023-11-29 18:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages root-6.30.02
https://github.com/void-linux/void-packages/pull/47489

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

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

- I built this PR locally for my native architecture, (x86_64 glibc)


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

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

From abe8c451143d79a61eed75a66598f5713c7f955a Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <bjargowsky@proton.me>
Date: Wed, 29 Nov 2023 09:29:47 -0800
Subject: [PATCH] root: update to 6.30.02

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

diff --git a/srcpkgs/root/template b/srcpkgs/root/template
index 9652152b2980b..c9ffe47bfba2a 100644
--- a/srcpkgs/root/template
+++ b/srcpkgs/root/template
@@ -1,7 +1,7 @@
 # Template file for 'root'
 pkgname=root
-version=6.28.06
-revision=2
+version=6.30.02
+revision=1
 # Only i686 and x86_64 seem to be officially supported
 archs="i686* x86_64*"
 build_style=cmake
@@ -27,7 +27,7 @@ maintainer="Ben Jargowsky <benjar63@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://root.cern"
 distfiles="https://root.cern/download/root_v${version}.source.tar.gz"
-checksum=af3b673b9aca393a5c9ae1bf86eab2672aaf1841b658c5c6e7a30ab93c586533
+checksum=7965a456d1ad1ee0d5fe4769bf5a8fec291af684ed93db0f3080a9c362435183
 build_options="fortran"
 build_options_default="fortran"
 python_version=3

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

* Re: [PR PATCH] [Updated] root: update to 6.30.02
  2023-11-29 18:34 [PR PATCH] root: update to 6.30.02 BenJarg
@ 2023-12-01 18:24 ` BenJarg
  2023-12-03 19:58 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: BenJarg @ 2023-12-01 18:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/BenJarg/void-packages root-6.30.02
https://github.com/void-linux/void-packages/pull/47489

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

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

- I built this PR locally for my native architecture, (x86_64 glibc)


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

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

From 03694f870574a5f3a58a92416600a0ef95b995c1 Mon Sep 17 00:00:00 2001
From: Ben Jargowsky <bjargowsky@proton.me>
Date: Wed, 29 Nov 2023 09:29:47 -0800
Subject: [PATCH] root: update to 6.30.02

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

diff --git a/srcpkgs/root/template b/srcpkgs/root/template
index 9652152b2980b..a724270262c24 100644
--- a/srcpkgs/root/template
+++ b/srcpkgs/root/template
@@ -1,7 +1,7 @@
 # Template file for 'root'
 pkgname=root
-version=6.28.06
-revision=2
+version=6.30.02
+revision=1
 # Only i686 and x86_64 seem to be officially supported
 archs="i686* x86_64*"
 build_style=cmake
@@ -27,7 +27,7 @@ maintainer="Ben Jargowsky <benjar63@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://root.cern"
 distfiles="https://root.cern/download/root_v${version}.source.tar.gz"
-checksum=af3b673b9aca393a5c9ae1bf86eab2672aaf1841b658c5c6e7a30ab93c586533
+checksum=7965a456d1ad1ee0d5fe4769bf5a8fec291af684ed93db0f3080a9c362435183
 build_options="fortran"
 build_options_default="fortran"
 python_version=3
@@ -36,7 +36,7 @@ shlib_provides="libCore.so libTree.so libRIO.so libMatrix.so libThread.so
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)
-	configure_args+=" -Dssl=OFF -Droot7=OFF"
+	configure_args+=" -Dssl=OFF -Droot7=OFF -Droofit=OFF"
 	;;
 esac
 

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

* Re: [PR PATCH] [Merged]: root: update to 6.30.02
  2023-11-29 18:34 [PR PATCH] root: update to 6.30.02 BenJarg
  2023-12-01 18:24 ` [PR PATCH] [Updated] " BenJarg
@ 2023-12-03 19:58 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-12-03 19:58 UTC (permalink / raw)
  To: ml

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

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

root: update to 6.30.02
https://github.com/void-linux/void-packages/pull/47489

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

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

- I built this PR locally for my native architecture, (x86_64 glibc)


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

end of thread, other threads:[~2023-12-03 19:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-29 18:34 [PR PATCH] root: update to 6.30.02 BenJarg
2023-12-01 18:24 ` [PR PATCH] [Updated] " BenJarg
2023-12-03 19:58 ` [PR PATCH] [Merged]: " Duncaen

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