From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: [PATCH] gnu: Update pumpa to 0.9.1. Date: Thu, 09 Jul 2015 01:54:22 +0200 Message-ID: <877fqaqk7l.fsf@openmailbox.org> References: <87twtek9hv.fsf@openmailbox.org> <1436366349-3669-1-git-send-email-gnu@clacke.user.lysator.liu.se> <1436366349-3669-2-git-send-email-gnu@clacke.user.lysator.liu.se> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCzCL-0001k2-VA for guix-devel@gnu.org; Wed, 08 Jul 2015 19:56:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCzCG-0001oq-HH for guix-devel@gnu.org; Wed, 08 Jul 2015 19:56:17 -0400 Received: from smtp29.openmailbox.org ([62.4.1.63]:55850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCzCG-0001oe-7b for guix-devel@gnu.org; Wed, 08 Jul 2015 19:56:12 -0400 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") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?Q2xhZXMgV2FsbGluICjpn4vlmInoqqAp?= Cc: guix-devel@gnu.org, Claes Wallin --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable "Claes Wallin (=E9=9F=8B=E5=98=89=E8=AA=A0)" writes: > From: Claes Wallin > > * 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 --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-gnu-pumpa-Update-to-0.9.1.patch >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?= 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 --- 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 --=-=-=--