Github messages for voidlinux
 help / color / mirror / Atom feed
From: josegpt <josegpt@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] jansson: update to 2.14.
Date: Sun, 23 Jan 2022 18:27:09 +0100	[thread overview]
Message-ID: <20220123172709.8Tri-I_MZV_p0EBDAWVuCJMPMmDaOmz9zmGMjgV19ZU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35202@inbox.vuxu.org>

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

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

https://github.com/josegpt/void-packages jansson
https://github.com/void-linux/void-packages/pull/35202

jansson: update to 2.14.
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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686

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

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

From 07e2f12fe821f3732385981d1d08bd651c9eb5d3 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Sun, 23 Jan 2022 10:20:01 -0500
Subject: [PATCH] jansson: update to 2.14.

---
 srcpkgs/jansson/patches/fix-run-suites.patch | 22 ++++++++++++++++++++
 srcpkgs/jansson/template                     | 12 ++++-------
 2 files changed, 26 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/jansson/patches/fix-run-suites.patch

diff --git a/srcpkgs/jansson/patches/fix-run-suites.patch b/srcpkgs/jansson/patches/fix-run-suites.patch
new file mode 100644
index 000000000000..013b27132316
--- /dev/null
+++ b/srcpkgs/jansson/patches/fix-run-suites.patch
@@ -0,0 +1,22 @@
+From 0677666f65b988b2dd44d02966a08fea490d5883 Mon Sep 17 00:00:00 2001
+From: Petri Lehtinen <petri@digip.org>
+Date: Thu, 9 Sep 2021 21:53:11 +0300
+Subject: [PATCH] Fix the check-exports tests for versioned symbols
+
+---
+ test/suites/api/check-exports | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/suites/api/check-exports b/test/suites/api/check-exports
+index 2b6b3c79..5c82064c 100755
+--- a/test/suites/api/check-exports
++++ b/test/suites/api/check-exports
+@@ -15,7 +15,7 @@ grep 'json_\|jansson_' $top_srcdir/src/jansson.def \
+ nm -D $SOFILE >/dev/null >$test_log/symbols 2>/dev/null \
+     || exit 77  # Skip if "nm -D" doesn't seem to work
+ 
+-grep ' [DT] ' $test_log/symbols | cut -d' ' -f3 | grep -v '^_' | sort >$test_log/output
++grep ' [DT] ' $test_log/symbols | cut -d' ' -f3 | grep -v '^_' | sed 's/@@libjansson.*//' | sort >$test_log/output
+ 
+ if ! cmp -s $test_log/exports $test_log/output; then
+     diff -u $test_log/exports $test_log/output >&2
diff --git a/srcpkgs/jansson/template b/srcpkgs/jansson/template
index 1643a6f99b13..faf4dfc5df4e 100644
--- a/srcpkgs/jansson/template
+++ b/srcpkgs/jansson/template
@@ -1,20 +1,16 @@
 # Template file for 'jansson'
 pkgname=jansson
-version=2.13.1
+version=2.14
 revision=1
 build_style=gnu-configure
 hostmakedepends="autoconf automake libtool"
 short_desc="Library for encoding, decoding and manipulating JSON data"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Jose G Perez Taveras <josegpt27@gmail.com>"
 license="MIT"
 homepage="https://www.digip.org/jansson/"
 changelog="https://github.com/akheron/jansson/raw/master/CHANGES"
-distfiles="https://github.com/akheron/jansson/archive/v${version}.tar.gz"
-checksum=f22901582138e3203959c9257cf83eba9929ac41d7be4a42557213a22ebcc7a0
-
-pre_configure() {
-	autoreconf -vfi
-}
+distfiles="https://github.com/akheron/jansson/releases/download/v${version}/${pkgname}-${version}.tar.gz"
+checksum=5798d010e41cf8d76b66236cfb2f2543c8d082181d16bc3085ab49538d4b9929
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2022-01-23 17:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-23 15:23 [PR PATCH] " josegpt
2022-01-23 16:59 ` [PR PATCH] [Updated] " josegpt
2022-01-23 17:27 ` josegpt [this message]
2022-01-23 22:52 ` [PR REVIEW] " paper42
2022-01-23 23:16 ` [PR PATCH] [Updated] " josegpt
2022-01-23 23:18 ` [PR REVIEW] " josegpt
2022-01-25 12:49 ` [PR PATCH] [Merged]: " paper42

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=20220123172709.8Tri-I_MZV_p0EBDAWVuCJMPMmDaOmz9zmGMjgV19ZU@z \
    --to=josegpt@users.noreply.github.com \
    --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).