Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mpg123 and mpg123-extras: update to 1.32.3
@ 2023-10-06  2:25 zen0bit
  2024-01-05  1:46 ` github-actions
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zen0bit @ 2023-10-06  2:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR mpg123
https://github.com/void-linux/void-packages/pull/46468

mpg123 and mpg123-extras: update to 1.32.3

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

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


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

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

From 99c2a112b8dd36c9b1aa466eabefc046a003f5ad Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Fri, 6 Oct 2023 04:23:43 +0200
Subject: [PATCH 1/2] mpg123: update to 1.32.3

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

diff --git a/srcpkgs/mpg123/template b/srcpkgs/mpg123/template
index 90823cec2e189..1b5644702798a 100644
--- a/srcpkgs/mpg123/template
+++ b/srcpkgs/mpg123/template
@@ -1,7 +1,7 @@
 # Template file for 'mpg123'
 # Sync with mpg123-extras
 pkgname=mpg123
-version=1.31.3
+version=1.32.3
 revision=1
 build_style=gnu-configure
 # --with-cpu not necessary, upstream detects features correctly
@@ -15,7 +15,7 @@ license="LGPL-2.1-only"
 homepage="https://www.mpg123.org/"
 changelog="https://www.mpg123.de/trunk/NEWS"
 distfiles="${SOURCEFORGE_SITE}/mpg123/mpg123-${version}.tar.bz2"
-checksum=1ca77d3a69a5ff845b7a0536f783fee554e1041139a6b978f6afe14f5814ad1a
+checksum=2d9913a57d4ee8f497a182c6e82582602409782a4fb481e989feebf4435867b4
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	# No LFS required with musl

From 2f13566b39c236ba6678d11210c05e3fa0dda891 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Fri, 6 Oct 2023 04:24:03 +0200
Subject: [PATCH 2/2] mpg123-extras: update to 1.32.3

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

diff --git a/srcpkgs/mpg123-extras/template b/srcpkgs/mpg123-extras/template
index 3229619548a09..23864628e05d6 100644
--- a/srcpkgs/mpg123-extras/template
+++ b/srcpkgs/mpg123-extras/template
@@ -1,7 +1,7 @@
 # Template file for 'mpg123-extras'
 # Sync with mpg123
 pkgname=mpg123-extras
-version=1.31.3
+version=1.32.3
 revision=1
 build_style=gnu-configure
 # --with-cpu not necessary, upstream detects features correctly
@@ -16,7 +16,7 @@ license="LGPL-2.1-only"
 homepage="https://www.mpg123.org/"
 changelog="https://www.mpg123.de/trunk/NEWS"
 distfiles="https://www.mpg123.org/download/mpg123-${version}.tar.bz2"
-checksum=1ca77d3a69a5ff845b7a0536f783fee554e1041139a6b978f6afe14f5814ad1a
+checksum=2d9913a57d4ee8f497a182c6e82582602409782a4fb481e989feebf4435867b4
 
 # Restrict extras to the same matching version, ignore revision
 _depends="libmpg123>=${version}_1<=${version}_9999"

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

* Re: mpg123 and mpg123-extras: update to 1.32.3
  2023-10-06  2:25 [PR PATCH] mpg123 and mpg123-extras: update to 1.32.3 zen0bit
@ 2024-01-05  1:46 ` github-actions
  2024-01-10  2:55 ` [PR PATCH] [Updated] " zen0bit
  2024-01-10  2:55 ` [PR PATCH] [Closed]: " zen0bit
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2024-01-05  1:46 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/46468#issuecomment-1877998348

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: mpg123 and mpg123-extras: update to 1.32.3
  2023-10-06  2:25 [PR PATCH] mpg123 and mpg123-extras: update to 1.32.3 zen0bit
  2024-01-05  1:46 ` github-actions
  2024-01-10  2:55 ` [PR PATCH] [Updated] " zen0bit
@ 2024-01-10  2:55 ` zen0bit
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2024-01-10  2:55 UTC (permalink / raw)
  To: ml

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

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

mpg123 and mpg123-extras: update to 1.32.3
https://github.com/void-linux/void-packages/pull/46468

Description:

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

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


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

* Re: [PR PATCH] [Updated] mpg123 and mpg123-extras: update to 1.32.3
  2023-10-06  2:25 [PR PATCH] mpg123 and mpg123-extras: update to 1.32.3 zen0bit
  2024-01-05  1:46 ` github-actions
@ 2024-01-10  2:55 ` zen0bit
  2024-01-10  2:55 ` [PR PATCH] [Closed]: " zen0bit
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2024-01-10  2:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR mpg123
https://github.com/void-linux/void-packages/pull/46468

mpg123 and mpg123-extras: update to 1.32.3

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

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


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

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



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

end of thread, other threads:[~2024-01-10  2:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-06  2:25 [PR PATCH] mpg123 and mpg123-extras: update to 1.32.3 zen0bit
2024-01-05  1:46 ` github-actions
2024-01-10  2:55 ` [PR PATCH] [Updated] " zen0bit
2024-01-10  2:55 ` [PR PATCH] [Closed]: " zen0bit

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