Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dtools: update to 2.094.1
@ 2020-10-25 15:27 aurieh
  2021-01-29  2:40 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: aurieh @ 2020-10-25 15:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aurieh/void-packages update-dtools
https://github.com/void-linux/void-packages/pull/25879

dtools: update to 2.094.1
Also see #25878 

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

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

From 0ace64ae3ab30d128ed41635119761b6ac4b0208 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 25 Oct 2020 17:25:55 +0200
Subject: [PATCH] dtools: update to 2.094.1

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

diff --git a/srcpkgs/dtools/template b/srcpkgs/dtools/template
index d4e6cea7bb5..fe9e3f9ec12 100644
--- a/srcpkgs/dtools/template
+++ b/srcpkgs/dtools/template
@@ -1,7 +1,7 @@
 # Template file for 'dtools'
 pkgname=dtools
 # keep this synchronized with libphobos and dmd
-version=2.088.1
+version=2.094.1
 revision=1
 wrksrc="tools-${version}"
 hostmakedepends="dmd"
@@ -12,7 +12,7 @@ maintainer="Auri <me@aurieh.me>"
 license="BSL-1.0"
 homepage="http://www.digitalmars.com/d/2.0/"
 distfiles="https://github.com/dlang/tools/archive/v${version}.tar.gz"
