Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] png++: update to 0.2.10
Date: Wed, 02 Oct 2019 04:17:03 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14937@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2019-10-02  2:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-02  2:17 voidlinux-github [this message]
2019-10-02  6:51 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14937@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).