Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ed: Update to 1.20
@ 2024-06-05  8:42 indeededa
  2024-06-05 13:22 ` leahneukirchen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: indeededa @ 2024-06-05  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/indeededa/void-packages ed-1.20
https://github.com/void-linux/void-packages/pull/50702

ed: Update to 1.20
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
-->


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

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

From 331854bb8015175e792dbdcfdff852e60e2cdaf4 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 15:40:02 +0700
Subject: [PATCH] ed: Update to 1.20

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 0f9261aa506719..5f017957c0f274 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,6 +1,6 @@
 # Template file for 'ed'
 pkgname=ed
-version=1.19
+version=1.20
 revision=1
 build_style=gnu-configure
 hostmakedepends="lzip"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/ed/ed.html"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
-checksum=ce2f2e5c424790aa96d09dacb93d9bbfdc0b7eb6249c9cb7538452e8ec77cd48
+checksum=c6030defe6ae172f1687906d7354054c75a6a9130af319d4e73c50a91959c5a6
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

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

* Re: ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
@ 2024-06-05 13:22 ` leahneukirchen
  2024-06-05 13:43 ` [PR PATCH] [Updated] " indeededa
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2024-06-05 13:22 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/50702#issuecomment-2149898025

Comment:
Please bump to 1.20.2.

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

* Re: [PR PATCH] [Updated] ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
  2024-06-05 13:22 ` leahneukirchen
@ 2024-06-05 13:43 ` indeededa
  2024-06-05 13:45 ` indeededa
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: indeededa @ 2024-06-05 13:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/indeededa/void-packages ed-1.20
https://github.com/void-linux/void-packages/pull/50702

ed: Update to 1.20
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
-->


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

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

From 331854bb8015175e792dbdcfdff852e60e2cdaf4 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 15:40:02 +0700
Subject: [PATCH 1/2] ed: Update to 1.20

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 0f9261aa506719..5f017957c0f274 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,6 +1,6 @@
 # Template file for 'ed'
 pkgname=ed
-version=1.19
+version=1.20
 revision=1
 build_style=gnu-configure
 hostmakedepends="lzip"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/ed/ed.html"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
-checksum=ce2f2e5c424790aa96d09dacb93d9bbfdc0b7eb6249c9cb7538452e8ec77cd48
+checksum=c6030defe6ae172f1687906d7354054c75a6a9130af319d4e73c50a91959c5a6
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From c98bf0330f94b715123af8c457102356bd904cb1 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 20:43:04 +0700
Subject: [PATCH 2/2] ed: change to template revision 2

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 5f017957c0f274..db04ba41ed8077 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,7 +1,7 @@
 # Template file for 'ed'
 pkgname=ed
 version=1.20
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="lzip"
 short_desc="GNU Line-oriented text editor"

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

* Re: [PR PATCH] [Updated] ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
  2024-06-05 13:22 ` leahneukirchen
  2024-06-05 13:43 ` [PR PATCH] [Updated] " indeededa
@ 2024-06-05 13:45 ` indeededa
  2024-06-05 13:46 ` indeededa
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: indeededa @ 2024-06-05 13:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/indeededa/void-packages ed-1.20
https://github.com/void-linux/void-packages/pull/50702

ed: Update to 1.20
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
-->


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

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

From 331854bb8015175e792dbdcfdff852e60e2cdaf4 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 15:40:02 +0700
Subject: [PATCH 1/3] ed: Update to 1.20

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 0f9261aa506719..5f017957c0f274 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,6 +1,6 @@
 # Template file for 'ed'
 pkgname=ed
-version=1.19
+version=1.20
 revision=1
 build_style=gnu-configure
 hostmakedepends="lzip"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/ed/ed.html"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
-checksum=ce2f2e5c424790aa96d09dacb93d9bbfdc0b7eb6249c9cb7538452e8ec77cd48
+checksum=c6030defe6ae172f1687906d7354054c75a6a9130af319d4e73c50a91959c5a6
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From c98bf0330f94b715123af8c457102356bd904cb1 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 20:43:04 +0700
Subject: [PATCH 2/3] ed: change to template revision 2

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 5f017957c0f274..db04ba41ed8077 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,7 +1,7 @@
 # Template file for 'ed'
 pkgname=ed
 version=1.20
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="lzip"
 short_desc="GNU Line-oriented text editor"

From 9908dc0511d1ae232e986d0bb302a9f05687370a Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 20:45:20 +0700
Subject: [PATCH 3/3] ed: Update to 1.20.2

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index db04ba41ed8077..e141834121ded5 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,6 +1,6 @@
 # Template file for 'ed'
 pkgname=ed
-version=1.20
+version=1.20.2
 revision=2
 build_style=gnu-configure
 hostmakedepends="lzip"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/ed/ed.html"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
-checksum=c6030defe6ae172f1687906d7354054c75a6a9130af319d4e73c50a91959c5a6
+checksum=65fec7318f48c2ca17f334ac0f4703defe62037bb13cc23920de077b5fa24523 
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

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

