unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mathieu Lirzin <mthl@openmailbox.org>
To: "Claes Wallin (韋嘉誠)" <gnu@clacke.user.lysator.liu.se>
Cc: guix-devel@gnu.org, Claes Wallin <claes.wallin@greatsinodevelopment.com>
Subject: Re: [PATCH] gnu: Update pumpa to 0.9.1.
Date: Thu, 09 Jul 2015 01:54:22 +0200	[thread overview]
Message-ID: <877fqaqk7l.fsf@openmailbox.org> (raw)
In-Reply-To: <1436366349-3669-2-git-send-email-gnu@clacke.user.lysator.liu.se> ("Claes Wallin \=\?utf-8\?B\?KOmfi+WYieiqoCkiJ3M\=\?\= message of "Wed, 8 Jul 2015 16:39:09 +0200")

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

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

> From: Claes Wallin <claes.wallin@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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-pumpa-Update-to-0.9.1.patch --]
[-- Type: text/x-diff, Size: 1328 bytes --]

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?=
 <gnu@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 <mthl@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	other threads:[~2015-07-08 23:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08 14:07 [PATCH 1/2] gnu: Update pumpa source URL Claes Wallin (韋嘉誠)
2015-07-08 14:07 ` [PATCH 2/2] gnu: Update pumpa to 0.9.1 Claes Wallin (韋嘉誠)
2015-07-08 14:30   ` Mathieu Lirzin
2015-07-08 14:39     ` (unknown), Claes Wallin (韋嘉誠)
2015-07-08 14:39       ` [PATCH] gnu: Update pumpa to 0.9.1 Claes Wallin (韋嘉誠)
2015-07-08 23:54         ` Mathieu Lirzin [this message]
2015-07-09  5:48           ` Claes Wallin (韋嘉誠)
2015-07-09 17:47             ` Mathieu Lirzin
2015-07-10  8:31               ` Claes Wallin (韋嘉誠)
2015-07-10 12:49                 ` Thompson, David
2015-07-12  9:21                 ` Mathieu Lirzin
2015-07-08 14:34   ` [PATCH 2/2] " Claes Wallin (韋嘉誠)
2015-07-08 14:33 ` [PATCH 1/2] gnu: Update pumpa source URL Claes Wallin (韋嘉誠)

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=877fqaqk7l.fsf@openmailbox.org \
    --to=mthl@openmailbox.org \
    --cc=claes.wallin@greatsinodevelopment.com \
    --cc=gnu@clacke.user.lysator.liu.se \
    --cc=guix-devel@gnu.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 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).