Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libjaylink: update to 0.3.0.
@ 2022-08-16 22:23 classabbyamp
  2022-08-16 22:42 ` [PR PATCH] [Updated] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-16 22:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages update/libjaylink-0.3.0
https://github.com/void-linux/void-packages/pull/38728

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

#### Testing the changes
- I tested the changes in this PR: **NO**
    - I don't have the money to buy any J-Link hardware, but it builds



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

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

From 73b27d286a50d682102906c601e51f5ed6bb8333 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 16 Aug 2022 18:21:00 -0400
Subject: [PATCH] libjaylink: update to 0.3.0.

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

diff --git a/srcpkgs/libjaylink/template b/srcpkgs/libjaylink/template
index 232a30004d4b..b19101d64114 100644
--- a/srcpkgs/libjaylink/template
+++ b/srcpkgs/libjaylink/template
@@ -1,6 +1,6 @@
 # Template file for 'libjaylink'
 pkgname=libjaylink
-version=0.2.0
+version=0.3.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -9,8 +9,9 @@ short_desc="Library to access SEGGER J-Link and compatible devices"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.zapb.de/libjaylink/libjaylink"
+changelog="https://gitlab.zapb.de/libjaylink/libjaylink/-/raw/master/NEWS"
 distfiles="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${version}/libjaylink-${version}.tar.gz"
-checksum=ac10d03088a2f28ebfc0411f9e617433936220dc183050f2e429694dcadc4f2a
+checksum=7885e295a567bcacb3f5ec825647d99b2bb0f7e37ccb390019813ff6e249b9b5
 
 pre_configure() {
 	./autogen.sh

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

* Re: [PR PATCH] [Updated] libjaylink: update to 0.3.0.
  2022-08-16 22:23 [PR PATCH] libjaylink: update to 0.3.0 classabbyamp
@ 2022-08-16 22:42 ` classabbyamp
  2022-09-01  0:15 ` unspecd
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-16 22:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages update/libjaylink-0.3.0
https://github.com/void-linux/void-packages/pull/38728

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

#### Testing the changes
- I tested the changes in this PR: **NO**
    - I don't have the money to buy any J-Link hardware, but it builds



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

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

From 0d462e9ab2be4049329efaed6b5cca43d1896c80 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 16 Aug 2022 18:21:00 -0400
Subject: [PATCH] libjaylink: update to 0.3.0.

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

diff --git a/srcpkgs/libjaylink/template b/srcpkgs/libjaylink/template
index 232a30004d4b..625ad84338f6 100644
--- a/srcpkgs/libjaylink/template
+++ b/srcpkgs/libjaylink/template
@@ -1,6 +1,6 @@
 # Template file for 'libjaylink'
 pkgname=libjaylink
-version=0.2.0
+version=0.3.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -9,11 +9,13 @@ short_desc="Library to access SEGGER J-Link and compatible devices"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.zapb.de/libjaylink/libjaylink"
+changelog="https://gitlab.zapb.de/libjaylink/libjaylink/-/raw/master/NEWS"
 distfiles="https://gitlab.zapb.de/libjaylink/libjaylink/-/archive/${version}/libjaylink-${version}.tar.gz"
-checksum=ac10d03088a2f28ebfc0411f9e617433936220dc183050f2e429694dcadc4f2a
+checksum=7885e295a567bcacb3f5ec825647d99b2bb0f7e37ccb390019813ff6e249b9b5
 
 pre_configure() {
 	./autogen.sh
+	vsed -e '3904s/^+//' -i configure
 }
 
 libjaylink-devel_package() {

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

* Re: libjaylink: update to 0.3.0.
  2022-08-16 22:23 [PR PATCH] libjaylink: update to 0.3.0 classabbyamp
  2022-08-16 22:42 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-09-01  0:15 ` unspecd
  2022-09-01  0:16 ` unspecd
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: unspecd @ 2022-09-01  0:15 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/38728#issuecomment-1233579446

Comment:
I can confirm that J-Link works correctly (at least in JTAG mode).

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

* Re: libjaylink: update to 0.3.0.
  2022-08-16 22:23 [PR PATCH] libjaylink: update to 0.3.0 classabbyamp
  2022-08-16 22:42 ` [PR PATCH] [Updated] " classabbyamp
  2022-09-01  0:15 ` unspecd
@ 2022-09-01  0:16 ` unspecd
  2022-09-01  0:22 ` [PR PATCH] [Merged]: " classabbyamp
  2022-09-01  0:22 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: unspecd @ 2022-09-01  0:16 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/38728#issuecomment-1233579446

Comment:
I can confirm that J-Link works correctly with libjaylink (at least in JTAG mode).

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

* Re: [PR PATCH] [Merged]: libjaylink: update to 0.3.0.
  2022-08-16 22:23 [PR PATCH] libjaylink: update to 0.3.0 classabbyamp
                   ` (2 preceding siblings ...)
  2022-09-01  0:16 ` unspecd
@ 2022-09-01  0:22 ` classabbyamp
  2022-09-01  0:22 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-09-01  0:22 UTC (permalink / raw)
  To: ml

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

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

libjaylink: update to 0.3.0.
https://github.com/void-linux/void-packages/pull/38728

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

#### Testing the changes
- I tested the changes in this PR: **NO**
    - I don't have the money to buy any J-Link hardware, but it builds



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

* Re: libjaylink: update to 0.3.0.
  2022-08-16 22:23 [PR PATCH] libjaylink: update to 0.3.0 classabbyamp
                   ` (3 preceding siblings ...)
  2022-09-01  0:22 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-09-01  0:22 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-09-01  0:22 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38728#issuecomment-1233584559

Comment:
thanks!

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

end of thread, other threads:[~2022-09-01  0:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 22:23 [PR PATCH] libjaylink: update to 0.3.0 classabbyamp
2022-08-16 22:42 ` [PR PATCH] [Updated] " classabbyamp
2022-09-01  0:15 ` unspecd
2022-09-01  0:16 ` unspecd
2022-09-01  0:22 ` [PR PATCH] [Merged]: " classabbyamp
2022-09-01  0:22 ` classabbyamp

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