Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] isl: update to 0.23 (with cloog and soname)
@ 2021-02-27 22:24 dkwo
  2021-02-27 22:26 ` dkwo
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: dkwo @ 2021-02-27 22:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages isl
https://github.com/void-linux/void-packages/pull/29104

isl: update to 0.23 (with cloog and soname)
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29104.patch is attached

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

From f4136e7e545b69ea693b7df971c715b47f747f03 Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Sat, 27 Feb 2021 23:15:28 +0100
Subject: [PATCH] isl: update to 0.23 (with cloog and soname)

---
 common/shlibs          |  2 +-
 srcpkgs/cloog/template |  8 ++++----
 srcpkgs/isl/template   | 14 ++++++++------
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index b016d28f788..da7a65ca56b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1078,7 +1078,7 @@ libfltk_images.so.1.3 fltk-1.3.0_1
 libspectre.so.1 libspectre-0.2.6_1
 libsratom-0.so.0 sratom-0.4.0_1
 libpwquality.so.1 libpwquality-1.1.1_1
-libisl.so.10 isl-0.10_1
+libisl.so.23 isl-0.23_1
 libisl.so.19 isl15-0.19_1
 libcloog-isl.so.4 cloog-0.18.1_1
 librtmp.so.1 librtmp-2.4.20161210_1
diff --git a/srcpkgs/cloog/template b/srcpkgs/cloog/template
index 13aa6cad577..18a84032fdd 100644
--- a/srcpkgs/cloog/template
+++ b/srcpkgs/cloog/template
@@ -1,7 +1,7 @@
 # Template file for 'cloog'
 pkgname=cloog
-version=0.18.4
-revision=2
+version=0.20.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--with-isl=system --with-gmp=system --with-gmp-exec-prefix=${XBPS_CROSS_BASE}"
@@ -10,8 +10,8 @@ short_desc="Library that generates loops for scanning polyhedra"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.bastoul.net/cloog/"
-distfiles="http://www.bastoul.net/cloog/pages/download/cloog-$version.tar.gz"
-checksum=325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e
+distfiles="https://github.com/periscop/cloog/releases/download/cloog-${version}/cloog-${version}.tar.gz"
+checksum=835c49951ff57be71dcceb6234d19d2cc22a3a5df84aea0a9d9760d92166fc72
 
 cloog-devel_package() {
 	depends="${makedepends} cloog>=${version}_${revision}"
diff --git a/srcpkgs/isl/template b/srcpkgs/isl/template
index 9a79dc216a1..d38776ffc66 100644
--- a/srcpkgs/isl/template
+++ b/srcpkgs/isl/template
@@ -1,16 +1,17 @@
 # Template file for 'isl'
 pkgname=isl
-version=0.12.2
-revision=2
+version=0.23
+revision=1
+wrksrc="isl-${version}"
 bootstrap=yes
 build_style=gnu-configure
 makedepends="gmp-devel"
 short_desc="Integer Set Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://freecode.com/projects/isl"
-license="LGPL-2.1"
+license="MIT"
+homepage="http://isl.gforge.inria.fr"
 distfiles="http://isl.gforge.inria.fr/isl-${version}.tar.bz2"
-checksum=f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4
+checksum=c58922c14ae7d0791a77932f377840890f19bc486b653fa64eba7f1026fb214d
 
 if [ -z "$CHROOT_READY" ]; then
 	CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
@@ -23,8 +24,9 @@ post_install() {
 }
 
 isl-devel_package() {
-	depends="gmp-devel isl>=${version}_${revision}"
+ 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
+ 	conflicts="isl-devel>=0"
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig

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

* Re: isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
@ 2021-02-27 22:26 ` dkwo
  2021-02-28  0:13 ` [PR REVIEW] " tornaria
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-02-27 22:26 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#issuecomment-787197144

Comment:
See also #24424
This time I only revbump cloog.

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

* Re: [PR REVIEW] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
  2021-02-27 22:26 ` dkwo
@ 2021-02-28  0:13 ` tornaria
  2021-02-28  9:12 ` [PR PATCH] [Updated] " dkwo
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: tornaria @ 2021-02-28  0:13 UTC (permalink / raw)
  To: ml

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

New review comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#discussion_r584208526

Comment:
Why conflict with itself?

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

* Re: [PR PATCH] [Updated] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
  2021-02-27 22:26 ` dkwo
  2021-02-28  0:13 ` [PR REVIEW] " tornaria
