Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
@ 2021-01-20  8:23 2asoft
  2021-01-20  8:25 ` 2asoft
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: 2asoft @ 2021-01-20  8:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/jb_update_jdk
https://github.com/void-linux/void-packages/pull/28048

jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
<!-- 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


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

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

From cab54b2a83ce2c8d463f5f968f4f0af032a9b1ef Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <1157248+2asoft@users.noreply.github.com>
Date: Wed, 20 Jan 2021 00:00:08 -0800
Subject: [PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1.

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

diff --git a/srcpkgs/jetbrains-jdk-bin/template b/srcpkgs/jetbrains-jdk-bin/template
index 0d4f25e8b2b..80fdaddf9d0 100644
--- a/srcpkgs/jetbrains-jdk-bin/template
+++ b/srcpkgs/jetbrains-jdk-bin/template
@@ -1,6 +1,6 @@
 # Template file for 'jetbrains-jdk-bin'
 pkgname=jetbrains-jdk-bin
-version=11.0.9.1b1244.2
+version=11.0.9.1b1257.1
 revision=1
 archs="x86_64"
 wrksrc="jbrsdk"
@@ -12,7 +12,7 @@ homepage="https://github.com/JetBrains/JetBrainsRuntime"
 _jdk_ver=${version%b*}
 _jdk_build=${version#*b}
 distfiles="https://dl.bintray.com/jetbrains/intellij-jbr/jbrsdk-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
-checksum=d0b47b6a8981da8c457642b7b35462e1711f6ec339bd1ba29f62f1173f172c04
+checksum=c9f40f9591a3d740963e12a668740525f6d84fe7f6756589ec99e695a34fe94a
 fetch_cmd="wget --quiet"
 # This JDK appears to link to libs that do not exist, but functions well even in their absence.
 # Best guess is that they are optional. ¯\_(ツ)_/¯

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

* Re: jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
  2021-01-20  8:23 [PR PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1 2asoft
@ 2021-01-20  8:25 ` 2asoft
  2021-01-22 22:26 ` Chocimier
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: 2asoft @ 2021-01-20  8:25 UTC (permalink / raw)
  To: ml

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

New comment by 2asoft on void-packages repository

https://github.com/void-linux/void-packages/pull/28048#issuecomment-763426890

Comment:
For some reason, the versions of this package that contain 5 parts of the "version" number are not available in the repositories.

It builds and runs fine for me locally (using the xbps-mini-builder), but the official repos dont have the new versions:
```sh
~ ❯ xbps-query -Rs jetbrains
[*] jetbrains-jdk-bin-11.0.9b1183.9_1                JetBrains Java 11 JDK
```

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

* Re: jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
  2021-01-20  8:23 [PR PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1 2asoft
  2021-01-20  8:25 ` 2asoft
@ 2021-01-22 22:26 ` Chocimier
  2021-01-23  6:52 ` 2asoft
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-22 22:26 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/28048#issuecomment-765718819

Comment:
It is because for xbps, 11.0.9b is equal to 11.0.9.2, and greater than 11.0.9.1b. Building lower version does not update index.

Solution would be listing `11.0.9b1183.9_1` in reverts.

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

