From unknown Fri Sep 05 20:55:29 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#41893] [PATCH] gnu: guile-sdl2: Update to 0.5.0. Resent-From: Danny O'Brien Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 16 Jun 2020 15:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 41893 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41893@debbugs.gnu.org Cc: Danny O'Brien X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159231995012163 (code B ref -1); Tue, 16 Jun 2020 15:06:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Jun 2020 15:05:50 +0000 Received: from localhost ([127.0.0.1]:49390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlD9q-0003A6-4r for submit@debbugs.gnu.org; Tue, 16 Jun 2020 11:05:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:58526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jl3yQ-0003G3-NW for submit@debbugs.gnu.org; Tue, 16 Jun 2020 01:17:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58530) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jl3yQ-00048Y-IF for guix-patches@gnu.org; Tue, 16 Jun 2020 01:17:26 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:45845) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jl3yN-0008LM-MY for guix-patches@gnu.org; Tue, 16 Jun 2020 01:17:26 -0400 X-Originating-IP: 73.92.56.113 Received: from spesh.com (c-73-92-56-113.hsd1.ca.comcast.net [73.92.56.113]) (Authenticated sender: outgoing@spesh.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 2477EFF802; Tue, 16 Jun 2020 05:17:18 +0000 (UTC) From: Danny O'Brien Date: Mon, 15 Jun 2020 22:17:07 -0700 Message-Id: <20200616051707.29472-1-danny@codetherapy.space> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.199; envelope-from=danny@spesh.com; helo=relay9-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/16 01:17:19 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 5.0 requ) BAYES_00=-1.9, FROM_SUSPICIOUS_NTLD=1, FROM_SUSPICIOUS_NTLD_FP=1, HEADER_FROM_DIFFERENT_DOMAINS=1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: 0.5 (/) X-Mailman-Approved-At: Tue, 16 Jun 2020 11:05:48 -0400 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: -2.5 (--) * gnu/packages/sdl.scm (guile-sdl2): Update to 0.5.0. --- 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 6d91727809..bd53a11fc2 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -620,14 +620,14 @@ sound and device input (keyboards, joysticks, mice, etc.).") (define-public guile-sdl2 (package (name "guile-sdl2") - (version "0.4.0") + (version "0.5.0") (source (origin (method url-fetch) (uri (string-append "https://files.dthompson.us/guile-sdl2/" "guile-sdl2-" version ".tar.gz")) (sha256 (base32 - "0zcxwgyadwpbhq6h5mv2569c3kalgra26zc186y9fqiyyzmh1v9s")))) + "118x0cg7fzbsyrfhy5f9ab7dqp9czgia0ycgzp6sn3nlsdrcnr4m")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") -- 2.26.2 From unknown Fri Sep 05 20:55:29 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Danny O'Brien Subject: bug#41893: closed (Re: [bug#41893] [PATCH] gnu: guile-sdl2: Update to 0.5.0.) Message-ID: References: <20200616201507.GG1990@E5400> <20200616051707.29472-1-danny@codetherapy.space> X-Gnu-PR-Message: they-closed 41893 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 41893@debbugs.gnu.org Date: Tue, 16 Jun 2020 20:16:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1592338562-9137-1" This is a multi-part message in MIME format... ------------=_1592338562-9137-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #41893: [PATCH] gnu: guile-sdl2: Update to 0.5.0. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 41893@debbugs.gnu.org. --=20 41893: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D41893 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1592338562-9137-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 41893-done) by debbugs.gnu.org; 16 Jun 2020 20:15:49 +0000 Received: from localhost ([127.0.0.1]:49656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlHzo-0002Mv-Ph for submit@debbugs.gnu.org; Tue, 16 Jun 2020 16:15:49 -0400 Received: from flashner.co.il ([178.62.234.194]:42040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlHzm-0002Mh-MW for 41893-done@debbugs.gnu.org; Tue, 16 Jun 2020 16:15:47 -0400 Received: from localhost (unknown [31.210.181.184]) by flashner.co.il (Postfix) with ESMTPSA id B600B4000B; Tue, 16 Jun 2020 20:15:40 +0000 (UTC) Date: Tue, 16 Jun 2020 23:15:07 +0300 From: Efraim Flashner To: Danny O'Brien Subject: Re: [bug#41893] [PATCH] gnu: guile-sdl2: Update to 0.5.0. Message-ID: <20200616201507.GG1990@E5400> References: <20200616051707.29472-1-danny@codetherapy.space> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="o71xDhNo7p97+qVi" Content-Disposition: inline In-Reply-To: <20200616051707.29472-1-danny@codetherapy.space> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 41893-done Cc: 41893-done@debbugs.gnu.org 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 (-) --o71xDhNo7p97+qVi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --o71xDhNo7p97+qVi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl7pKEsACgkQQarn3Mo9 g1HA/xAAk+S7XqLHSa1I+FsRsEefQbN+2pjQa5iBJRyorkgzIrwGywZ4t86/8NIj i8+7jOm7DT27XsClQGkWp5CJQBtMBquivRFvRGYhYhqZEpZcLghLvU+HJCxMLX2i OfQouttxCCKRk6ImyFMquFLoY8z1nmVMbV/iOIGZwWSVEW7S0muJJ37CXbcVxjDJ qp9JexLaqRij1Uu7cqDI7g6P2F6nXyJwXDrAWAfmXdeF7ar4r0MR9XrcoX2cZuh3 QYjrm5qvNhRTw/wuC2nvAARR3QhQ4TcPdIPnkWOVFaUyL5OM71Owk4f5NcLvMWyD PNz40MUTTWNEFSVglGvEg9z00/Ke413yqA7qUj5NosCxnAA4XcEzOM5i2/GviHeF /hvescWZ87HlaY111ZODkX7jrxGHGwlyn2CfjqUwY2tzj17MNpamGRiuaH3dGQmJ Loy1OAiNWhzXjTemM0/P7R15f+dsuwSbYnb4V2Rg5RJhkCovT5x2iHsCM3pDK6gz xmH0bfCbp0KmV3oIYaL7MLgrLK30aCpWXRBXqUVy8goQNZHXsxcpkbOkePubrrfg j5vLntT/L5o7r02JTZxQC1uK47k/0B6rrnOv4LEjB0ha6Hb89r6ladIWTQOF2gW5 t2xuMguDlkQkDF48ZgbEbLVOu4L8GHUZWKaaB78dIjbx4ohehz0= =kr7n -----END PGP SIGNATURE----- --o71xDhNo7p97+qVi-- ------------=_1592338562-9137-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Jun 2020 15:05:50 +0000 Received: from localhost ([127.0.0.1]:49390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlD9q-0003A6-4r for submit@debbugs.gnu.org; Tue, 16 Jun 2020 11:05:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:58526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jl3yQ-0003G3-NW for submit@debbugs.gnu.org; Tue, 16 Jun 2020 01:17:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58530) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jl3yQ-00048Y-IF for guix-patches@gnu.org; Tue, 16 Jun 2020 01:17:26 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:45845) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jl3yN-0008LM-MY for guix-patches@gnu.org; Tue, 16 Jun 2020 01:17:26 -0400 X-Originating-IP: 73.92.56.113 Received: from spesh.com (c-73-92-56-113.hsd1.ca.comcast.net [73.92.56.113]) (Authenticated sender: outgoing@spesh.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 2477EFF802; Tue, 16 Jun 2020 05:17:18 +0000 (UTC) From: Danny O'Brien To: guix-patches@gnu.org Subject: [PATCH] gnu: guile-sdl2: Update to 0.5.0. Date: Mon, 15 Jun 2020 22:17:07 -0700 Message-Id: <20200616051707.29472-1-danny@codetherapy.space> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.199; envelope-from=danny@spesh.com; helo=relay9-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/16 01:17:19 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 5.0 requ) BAYES_00=-1.9, FROM_SUSPICIOUS_NTLD=1, FROM_SUSPICIOUS_NTLD_FP=1, HEADER_FROM_DIFFERENT_DOMAINS=1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 16 Jun 2020 11:05:48 -0400 Cc: Danny O'Brien 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: -2.5 (--) * gnu/packages/sdl.scm (guile-sdl2): Update to 0.5.0. --- 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 6d91727809..bd53a11fc2 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -620,14 +620,14 @@ sound and device input (keyboards, joysticks, mice, etc.).") (define-public guile-sdl2 (package (name "guile-sdl2") - (version "0.4.0") + (version "0.5.0") (source (origin (method url-fetch) (uri (string-append "https://files.dthompson.us/guile-sdl2/" "guile-sdl2-" version ".tar.gz")) (sha256 (base32 - "0zcxwgyadwpbhq6h5mv2569c3kalgra26zc186y9fqiyyzmh1v9s")))) + "118x0cg7fzbsyrfhy5f9ab7dqp9czgia0ycgzp6sn3nlsdrcnr4m")))) (build-system gnu-build-system) (arguments '(#:make-flags '("GUILE_AUTO_COMPILE=0") -- 2.26.2 ------------=_1592338562-9137-1--