From unknown Mon Jun 23 05:58:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#27459 <27459@debbugs.gnu.org> To: bug#27459 <27459@debbugs.gnu.org> Subject: Status: [PATCH] gnu: stellarium: Update to 0.16.0. Reply-To: bug#27459 <27459@debbugs.gnu.org> Date: Mon, 23 Jun 2025 12:58:08 +0000 retitle 27459 [PATCH] gnu: stellarium: Update to 0.16.0. reassign 27459 guix-patches submitter 27459 Danny Milosavljevic severity 27459 normal tag 27459 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 23 10:52:51 2017 Received: (at submit) by debbugs.gnu.org; 23 Jun 2017 14:52:51 +0000 Received: from localhost ([127.0.0.1]:34620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOPx5-00031C-6L for submit@debbugs.gnu.org; Fri, 23 Jun 2017 10:52:51 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42903) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dOPx4-00030z-54 for submit@debbugs.gnu.org; Fri, 23 Jun 2017 10:52:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOPwy-0003Qr-55 for submit@debbugs.gnu.org; Fri, 23 Jun 2017 10:52:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49475) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dOPwy-0003Ql-1p for submit@debbugs.gnu.org; Fri, 23 Jun 2017 10:52:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOPww-0007Vf-Rz for guix-patches@gnu.org; Fri, 23 Jun 2017 10:52:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOPwt-0003PJ-Oi for guix-patches@gnu.org; Fri, 23 Jun 2017 10:52:42 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:45494) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dOPwt-0003J0-Iq for guix-patches@gnu.org; Fri, 23 Jun 2017 10:52:39 -0400 Received: from dayas.gmi.oeaw.ac.at (unknown [193.170.94.190]) by dd1012.kasserver.com (Postfix) with ESMTPSA id 4F9291CA0039; Fri, 23 Jun 2017 16:52:29 +0200 (CEST) From: Danny Milosavljevic To: guix-patches@gnu.org Subject: [PATCH] gnu: stellarium: Update to 0.16.0. Date: Fri, 23 Jun 2017 16:52:27 +0200 Message-Id: <20170623145227.12944-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.12.1 Tags: patch X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Danny Milosavljevic 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: -5.0 (-----) * gnu/packages/astronomy.scm (stellarium)[inputs]: Add qtlocation. [arguments]: Remove "patch-version-check" phase. Add "patch-tests" phase. --- gnu/packages/astronomy.scm | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 879c6ba6a..218e4e6b6 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -117,7 +117,7 @@ programs for the manipulation and analysis of astronomical data.") (define-public stellarium (package (name "stellarium") - (version "0.15.2") + (version "0.16.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/stellarium/" @@ -125,10 +125,11 @@ programs for the manipulation and analysis of astronomical data.") version "/stellarium-" version ".tar.gz")) (sha256 (base32 - "19nxj482g1hh9qicgskpcgy61pri254jgxnkd10icxbnza4c0hv9")))) + "1krxj51lix096xbz64lys166a8zdwhill5vvs7dlxdn14amc8d98")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase) + ("qtlocation" ,qtlocation) ("qtmultimedia" ,qtmultimedia) ("qtscript" ,qtscript) ("qtserialport" ,qtserialport) @@ -141,13 +142,10 @@ programs for the manipulation and analysis of astronomical data.") (arguments `(#:test-target "tests" #:phases (modify-phases %standard-phases - (add-after 'unpack 'patch-version-check + (add-after 'unpack 'patch-tests (lambda _ - ;; Previously-deprecated cmake variable vanished in - ;; Qt 5.9. - ;; See . - (substitute* "CMakeLists.txt" - (("Qt5Core_VERSION_STRING") "Qt5Core_VERSION")) + (substitute* "src/tests/testStelSphereGeometry.cpp" + (("Vec3d v[(]0[)]") "Vec3d v(0.0)")) #t)) (add-before 'check 'set-offscreen-display (lambda _ From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 26 05:55:14 2017 Received: (at 27459) by debbugs.gnu.org; 26 Jun 2017 09:55:15 +0000 Received: from localhost ([127.0.0.1]:38034 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPQji-000683-PN for submit@debbugs.gnu.org; Mon, 26 Jun 2017 05:55:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41461) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPQjh-00067o-7r for 27459@debbugs.gnu.org; Mon, 26 Jun 2017 05:55:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPQjY-00034X-QT for 27459@debbugs.gnu.org; Mon, 26 Jun 2017 05:55:07 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPQjY-00031N-Mz; Mon, 26 Jun 2017 05:55:04 -0400 Received: from [193.50.110.179] (port=35948 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dPQjT-0003Jz-OF; Mon, 26 Jun 2017 05:55:00 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: [bug#27459] [PATCH] gnu: stellarium: Update to 0.16.0. References: <20170623145227.12944-1-dannym@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 8 Messidor an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Mon, 26 Jun 2017 11:54:56 +0200 In-Reply-To: <20170623145227.12944-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Fri, 23 Jun 2017 16:52:27 +0200") Message-ID: <8760fj6plb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 27459 Cc: 27459@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: -5.0 (-----) Danny Milosavljevic skribis: > * gnu/packages/astronomy.scm (stellarium)[inputs]: Add qtlocation. > [arguments]: Remove "patch-version-check" phase. > Add "patch-tests" phase. LGTM, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 15 06:45:01 2017 Received: (at control) by debbugs.gnu.org; 15 Jul 2017 10:45:02 +0000 Received: from localhost ([127.0.0.1]:39552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWKZJ-0001VX-Lv for submit@debbugs.gnu.org; Sat, 15 Jul 2017 06:45:01 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:58656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dWKZI-0001VP-Mv for control@debbugs.gnu.org; Sat, 15 Jul 2017 06:45:01 -0400 Received: from localhost (77.118.188.216.wireless.dyn.drei.com [77.118.188.216]) by dd1012.kasserver.com (Postfix) with ESMTPSA id CDA681CA02C8 for ; Sat, 15 Jul 2017 12:44:59 +0200 (CEST) Date: Sat, 15 Jul 2017 12:44:58 +0200 From: Danny Milosavljevic To: Message-ID: <20170715124458.369d8c36@scratchpost.org> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 27459 close 27412 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.128.8 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control 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.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 27459 close 27412 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.128.8 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject close 27459 close 27412 From unknown Mon Jun 23 05:58:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 12 Aug 2017 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