GNU bug report logs - #34025
[PATCH] Update meson to 0.49.0

Previous Next

Package: guix-patches;

Reported by: Stuart Dilts <stuart.dilts <at> gmail.com>

Date: Wed, 9 Jan 2019 22:52:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#34025: closed ([PATCH] Update meson to 0.49.0)
Date: Thu, 10 Jan 2019 01:04:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 9 Jan 2019 20:02:47 -0500
with message-id <20190110010247.GA18759 <at> jasmine.lan>
and subject line Re: [bug#34025] [PATCH] Update meson to 0.49.0
has caused the debbugs.gnu.org bug report #34025,
regarding [PATCH] Update meson to 0.49.0
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
34025: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34025
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stuart Dilts <stuart.dilts <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] Update meson to 0.49.0
Date: Wed, 9 Jan 2019 15:50:58 -0700
[Message part 3 (text/plain, inline)]
* gnu/packages/build-tools.scm: update the version and sha256 hash
---
 gnu/packages/build-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index a34e7eb..628b36f 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -158,7 +158,7 @@ files and generates build instructions for the Ninja
build system.")
 (define-public meson
   (package
     (name "meson")
-    (version "0.47.2")
+    (version "0.49.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mesonbuild/meson/"
@@ -166,7 +166,7 @@ files and generates build instructions for the Ninja
build system.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1swmycf6p9p0ag6yiywyyri42ffkxxj38r2ic7in24km47cszn4j"))))
+                "0l8m1v7cl5ybm7psfqmmdqbvmnsbb1qhb8ni3hwap3i0mk29a0zv"))))
     (build-system python-build-system)
     (arguments
      `(;; FIXME: Tests require many additional inputs, a fix for the
RUNPATH
-- 
2.20.1
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Stuart Dilts <stuart.dilts <at> gmail.com>
Cc: 34025-done <at> debbugs.gnu.org
Subject: Re: [bug#34025] [PATCH] Update meson to 0.49.0
Date: Wed, 9 Jan 2019 20:02:47 -0500
[Message part 6 (text/plain, inline)]
On Wed, Jan 09, 2019 at 03:50:58PM -0700, Stuart Dilts wrote:
> * gnu/packages/build-tools.scm: update the version and sha256 hash

Thank you for sending this patch!

We actually already have this change on the 'staging' branch [0], in commit
f06fdbae8d6318fdabf9c1eb686e2bfa2b9ff18a.

Updating meson will trigger a rebuild of all the packages that use the
meson-build-system.

I'm not sure how to find out exactly how many packages directly and
indirectly depend on the meson-build-system, but since the change was
pushed to the staging branch, it's probably more than 300, which is the
limit for changes on the master branch.

The manual section Submitting Patches describes the guidelines for how
many rebuilds are acceptable on the master, staging, and core-updates
branches:

https://www.gnu.org/software/guix/manual/en/html_node/Submitting-Patches.html

[0] https://git.savannah.gnu.org/cgit/guix.git/log/?h=staging
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 6 years and 136 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.