-checksum=e2eb1afe24985096554c971059916bfad1573b85786529c0394009c8db967139
+checksum=5cf52d884b2951de9f27b9a6429133b9f60d103599349b49717d9172d6e97dfa
 
 do_build() {
 	# rdmd can't be built normally, is used to build others

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

* Re: dtools: update to 2.094.1
  2020-10-25 15:27 [PR PATCH] dtools: update to 2.094.1 aurieh
@ 2021-01-29  2:40 ` ericonr
  2021-02-01 21:28 ` aurieh
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-01-29  2:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25879#issuecomment-769535144

Comment:
According to the template, this depends on dmd being 2.094.1; since we haven't managed to figure out why the build sometimes hangs, I'm not sure what to do.

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

* Re: dtools: update to 2.094.1
  2020-10-25 15:27 [PR PATCH] dtools: update to 2.094.1 aurieh
  2021-01-29  2:40 ` ericonr
@ 2021-02-01 21:28 ` aurieh
  2021-02-01 21:28 ` aurieh
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aurieh @ 2021-02-01 21:28 UTC (permalink / raw)
  To: ml

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

New comment by aurieh on void-packages repository

https://github.com/void-linux/void-packages/pull/25879#issuecomment-771170998

Comment:
@ericonr a new release of D (dmd, dtools etc) was released not too long ago: `2.095.0`. Might be worth testing dmd build with that, there's a possibility the issue w/ the build hang was resolved.

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

* Re: dtools: update to 2.094.1
  2020-10-25 15:27 [PR PATCH] dtools: update to 2.094.1 aurieh
  2021-01-29  2:40 ` ericonr
  2021-02-01 21:28 ` aurieh
@ 2021-02-01 21:28 ` aurieh
  2021-02-10  2:24 ` [PR PATCH] [Updated] " aurieh
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aurieh @ 2021-02-01 21:28 UTC (permalink / raw)
  To: ml

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

New comment by aurieh on void-packages repository

https://github.com/void-linux/void-packages/pull/25879#issuecomment-771170998

Comment:
@ericonr a new release of D (dmd, dtools etc) came out not too long ago: `2.095.0`. Might be worth testing dmd build with that, there's a possibility the issue w/ the build hang was resolved.

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

* Re: [PR PATCH] [Updated] dtools: update to 2.094.1
  2020-10-25 15:27 [PR PATCH] dtools: update to 2.094.1 aurieh
                   ` (2 preceding siblings ...)
  2021-02-01 21:28 ` aurieh
@ 2021-02-10  2:24 ` aurieh
  2021-02-12  3:51 ` [PR PATCH] [Closed]: " ericonr
  2021-02-12  3:51 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: aurieh @ 2021-02-10  2:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aurieh/void-packages update-dtools
https://github.com/void-linux/void-packages/pull/25879

dtools: update to 2.094.1
Also see #25878 

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

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

From d29a1c5cb8c543512a75858a8f5c44a162bf0006 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Sun, 25 Oct 2020 17:25:55 +0200
Subject: [PATCH 1/2] dtools: update to 2.094.1

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

diff --git a/srcpkgs/dtools/template b/srcpkgs/dtools/template
index d4e6cea7bb5..fe9e3f9ec12 100644
--- a/srcpkgs/dtools/template
+++ b/srcpkgs/dtools/template
@@ -1,7 +1,7 @@
 # Template file for 'dtools'
 pkgname=dtools
 # keep this synchronized with libphobos and dmd
-version=2.088.1
+version=2.094.1
 revision=1
 wrksrc="tools-${version}"
 hostmakedepends="dmd"
@@ -12,7 +12,7 @@ maintainer="Auri <me@aurieh.me>"
 license="BSL-1.0"
 homepage="http://www.digitalmars.com/d/2.0/"
 distfiles="https://github.com/dlang/tools/archive/v${version}.tar.gz"
-checksum=e2eb1afe24985096554c971059916bfad1573b85786529c0394009c8db967139
+checksum=5cf52d884b2951de9f27b9a6429133b9f60d103599349b49717d9172d6e97dfa
 
 do_build() {
 	# rdmd can't be built normally, is used to build others

From 626ac511f21ba17bcbc1458bbaa530defe286b95 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Wed, 10 Feb 2021 04:23:49 +0200
Subject: [PATCH 2/2] dtools: update to 2.095.0

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

diff --git a/srcpkgs/dtools/template b/srcpkgs/dtools/template
index fe9e3f9ec12..d37489dd428 100644
--- a/srcpkgs/dtools/template
+++ b/srcpkgs/dtools/template
@@ -1,7 +1,7 @@
 # Template file for 'dtools'
 pkgname=dtools
 # keep this synchronized with libphobos and dmd
-version=2.094.1
+version=2.095.0
 revision=1
 wrksrc="tools-${version}"
 hostmakedepends="dmd"
@@ -12,7 +12,7 @@ maintainer="Auri <me@aurieh.me>"
 license="BSL-1.0"
 homepage="http://www.digitalmars.com/d/2.0/"
 distfiles="https://github.com/dlang/tools/archive/v${version}.tar.gz"
-checksum=5cf52d884b2951de9f27b9a6429133b9f60d103599349b49717d9172d6e97dfa
+checksum=7688c56285e098b91ec81a3efaaec6d236aa1a1736fe21797d3335175f8fea8c
 
 do_build() {
 	# rdmd can't be built normally, is used to build others

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

* Re: [PR PATCH] [Closed]: dtools: update to 2.094.1
  2020-10-25 15:27 [PR PATCH] dtools: update to 2.094.1 aurieh
                   ` (3 preceding siblings ...)
  2021-02-10  2:24 ` [PR PATCH] [Updated] " aurieh
@ 2021-02-12  3:51 ` ericonr
  2021-02-12  3:51 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-12  3:51 UTC (permalink / raw)
  To: ml

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

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

dtools: update to 2.094.1
https://github.com/void-linux/void-packages/pull/25879

Description:
Also see #25878 

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

* Re: dtools: update to 2.094.1
  2020-10-25 15:27 [PR PATCH] dtools: update to 2.094.1 aurieh
                   ` (4 preceding siblings ...)
  2021-02-12  3:51 ` [PR PATCH] [Closed]: " ericonr
@ 2021-02-12  3:51 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-12  3:51 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25879#issuecomment-777951265

Comment:
Please remember to squash commits per package next time :)

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

end of thread, other threads:[~2021-02-12  3:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-25 15:27 [PR PATCH] dtools: update to 2.094.1 aurieh
2021-01-29  2:40 ` ericonr
2021-02-01 21:28 ` aurieh
2021-02-01 21:28 ` aurieh
2021-02-10  2:24 ` [PR PATCH] [Updated] " aurieh
2021-02-12  3:51 ` [PR PATCH] [Closed]: " ericonr
2021-02-12  3:51 ` ericonr

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