"Claes Wallin (韋嘉誠)" <g...@clacke.user.lysator.liu.se> writes:

> From: Claes Wallin <claes.wal...@greatsinodevelopment.com>
>
> * gnu/packages/pumpio.scm (pumpa): Update gitorious.org URL to branchable.com 
> URL.
> * gnu/packages/pumpio.scm (pumpa): Update version to 0.9.1.

You can look and search through the ChangeLog file after 'make dist' or
directly throught git logs for commit conventions. Since an update is
very common it's very easy to find something to copy from.

To avoid mistakes with 'git send-mail', it is a good idea to try with
one of your personnal email address before sending to the list.

I've Checked if your patch builds correcty and corrected the commit
message. Tell me if it's ok for you.

--
Mathieu Lirzin

>From 246c0ba5a97941391aa5421a4f3a6cd4841ed6ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Claes=20Wallin=20=28=E9=9F=8B=E5=98=89=E8=AA=A0=29?=
 <g...@clacke.user.lysator.liu.se>
Date: Thu, 9 Jul 2015 00:28:34 +0200
Subject: [PATCH] gnu: pumpa: Update to 0.9.1.

* gnu/packages/pumpio.scm (pumpa): Update to 0.9.1.  Change URL.

Signed-off-by: Mathieu Lirzin <m...@openmailbox.org>
---
 gnu/packages/pumpio.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pumpio.scm b/gnu/packages/pumpio.scm
index 4a6375f..22c631e 100644
--- a/gnu/packages/pumpio.scm
+++ b/gnu/packages/pumpio.scm
@@ -30,15 +30,15 @@
 (define-public pumpa
   (package
     (name "pumpa")
-    (version "0.9")
+    (version "0.9.1")
     (source (origin
               (method git-fetch) ; no source tarballs
               (uri (git-reference
-                    (url "https://gitorious.org/pumpa/pumpa.git";)
+                    (url "git://pumpa.branchable.com/")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0v55xq17wnc9mvpmrm5r3rjrsg9npnjv1lznbz8ppk77ba8pwimy"))))
+                "14s0m46yqph8bs5rjpmiq42f020j9l3mygan2zj93z6qzypwd07f"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (alist-replace
-- 
2.1.4

Reply via email to