Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mle: update to 1.5.0
@ 2022-10-13  5:37 anjandev
  2022-10-13  9:16 ` [PR REVIEW] " paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: anjandev @ 2022-10-13  5:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages mle2
https://github.com/void-linux/void-packages/pull/39927

mle: update to 1.5.0


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 5ecc0d1dc17b453f8fe0aef2894c66705916bcee Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Wed, 12 Oct 2022 22:33:42 -0700
Subject: [PATCH] mle: update to 1.5.0

---
 srcpkgs/mle/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
index bc456ae3623d..9a96bf5443d2 100644
--- a/srcpkgs/mle/template
+++ b/srcpkgs/mle/template
@@ -1,16 +1,16 @@
 # Template file for 'mle'
 pkgname=mle
-version=1.4.3
+version=1.5.0
 revision=1
 build_style=gnu-makefile
 hostmakedepends="libtool"
-makedepends="termbox-devel lua53-devel pcre-devel uthash"
+makedepends="termbox-devel lua54-devel pcre-devel uthash"
 short_desc="Flexible terminal-based text editor (C)"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="Apache-2.0"
 homepage="https://github.com/adsr/mle"
 distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
-checksum=452b14d63f7d3ccd98263baec2e4840e4093cc42d1f9cedeaf45151b89ac5ff6
+checksum=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
 
 post_install() {
 	vman mle.1

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

* Re: [PR REVIEW] mle: update to 1.5.0
  2022-10-13  5:37 [PR PATCH] mle: update to 1.5.0 anjandev
@ 2022-10-13  9:16 ` paper42
  2022-10-13 21:17 ` [PR PATCH] [Updated] " anjandev
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-10-13  9:16 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39927#discussion_r994380211

Comment:
```suggestion
makedepends="termbox-devel lua54-devel pcre2-devel uthash"
```

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

* Re: [PR PATCH] [Updated] mle: update to 1.5.0
  2022-10-13  5:37 [PR PATCH] mle: update to 1.5.0 anjandev
  2022-10-13  9:16 ` [PR REVIEW] " paper42
@ 2022-10-13 21:17 ` anjandev
  2022-10-13 22:12 ` [PR REVIEW] " anjandev
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: anjandev @ 2022-10-13 21:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages mle2
https://github.com/void-linux/void-packages/pull/39927

mle: update to 1.5.0


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 454ba89717f267fe9557e24cc85cb8799e1bebb0 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 13 Oct 2022 14:17:20 -0700
Subject: [PATCH] mle: update to 1.5.0

---
 srcpkgs/mle/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
index bc456ae3623d..d7e3a90f5bae 100644
--- a/srcpkgs/mle/template
+++ b/srcpkgs/mle/template
@@ -1,16 +1,16 @@
 # Template file for 'mle'
 pkgname=mle
-version=1.4.3
+version=1.5.0
 revision=1
 build_style=gnu-makefile
 hostmakedepends="libtool"
-makedepends="termbox-devel lua53-devel pcre-devel uthash"
+makedepends="termbox-devel lua54-devel pcre2-devel uthash"
 short_desc="Flexible terminal-based text editor (C)"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="Apache-2.0"
 homepage="https://github.com/adsr/mle"
 distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
