Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dbeaver: update to 22.2.3.
@ 2022-10-25 18:28 ar-jan
  2022-11-05 14:17 ` ar-jan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ar-jan @ 2022-10-25 18:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages dbeaver2223
https://github.com/void-linux/void-packages/pull/40162

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

Had to update the Java version used and add it to hostmakedepends. The build log is full of warnings which I think are new:
> [INFO] --- tycho-compiler-plugin:3.0.0:compile (default-compile) @ org.jkiss.dbeaver.ext.test ---
> [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml

Asking in the DBeaver issue queue to be sure: https://github.com/dbeaver/dbeaver/issues/18038.

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

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

From 299eeb709c1465e74ec6ec6d69232504969238db Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Tue, 25 Oct 2022 20:00:19 +0200
Subject: [PATCH] dbeaver: update to 22.2.3.

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

diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index 43fe53c89bfc..1bf70c17f53b 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,17 +1,17 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=22.1.3
+version=22.2.3
 revision=1
 # the build downloads binaries linked to glibc
 archs="x86_64 aarch64"
-hostmakedepends="apache-maven"
-depends="openjdk11" # openjdk11 or later version, when available
+hostmakedepends="apache-maven openjdk17"
+depends="openjdk17"
 short_desc="Free Universal Database Tool"
 maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://dbeaver.io"
 distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
-checksum=874921bad8bdcf37e4c9cb94f0b599f5d561de3934cecfef5ae2da3603a970a8
+checksum=07b31dfa46b9c1d0d67ec06040cedeac1b0431123acd426a62808c6df0c4b2ea
 nopie=true
 
 if [ "$XBPS_TARGET_MACHINE" = aarch64 ]; then

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

* Re: dbeaver: update to 22.2.3.
  2022-10-25 18:28 [PR PATCH] dbeaver: update to 22.2.3 ar-jan
@ 2022-11-05 14:17 ` ar-jan
  2022-11-07 11:56 ` ar-jan
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ar-jan @ 2022-11-05 14:17 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/40162#issuecomment-1304554988

Comment:
The JavaSE warnings can be ignored.

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

* Re: dbeaver: update to 22.2.3.
  2022-10-25 18:28 [PR PATCH] dbeaver: update to 22.2.3 ar-jan
  2022-11-05 14:17 ` ar-jan
@ 2022-11-07 11:56 ` ar-jan
  2022-11-07 11:56 ` [PR PATCH] [Closed]: " ar-jan
  2022-11-07 12:38 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: ar-jan @ 2022-11-07 11:56 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/40162#issuecomment-1305496898

Comment:
Closing, new v22.2.4.

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

* Re: [PR PATCH] [Closed]: dbeaver: update to 22.2.3.
  2022-10-25 18:28 [PR PATCH] dbeaver: update to 22.2.3 ar-jan
  2022-11-05 14:17 ` ar-jan
  2022-11-07 11:56 ` ar-jan
@ 2022-11-07 11:56 ` ar-jan
  2022-11-07 12:38 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: ar-jan @ 2022-11-07 11:56 UTC (permalink / raw)
  To: ml

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

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

dbeaver: update to 22.2.3.
https://github.com/void-linux/void-packages/pull/40162

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->

Had to update the Java version used and add it to hostmakedepends. The build log is full of warnings which I think are new:
> [INFO] --- tycho-compiler-plugin:3.0.0:compile (default-compile) @ org.jkiss.dbeaver.ext.test ---
> [WARNING] Using JavaSE-17 to fulfill requested profile of JavaSE-11 this might lead to faulty dependency resolution, consider define a suitable JDK in the toolchains.xml

Asking in the DBeaver issue queue to be sure: https://github.com/dbeaver/dbeaver/issues/18038.

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

* Re: dbeaver: update to 22.2.3.
  2022-10-25 18:28 [PR PATCH] dbeaver: update to 22.2.3 ar-jan
                   ` (2 preceding siblings ...)
  2022-11-07 11:56 ` [PR PATCH] [Closed]: " ar-jan
@ 2022-11-07 12:38 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-11-07 12:38 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40162#issuecomment-1305546956

Comment:
please update PRs instead of closing them

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

end of thread, other threads:[~2022-11-07 12:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 18:28 [PR PATCH] dbeaver: update to 22.2.3 ar-jan
2022-11-05 14:17 ` ar-jan
2022-11-07 11:56 ` ar-jan
2022-11-07 11:56 ` [PR PATCH] [Closed]: " ar-jan
2022-11-07 12:38 ` paper42

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