Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dbeaver: update to 21.1.0.
@ 2021-05-31 19:20 ar-jan
  2021-05-31 19:27 ` ar-jan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ar-jan @ 2021-05-31 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages dbeaver2110
https://github.com/void-linux/void-packages/pull/31235

dbeaver: update to 21.1.0.
<!-- 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/31235.patch is attached

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

From f006531e9fdc2209e128b7f9c2b425f17f8d4545 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 31 May 2021 21:20:19 +0200
Subject: [PATCH] dbeaver: update to 21.1.0.

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

diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index d599da2fc67c..28353f30df0e 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,6 +1,6 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=21.0.5
+version=21.1.0
 revision=1
 # the build downloads binaries linked to glibc
 archs="x86_64"
@@ -11,7 +11,7 @@ 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=f22bf927a56802cd93052c2ea82fc87b469aeb2e666011aedb0171c4d0de9275
+checksum=95da7bdbcccea394fd997768f5a5a153db3153c68a39eaa4686b9e2b4cb86ab6
 nopie=true
 
 do_build() {

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

* Re: dbeaver: update to 21.1.0.
  2021-05-31 19:20 [PR PATCH] dbeaver: update to 21.1.0 ar-jan
@ 2021-05-31 19:27 ` ar-jan
  2021-05-31 19:45 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ar-jan @ 2021-05-31 19:27 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/31235#issuecomment-851646401

Comment:
I wonder where these failures are coming from? It builds fine locally.

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

* Re: dbeaver: update to 21.1.0.
  2021-05-31 19:20 [PR PATCH] dbeaver: update to 21.1.0 ar-jan
  2021-05-31 19:27 ` ar-jan
@ 2021-05-31 19:45 ` ericonr
  2021-05-31 21:11 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-05-31 19:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31235#issuecomment-851651377

Comment:
Looks like broken containers? Restarted build

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

* Re: dbeaver: update to 21.1.0.
  2021-05-31 19:20 [PR PATCH] dbeaver: update to 21.1.0 ar-jan
  2021-05-31 19:27 ` ar-jan
  2021-05-31 19:45 ` ericonr
@ 2021-05-31 21:11 ` ericonr
  2021-05-31 21:14 ` [PR PATCH] [Updated] " ar-jan
  2021-05-31 21:58 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-05-31 21:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31235#issuecomment-851683431

Comment:
You need to rebase your branch on top of upstream master, this is what's making CI error out.

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

* Re: [PR PATCH] [Updated] dbeaver: update to 21.1.0.
  2021-05-31 19:20 [PR PATCH] dbeaver: update to 21.1.0 ar-jan
                   ` (2 preceding siblings ...)
  2021-05-31 21:11 ` ericonr
@ 2021-05-31 21:14 ` ar-jan
  2021-05-31 21:58 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ar-jan @ 2021-05-31 21:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages dbeaver2110
https://github.com/void-linux/void-packages/pull/31235

dbeaver: update to 21.1.0.
<!-- 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/31235.patch is attached

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

From 38e0c072870780ec178586853792622f18c83b33 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 31 May 2021 21:20:19 +0200
Subject: [PATCH] dbeaver: update to 21.1.0.

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

diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index d599da2fc67c..28353f30df0e 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,6 +1,6 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=21.0.5
+version=21.1.0
 revision=1
 # the build downloads binaries linked to glibc
 archs="x86_64"
@@ -11,7 +11,7 @@ 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=f22bf927a56802cd93052c2ea82fc87b469aeb2e666011aedb0171c4d0de9275
+checksum=95da7bdbcccea394fd997768f5a5a153db3153c68a39eaa4686b9e2b4cb86ab6
 nopie=true
 
 do_build() {

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

* Re: [PR PATCH] [Merged]: dbeaver: update to 21.1.0.
  2021-05-31 19:20 [PR PATCH] dbeaver: update to 21.1.0 ar-jan
                   ` (3 preceding siblings ...)
  2021-05-31 21:14 ` [PR PATCH] [Updated] " ar-jan
@ 2021-05-31 21:58 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-05-31 21:58 UTC (permalink / raw)
  To: ml

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

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

dbeaver: update to 21.1.0.
https://github.com/void-linux/void-packages/pull/31235

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] 6+ messages in thread

end of thread, other threads:[~2021-05-31 21:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31 19:20 [PR PATCH] dbeaver: update to 21.1.0 ar-jan
2021-05-31 19:27 ` ar-jan
2021-05-31 19:45 ` ericonr
2021-05-31 21:11 ` ericonr
2021-05-31 21:14 ` [PR PATCH] [Updated] " ar-jan
2021-05-31 21:58 ` [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).