From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 18:59:44 2022 Received: (at 22020) by debbugs.gnu.org; 19 Jun 2022 22:59:44 +0000 Received: from localhost ([127.0.0.1]:53413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o33tP-0006bt-Uf for submit@debbugs.gnu.org; Sun, 19 Jun 2022 18:59:44 -0400 Received: from mx.kolabnow.com ([212.103.80.155]:9340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o33tM-0006bc-BH for 22020@debbugs.gnu.org; Sun, 19 Jun 2022 18:59:41 -0400 Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id F39B9DC5 for <22020@debbugs.gnu.org>; Mon, 20 Jun 2022 00:59:33 +0200 (CEST) Authentication-Results: ext-mx-out002.mykolab.com (amavisd-new); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:content-type:content-type:mime-version :message-id:date:date:subject:subject:from:from:received :received:received; s=dkim20160331; t=1655679573; x=1657493974; bh=0NfhR6QKT2B1ukY1Cy6Je7zfcWndz1soCVrM7RVBV6A=; b=5JWi8OhLpUSv HhkdMcUSMgBeJvHvNrytd2jWN69HQLkYmjYgCG3VYk/SlKdoovwqzWj3pECPWqWD 9YkwLY1RE3oPbHWtc7Fff5K7z6eqry2Vrjohi7Z8BDo/2feOE8gF03nJwe65ExwS 8MkRvHvV0MqNlh+pIjCK+HXKS9c99utvKlvpHV+FbWT9VVH52+usuZwqVdOBCbEb wIIZP1LnMDutq/OqrC0GcxTtXD3N4bayJRu8YPZt2IyFAS0DttX//EJZvmlmT7ij 2ICrPwvkWgwoX+g0YWLPfuhdpsc6uHqiM1s9Ms50wx8gQUfngr4jY1mrhfqXSGyd obuUMy2TnK5Y5JIMuFhBHqg4u1h2HxPXAYjjfR0wdsfd4/Lz+RcQH/0z9HrO4kmm nCg16OhAucRcAva4XVdac67DiAupSW5Dfq6u+l6LyNICaTTRNSLUk7z22oF+XroD hQ9nqBdX5XCcV9f3WVmq5pB+0Gq7hGu3zIcpoaZlM7AmdqfL7XREj4VKgPus7ySF MgL/3hFlafLz7m6aeYm3l8mNm9LgAKMktQRtdSxtruk+VMtzVePhia8pHPqZ6JbE uUkcddqri5Om7thtTGQlrz23Mu5eg7IhmShHgGip7Ee82UgLQLGGpYD84JL6sZne /JrkOjNN5k0+lGsmQAk+WyyZGO5ESXs= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-10 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out002.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gNqxJfeN7cFP for <22020@debbugs.gnu.org>; Mon, 20 Jun 2022 00:59:33 +0200 (CEST) Received: from int-mx002.mykolab.com (unknown [10.9.13.2]) by mx.kolabnow.com (Postfix) with ESMTPS id B0EAEC08 for <22020@debbugs.gnu.org>; Mon, 20 Jun 2022 00:59:32 +0200 (CEST) Received: from ext-subm003.mykolab.com (unknown [10.9.6.3]) by int-mx002.mykolab.com (Postfix) with ESMTPS id 230953F84; Mon, 20 Jun 2022 00:59:32 +0200 (CEST) From: Thiago Jung Bauermann To: 22020@debbugs.gnu.org Subject: [PATCH] gnu: guile-sdl: Update to 0.6.1 Date: Sun, 19 Jun 2022 19:59:11 -0300 Message-Id: <20220619225911.105125-1-bauermann@kolabnow.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 22020 Cc: Thiago Jung Bauermann X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This version's testsuite passes on i686-linux. Fixes . * gnu/packages/sdl.scm (guile-sdl): Update to 0.6.1. --- Hello, I was looking at bug 22020 (guile-sdl-0.5.2 fails to install on i686) and noticed that upgrading guile-sdl to the latest version fixes the problem so this is what this patch does. Note that the diff between 0.5.3 and 0.6.1 has almost 24k lines so I didn't even try skimming it. I did verify the tarball's signature using the maintainer's (expired) public key that I downloaded from Savannah¹: $ gpg --verify guile-sdl-0.6.1.tar.lz.sig gpg: assuming signed data in 'guile-sdl-0.6.1.tar.lz' gpg: Signature made Sun Feb 20 21:16:09 2022 -03 gpg: using DSA key 748EA0E81CB8A7489BFA6CE4670322244C807502 gpg: Good signature from "Thien-Thi Nguyen (software signing) " [expired] gpg: aka "Thien-Thi Nguyen " [expired] gpg: aka "Thien-Thi Nguyen " [expired] gpg: Note: This key has expired! Primary key fingerprint: 748E A0E8 1CB8 A748 9BFA 6CE4 6703 2224 4C80 7502 I'll send a message to the guile-sdl mailing list suggesting them to publish a new key. Thanks, Thiago ¹ https://savannah.gnu.org/users/ttn gnu/packages/sdl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index 4c38e2f05507..49bc09312a13 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -541,7 +541,7 @@ (define-public sdl2-ttf (define-public guile-sdl (package (name "guile-sdl") - (version "0.5.3") + (version "0.6.1") (source (origin (method url-fetch) (uri @@ -549,7 +549,7 @@ (define-public guile-sdl version ".tar.lz")) (sha256 (base32 - "040gyk3n3yp8i30ngdg97n3083g8b6laky2nlh10jqcyjdd550d6")))) + "1q985nd3birr5pny74915x098fisa6llas3ijgf1b4gdz5717nzz")))) (build-system gnu-build-system) (native-inputs `(("lzip" ,lzip) base-commit: 73761d8049f483e6685c2c736872d0366e03238a