Github messages for voidlinux
 help / color / mirror / Atom feed
From: indeededa <indeededa@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ed: Update to 1.20
Date: Wed, 05 Jun 2024 15:45:24 +0200	[thread overview]
Message-ID: <20240605134524.320F8293BC@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50702@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2024-06-05 13:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-05  8:42 [PR PATCH] " indeededa
2024-06-05 13:22 ` leahneukirchen
2024-06-05 13:43 ` [PR PATCH] [Updated] " indeededa
2024-06-05 13:45 ` indeededa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240605134524.320F8293BC@inbox.vuxu.org \
    --to=indeededa@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).