* Re: jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
  2021-01-20  8:23 [PR PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1 2asoft
  2021-01-20  8:25 ` 2asoft
  2021-01-22 22:26 ` Chocimier
@ 2021-01-23  6:52 ` 2asoft
  2021-01-23  6:56 ` [PR PATCH] [Updated] " 2asoft
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: 2asoft @ 2021-01-23  6:52 UTC (permalink / raw)
  To: ml

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

New comment by 2asoft on void-packages repository

https://github.com/void-linux/void-packages/pull/28048#issuecomment-765879291

Comment:
> It is because for xbps, 11.0.9b is equal to 11.0.9.2, and greater than 11.0.9.1b. Building lower version does not update index.

I see.
That's unfortunate, but makes sense.

> Solution would be listing `11.0.9b1183.9_1` in reverts.

I guess I'll do this then.

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

* Re: [PR PATCH] [Updated] jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
  2021-01-20  8:23 [PR PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1 2asoft
                   ` (2 preceding siblings ...)
  2021-01-23  6:52 ` 2asoft
@ 2021-01-23  6:56 ` 2asoft
  2021-01-23  6:58 ` 2asoft
  2021-01-25 20:33 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: 2asoft @ 2021-01-23  6:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/jb_update_jdk
https://github.com/void-linux/void-packages/pull/28048

jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
<!-- 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


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

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

From 96f80e723d6cc3e093955664af277996d192e9fd Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <1157248+2asoft@users.noreply.github.com>
Date: Wed, 20 Jan 2021 00:00:08 -0800
Subject: [PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1.

---
 srcpkgs/jetbrains-jdk-bin/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jetbrains-jdk-bin/template b/srcpkgs/jetbrains-jdk-bin/template
index 0d4f25e8b2b..060ac8bacbe 100644
--- a/srcpkgs/jetbrains-jdk-bin/template
+++ b/srcpkgs/jetbrains-jdk-bin/template
@@ -1,6 +1,7 @@
 # Template file for 'jetbrains-jdk-bin'
 pkgname=jetbrains-jdk-bin
-version=11.0.9.1b1244.2
+reverts=11.0.9b*
+version=11.0.9.1b1257.1
 revision=1
 archs="x86_64"
 wrksrc="jbrsdk"
@@ -12,7 +13,7 @@ homepage="https://github.com/JetBrains/JetBrainsRuntime"
 _jdk_ver=${version%b*}
 _jdk_build=${version#*b}
 distfiles="https://dl.bintray.com/jetbrains/intellij-jbr/jbrsdk-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
-checksum=d0b47b6a8981da8c457642b7b35462e1711f6ec339bd1ba29f62f1173f172c04
+checksum=c9f40f9591a3d740963e12a668740525f6d84fe7f6756589ec99e695a34fe94a
 fetch_cmd="wget --quiet"
 # This JDK appears to link to libs that do not exist, but functions well even in their absence.
 # Best guess is that they are optional. ¯\_(ツ)_/¯

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

* Re: [PR PATCH] [Updated] jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
  2021-01-20  8:23 [PR PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1 2asoft
                   ` (3 preceding siblings ...)
  2021-01-23  6:56 ` [PR PATCH] [Updated] " 2asoft
@ 2021-01-23  6:58 ` 2asoft
  2021-01-25 20:33 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: 2asoft @ 2021-01-23  6:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/jb_update_jdk
https://github.com/void-linux/void-packages/pull/28048

jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
<!-- 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


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

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

From fd45cfabc60a8c29d3e8bc0c559b03b95d93e0a9 Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <1157248+2asoft@users.noreply.github.com>
Date: Wed, 20 Jan 2021 00:00:08 -0800
Subject: [PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1.

---
 srcpkgs/jetbrains-jdk-bin/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/jetbrains-jdk-bin/template b/srcpkgs/jetbrains-jdk-bin/template
index 0d4f25e8b2b..6d502fc463f 100644
--- a/srcpkgs/jetbrains-jdk-bin/template
+++ b/srcpkgs/jetbrains-jdk-bin/template
@@ -1,6 +1,7 @@
 # Template file for 'jetbrains-jdk-bin'
 pkgname=jetbrains-jdk-bin
-version=11.0.9.1b1244.2
+reverts=11.0.9b1183.9_1
+version=11.0.9.1b1257.1
 revision=1
 archs="x86_64"
 wrksrc="jbrsdk"
@@ -12,7 +13,7 @@ homepage="https://github.com/JetBrains/JetBrainsRuntime"
 _jdk_ver=${version%b*}
 _jdk_build=${version#*b}
 distfiles="https://dl.bintray.com/jetbrains/intellij-jbr/jbrsdk-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
-checksum=d0b47b6a8981da8c457642b7b35462e1711f6ec339bd1ba29f62f1173f172c04
+checksum=c9f40f9591a3d740963e12a668740525f6d84fe7f6756589ec99e695a34fe94a
 fetch_cmd="wget --quiet"
 # This JDK appears to link to libs that do not exist, but functions well even in their absence.
 # Best guess is that they are optional. ¯\_(ツ)_/¯

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

* Re: [PR PATCH] [Merged]: jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
  2021-01-20  8:23 [PR PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1 2asoft
                   ` (4 preceding siblings ...)
  2021-01-23  6:58 ` 2asoft
@ 2021-01-25 20:33 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2021-01-25 20:33 UTC (permalink / raw)
  To: ml

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

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

jetbrains-jdk-bin: update to 11.0.9.1b1257.1.
https://github.com/void-linux/void-packages/pull/28048

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


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

end of thread, other threads:[~2021-01-25 20:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20  8:23 [PR PATCH] jetbrains-jdk-bin: update to 11.0.9.1b1257.1 2asoft
2021-01-20  8:25 ` 2asoft
2021-01-22 22:26 ` Chocimier
2021-01-23  6:52 ` 2asoft
2021-01-23  6:56 ` [PR PATCH] [Updated] " 2asoft
2021-01-23  6:58 ` 2asoft
2021-01-25 20:33 ` [PR PATCH] [Merged]: " Chocimier

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