Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mle: update to 1.5.0.
@ 2022-05-30 18:23 adsr
  2022-06-01 20:20 ` paper42
                   ` (5 more replies)
  0 siblings, 6 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

* Re: mle: update to 1.5.0.
  2022-05-30 18:23 [PR PATCH] mle: update to 1.5.0 adsr
@ 2022-06-01 20:20 ` paper42
  2022-06-01 21:56 ` adsr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-06-01 20:20 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37361#issuecomment-1144094990

Comment:
marking as help-wanted for testing

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

* Re: mle: update to 1.5.0.
  2022-05-30 18:23 [PR PATCH] mle: update to 1.5.0 adsr
  2022-06-01 20:20 ` paper42
@ 2022-06-01 21:56 ` adsr
  2022-09-09  2:15 ` github-actions
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: adsr @ 2022-06-01 21:56 UTC (permalink / raw)
  To: ml

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

New comment by adsr on void-packages repository

https://github.com/void-linux/void-packages/pull/37361#issuecomment-1144180893

Comment:
Tagging @anjandev @Hoshpak who were on the initial commit 7f21d7a5ade0d8db3be7aaefb3a294dd5ff79887

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

* Re: mle: update to 1.5.0.
  2022-05-30 18:23 [PR PATCH] mle: update to 1.5.0 adsr
  2022-06-01 20:20 ` paper42
  2022-06-01 21:56 ` adsr
@ 2022-09-09  2:15 ` github-actions
  2022-09-09  3:03 ` adsr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-09-09  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37361#issuecomment-1241420623

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: mle: update to 1.5.0.
  2022-05-30 18:23 [PR PATCH] mle: update to 1.5.0 adsr
                   ` (2 preceding siblings ...)
  2022-09-09  2:15 ` github-actions
@ 2022-09-09  3:03 ` adsr
  2022-12-09  2:32 ` github-actions
  2022-12-24  1:52 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 8+ messages in thread
From: adsr @ 2022-09-09  3:03 UTC (permalink / raw)
  To: ml

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

New comment by adsr on void-packages repository

https://github.com/void-linux/void-packages/pull/37361#issuecomment-1241443852

Comment:
(Bumping per suggestion from github-actions)

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

* Re: mle: update to 1.5.0.
  2022-05-30 18:23 [PR PATCH] mle: update to 1.5.0 adsr
                   ` (3 preceding siblings ...)
  2022-09-09  3:03 ` adsr
@ 2022-12-09  2:32 ` github-actions
  2022-12-24  1:52 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-12-09  2:32 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37361#issuecomment-1343762870

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: mle: update to 1.5.0.
  2022-05-30 18:23 [PR PATCH] mle: update to 1.5.0 adsr
                   ` (4 preceding siblings ...)
  2022-12-09  2:32 ` github-actions
@ 2022-12-24  1:52 ` github-actions
  5 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-12-24  1:52 UTC (permalink / raw)
  To: ml

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

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

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

Description:
#### 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.


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

* [PR PATCH] mle: update to 1.5.0
@ 2022-10-13  5:37 anjandev
  0 siblings, 0 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

end of thread, other threads:[~2022-12-24  1:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 18:23 [PR PATCH] mle: update to 1.5.0 adsr
2022-06-01 20:20 ` paper42
2022-06-01 21:56 ` adsr
2022-09-09  2:15 ` github-actions
2022-09-09  3:03 ` adsr
2022-12-09  2:32 ` github-actions
2022-12-24  1:52 ` [PR PATCH] [Closed]: " github-actions
2022-10-13  5:37 [PR PATCH] " anjandev

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