Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libmpc: update to 1.2.1.
@ 2021-08-24 23:32 tornaria
  2021-08-25  7:28 ` dkwo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tornaria @ 2021-08-24 23:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages libmpc
https://github.com/void-linux/void-packages/pull/32658

libmpc: update to 1.2.1.
I compiled and doctested sage-9.4 with this PR + other updates and new packages. All working fine.

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

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

From 42d828b32bac2b2baf734096617e5ef7aec33e9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 24 Aug 2021 18:37:30 -0300
Subject: [PATCH] libmpc: update to 1.2.1.

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

diff --git a/srcpkgs/libmpc/template b/srcpkgs/libmpc/template
index ae2f6f480c05..62faaa3216d7 100644
--- a/srcpkgs/libmpc/template
+++ b/srcpkgs/libmpc/template
@@ -1,6 +1,6 @@
 # Template file for 'libmpc'
 pkgname=libmpc
-version=1.1.0
+version=1.2.1
 revision=2
 bootstrap=yes
 wrksrc="mpc-${version}"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="http://www.multiprecision.org"
 distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.gz"
-checksum=6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
+checksum=17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
 
 if [ -z "$CHROOT_READY" ]; then
 	CFLAGS="-I${XBPS_MASTERDIR}/usr/include"

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

* Re: libmpc: update to 1.2.1.
  2021-08-24 23:32 [PR PATCH] libmpc: update to 1.2.1 tornaria
@ 2021-08-25  7:28 ` dkwo
  2021-08-25 13:04 ` [PR PATCH] [Updated] " tornaria
  2021-08-25 17:16 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2021-08-25  7:28 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/32658#issuecomment-905253613

Comment:
You just have a lint fix, otherwise LGTM.

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

* Re: [PR PATCH] [Updated] libmpc: update to 1.2.1.
  2021-08-24 23:32 [PR PATCH] libmpc: update to 1.2.1 tornaria
  2021-08-25  7:28 ` dkwo
@ 2021-08-25 13:04 ` tornaria
  2021-08-25 17:16 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: tornaria @ 2021-08-25 13:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages libmpc
https://github.com/void-linux/void-packages/pull/32658

libmpc: update to 1.2.1.
I compiled and doctested sage-9.4 with this PR + other updates and new packages. All working fine.

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

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

From 64613c66aeae9399cf5ad1f092f82360b7cf790a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 24 Aug 2021 18:37:30 -0300
Subject: [PATCH] libmpc: update to 1.2.1.

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

diff --git a/srcpkgs/libmpc/template b/srcpkgs/libmpc/template
index ae2f6f480c05..ec0930a6d5aa 100644
--- a/srcpkgs/libmpc/template
+++ b/srcpkgs/libmpc/template
@@ -1,7 +1,7 @@
 # Template file for 'libmpc'
 pkgname=libmpc
-version=1.1.0
-revision=2
+version=1.2.1
+revision=1
 bootstrap=yes
 wrksrc="mpc-${version}"
 build_style=gnu-configure
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="http://www.multiprecision.org"
 distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.gz"
-checksum=6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
+checksum=17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
 
 if [ -z "$CHROOT_READY" ]; then
 	CFLAGS="-I${XBPS_MASTERDIR}/usr/include"

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

* Re: [PR PATCH] [Merged]: libmpc: update to 1.2.1.
  2021-08-24 23:32 [PR PATCH] libmpc: update to 1.2.1 tornaria
  2021-08-25  7:28 ` dkwo
  2021-08-25 13:04 ` [PR PATCH] [Updated] " tornaria
@ 2021-08-25 17:16 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-08-25 17:16 UTC (permalink / raw)
  To: ml

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

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

libmpc: update to 1.2.1.
https://github.com/void-linux/void-packages/pull/32658

Description:
I compiled and doctested sage-9.4 with this PR + other updates and new packages. All working fine.

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

end of thread, other threads:[~2021-08-25 17:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-24 23:32 [PR PATCH] libmpc: update to 1.2.1 tornaria
2021-08-25  7:28 ` dkwo
2021-08-25 13:04 ` [PR PATCH] [Updated] " tornaria
2021-08-25 17:16 ` [PR PATCH] [Merged]: " ericonr

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