Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] png++: update to 0.2.10
@ 2019-10-02  2:17 voidlinux-github
  2019-10-02  6:51 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-02  2:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/misuchiru03/void-packages up_png++_0.2.10
https://github.com/void-linux/void-packages/pull/14937

png++: update to 0.2.10


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_png++_0.2.10-14937.patch --]
[-- Type: text/x-diff, Size: 1833 bytes --]

From 296ee40e4da5ad583b197ca81862ec99d469ef38 Mon Sep 17 00:00:00 2001
From: Alex Childs <misuchiru03+void@gmail.com>
Date: Tue, 1 Oct 2019 19:13:36 -0700
Subject: [PATCH] png++: update to 0.2.10

---
 srcpkgs/png++/patches/musl-error.patch | 11 -----------
 srcpkgs/png++/template                 |  4 ++--
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/png++/patches/musl-error.patch

diff --git a/srcpkgs/png++/patches/musl-error.patch b/srcpkgs/png++/patches/musl-error.patch
deleted file mode 100644
index f1123d938ee..00000000000
--- a/srcpkgs/png++/patches/musl-error.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- error.hpp	2015-10-25 20:42:45.000000000 +0100
-+++ -	2018-11-07 12:49:36.093450988 +0100
-@@ -100,7 +100,7 @@
-             strerror_s(buf, ERRBUF_SIZE, errnum);
-             return std::string(buf);
- #else
--#if (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE
-+#if ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || !defined(__GLIBC__)
-             strerror_r(errnum, buf, ERRBUF_SIZE);
-             return std::string(buf);
- #else
diff --git a/srcpkgs/png++/template b/srcpkgs/png++/template
index 99de7397893..b156d606308 100644
--- a/srcpkgs/png++/template
+++ b/srcpkgs/png++/template
@@ -1,6 +1,6 @@
 # Template file for 'png++'
 pkgname=png++
-version=0.2.9
+version=0.2.10
 revision=1
 build_style=gnu-makefile
 make_build_target="docs"
@@ -12,7 +12,7 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://www.nongnu.org/pngpp"
 distfiles="${NONGNU_SITE}/pngpp/${pkgname}-${version}.tar.gz"
-checksum=abbc6a0565122b6c402d61743451830b4faee6ece454601c5711e1c1b4238791
+checksum=998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: png++: update to 0.2.10
  2019-10-02  2:17 [PR PATCH] png++: update to 0.2.10 voidlinux-github
@ 2019-10-02  6:51 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-02  6:51 UTC (permalink / raw)
  To: ml

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

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

png++: update to 0.2.10
https://github.com/void-linux/void-packages/pull/14937

Description:


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

end of thread, other threads:[~2019-10-02  6:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02  2:17 [PR PATCH] png++: update to 0.2.10 voidlinux-github
2019-10-02  6:51 ` [PR PATCH] [Merged]: " voidlinux-github

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