unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Added Luajit 2.0.3
@ 2014-03-15 11:40 Raimon Grau
  2014-03-15 16:15 ` Andreas Enge
  0 siblings, 1 reply; 4+ messages in thread
From: Raimon Grau @ 2014-03-15 11:40 UTC (permalink / raw)
  To: guix-devel

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

Hi,
Here's Luajit 2.0.3 updated recipe.



[-- Attachment #2: Luajit 2.0.3 --]
[-- Type: text/plain, Size: 1110 bytes --]

From c2d3eaaac53e38235bcdfa2f33160b25ca25d237 Mon Sep 17 00:00:00 2001
From: Raimon Grau <raimonster@gmail.com>
Date: Sat, 15 Mar 2014 12:34:51 +0100
Subject: [PATCH] gnu: Added Luajit 2.0.3

---
 gnu/packages/lua.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 81caa26..8394afb 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -66,13 +66,13 @@ for configuration, scripting, and rapid prototyping.")
 (define-public luajit
   (package
     (name "luajit")
-    (version "2.0.2")
+    (version "2.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://luajit.org/download/LuaJIT-"
                                   version ".tar.gz"))
               (sha256
-               (base32 "0f3cykihfdn3gi6na9p0xjd4jnv26z18m441n5vyg42q9abh4ln0"))))
+               (base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ;luajit is distributed without tests
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: Added Luajit 2.0.3
  2014-03-15 11:40 Added Luajit 2.0.3 Raimon Grau
@ 2014-03-15 16:15 ` Andreas Enge
  2014-03-16 22:51   ` Raimon Grau
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Enge @ 2014-03-15 16:15 UTC (permalink / raw)
  To: Raimon Grau; +Cc: guix-devel

Hello,

On Sat, Mar 15, 2014 at 12:40:08PM +0100, Raimon Grau wrote:
> Here's Luajit 2.0.3 updated recipe.

thanks for the update! Could you please add a git log entry as per the
examples already present in the git repository, and create the patch with
"git format-patch"?

Thanks in advance,

Andreas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Added Luajit 2.0.3
  2014-03-15 16:15 ` Andreas Enge
@ 2014-03-16 22:51   ` Raimon Grau
  2014-03-17 18:09     ` Andreas Enge
  0 siblings, 1 reply; 4+ messages in thread
From: Raimon Grau @ 2014-03-16 22:51 UTC (permalink / raw)
  To: guix-devel

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

Andreas Enge <andreas@enge.fr> writes:

> Could you please add a git log entry as per the
> examples already present in the git repository, and create the patch with
> "git format-patch"?

Yep. here it is. I Hope everything is fine now.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update Luajit --]
[-- Type: text/x-diff, Size: 1164 bytes --]

From 076927709e08b5789a8dbacb7476a1b02d44a4b2 Mon Sep 17 00:00:00 2001
From: Raimon Grau <raimonster@gmail.com>
Date: Sun, 16 Mar 2014 23:38:23 +0100
Subject: [PATCH] gnu: Add luajit 2.0.3

* gnu/packages/lua.scm: Updated luajit version to 2.0.3
---
 gnu/packages/lua.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 81caa26..8394afb 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -66,13 +66,13 @@ for configuration, scripting, and rapid prototyping.")
 (define-public luajit
   (package
     (name "luajit")
-    (version "2.0.2")
+    (version "2.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://luajit.org/download/LuaJIT-"
                                   version ".tar.gz"))
               (sha256
-               (base32 "0f3cykihfdn3gi6na9p0xjd4jnv26z18m441n5vyg42q9abh4ln0"))))
+               (base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ;luajit is distributed without tests
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: Added Luajit 2.0.3
  2014-03-16 22:51   ` Raimon Grau
@ 2014-03-17 18:09     ` Andreas Enge
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2014-03-17 18:09 UTC (permalink / raw)
  To: Raimon Grau; +Cc: guix-devel

On Sun, Mar 16, 2014 at 11:51:01PM +0100, Raimon Grau wrote:
> Yep. here it is. I Hope everything is fine now.

I applied your patch with a modified commit message:

    gnu: luajit: Update to 2.0.3.
    
    * gnu/packages/lua.scm (luajit): Update to 2.0.3.

Notice the use of the present tense, the "." at the end (minor points,
admittedly) and in "(...)" the name of the variable that has been affected
by the change.

Thanks!

Andreas

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-17 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15 11:40 Added Luajit 2.0.3 Raimon Grau
2014-03-15 16:15 ` Andreas Enge
2014-03-16 22:51   ` Raimon Grau
2014-03-17 18:09     ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).