From unknown Sat Jun 14 14:24:29 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#27319 <27319@debbugs.gnu.org> To: bug#27319 <27319@debbugs.gnu.org> Subject: Status: [PATCH 2/2] gnu: stellarium: Update to 0.15.2. Reply-To: bug#27319 <27319@debbugs.gnu.org> Date: Sat, 14 Jun 2025 21:24:29 +0000 retitle 27319 [PATCH 2/2] gnu: stellarium: Update to 0.15.2. reassign 27319 guix-patches submitter 27319 Danny Milosavljevic severity 27319 normal tag 27319 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 10 18:23:38 2017 Received: (at submit) by debbugs.gnu.org; 10 Jun 2017 22:23:38 +0000 Received: from localhost ([127.0.0.1]:39444 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJonC-0006Wd-FL for submit@debbugs.gnu.org; Sat, 10 Jun 2017 18:23:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60479) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJonB-0006W9-GB for submit@debbugs.gnu.org; Sat, 10 Jun 2017 18:23:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJon5-0006uu-Hp for submit@debbugs.gnu.org; Sat, 10 Jun 2017 18:23:32 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39704) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJon5-0006un-Es for submit@debbugs.gnu.org; Sat, 10 Jun 2017 18:23:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJon4-0002P1-Ab for guix-patches@gnu.org; Sat, 10 Jun 2017 18:23:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJon3-0006r6-FE for guix-patches@gnu.org; Sat, 10 Jun 2017 18:23:30 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:43428) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJon3-0006pK-8n for guix-patches@gnu.org; Sat, 10 Jun 2017 18:23:29 -0400 Received: from dayas.3.home (77.118.234.9.wireless.dyn.drei.com [77.118.234.9]) by dd1012.kasserver.com (Postfix) with ESMTPSA id DE2E71CA0FBF; Sun, 11 Jun 2017 00:23:27 +0200 (CEST) From: Danny Milosavljevic To: guix-patches@gnu.org Subject: [PATCH 2/2] gnu: stellarium: Update to 0.15.2. Date: Sun, 11 Jun 2017 00:23:18 +0200 Message-Id: <20170610222318.12878-3-dannym@scratchpost.org> X-Mailer: git-send-email 2.12.1 In-Reply-To: <20170610222318.12878-1-dannym@scratchpost.org> References: <20170610222318.12878-1-dannym@scratchpost.org> 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): Update to 0.15.2. --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6c486469d..879c6ba6a 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.1") + (version "0.15.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/stellarium/" @@ -125,7 +125,7 @@ programs for the manipulation and analysis of astronomical data.") version "/stellarium-" version ".tar.gz")) (sha256 (base32 - "04avigz8i8mi2x6x71bqr9np85n1p9qnvbj2hxr947f1jv22zr8g")))) + "19nxj482g1hh9qicgskpcgy61pri254jgxnkd10icxbnza4c0hv9")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase) From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 11 13:28:49 2017 Received: (at 27319) by debbugs.gnu.org; 11 Jun 2017 17:28:50 +0000 Received: from localhost ([127.0.0.1]:41377 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK6fR-0004bi-NG for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:28:49 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:52466 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK6fQ-0004ba-83 for 27319@debbugs.gnu.org; Sun, 11 Jun 2017 13:28:48 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 8819B50EC19; Sun, 11 Jun 2017 19:28:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1497202127; bh=JykT1LhBrMtAr/0rN1dntpxIAIWdCqhmQQKu6HKXW4k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Q9vscdbkqPeFAyZGtbhsK4n3nYF9jMQbGQzlw24D0ROb1LDg+NywesLL0/uozqSva YDgG0cittM7WW4VtbV46hHBg5dD/w7I2uAd+JcBANRnJqQnbayMVsT4pKiNcaAAfdR J8pfThk4CkqZKbnY1vzmLTaHIAL1+VoPks4zHXMQ= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1497202127; bh=JykT1LhBrMtAr/0rN1dntpxIAIWdCqhmQQKu6HKXW4k=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Q9vscdbkqPeFAyZGtbhsK4n3nYF9jMQbGQzlw24D0ROb1LDg+NywesLL0/uozqSva YDgG0cittM7WW4VtbV46hHBg5dD/w7I2uAd+JcBANRnJqQnbayMVsT4pKiNcaAAfdR J8pfThk4CkqZKbnY1vzmLTaHIAL1+VoPks4zHXMQ= To: Danny Milosavljevic Subject: Re: bug#27319: [PATCH 2/2] gnu: stellarium: Update to 0.15.2. References: <20170610222318.12878-1-dannym@scratchpost.org> <20170610222318.12878-3-dannym@scratchpost.org> Date: Sun, 11 Jun 2017 13:28:38 -0400 In-Reply-To: <20170610222318.12878-3-dannym@scratchpost.org> (Danny Milosavljevic's message of "Sun, 11 Jun 2017 00:23:18 +0200") Message-ID: <87mv9e4ent.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27319 Cc: 27319@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: -0.7 (/) --=-=-= Content-Type: text/plain Danny Milosavljevic writes: > * gnu/packages/astronomy.scm (stellarium): Update to 0.15.2. > --- > gnu/packages/astronomy.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm > index 6c486469d..879c6ba6a 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.1") > + (version "0.15.2") > (source (origin > (method url-fetch) > (uri (string-append "mirror://sourceforge/stellarium/" > @@ -125,7 +125,7 @@ programs for the manipulation and analysis of astronomical data.") > version "/stellarium-" version ".tar.gz")) > (sha256 > (base32 > - "04avigz8i8mi2x6x71bqr9np85n1p9qnvbj2hxr947f1jv22zr8g")))) > + "19nxj482g1hh9qicgskpcgy61pri254jgxnkd10icxbnza4c0hv9")))) > (build-system cmake-build-system) > (inputs > `(("qtbase" ,qtbase) LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlk9fcYACgkQ5qXuPBlG eg1BXw//SzRqBs4Hn3TBJX75794Jg3r7bHkMcN6oIDpoqG2gjm4lKT+yWWCbrq4p sA4Vl9XKzL7lTjbhd/I6SirrfIbU0PRuESul4ThVb/g0dwDCy7bTy7SnDEti8gNm 43dd4usGPsaZIcF6Dwm5ryOlHYUGWZdv38zpVIr218f3Y5bFmeBYtgfC5zzE1VNR 3hWKq7ViWZoAhcavppTnGtGtoNcSWDcjpJxWfSbvEkTaSaK2eBlruh0fnemQnYH+ LzuVEs+6qSH6a5CIASNev+/RXtSh/DFCFQsLb/Hfqzn57hXTB6yxrHOacw9UU50f gSkz5zfLAdT8+noweMpi2+4xDR2XedE0MsrjvF1MiHCTzCPy89yClNt77Kb3q7/m +4l7bji3qPbIAVr0lq985uUVT7pMV/pqBNiuYP/XL1kMS4hTIi3x4YQcv2gyb3Y6 fXr1PgY6cMURq6rxx+/iB7rEOI7K0JgwNicops+epZ3GY2ek0sELOjULHzYIAqnI D92rCWKPu2CzsQhnJobtgP0PpS5B7oYs7ij32LlVk6IoR9iz0DeHGUOWU7TAFTd4 VqMStJYPk2EN2kbhSdZsCKh3UncOUTw8QrnCjTGFinJ7/mucF7/GPX/pFSfZETTJ C36RJAoFKp6TBPqVbsae4N4jmklOynL9tdKuYkvAGdFKD6i4oWE= =6mZK -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 12 01:34:21 2017 Received: (at control) by debbugs.gnu.org; 12 Jun 2017 05:34:21 +0000 Received: from localhost ([127.0.0.1]:41734 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dKHzZ-0001w2-Cd for submit@debbugs.gnu.org; Mon, 12 Jun 2017 01:34:21 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:55822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dKHzY-0001vw-Oe for control@debbugs.gnu.org; Mon, 12 Jun 2017 01:34:21 -0400 Received: from localhost (178.113.242.1.wireless.dyn.drei.com [178.113.242.1]) by dd1012.kasserver.com (Postfix) with ESMTPSA id E3ECC1CA0688 for ; Mon, 12 Jun 2017 07:34:19 +0200 (CEST) Date: Mon, 12 Jun 2017 07:34:16 +0200 From: Danny Milosavljevic To: Message-ID: <20170612073416.72155d13@scratchpost.org> X-Mailer: Claws Mail 3.14.1 (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 27319 close 27318 [...] 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 27319 close 27318 [...] 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 27319 close 27318 From unknown Sat Jun 14 14:24:29 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 10 Jul 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