From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekonl-0004rj-Ue for guix-patches@gnu.org; Sun, 11 Feb 2018 05:24:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekoni-0007vz-3u for guix-patches@gnu.org; Sun, 11 Feb 2018 05:24:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57969) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekonh-0007vo-Vr for guix-patches@gnu.org; Sun, 11 Feb 2018 05:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ekonh-0007dG-R2 for guix-patches@gnu.org; Sun, 11 Feb 2018 05:24:01 -0500 Subject: [bug#30422] pycanberra: use new URL Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekomN-0004H2-Bh for guix-patches@gnu.org; Sun, 11 Feb 2018 05:22:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekomK-00061B-HH for guix-patches@gnu.org; Sun, 11 Feb 2018 05:22:39 -0500 Received: from aibo.runbox.com ([91.220.196.211]:44034) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ekomK-0005zQ-6r for guix-patches@gnu.org; Sun, 11 Feb 2018 05:22:36 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ekomH-0001xd-TP for guix-patches@gnu.org; Sun, 11 Feb 2018 11:22:33 +0100 Received: from dslb-092-073-182-135.092.073.pools.vodafone-ip.de ([92.73.182.135] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1ekom5-0007Tb-V6 for guix-patches@gnu.org; Sun, 11 Feb 2018 11:22:23 +0100 From: ng0@crash.cx Date: Sun, 11 Feb 2018 10:22:27 +0000 Message-ID: <87bmgvomfw.fsf@abyayala.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30422@debbugs.gnu.org --=-=-= Content-Type: text/plain Patch 1: Fix the build of python-pycanberra, as it currently points to my old crashed server. Patch 2: Adjust mailmap to new email address. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-python-pycanberra-Use-new-URLs.patch Content-Transfer-Encoding: 8bit >From ef1796d7314656468c229469fc719c9ffcd0d974 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 11 Feb 2018 10:16:05 +0000 Subject: [PATCH 1/2] gnu: python-pycanberra: Use new URLs. The server it was previously located on crashed. * gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new URL. [home-page]: Use new website. --- gnu/packages/libcanberra.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm index 42456995b..b4ed90ebb 100644 --- a/gnu/packages/libcanberra.scm +++ b/gnu/packages/libcanberra.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2013 Andreas Enge ;;; Copyright © 2014, 2015 Ludovic Courtès ;;; Copyright © 2016 Fabian Harfert -;;; Copyright © 2017 ng0 +;;; Copyright © 2017, 2018 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -139,7 +139,7 @@ sounds for various system events.") (source (origin (method url-fetch) - (uri (string-append "https://d.n0.is/releases/pycanberra/" + (uri (string-append "https://files.crash.cx/releases/" "pycanberra-" version ".tar.xz")) (sha256 (base32 @@ -152,5 +152,5 @@ sounds for various system events.") (synopsis "Ctypes wrapper for the libcanberra API") (description "Pycanberra is a basic Python wrapper for libcanberra.") - (home-page "https://c.n0.is/pycanberra/") + (home-page "https://code.crash.cx/pycanberra/log.html") (license lgpl2.1+))) -- 2.16.1 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0002-mailmap-Adjust-entries-for-ng0.patch >From 8e4da043058f45063e4d86796755c8769481373a Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 11 Feb 2018 10:18:16 +0000 Subject: [PATCH 2/2] mailmap: Adjust entries for ng0. --- .mailmap | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.mailmap b/.mailmap index e32a3dfb9..84a1c469c 100644 --- a/.mailmap +++ b/.mailmap @@ -42,17 +42,18 @@ Mathieu Lirzin Mathieu Lirzin Mathieu Othacehe Nikita Karetnikov -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 -ng0 +ng0 +ng0 ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 +ng0 Pjotr Prins Pjotr Prins Pjotr Prins -- 2.16.1 --=-=-= Content-Type: text/plain -- ng0 :: https://crash.cx A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://crash.cx/keys/ --=-=-=--