all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julian Graham <joolean@gmail.com>
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: gzochi: Update to 0.10.
Date: Thu, 25 Aug 2016 11:12:24 -0400	[thread overview]
Message-ID: <CANdC_RDBJzNRHTLJPYWJ_5ZvCdhyP0p8wy_L9iLO1iGThw+9qg@mail.gmail.com> (raw)
In-Reply-To: <87mvk34bxn.fsf@netris.org>

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

Hey Mark,

On Tue, Aug 23, 2016 at 1:44 PM, Mark H Weaver <mhw@netris.org> wrote:
> Either one would be fine for Guix users.  However, for the sake of
> non-Guix users and other distros, I would suggest making a new release.
> I think it's important that upstream software releases should be
> reasonably portable whenever feasible, especially to important
> architectures like i686 and armhf.  What do you think?

Hard to argue with that!

I've made some fixes and cut a new release. Find attached a patch that
updates the `gzochi' package to the new released version. I've tested
the x86_64 and i686 builds as you suggested, and would be much obliged
if you'd try a build for armhf.

Thanks for all the help thus far.


Regards,
Julian

[-- Attachment #2: 0001-gnu-gzochi-Update-to-0.10.1.patch --]
[-- Type: text/x-patch, Size: 1209 bytes --]

From a3d190804bbe8925e12709c18e34e9c2a9ed36e9 Mon Sep 17 00:00:00 2001
From: Julian Graham <joolean@gmail.com>
Date: Thu, 25 Aug 2016 11:08:23 -0400
Subject: [PATCH] gnu: gzochi: Update to 0.10.1.

* gnu/packages/game-development.scm (gzochi): Update to 0.10.1.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index d544a72..3b21e1d 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -93,14 +93,14 @@ is used in some video games and movies.")
 (define-public gzochi
   (package
     (name "gzochi")
-    (version "0.10")
+    (version "0.10.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/gzochi/gzochi-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "055m7ywgl48ljwxf0kjhl76ldck890y5afdwjhk5s3p65xyaxh0k"))))
+                "1r0cjd3046rqlgwkgxm5ppkb9mya4gyv3980wfqxq8dfznv3pfdl"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.5.0


  reply	other threads:[~2016-08-25 15:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-21 15:20 [PATCH] gnu: gzochi: Update to 0.10 Julian Graham
2016-08-21 16:13 ` David Craven
2016-08-21 16:15   ` David Craven
2016-08-21 16:21 ` Andreas Enge
2016-08-21 17:00   ` David Craven
2016-08-21 21:06   ` Julian Graham
2016-08-21 21:20     ` David Craven
2016-08-21 21:28       ` Julian Graham
2016-08-21 23:52         ` David Craven
2016-08-22  4:24 ` Mark H Weaver
2016-08-22 12:59   ` Julian Graham
2016-08-23  5:20     ` Mark H Weaver
2016-08-23 15:11       ` Julian Graham
2016-08-23 17:44         ` Mark H Weaver
2016-08-25 15:12           ` Julian Graham [this message]
2016-08-25 19:22           ` Mark H Weaver
2016-09-01  1:41             ` Julian Graham
2016-09-03 20:43               ` Julian Graham
2016-09-04 11:06                 ` David Craven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANdC_RDBJzNRHTLJPYWJ_5ZvCdhyP0p8wy_L9iLO1iGThw+9qg@mail.gmail.com \
    --to=joolean@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.