* Re: ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
                   ` (2 preceding siblings ...)
  2024-06-05 13:45 ` indeededa
@ 2024-06-05 13:46 ` indeededa
  2024-06-05 13:47 ` indeededa
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: indeededa @ 2024-06-05 13:46 UTC (permalink / raw)
  To: ml

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

New comment by indeededa on void-packages repository

https://github.com/void-linux/void-packages/pull/50702#issuecomment-2150000999

Comment:
> Please bump to 1.20.2.
Okay

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

* Re: ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
                   ` (3 preceding siblings ...)
  2024-06-05 13:46 ` indeededa
@ 2024-06-05 13:47 ` indeededa
  2024-06-05 13:50 ` leahneukirchen
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: indeededa @ 2024-06-05 13:47 UTC (permalink / raw)
  To: ml

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

New comment by indeededa on void-packages repository

https://github.com/void-linux/void-packages/pull/50702#issuecomment-2150000999

Comment:
> Please bump to 1.20.2.

Okay

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

* Re: ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
                   ` (4 preceding siblings ...)
  2024-06-05 13:47 ` indeededa
@ 2024-06-05 13:50 ` leahneukirchen
  2024-06-05 13:52 ` [PR PATCH] [Updated] " indeededa
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: leahneukirchen @ 2024-06-05 13:50 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/50702#issuecomment-2150018502

Comment:
Keep revision=1 and squash to a single commit.

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

* Re: [PR PATCH] [Updated] ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
                   ` (5 preceding siblings ...)
  2024-06-05 13:50 ` leahneukirchen
@ 2024-06-05 13:52 ` indeededa
  2024-06-05 13:53 ` indeededa
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: indeededa @ 2024-06-05 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/indeededa/void-packages ed-1.20
https://github.com/void-linux/void-packages/pull/50702

ed: Update to 1.20
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
-->


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

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

From 331854bb8015175e792dbdcfdff852e60e2cdaf4 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 15:40:02 +0700
Subject: [PATCH 1/4] ed: Update to 1.20

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 0f9261aa506719..5f017957c0f274 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,6 +1,6 @@
 # Template file for 'ed'
 pkgname=ed
-version=1.19
+version=1.20
 revision=1
 build_style=gnu-configure
 hostmakedepends="lzip"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/ed/ed.html"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
-checksum=ce2f2e5c424790aa96d09dacb93d9bbfdc0b7eb6249c9cb7538452e8ec77cd48
+checksum=c6030defe6ae172f1687906d7354054c75a6a9130af319d4e73c50a91959c5a6
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From c98bf0330f94b715123af8c457102356bd904cb1 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 20:43:04 +0700
Subject: [PATCH 2/4] ed: change to template revision 2

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 5f017957c0f274..db04ba41ed8077 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,7 +1,7 @@
 # Template file for 'ed'
 pkgname=ed
 version=1.20
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="lzip"
 short_desc="GNU Line-oriented text editor"

From 9908dc0511d1ae232e986d0bb302a9f05687370a Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 20:45:20 +0700
Subject: [PATCH 3/4] ed: Update to 1.20.2

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index db04ba41ed8077..e141834121ded5 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,6 +1,6 @@
 # Template file for 'ed'
 pkgname=ed
-version=1.20
+version=1.20.2
 revision=2
 build_style=gnu-configure
 hostmakedepends="lzip"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/ed/ed.html"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
-checksum=c6030defe6ae172f1687906d7354054c75a6a9130af319d4e73c50a91959c5a6
+checksum=65fec7318f48c2ca17f334ac0f4703defe62037bb13cc23920de077b5fa24523 
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From 4dd23699d8cb77171b94013afe994536fbac4f9c Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 20:52:06 +0700
Subject: [PATCH 4/4] ed: revert back to revision=1

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index e141834121ded5..71bcbebe31310f 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,7 +1,7 @@
 # Template file for 'ed'
 pkgname=ed
 version=1.20.2
-revision=2
+revision=1
 build_style=gnu-configure
 hostmakedepends="lzip"
 short_desc="GNU Line-oriented text editor"

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

* Re: ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
                   ` (6 preceding siblings ...)
  2024-06-05 13:52 ` [PR PATCH] [Updated] " indeededa
