Github messages for voidlinux
 help / color / mirror / Atom feed
From: Bnyro <Bnyro@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vala: update to 0.56.9
Date: Fri, 07 Jul 2023 08:12:54 +0200	[thread overview]
Message-ID: <20230707061254.1ckRbp88EQZPn7WkwaH0umQdpQc9uqX_4aVQ3mc8ZWs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44604@inbox.vuxu.org>

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

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

https://github.com/Bnyro/void-packages vala
https://github.com/void-linux/void-packages/pull/44604

vala: update to 0.56.9
#### 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)



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

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

From 32622bbc893c6e5c2d87be1a93b1861aafc103b5 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sat, 24 Jun 2023 13:26:15 +0200
Subject: [PATCH 1/2] vala: update to 0.56.9

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

diff --git a/srcpkgs/vala/template b/srcpkgs/vala/template
index a724fb0d20bc..e53838e7532d 100644
--- a/srcpkgs/vala/template
+++ b/srcpkgs/vala/template
@@ -1,7 +1,7 @@
 # Template file for 'vala'
 pkgname=vala
 # Should be kept in sync with 'valadoc' (shared distfiles)
-version=0.56.5
+version=0.56.9
 revision=1
 build_style=gnu-configure
 configure_args="--disable-valadoc"
@@ -14,9 +14,9 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Vala"
 changelog="https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS"
 distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
-checksum=2b4292e7301de5fe904e67618116bc4027f60130a242b4a2228a295e6357b48c
+checksum=55578c7c4f067ace028e541806af240f8084cb6ff0cc554caa8ac08cbf8bce2f
 shlib_provides="libvalaccodegen.so"
-make_check=extended
+make_check=extended # take a lot of time
 
 pre_configure() {
 	autoreconf -if

From 8b7b90c648775af7979768b9a2a08a8abafd465c Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 7 Jul 2023 08:13:31 +0200
Subject: [PATCH 2/2] valadoc: update to 0.56.9

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

diff --git a/srcpkgs/valadoc/template b/srcpkgs/valadoc/template
index cb4e2178f866..f6c8409c6822 100644
--- a/srcpkgs/valadoc/template
+++ b/srcpkgs/valadoc/template
@@ -1,7 +1,7 @@
 # Template file for 'valadoc'
 pkgname=valadoc
 # Should be kept in sync with 'vala' (shared distfiles)
-version=0.56.5
+version=0.56.9
 revision=1
 build_style=gnu-configure
 configure_args="--with-cgraph=yes"
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Vala"
 changelog="https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS"
 distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
-checksum=2b4292e7301de5fe904e67618116bc4027f60130a242b4a2228a295e6357b48c
+checksum=55578c7c4f067ace028e541806af240f8084cb6ff0cc554caa8ac08cbf8bce2f
 
 pre_configure() {
 	autoreconf -if

  parent reply	other threads:[~2023-07-07  6:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-24 11:33 [PR PATCH] vala: update to 0.56.8 Bnyro
2023-07-03 17:12 ` [PR PATCH] [Updated] " Bnyro
2023-07-05 11:45 ` vala: update to 0.56.9 Bnyro
2023-07-05 11:46 ` Bnyro
2023-07-05 11:48 ` Bnyro
2023-07-05 12:15 ` paper42
2023-07-05 12:33 ` Bnyro
2023-07-05 12:37 ` [PR PATCH] [Updated] " Bnyro
2023-07-05 12:38 ` Bnyro
2023-07-07  6:12 ` Bnyro [this message]
2023-07-10 10:40 ` [PR PATCH] [Merged]: " classabbyamp

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=20230707061254.1ckRbp88EQZPn7WkwaH0umQdpQc9uqX_4aVQ3mc8ZWs@z \
    --to=bnyro@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).