GNU bug report logs - #33028
[PATCH] gnu: csound: Update to 6.11.0

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Fri, 12 Oct 2018 21:29:01 UTC

Severity: normal

Tags: patch

Done: iyzsong <at> member.fsf.org (宋文武)

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 33028 in the body.
You can then email your comments to 33028 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#33028; Package guix-patches. (Fri, 12 Oct 2018 21:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brett Gilio <brettg <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 12 Oct 2018 21:29:02 GMT) Full text and rfc822 format available.

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

From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org  
Subject: [PATCH] gnu: csound: Update to 6.11.0
Date: Fri, 12 Oct 2018 16:27:52 -0500
diff --git a/gnu/packages/astronomy.scm 
b/gnu/packages/astronomy.scm
index 3c8b9cc8d..5eb11cddd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 John Darrington <jmd <at> gnu.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2018 Brett Gilio <brettg <at> posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -128,7 +129,7 @@ programs for the manipulation and analysis of 
astronomical data.")
(define-public stellarium
  (package
    (name "stellarium")
-    (version "0.18.1")
+    (version "0.18.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://github.com/Stellarium/" 
             name
@@ -136,7 +137,7 @@ programs for the manipulation and analysis of 
astronomical data.")
                                 "/" name "-" version ".tar.gz"))
             (sha256
              (base32
- 
               "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq"))))
+ 
"1nr8n0v4wa0wfvqqk5kyy1jrv6xnvv4ppfa8l8bklrxbjvpsi0km"))))
    (build-system cmake-build-system)
    (inputs
     `(("qtbase" ,qtbase)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index d233940f2..785375295 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2018 okapi <okapi <at> firemail.cc>
;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2018 Clément Lassieur <clement <at> lassieur.org>
+;;; Copyright © 2018 Brett Gilio <brettg <at> posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -650,7 +651,7 @@ emulation (valve, tape), bit fiddling 
(decimator, pointer-cast), etc.")
(define-public csound
  (package
    (name "csound")
-    (version "6.09.1")
+    (version "6.11.0")
    (source (origin
              (method url-fetch)
              (uri (string-append
@@ -659,7 +660,7 @@ emulation (valve, tape), bit fiddling 
(decimator, pointer-cast), etc.")
              (file-name (string-append name "-" version 
              ".tar.gz"))
              (sha256
               (base32
- 
                "0xqpqws4jsv7fyawcjzwaw544qbfh29xq164kdf30a9v1n3yklp4"))))
+ 
"072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd"))))
    (build-system cmake-build-system)
    (inputs
     `(("alsa-lib" ,alsa-lib)




Information forwarded to guix-patches <at> gnu.org:
bug#33028; Package guix-patches. (Fri, 12 Oct 2018 21:35:01 GMT) Full text and rfc822 format available.

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

From: Brett Gilio <brettg <at> posteo.net>
To: Brett Gilio <brettg <at> posteo.net>
Cc: guix-patches <at> gnu.org
Subject: Re: [PATCH] gnu: csound: Update to 6.11.0
Date: Fri, 12 Oct 2018 16:33:54 -0500
Brett Gilio writes:

I made an error on the last patch submission.

> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index d233940f2..785375295 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -13,6 +13,7 @@
> ;;; Copyright © 2018 okapi <okapi <at> firemail.cc>
> ;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
> ;;; Copyright © 2018 Clément Lassieur <clement <at> lassieur.org>
> +;;; Copyright © 2018 Brett Gilio <brettg <at> posteo.net>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -650,7 +651,7 @@ emulation (valve, tape), bit fiddling 
> (decimator,
> pointer-cast), etc.")
> (define-public csound
>   (package
>     (name "csound")
> -    (version "6.09.1")
> +    (version "6.11.0")
>     (source (origin
>               (method url-fetch)
>               (uri (string-append
> @@ -659,7 +660,7 @@ emulation (valve, tape), bit fiddling 
> (decimator,
> pointer-cast), etc.")
>               (file-name (string-append name "-" version 
>               ".tar.gz"))
>               (sha256
>                (base32
> - 
>                 "0xqpqws4jsv7fyawcjzwaw544qbfh29xq164kdf30a9v1n3yklp4"))))
> + "072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd"))))
>     (build-system cmake-build-system)
>     (inputs
>      `(("alsa-lib" ,alsa-lib)





Information forwarded to guix-patches <at> gnu.org:
bug#33028; Package guix-patches. (Fri, 12 Oct 2018 21:40:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33028 <at> debbugs.gnu.org
Subject: Re: [bug#33028] [PATCH] gnu: csound: Update to 6.11.0
Date: Fri, 12 Oct 2018 23:39:27 +0200
Brett Gilio wrote:
> diff --git a/gnu/packages/astronomy.scm 
> b/gnu/packages/astronomy.scm
> index 3c8b9cc8d..5eb11cddd 100644
> --- a/gnu/packages/astronomy.scm
> +++ b/gnu/packages/astronomy.scm
> @@ -1,6 +1,7 @@
> ;;; GNU Guix --- Functional package management for GNU
> ;;; Copyright © 2016 John Darrington <jmd <at> gnu.org>
> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
> +;;; Copyright © 2018 Brett Gilio <brettg <at> posteo.net>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -128,7 +129,7 @@ programs for the manipulation and analysis 
> of
> astronomical data.")
> (define-public stellarium
>   (package
>     (name "stellarium")
> -    (version "0.18.1")
> +    (version "0.18.2")
>     (source (origin
>              (method url-fetch)
>              (uri (string-append 
>              "https://github.com/Stellarium/"
> name
> @@ -136,7 +137,7 @@ programs for the manipulation and analysis 
> of
> astronomical data.")
>                                  "/" name "-" version 
>                                  ".tar.gz"))
>              (sha256
>               (base32
> - 
>                "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq"))))
> + "1nr8n0v4wa0wfvqqk5kyy1jrv6xnvv4ppfa8l8bklrxbjvpsi0km"))))
>     (build-system cmake-build-system)
>     (inputs
>      `(("qtbase" ,qtbase)
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index d233940f2..785375295 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -13,6 +13,7 @@
> ;;; Copyright © 2018 okapi <okapi <at> firemail.cc>
> ;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
> ;;; Copyright © 2018 Clément Lassieur <clement <at> lassieur.org>
> +;;; Copyright © 2018 Brett Gilio <brettg <at> posteo.net>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -650,7 +651,7 @@ emulation (valve, tape), bit fiddling 
> (decimator,
> pointer-cast), etc.")
> (define-public csound
>   (package
>     (name "csound")
> -    (version "6.09.1")
> +    (version "6.11.0")
>     (source (origin
>               (method url-fetch)
>               (uri (string-append
> @@ -659,7 +660,7 @@ emulation (valve, tape), bit fiddling 
> (decimator,
> pointer-cast), etc.")
>               (file-name (string-append name "-" version
> ".tar.gz"))
>               (sha256
>                (base32
> - 
>                 "0xqpqws4jsv7fyawcjzwaw544qbfh29xq164kdf30a9v1n3yklp4"))))
> + "072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd"))))
>     (build-system cmake-build-system)
>     (inputs
>      `(("alsa-lib" ,alsa-lib)


Hmm. How are you generating and sending these patches?

This one includes your previous stellarium patch and both seem to 
have indentation issues (the hashes should align, for example).

Kind regards,

T G-R




Information forwarded to guix-patches <at> gnu.org:
bug#33028; Package guix-patches. (Fri, 12 Oct 2018 21:41:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33028 <at> debbugs.gnu.org
Subject: Re: [bug#33028] [PATCH] gnu: csound: Update to 6.11.0
Date: Fri, 12 Oct 2018 23:40:40 +0200
Brett,

Brett Gilio wrote:
> Brett Gilio writes:
>
> I made an error on the last patch submission.

Then you can ignore the first part of my last e-mail :-)

The munging is still a problem, though. Are you using git 
send-email?

Kind regards,

T G-R




Information forwarded to guix-patches <at> gnu.org:
bug#33028; Package guix-patches. (Sat, 13 Oct 2018 00:11:02 GMT) Full text and rfc822 format available.

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

From: Brett Gilio <brettg <at> posteo.net>
To: 33028 <at> debbugs.gnu.org
Cc: Brett Gilio <brettg <at> posteo.net>
Subject: [PATCH] gnu: update csound 6.11.0
Date: Fri, 12 Oct 2018 19:10:27 -0500
---
 gnu/packages/audio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index d233940f2..785375295 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2018 okapi <okapi <at> firemail.cc>
 ;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2018 Clément Lassieur <clement <at> lassieur.org>
+;;; Copyright © 2018 Brett Gilio <brettg <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -650,7 +651,7 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.")
 (define-public csound
   (package
     (name "csound")
-    (version "6.09.1")
+    (version "6.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -659,7 +660,7 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0xqpqws4jsv7fyawcjzwaw544qbfh29xq164kdf30a9v1n3yklp4"))))
+                "072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd"))))
     (build-system cmake-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)
-- 
2.19.1





Information forwarded to guix-patches <at> gnu.org:
bug#33028; Package guix-patches. (Sat, 13 Oct 2018 00:14:02 GMT) Full text and rfc822 format available.

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

From: Brett Gilio <brettg <at> posteo.net>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33028 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: update csound 6.11.0
Date: Fri, 12 Oct 2018 19:12:26 -0500
Brett Gilio writes:

> ---
>  gnu/packages/audio.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index d233940f2..785375295 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -13,6 +13,7 @@
>  ;;; Copyright © 2018 okapi <okapi <at> firemail.cc>
>  ;;; Copyright © 2018 Maxim Cournoyer 
>  <maxim.cournoyer <at> gmail.com>
>  ;;; Copyright © 2018 Clément Lassieur <clement <at> lassieur.org>
> +;;; Copyright © 2018 Brett Gilio <brettg <at> posteo.net>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -650,7 +651,7 @@ emulation (valve, tape), bit fiddling 
> (decimator, pointer-cast), etc.")
>  (define-public csound
>    (package
>      (name "csound")
> -    (version "6.09.1")
> +    (version "6.11.0")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -659,7 +660,7 @@ emulation (valve, tape), bit fiddling 
> (decimator, pointer-cast), etc.")
>                (file-name (string-append name "-" version 
>                ".tar.gz"))
>                (sha256
>                 (base32
> - 
> "0xqpqws4jsv7fyawcjzwaw544qbfh29xq164kdf30a9v1n3yklp4"))))
> + 
> "072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd"))))
>      (build-system cmake-build-system)
>      (inputs
>       `(("alsa-lib" ,alsa-lib)

Hopefully this one looks better. I'll admit I was having an issue 
with
git send-email until I finally figured out how to get it working.




Reply sent to iyzsong <at> member.fsf.org (宋文武):
You have taken responsibility. (Sun, 14 Oct 2018 02:56:02 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> posteo.net>:
bug acknowledged by developer. (Sun, 14 Oct 2018 02:56:02 GMT) Full text and rfc822 format available.

Message #25 received at 33028-done <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> member.fsf.org (宋文武)
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33028-done <at> debbugs.gnu.org
Subject: Re: [bug#33028] [PATCH] gnu: update csound 6.11.0
Date: Sun, 14 Oct 2018 10:53:54 +0800
Brett Gilio <brettg <at> posteo.net> writes:

> ---
>  gnu/packages/audio.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>

Applied, thanks!




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

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

Previous Next


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