From debbugs-submit-bounces@debbugs.gnu.org Wed May 06 13:29:44 2020 Received: (at submit) by debbugs.gnu.org; 6 May 2020 17:29:44 +0000 Received: from localhost ([127.0.0.1]:41099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWNrP-000794-69 for submit@debbugs.gnu.org; Wed, 06 May 2020 13:29:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:44988) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWNrN-00078x-QL for submit@debbugs.gnu.org; Wed, 06 May 2020 13:29:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45192) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jWNrN-0006ic-It for guix-patches@gnu.org; Wed, 06 May 2020 13:29:29 -0400 Received: from araneo.si ([2001:15c0:2110:3400::2]:52710) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jWNrL-0000A5-SP for guix-patches@gnu.org; Wed, 06 May 2020 13:29:29 -0400 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id dd713bfb for ; Wed, 6 May 2020 17:29:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20180623; bh=w9qtgOJ0eRUUU5r6f6WkFIprXLA=; b=gl6EtbKZ/PBi3DkC YSRQrdQnQCoO7sLOcjnrLuBH2/WM1B8r5snNGNWd/wN5EZ6mbH/DqRF5lLp+5U+Q UqkDL8nvC/zzqG6zZSXFKDZDyqEujx1JFiT5dFj8zMLDh0fYSK+abEk+zQZkpCX0 6CE++jZLLiPQd9DuZ1plINflbw3US3NYS2oERnXr2O4tJFZm46JQVTxkxHaDNp2f WwE6Id1ikLoq7r/No9oBep6YH8d9Z2j03wAUd6WFiu/uRkyb+Fo32tLbxp1BBjBK IQtnjzT4az/42t0zjyk4XPxdLq7gDgRGuWVPga7IzoDkQrkJ3TyRTfZ7jG+cdUEw 1rVDWw== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 19a2e9f4 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 6 May 2020 17:29:21 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: endless-sky: Update to 0.9.12. Date: Wed, 6 May 2020 19:29:07 +0200 Message-Id: <20200506172907.17763-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:15c0:2110:3400::2; envelope-from=timotej.lazar@araneo.si; helo=araneo.si X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar 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: -0.0 (/) * gnu/packages/games.scm (endless-sky): Update to 0.9.12. --- gnu/packages/games.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7fed4dee6c..ff2ba65d96 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6832,7 +6832,7 @@ your score gets higher, you level up and the blocks fall faster.") (define-public endless-sky (package (name "endless-sky") - (version "0.9.10") + (version "0.9.12") (source (origin (method git-fetch) @@ -6841,8 +6841,7 @@ your score gets higher, you level up and the blocks fall faster.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "1wax9qhxakydg6bs92d1jy2fki1n9r0wkps1np02y0pvm1fl189i")))) + (base32 "18nkl4s3r5sy3sd9lhbdg9160c7fggklklprx0d5azifc8g6k0wj")))) (build-system scons-build-system) (arguments `(#:scons ,scons-python2 -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Wed May 06 15:33:59 2020 Received: (at 41113-done) by debbugs.gnu.org; 6 May 2020 19:33:59 +0000 Received: from localhost ([127.0.0.1]:41235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWPnq-0001uG-Nq for submit@debbugs.gnu.org; Wed, 06 May 2020 15:33:58 -0400 Received: from flashner.co.il ([178.62.234.194]:59682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWPno-0001u2-NY for 41113-done@debbugs.gnu.org; Wed, 06 May 2020 15:33:57 -0400 Received: from localhost (unknown [188.120.128.132]) by flashner.co.il (Postfix) with ESMTPSA id 8D7DB40200; Wed, 6 May 2020 19:33:50 +0000 (UTC) Date: Wed, 6 May 2020 22:33:17 +0300 From: Efraim Flashner To: Timotej Lazar Subject: Re: [bug#41113] [PATCH] gnu: endless-sky: Update to 0.9.12. Message-ID: <20200506193317.GE2359@E5400> References: <20200506172907.17763-1-timotej.lazar@araneo.si> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GLp9dJVi+aaipsRk" Content-Disposition: inline In-Reply-To: <20200506172907.17763-1-timotej.lazar@araneo.si> 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: 41113-done Cc: 41113-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 (-) --GLp9dJVi+aaipsRk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable With my integrated graphics I only have OpenGL 2.1 so I can't test it out but it built nicely and everything 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 --GLp9dJVi+aaipsRk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl6zEP0ACgkQQarn3Mo9 g1FBXRAAgO1odEYhhByuSu6aLETePxVhLhJzOtu1aev7mxR+J0nQ3rQfvD0GlBQP b/FPanFnsWPXaP5dwoWaf6+y7oQK5bHSi5Xsdzj1+UuXRmmdonrspBaH96wn+Spa /ALAPuZaS23PbPZ6zjs6r9gyl49p2FWvYlYFnq51DzZ+6fBfk3RnZaPRc2SgBpEr SMwBu7ST1XFh6+e0RB4NYW+08fCYJ9Sm6vmh4ZxvVV/rNxLM/tdrAZ2Pu6iLR+Kw Xjh3tsrX44LrxKwEDaAntXWSryWDIVpY8Do+4B0nD6bNIxOjk2kSB/kGd4dxuZFw 3D8+wCIWR+ayde/TBdUZ770rbP6SQ7EdQP4l4JcCJacCtCwb5uX86+i/KRmSvANs GAx7hTxbN27VMx2GWEzodqwQBL/FZT3IGvxaQWapLlI5Z7/eXD+7PBfPNl+O7uxE BeN5Wj+0/rRCmMHGKs1ewTUerYuex3ydimy8RtuOBfqlZcbZwb+jEmb11U7t3oOM +L1xgNSorqzF6dq5dRKGWv9s1YyWxspJe3o+LDuilw//oNUbs7rj97slpipfsdip QFIAUQU+qYSLPeVK4GsOdLJOX86QOObfOYJuqg5IppqaQ7k9uqnwMRFmW7uSdFVZ bS/ePa+Zc/2qlIRPU0OGwbDyPFBywi3RvFKzrhkx+HSqJlH6Ops= =jjdB -----END PGP SIGNATURE----- --GLp9dJVi+aaipsRk-- From unknown Sun Jun 15 08:44:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 04 Jun 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator