GNU bug report logs - #31359
[PATCH] gnu: love: Update to 11.1.

Previous Next

Package: guix-patches;

Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>

Date: Thu, 3 May 2018 15:54:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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 31359 in the body.
You can then email your comments to 31359 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#31359; Package guix-patches. (Thu, 03 May 2018 15:54:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pierre Neidhardt <ambrevar <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 03 May 2018 15:54:01 GMT) Full text and rfc822 format available.

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

From: Pierre Neidhardt <ambrevar <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: love: Update to 11.1.
Date: Thu,  3 May 2018 17:53:11 +0200
* gnu/packages/game-development.scm (love): Update to 11.1.
---
 gnu/packages/game-development.scm | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 1b92bde7a..a195b41d7 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -550,22 +550,15 @@ archive on a per-file basis.")
 (define-public love
   (package
     (name "love")
-    (version "0.10.2")
+    (version "11.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://bitbucket.org/rude/love/downloads/"
                                  "love-" version "-linux-src.tar.gz"))
              (sha256
               (base32
-               "11x346pw0gqad8nmkmywzx4xpcbfc3dslbrdw5x94n1i25mk0sxj"))
-             (modules '((guix build utils)))
-             (snippet
-              '(begin
-                 ;; Build with luajit 2.1.0-beta3.  Fixed in love 0.11.
-                 ;; See <https://bitbucket.org/rude/love/issues/1277>.
-                 (substitute* "src/libraries/luasocket/libluasocket/lua.h"
-                   (("> 501") ">= 501"))
-                 #t))))
+               "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw"))
+             (modules '((guix build utils)))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-- 
2.17.0





Information forwarded to guix-patches <at> gnu.org:
bug#31359; Package guix-patches. (Fri, 04 May 2018 13:49:02 GMT) Full text and rfc822 format available.

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

From: "Thompson, David" <dthompson2 <at> worcester.edu>
To: Pierre Neidhardt <ambrevar <at> gmail.com>,
 Ludovic Courtès <ludo <at> gnu.org>
Cc: 31359 <at> debbugs.gnu.org
Subject: Re: [bug#31359] [PATCH] gnu: love: Update to 11.1.
Date: Fri, 4 May 2018 09:48:23 -0400
Hi Pierre,

On Thu, May 3, 2018 at 11:53 AM, Pierre Neidhardt <ambrevar <at> gmail.com> wrote:
> * gnu/packages/game-development.scm (love): Update to 11.1.
> ---
>  gnu/packages/game-development.scm | 13 +++----------
>  1 file changed, 3 insertions(+), 10 deletions(-)
>
> diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
> index 1b92bde7a..a195b41d7 100644
> --- a/gnu/packages/game-development.scm
> +++ b/gnu/packages/game-development.scm
> @@ -550,22 +550,15 @@ archive on a per-file basis.")
>  (define-public love
>    (package
>      (name "love")
> -    (version "0.10.2")
> +    (version "11.1")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append "https://bitbucket.org/rude/love/downloads/"
>                                   "love-" version "-linux-src.tar.gz"))
>               (sha256
>                (base32
> -               "11x346pw0gqad8nmkmywzx4xpcbfc3dslbrdw5x94n1i25mk0sxj"))
> -             (modules '((guix build utils)))
> -             (snippet
> -              '(begin
> -                 ;; Build with luajit 2.1.0-beta3.  Fixed in love 0.11.
> -                 ;; See <https://bitbucket.org/rude/love/issues/1277>.
> -                 (substitute* "src/libraries/luasocket/libluasocket/lua.h"
> -                   (("> 501") ">= 501"))
> -                 #t))))
> +               "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw"))
> +             (modules '((guix build utils)))))
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("pkg-config" ,pkg-config)))
> --
> 2.17.0

This looks good to me. Ludo, could you apply it for me? I always end
up looking at patches when I'm not in a position to push them!

- Dave




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Sat, 05 May 2018 20:21:01 GMT) Full text and rfc822 format available.

Notification sent to Pierre Neidhardt <ambrevar <at> gmail.com>:
bug acknowledged by developer. (Sat, 05 May 2018 20:21:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: "Thompson\, David" <dthompson2 <at> worcester.edu>
Cc: 31359-done <at> debbugs.gnu.org, Pierre Neidhardt <ambrevar <at> gmail.com>
Subject: Re: [bug#31359] [PATCH] gnu: love: Update to 11.1.
Date: Sat, 05 May 2018 22:20:05 +0200
Hello,

"Thompson, David" <dthompson2 <at> worcester.edu> skribis:

> On Thu, May 3, 2018 at 11:53 AM, Pierre Neidhardt <ambrevar <at> gmail.com> wrote:
>> * gnu/packages/game-development.scm (love): Update to 11.1.
>> ---
>>  gnu/packages/game-development.scm | 13 +++----------
>>  1 file changed, 3 insertions(+), 10 deletions(-)
>>
>> diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
>> index 1b92bde7a..a195b41d7 100644
>> --- a/gnu/packages/game-development.scm
>> +++ b/gnu/packages/game-development.scm
>> @@ -550,22 +550,15 @@ archive on a per-file basis.")
>>  (define-public love
>>    (package
>>      (name "love")
>> -    (version "0.10.2")
>> +    (version "11.1")
>>      (source (origin
>>               (method url-fetch)
>>               (uri (string-append "https://bitbucket.org/rude/love/downloads/"
>>                                   "love-" version "-linux-src.tar.gz"))
>>               (sha256
>>                (base32
>> -               "11x346pw0gqad8nmkmywzx4xpcbfc3dslbrdw5x94n1i25mk0sxj"))
>> -             (modules '((guix build utils)))
>> -             (snippet
>> -              '(begin
>> -                 ;; Build with luajit 2.1.0-beta3.  Fixed in love 0.11.
>> -                 ;; See <https://bitbucket.org/rude/love/issues/1277>.
>> -                 (substitute* "src/libraries/luasocket/libluasocket/lua.h"
>> -                   (("> 501") ">= 501"))
>> -                 #t))))
>> +               "1pkwiszmjs0xrwk0wqbc5cp9108b1y8gwsid0gqk1s0x09q9lpmw"))
>> +             (modules '((guix build utils)))))
>>      (build-system gnu-build-system)
>>      (native-inputs
>>       `(("pkg-config" ,pkg-config)))
>> --
>> 2.17.0
>
> This looks good to me. Ludo, could you apply it for me? I always end
> up looking at patches when I'm not in a position to push them!

Done, thanks!  :-)

Ludo’.




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

This bug report was last modified 7 years and 97 days ago.

Previous Next


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