GNU bug report logs - #26348
[PATCH] gnu: libsndfile: Update to 1.0.28.

Previous Next

Package: guix-patches;

Reported by: Thomas Danckaert <post <at> thomasdanckaert.be>

Date: Mon, 3 Apr 2017 13:07:01 UTC

Severity: normal

Tags: patch

Done: Thomas Danckaert <post <at> thomasdanckaert.be>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26348 in the body.
You can then email your comments to 26348 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26348; Package guix-patches. (Mon, 03 Apr 2017 13:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thomas Danckaert <post <at> thomasdanckaert.be>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 03 Apr 2017 13:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thomas Danckaert <post <at> thomasdanckaert.be>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: libsndfile: Update to 1.0.28.
Date: Mon, 03 Apr 2017 15:05:44 +0200 (CEST)
[Message part 1 (text/plain, inline)]
... just to check this is ok for staging (guix refresh reports 
something like 730 rebuilds -- 263 packages + 467 dependent packages, 
if I understand correctly).

Thomas
[0001-gnu-libsndfile-Update-to-1.0.28.patch (text/x-patch, inline)]
From 885c307e802328adcaf1d34c1c3e5ff50c4f8de0 Mon Sep 17 00:00:00 2001
From: Thomas Danckaert <post <at> thomasdanckaert.be>
Date: Mon, 3 Apr 2017 10:59:16 +0200
Subject: [PATCH] gnu: libsndfile: Update to 1.0.28.

* gnu/packages/pulseaudio.scm (libsndfile): Update to 1.0.28.
---
 gnu/packages/pulseaudio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index a12f8d849..16c77f1f2 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw <at> netris.org>
 ;;; Copyright © 2016 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2017 Thomas Danckaert <post <at> thomasdanckaert.be>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -42,14 +43,14 @@
 (define-public libsndfile
   (package
     (name "libsndfile")
-    (version "1.0.27")
+    (version "1.0.28")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://www.mega-nerd.com/libsndfile/files/libsndfile-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1h7s61nhf7vklh9sdsbbqzb6x287q4x4j1jc5gmjragl4wprb4d3"))))
+               "1afzm7jx34jhqn32clc5xghyjglccam2728yxlx37yj2y0lkkwqz"))))
     (build-system gnu-build-system)
     (inputs
      `(("libvorbis" ,libvorbis)
-- 
2.12.2


Information forwarded to guix-patches <at> gnu.org:
bug#26348; Package guix-patches. (Mon, 03 Apr 2017 14:17:01 GMT) Full text and rfc822 format available.

Message #8 received at 26348 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Thomas Danckaert <post <at> thomasdanckaert.be>, 26348 <at> debbugs.gnu.org
Subject: Re: bug#26348: [PATCH] gnu: libsndfile: Update to 1.0.28.
Date: Mon, 03 Apr 2017 16:16:47 +0200
[Message part 1 (text/plain, inline)]
Thomas Danckaert <post <at> thomasdanckaert.be> writes:

> ... just to check this is ok for staging (guix refresh reports 
> something like 730 rebuilds -- 263 packages + 467 dependent packages, 
> if I understand correctly).

LGTM! The limit for "staging" is ~1200 rebuilds[0].

[0] https://lists.gnu.org/archive/html/guix-devel/2016-10/msg00933.html
[signature.asc (application/pgp-signature, inline)]

Reply sent to Thomas Danckaert <post <at> thomasdanckaert.be>:
You have taken responsibility. (Mon, 03 Apr 2017 20:00:02 GMT) Full text and rfc822 format available.

Notification sent to Thomas Danckaert <post <at> thomasdanckaert.be>:
bug acknowledged by developer. (Mon, 03 Apr 2017 20:00:02 GMT) Full text and rfc822 format available.

Message #13 received at 26348-close <at> debbugs.gnu.org (full text, mbox):

From: Thomas Danckaert <post <at> thomasdanckaert.be>
To: mbakke <at> fastmail.com
Cc: 26348-close <at> debbugs.gnu.org
Subject: Re: bug#26348: [PATCH] gnu: libsndfile: Update to 1.0.28.
Date: Mon, 03 Apr 2017 21:59:10 +0200 (CEST)
From: Marius Bakke <mbakke <at> fastmail.com>
Subject: Re: bug#26348: [PATCH] gnu: libsndfile: Update to 1.0.28.
Date: Mon, 03 Apr 2017 16:16:47 +0200

> Thomas Danckaert <post <at> thomasdanckaert.be> writes:
> 
>> ... just to check this is ok for staging (guix refresh reports 
>> something like 730 rebuilds -- 263 packages + 467 dependent packages, 
>> if I understand correctly).
> 
> LGTM! The limit for "staging" is ~1200 rebuilds[0].

OK, thanks, I was just being extra careful :)

Pushed, closing, and so on and so on...




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 02 May 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 53 days ago.

Previous Next


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