@ 2024-06-05 13:53 ` indeededa
  2024-06-06  2:44 ` [PR PATCH] [Updated] " indeededa
  2024-06-06  4:55 ` [PR PATCH] [Closed]: " indeededa
  9 siblings, 0 replies; 11+ messages in thread
From: indeededa @ 2024-06-05 13:53 UTC (permalink / raw)
  To: ml

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

New comment by indeededa on void-packages repository

https://github.com/void-linux/void-packages/pull/50702#issuecomment-2150032537

Comment:
okay then

> Keep revision=1 and squash to a single commit.



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

* Re: [PR PATCH] [Updated] ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
                   ` (7 preceding siblings ...)
  2024-06-05 13:53 ` indeededa
@ 2024-06-06  2:44 ` indeededa
  2024-06-06  4:55 ` [PR PATCH] [Closed]: " indeededa
  9 siblings, 0 replies; 11+ messages in thread
From: indeededa @ 2024-06-06  2:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/indeededa/void-packages ed-1.20
https://github.com/void-linux/void-packages/pull/50702

ed: Update to 1.20
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
-->


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

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

From 331854bb8015175e792dbdcfdff852e60e2cdaf4 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 15:40:02 +0700
Subject: [PATCH 1/5] ed: Update to 1.20

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 0f9261aa506719..5f017957c0f274 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,6 +1,6 @@
 # Template file for 'ed'
 pkgname=ed
-version=1.19
+version=1.20
 revision=1
 build_style=gnu-configure
 hostmakedepends="lzip"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/ed/ed.html"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
-checksum=ce2f2e5c424790aa96d09dacb93d9bbfdc0b7eb6249c9cb7538452e8ec77cd48
+checksum=c6030defe6ae172f1687906d7354054c75a6a9130af319d4e73c50a91959c5a6
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From c98bf0330f94b715123af8c457102356bd904cb1 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 20:43:04 +0700
Subject: [PATCH 2/5] ed: change to template revision 2

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 5f017957c0f274..db04ba41ed8077 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,7 +1,7 @@
 # Template file for 'ed'
 pkgname=ed
 version=1.20
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="lzip"
 short_desc="GNU Line-oriented text editor"

From 9908dc0511d1ae232e986d0bb302a9f05687370a Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 20:45:20 +0700
Subject: [PATCH 3/5] ed: Update to 1.20.2

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index db04ba41ed8077..e141834121ded5 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,6 +1,6 @@
 # Template file for 'ed'
 pkgname=ed
-version=1.20
+version=1.20.2
 revision=2
 build_style=gnu-configure
 hostmakedepends="lzip"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/ed/ed.html"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
-checksum=c6030defe6ae172f1687906d7354054c75a6a9130af319d4e73c50a91959c5a6
+checksum=65fec7318f48c2ca17f334ac0f4703defe62037bb13cc23920de077b5fa24523 
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From 4dd23699d8cb77171b94013afe994536fbac4f9c Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Wed, 5 Jun 2024 20:52:06 +0700
Subject: [PATCH 4/5] ed: revert back to revision=1

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index e141834121ded5..71bcbebe31310f 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -1,7 +1,7 @@
 # Template file for 'ed'
 pkgname=ed
 version=1.20.2
-revision=2
+revision=1
 build_style=gnu-configure
 hostmakedepends="lzip"
 short_desc="GNU Line-oriented text editor"

From 95d14582d4d3eb6c880cab5286ae5dbad3d991d7 Mon Sep 17 00:00:00 2001
From: indeededa <164004041+indeededa@users.noreply.github.com>
Date: Thu, 6 Jun 2024 09:44:24 +0700
Subject: [PATCH 5/5] remove trailing whitespace on line 12

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

diff --git a/srcpkgs/ed/template b/srcpkgs/ed/template
index 71bcbebe31310f..8ce9a254fcae8d 100644
--- a/srcpkgs/ed/template
+++ b/srcpkgs/ed/template
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/ed/ed.html"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
-checksum=65fec7318f48c2ca17f334ac0f4703defe62037bb13cc23920de077b5fa24523 
+checksum=65fec7318f48c2ca17f334ac0f4703defe62037bb13cc23920de077b5fa24523
 
 do_build() {
 	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

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

* Re: [PR PATCH] [Closed]: ed: Update to 1.20
  2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
                   ` (8 preceding siblings ...)
  2024-06-06  2:44 ` [PR PATCH] [Updated] " indeededa
@ 2024-06-06  4:55 ` indeededa
  9 siblings, 0 replies; 11+ messages in thread
From: indeededa @ 2024-06-06  4:55 UTC (permalink / raw)
  To: ml

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

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

ed: Update to 1.20
https://github.com/void-linux/void-packages/pull/50702

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

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

<!--
#### 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
-->


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

end of thread, other threads:[~2024-06-06  4:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-05  8:42 [PR PATCH] ed: Update to 1.20 indeededa
2024-06-05 13:22 ` leahneukirchen
2024-06-05 13:43 ` [PR PATCH] [Updated] " indeededa
2024-06-05 13:45 ` indeededa
2024-06-05 13:46 ` indeededa
2024-06-05 13:47 ` indeededa
2024-06-05 13:50 ` leahneukirchen
2024-06-05 13:52 ` [PR PATCH] [Updated] " indeededa
2024-06-05 13:53 ` indeededa
2024-06-06  2:44 ` [PR PATCH] [Updated] " indeededa
2024-06-06  4:55 ` [PR PATCH] [Closed]: " indeededa

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