@ 2021-02-28  9:12 ` dkwo
  2021-02-28  9:14 ` [PR REVIEW] " dkwo
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-02-28  9:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages isl
https://github.com/void-linux/void-packages/pull/29104

isl: update to 0.23 (with cloog and soname)
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29104.patch is attached

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

From f4136e7e545b69ea693b7df971c715b47f747f03 Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Sat, 27 Feb 2021 23:15:28 +0100
Subject: [PATCH 1/2] isl: update to 0.23 (with cloog and soname)

---
 common/shlibs          |  2 +-
 srcpkgs/cloog/template |  8 ++++----
 srcpkgs/isl/template   | 14 ++++++++------
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index b016d28f788..da7a65ca56b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1078,7 +1078,7 @@ libfltk_images.so.1.3 fltk-1.3.0_1
 libspectre.so.1 libspectre-0.2.6_1
 libsratom-0.so.0 sratom-0.4.0_1
 libpwquality.so.1 libpwquality-1.1.1_1
-libisl.so.10 isl-0.10_1
+libisl.so.23 isl-0.23_1
 libisl.so.19 isl15-0.19_1
 libcloog-isl.so.4 cloog-0.18.1_1
 librtmp.so.1 librtmp-2.4.20161210_1
diff --git a/srcpkgs/cloog/template b/srcpkgs/cloog/template
index 13aa6cad577..18a84032fdd 100644
--- a/srcpkgs/cloog/template
+++ b/srcpkgs/cloog/template
@@ -1,7 +1,7 @@
 # Template file for 'cloog'
 pkgname=cloog