-checksum=452b14d63f7d3ccd98263baec2e4840e4093cc42d1f9cedeaf45151b89ac5ff6
+checksum=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
 
 post_install() {
 	vman mle.1

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

* Re: [PR REVIEW] mle: update to 1.5.0
  2022-10-13  5:37 [PR PATCH] mle: update to 1.5.0 anjandev
  2022-10-13  9:16 ` [PR REVIEW] " paper42
  2022-10-13 21:17 ` [PR PATCH] [Updated] " anjandev
@ 2022-10-13 22:12 ` anjandev
  2022-10-13 22:12 ` [PR PATCH] [Updated] " anjandev
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: anjandev @ 2022-10-13 22:12 UTC (permalink / raw)
  To: ml

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

New review comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/39927#discussion_r995165879

Comment:
The build fails with this change. https://github.com/void-linux/void-packages/actions/runs/3245745329/jobs/5323669623

Moreover, pcre2-devel does not exist in void repos.

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

* Re: [PR PATCH] [Updated] mle: update to 1.5.0
  2022-10-13  5:37 [PR PATCH] mle: update to 1.5.0 anjandev
                   ` (2 preceding siblings ...)
  2022-10-13 22:12 ` [PR REVIEW] " anjandev
@ 2022-10-13 22:12 ` anjandev
  2022-10-14  9:54 ` [PR REVIEW] " paper42
  2022-10-14 21:48 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 8+ messages in thread
From: anjandev @ 2022-10-13 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages mle2
https://github.com/void-linux/void-packages/pull/39927

mle: update to 1.5.0


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 1068c76ac998467da352cf5a86efcb1de10ea8b3 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 13 Oct 2022 14:17:20 -0700
Subject: [PATCH] mle: update to 1.5.0

---
 srcpkgs/mle/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
index bc456ae3623d..9a96bf5443d2 100644
--- a/srcpkgs/mle/template
+++ b/srcpkgs/mle/template
@@ -1,16 +1,16 @@
 # Template file for 'mle'
 pkgname=mle
-version=1.4.3
+version=1.5.0
 revision=1
 build_style=gnu-makefile
 hostmakedepends="libtool"
-makedepends="termbox-devel lua53-devel pcre-devel uthash"
+makedepends="termbox-devel lua54-devel pcre-devel uthash"
 short_desc="Flexible terminal-based text editor (C)"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="Apache-2.0"
 homepage="https://github.com/adsr/mle"
 distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
-checksum=452b14d63f7d3ccd98263baec2e4840e4093cc42d1f9cedeaf45151b89ac5ff6
+checksum=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
 
 post_install() {
 	vman mle.1

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

* Re: [PR REVIEW] mle: update to 1.5.0
  2022-10-13  5:37 [PR PATCH] mle: update to 1.5.0 anjandev
                   ` (3 preceding siblings ...)
  2022-10-13 22:12 ` [PR PATCH] [Updated] " anjandev
@ 2022-10-14  9:54 ` paper42
  2022-10-14 21:48 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-10-14  9:54 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39927#discussion_r995576464

Comment:
I see, I looked at master which supports pcre2, but it's not in this release yet, my bad. pcre2-devel does exist in void repositories though.

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

* Re: [PR PATCH] [Merged]: mle: update to 1.5.0
  2022-10-13  5:37 [PR PATCH] mle: update to 1.5.0 anjandev
                   ` (4 preceding siblings ...)
  2022-10-14  9:54 ` [PR REVIEW] " paper42
@ 2022-10-14 21:48 ` paper42
  5 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-10-14 21:48 UTC (permalink / raw)
  To: ml

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

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

mle: update to 1.5.0
https://github.com/void-linux/void-packages/pull/39927

Description:


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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

* [PR PATCH] mle: update to 1.5.0.
@ 2022-05-30 18:23 adsr
  0 siblings, 0 replies; 8+ messages in thread
From: adsr @ 2022-05-30 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adsr/void-packages master
https://github.com/void-linux/void-packages/pull/37361

mle: update to 1.5.0.
#### Testing the changes
- I tested the changes in this PR: **NO**


I don't have a void-linux setup to test presently. Summarizing the changes from the last version: Termbox dep is gone. Lua 5.4 instead of 5.3. Several new features and some bug fixes. In this release, `make test` will fail if locale codeset is not UTF-8. In that case, [this patch](https://github.com/adsr/mle/commit/e4dc4314b02a324701d9ae9873461d34cce041e5) will fix.


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

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

From 1cb323847b743ca3bd82bdbeacd9dc5d7f298a68 Mon Sep 17 00:00:00 2001
From: Adam Saponara <as@php.net>
Date: Mon, 30 May 2022 14:17:50 -0400
Subject: [PATCH] mle: update to 1.5.0.

---
 srcpkgs/mle/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mle/template b/srcpkgs/mle/template
index 2f349365a7c8..2753acd90459 100644
--- a/srcpkgs/mle/template
+++ b/srcpkgs/mle/template
@@ -1,17 +1,17 @@
 # Template file for 'mle'
 pkgname=mle
-version=1.4.3
+version=1.5.0
 revision=1
 build_style=gnu-makefile
 make_install_args="prefix=/usr"
 hostmakedepends="libtool"
-makedepends="termbox-devel lua53-devel pcre-devel uthash"
+makedepends="lua54-devel pcre-devel uthash"
 short_desc="Flexible terminal-based text editor (C)"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="Apache-2.0"
 homepage="https://github.com/adsr/mle"
 distfiles="https://github.com/adsr/mle/archive/v${version}.tar.gz"
-checksum=452b14d63f7d3ccd98263baec2e4840e4093cc42d1f9cedeaf45151b89ac5ff6
+checksum=569316485fa3775d0bb7559ac176a63adb29467c7098b14c0072c821feb6226b
 
 post_install() {
 	vman mle.1

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

end of thread, other threads:[~2022-10-14 21:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13  5:37 [PR PATCH] mle: update to 1.5.0 anjandev
2022-10-13  9:16 ` [PR REVIEW] " paper42
2022-10-13 21:17 ` [PR PATCH] [Updated] " anjandev
2022-10-13 22:12 ` [PR REVIEW] " anjandev
2022-10-13 22:12 ` [PR PATCH] [Updated] " anjandev
2022-10-14  9:54 ` [PR REVIEW] " paper42
2022-10-14 21:48 ` [PR PATCH] [Merged]: " paper42
  -- strict thread matches above, loose matches on Subject: below --
2022-05-30 18:23 [PR PATCH] " adsr

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