-version=0.18.4
-revision=2
+version=0.20.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--with-isl=system --with-gmp=system --with-gmp-exec-prefix=${XBPS_CROSS_BASE}"
@@ -10,8 +10,8 @@ short_desc="Library that generates loops for scanning polyhedra"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.bastoul.net/cloog/"
-distfiles="http://www.bastoul.net/cloog/pages/download/cloog-$version.tar.gz"
-checksum=325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e
+distfiles="https://github.com/periscop/cloog/releases/download/cloog-${version}/cloog-${version}.tar.gz"
+checksum=835c49951ff57be71dcceb6234d19d2cc22a3a5df84aea0a9d9760d92166fc72
 
 cloog-devel_package() {
 	depends="${makedepends} cloog>=${version}_${revision}"
diff --git a/srcpkgs/isl/template b/srcpkgs/isl/template
index 9a79dc216a1..d38776ffc66 100644
--- a/srcpkgs/isl/template
+++ b/srcpkgs/isl/template
@@ -1,16 +1,17 @@
 # Template file for 'isl'
 pkgname=isl
-version=0.12.2
-revision=2
+version=0.23
+revision=1
+wrksrc="isl-${version}"
 bootstrap=yes
 build_style=gnu-configure
 makedepends="gmp-devel"
 short_desc="Integer Set Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://freecode.com/projects/isl"
-license="LGPL-2.1"
+license="MIT"
+homepage="http://isl.gforge.inria.fr"
 distfiles="http://isl.gforge.inria.fr/isl-${version}.tar.bz2"
-checksum=f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4
+checksum=c58922c14ae7d0791a77932f377840890f19bc486b653fa64eba7f1026fb214d
 
 if [ -z "$CHROOT_READY" ]; then
 	CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
@@ -23,8 +24,9 @@ post_install() {
 }
 
 isl-devel_package() {
-	depends="gmp-devel isl>=${version}_${revision}"
+ 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
+ 	conflicts="isl-devel>=0"
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig

From 556d2aec4153981ebccc2d18b16f47a53ec5c387 Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Sun, 28 Feb 2021 10:03:41 +0100
Subject: [PATCH 2/2] isl: fix conflicts and vlicense

---
 srcpkgs/isl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/isl/template b/srcpkgs/isl/template
index d38776ffc66..e7bf749839d 100644
--- a/srcpkgs/isl/template
+++ b/srcpkgs/isl/template
@@ -19,6 +19,7 @@ if [ -z "$CHROOT_READY" ]; then
 fi
 
 post_install() {
+	vlicense LICENSE
 	# Remove gdb python files.
 	rm -f ${DESTDIR}/usr/lib/*.py
 }
@@ -26,7 +27,6 @@ post_install() {
 isl-devel_package() {
  	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
- 	conflicts="isl-devel>=0"
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig

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

* Re: [PR REVIEW] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (2 preceding siblings ...)
  2021-02-28  9:12 ` [PR PATCH] [Updated] " dkwo
@ 2021-02-28  9:14 ` dkwo
  2021-02-28 20:15 ` dkwo
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-02-28  9:14 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#discussion_r584264276

Comment:
Thanks for comments both here and in the other pr.
I edited accordingly.

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

* Re: isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (3 preceding siblings ...)
  2021-02-28  9:14 ` [PR REVIEW] " dkwo
@ 2021-02-28 20:15 ` dkwo
  2021-02-28 20:45 ` [PR REVIEW] " ericonr
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-02-28 20:15 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#issuecomment-787515264

Comment:
@pullmoll @tornaria how does it look now?

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

* Re: [PR REVIEW] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (4 preceding siblings ...)
  2021-02-28 20:15 ` dkwo
@ 2021-02-28 20:45 ` ericonr
  2021-02-28 21:18 ` [PR PATCH] [Updated] " dkwo
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-02-28 20:45 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#discussion_r584357753

Comment:
You added an extra space here.

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

* Re: [PR PATCH] [Updated] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (5 preceding siblings ...)
  2021-02-28 20:45 ` [PR REVIEW] " ericonr
@ 2021-02-28 21:18 ` dkwo
  2021-02-28 21:19 ` dkwo
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-02-28 21:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages isl
https://github.com/void-linux/void-packages/pull/29104

isl: update to 0.23 (with cloog and soname)
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29104.patch is attached

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

From 3a87a685b4435d0b812d93a1d2fbe2f79064840d Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Sun, 28 Feb 2021 22:15:04 +0100
Subject: [PATCH 1/2] isl: update to 0.23 (with soname)

---
 common/shlibs        |  2 +-
 srcpkgs/isl/template | 14 ++++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 959f1692961..b15907184c4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1078,7 +1078,7 @@ libfltk_images.so.1.3 fltk-1.3.0_1
 libspectre.so.1 libspectre-0.2.6_1
 libsratom-0.so.0 sratom-0.4.0_1
 libpwquality.so.1 libpwquality-1.1.1_1
-libisl.so.10 isl-0.10_1
+libisl.so.23 isl-0.23_1
 libisl.so.19 isl15-0.19_1
 libcloog-isl.so.4 cloog-0.18.1_1
 librtmp.so.1 librtmp-2.4.20161210_1
diff --git a/srcpkgs/isl/template b/srcpkgs/isl/template
index 9a79dc216a1..3b2e529845a 100644
--- a/srcpkgs/isl/template
+++ b/srcpkgs/isl/template
@@ -1,16 +1,17 @@
 # Template file for 'isl'
 pkgname=isl
-version=0.12.2
-revision=2
+version=0.23
+revision=1
+wrksrc="isl-${version}"
 bootstrap=yes
 build_style=gnu-configure
 makedepends="gmp-devel"
 short_desc="Integer Set Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://freecode.com/projects/isl"
-license="LGPL-2.1"
+license="MIT"
+homepage="http://isl.gforge.inria.fr"
 distfiles="http://isl.gforge.inria.fr/isl-${version}.tar.bz2"
-checksum=f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4
+checksum=c58922c14ae7d0791a77932f377840890f19bc486b653fa64eba7f1026fb214d
 
 if [ -z "$CHROOT_READY" ]; then
 	CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
@@ -18,12 +19,13 @@ if [ -z "$CHROOT_READY" ]; then
 fi
 
 post_install() {
+	vlicense LICENSE
 	# Remove gdb python files.
 	rm -f ${DESTDIR}/usr/lib/*.py
 }
 
 isl-devel_package() {
-	depends="gmp-devel isl>=${version}_${revision}"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 629147889f026c1bf9a0826962dfffd0ac300519 Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Sun, 28 Feb 2021 22:16:55 +0100
Subject: [PATCH 2/2] cloog: update to 0.20.0

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

diff --git a/srcpkgs/cloog/template b/srcpkgs/cloog/template
index 13aa6cad577..18a84032fdd 100644
--- a/srcpkgs/cloog/template
+++ b/srcpkgs/cloog/template
@@ -1,7 +1,7 @@
 # Template file for 'cloog'
 pkgname=cloog
-version=0.18.4
-revision=2
+version=0.20.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--with-isl=system --with-gmp=system --with-gmp-exec-prefix=${XBPS_CROSS_BASE}"
@@ -10,8 +10,8 @@ short_desc="Library that generates loops for scanning polyhedra"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.bastoul.net/cloog/"
-distfiles="http://www.bastoul.net/cloog/pages/download/cloog-$version.tar.gz"
-checksum=325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e
+distfiles="https://github.com/periscop/cloog/releases/download/cloog-${version}/cloog-${version}.tar.gz"
+checksum=835c49951ff57be71dcceb6234d19d2cc22a3a5df84aea0a9d9760d92166fc72
 
 cloog-devel_package() {
 	depends="${makedepends} cloog>=${version}_${revision}"

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

* Re: isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (6 preceding siblings ...)
  2021-02-28 21:18 ` [PR PATCH] [Updated] " dkwo
@ 2021-02-28 21:19 ` dkwo
  2021-02-28 22:09 ` tornaria
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-02-28 21:19 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#issuecomment-787525020

Comment:
@ericonr Thanks, I think I fixed it.

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

* Re: isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (7 preceding siblings ...)
  2021-02-28 21:19 ` dkwo
@ 2021-02-28 22:09 ` tornaria
  2021-02-28 22:17 ` [PR REVIEW] " ericonr
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: tornaria @ 2021-02-28 22:09 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#issuecomment-787532204

Comment:
Looks good to me, I compiled sagemath-9.2 using this without any issue.

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

* Re: [PR REVIEW] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (8 preceding siblings ...)
  2021-02-28 22:09 ` tornaria
@ 2021-02-28 22:17 ` ericonr
  2021-03-01  9:21 ` [PR PATCH] [Updated] " dkwo
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-02-28 22:17 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#discussion_r584369242

Comment:
this is default, you don't need to specify wrksrc.

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

* Re: [PR PATCH] [Updated] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (9 preceding siblings ...)
  2021-02-28 22:17 ` [PR REVIEW] " ericonr
@ 2021-03-01  9:21 ` dkwo
  2021-03-08  3:59 ` [PR REVIEW] " ericonr
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-03-01  9:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages isl
https://github.com/void-linux/void-packages/pull/29104

isl: update to 0.23 (with cloog and soname)
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29104.patch is attached

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

From c8522a68fa7617b594eb8b4913fadad85c5ed77e Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Mon, 1 Mar 2021 10:17:05 +0100
Subject: [PATCH 1/2] isl: update to 0.23 (with soname; fixing license and
 homepage)

---
 common/shlibs        |  2 +-
 srcpkgs/isl/template | 13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 858957c29f7..e09a823ef78 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1078,7 +1078,7 @@ libfltk_images.so.1.3 fltk-1.3.0_1
 libspectre.so.1 libspectre-0.2.6_1
 libsratom-0.so.0 sratom-0.4.0_1
 libpwquality.so.1 libpwquality-1.1.1_1
-libisl.so.10 isl-0.10_1
+libisl.so.23 isl-0.23_1
 libisl.so.19 isl15-0.19_1
 libcloog-isl.so.4 cloog-0.18.1_1
 librtmp.so.1 librtmp-2.4.20161210_1
diff --git a/srcpkgs/isl/template b/srcpkgs/isl/template
index 9a79dc216a1..d8a3cbe082a 100644
--- a/srcpkgs/isl/template
+++ b/srcpkgs/isl/template
@@ -1,16 +1,16 @@
 # Template file for 'isl'
 pkgname=isl
-version=0.12.2
-revision=2
+version=0.23
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 makedepends="gmp-devel"
 short_desc="Integer Set Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://freecode.com/projects/isl"
-license="LGPL-2.1"
+license="MIT"
+homepage="http://isl.gforge.inria.fr"
 distfiles="http://isl.gforge.inria.fr/isl-${version}.tar.bz2"
-checksum=f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4
+checksum=c58922c14ae7d0791a77932f377840890f19bc486b653fa64eba7f1026fb214d
 
 if [ -z "$CHROOT_READY" ]; then
 	CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
@@ -18,12 +18,13 @@ if [ -z "$CHROOT_READY" ]; then
 fi
 
 post_install() {
+	vlicense LICENSE
 	# Remove gdb python files.
 	rm -f ${DESTDIR}/usr/lib/*.py
 }
 
 isl-devel_package() {
-	depends="gmp-devel isl>=${version}_${revision}"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 51ee0906bc6d021f7cd90be32df1084147b69d28 Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Mon, 1 Mar 2021 10:19:55 +0100
Subject: [PATCH 2/2] cloog: update to 0.20.0

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

diff --git a/srcpkgs/cloog/template b/srcpkgs/cloog/template
index 13aa6cad577..18a84032fdd 100644
--- a/srcpkgs/cloog/template
+++ b/srcpkgs/cloog/template
@@ -1,7 +1,7 @@
 # Template file for 'cloog'
 pkgname=cloog
-version=0.18.4
-revision=2
+version=0.20.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--with-isl=system --with-gmp=system --with-gmp-exec-prefix=${XBPS_CROSS_BASE}"
@@ -10,8 +10,8 @@ short_desc="Library that generates loops for scanning polyhedra"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.bastoul.net/cloog/"
-distfiles="http://www.bastoul.net/cloog/pages/download/cloog-$version.tar.gz"
-checksum=325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e
+distfiles="https://github.com/periscop/cloog/releases/download/cloog-${version}/cloog-${version}.tar.gz"
+checksum=835c49951ff57be71dcceb6234d19d2cc22a3a5df84aea0a9d9760d92166fc72
 
 cloog-devel_package() {
 	depends="${makedepends} cloog>=${version}_${revision}"

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

* Re: [PR REVIEW] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (10 preceding siblings ...)
  2021-03-01  9:21 ` [PR PATCH] [Updated] " dkwo
@ 2021-03-08  3:59 ` ericonr
  2021-03-08  9:35 ` dkwo
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-03-08  3:59 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#discussion_r589156351

Comment:
What info do we have on this being an "official" fork?

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

* Re: [PR REVIEW] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (11 preceding siblings ...)
  2021-03-08  3:59 ` [PR REVIEW] " ericonr
@ 2021-03-08  9:35 ` dkwo
  2021-03-11 10:03 ` dkwo
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-03-08  9:35 UTC (permalink / raw)
  To: ml

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

New review comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#discussion_r589283406

Comment:
The contributors include the original author and most of the people who are also active with isl and cloog development and on cloog-development googlegroup.

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

* Re: isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (12 preceding siblings ...)
  2021-03-08  9:35 ` dkwo
@ 2021-03-11 10:03 ` dkwo
  2021-03-11 18:52 ` ericonr
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-03-11 10:03 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#issuecomment-796619441

Comment:
@ericonr is the `cloog` repo fine or should I revert it back to the previous (obsolete) one?

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

* Re: isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (13 preceding siblings ...)
  2021-03-11 10:03 ` dkwo
@ 2021-03-11 18:52 ` ericonr
  2021-03-12 10:17 ` [PR PATCH] [Updated] " dkwo
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-03-11 18:52 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#issuecomment-796963375

Comment:
Ok, I think the cloog commit should mention that it's changing the distfiles origin, but otherwise LGTM. Just fix the commit message and we are good. 

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

* Re: [PR PATCH] [Updated] isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (14 preceding siblings ...)
  2021-03-11 18:52 ` ericonr
@ 2021-03-12 10:17 ` dkwo
  2021-03-12 10:18 ` dkwo
  2021-03-12 15:19 ` [PR PATCH] [Merged]: " ericonr
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-03-12 10:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages isl
https://github.com/void-linux/void-packages/pull/29104

isl: update to 0.23 (with cloog and soname)
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29104.patch is attached

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

From c8522a68fa7617b594eb8b4913fadad85c5ed77e Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Mon, 1 Mar 2021 10:17:05 +0100
Subject: [PATCH 1/2] isl: update to 0.23 (with soname; fixing license and
 homepage)

---
 common/shlibs        |  2 +-
 srcpkgs/isl/template | 13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 858957c29f7..e09a823ef78 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1078,7 +1078,7 @@ libfltk_images.so.1.3 fltk-1.3.0_1
 libspectre.so.1 libspectre-0.2.6_1
 libsratom-0.so.0 sratom-0.4.0_1
 libpwquality.so.1 libpwquality-1.1.1_1
-libisl.so.10 isl-0.10_1
+libisl.so.23 isl-0.23_1
 libisl.so.19 isl15-0.19_1
 libcloog-isl.so.4 cloog-0.18.1_1
 librtmp.so.1 librtmp-2.4.20161210_1
diff --git a/srcpkgs/isl/template b/srcpkgs/isl/template
index 9a79dc216a1..d8a3cbe082a 100644
--- a/srcpkgs/isl/template
+++ b/srcpkgs/isl/template
@@ -1,16 +1,16 @@
 # Template file for 'isl'
 pkgname=isl
-version=0.12.2
-revision=2
+version=0.23
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 makedepends="gmp-devel"
 short_desc="Integer Set Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://freecode.com/projects/isl"
-license="LGPL-2.1"
+license="MIT"
+homepage="http://isl.gforge.inria.fr"
 distfiles="http://isl.gforge.inria.fr/isl-${version}.tar.bz2"
-checksum=f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4
+checksum=c58922c14ae7d0791a77932f377840890f19bc486b653fa64eba7f1026fb214d
 
 if [ -z "$CHROOT_READY" ]; then
 	CFLAGS="-I${XBPS_MASTERDIR}/usr/include"
@@ -18,12 +18,13 @@ if [ -z "$CHROOT_READY" ]; then
 fi
 
 post_install() {
+	vlicense LICENSE
 	# Remove gdb python files.
 	rm -f ${DESTDIR}/usr/lib/*.py
 }
 
 isl-devel_package() {
-	depends="gmp-devel isl>=${version}_${revision}"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 992cddb18b855b710e4b2d6e07bd71a2488a0d35 Mon Sep 17 00:00:00 2001
From: Nicolo <nicolopiazzalunga@gmail.com>
Date: Mon, 1 Mar 2021 10:19:55 +0100
Subject: [PATCH 2/2] cloog: update to 0.20.0, change distfiles origin

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

diff --git a/srcpkgs/cloog/template b/srcpkgs/cloog/template
index 13aa6cad577..18a84032fdd 100644
--- a/srcpkgs/cloog/template
+++ b/srcpkgs/cloog/template
@@ -1,7 +1,7 @@
 # Template file for 'cloog'
 pkgname=cloog
-version=0.18.4
-revision=2
+version=0.20.0
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--with-isl=system --with-gmp=system --with-gmp-exec-prefix=${XBPS_CROSS_BASE}"
@@ -10,8 +10,8 @@ short_desc="Library that generates loops for scanning polyhedra"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.bastoul.net/cloog/"
-distfiles="http://www.bastoul.net/cloog/pages/download/cloog-$version.tar.gz"
-checksum=325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e
+distfiles="https://github.com/periscop/cloog/releases/download/cloog-${version}/cloog-${version}.tar.gz"
+checksum=835c49951ff57be71dcceb6234d19d2cc22a3a5df84aea0a9d9760d92166fc72
 
 cloog-devel_package() {
 	depends="${makedepends} cloog>=${version}_${revision}"

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

* Re: isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (15 preceding siblings ...)
  2021-03-12 10:17 ` [PR PATCH] [Updated] " dkwo
@ 2021-03-12 10:18 ` dkwo
  2021-03-12 15:19 ` [PR PATCH] [Merged]: " ericonr
  17 siblings, 0 replies; 19+ messages in thread
From: dkwo @ 2021-03-12 10:18 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/29104#issuecomment-797389614

Comment:
@ericonr Done.

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

* Re: [PR PATCH] [Merged]: isl: update to 0.23 (with cloog and soname)
  2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
                   ` (16 preceding siblings ...)
  2021-03-12 10:18 ` dkwo
@ 2021-03-12 15:19 ` ericonr
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-03-12 15:19 UTC (permalink / raw)
  To: ml

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

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

isl: update to 0.23 (with cloog and soname)
https://github.com/void-linux/void-packages/pull/29104

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 19+ messages in thread

end of thread, other threads:[~2021-03-12 15:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-27 22:24 [PR PATCH] isl: update to 0.23 (with cloog and soname) dkwo
2021-02-27 22:26 ` dkwo
2021-02-28  0:13 ` [PR REVIEW] " tornaria
2021-02-28  9:12 ` [PR PATCH] [Updated] " dkwo
2021-02-28  9:14 ` [PR REVIEW] " dkwo
2021-02-28 20:15 ` dkwo
2021-02-28 20:45 ` [PR REVIEW] " ericonr
2021-02-28 21:18 ` [PR PATCH] [Updated] " dkwo
2021-02-28 21:19 ` dkwo
2021-02-28 22:09 ` tornaria
2021-02-28 22:17 ` [PR REVIEW] " ericonr
2021-03-01  9:21 ` [PR PATCH] [Updated] " dkwo
2021-03-08  3:59 ` [PR REVIEW] " ericonr
2021-03-08  9:35 ` dkwo
2021-03-11 10:03 ` dkwo
2021-03-11 18:52 ` ericonr
2021-03-12 10:17 ` [PR PATCH] [Updated] " dkwo
2021-03-12 10:18 ` dkwo
2021-03-12 15:19 ` [PR PATCH] [Merged]: " 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).