GNU bug report logs - #44573
[PATCH] gnu: flightgear: Update to 2020.3.2

Previous Next

Package: guix-patches;

Reported by: Barnabas Beres <beresbarnus03 <at> gmail.com>

Date: Wed, 11 Nov 2020 11:30:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44573 in the body.
You can then email your comments to 44573 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#44573; Package guix-patches. (Wed, 11 Nov 2020 11:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Barnabas Beres <beresbarnus03 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 11 Nov 2020 11:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Barnabas Beres <beresbarnus03 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Barnabas Beres <beresbarnus03 <at> gmail.com>
Subject: [PATCH] gnu: flightgear: Update to 2020.3.2
Date: Wed, 11 Nov 2020 12:28:57 +0100
* gnu/packages/games.scm (simgear): Update to 2020.3.2
* gnu/packages/games.scm (flightgear): Update to 2020.3.2

---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index b94c5e32f3..2133d66a03 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8801,7 +8801,7 @@ levels to unlock.")
 (define simgear
   (package
     (name "simgear")
-    (version "2018.3.5")
+    (version "2020.3.2")
     (source
      (origin
        (method url-fetch)
-- 
2.29.2





Information forwarded to guix-patches <at> gnu.org:
bug#44573; Package guix-patches. (Wed, 11 Nov 2020 15:39:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Barnabas Beres <beresbarnus03 <at> gmail.com>
Cc: 44573 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#44573] [PATCH] gnu: flightgear: Update to 2020.3.2
Date: Wed, 11 Nov 2020 16:38:21 +0100
[Message part 1 (text/plain, inline)]
Barnabas,

Thank you!

Barnabas Beres 写道:
> * gnu/packages/games.scm (simgear): Update to 2020.3.2
> * gnu/packages/games.scm (flightgear): Update to 2020.3.2

Unfortunately, this patch is incomplete: you'd expect at least one 
hash change, and in this case 3 (simgear, flightgear, and its 
data).

Unfortunatelier, I updated Flightgear to 2020.3.2 when it came out 
(patch below) but haven't been able to test it yet, so it's been 
rotting away on my hard drive.

Have you successfully flown the new version?

It adds yet another a third-party library but I kept is as it's 
been ‘modified’ according to the README.  I didn't compare the 
code.

Kind regards,

T G-R

[0001-gnu-simgear-flightgear-Update-to-2020.3.2.patch (text/x-patch, inline)]
From 4926806b4acc86382cb80195d07cc731c8bb91d3 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
Date: Sat, 7 Nov 2020 23:24:29 +0100
Subject: [PATCH] gnu: simgear, flightgear: Update to 2020.3.2.

* gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.2.
---
 gnu/packages/games.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 439e369fe4..217e2507fd 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8803,7 +8803,7 @@ levels to unlock.")
 (define simgear
   (package
     (name "simgear")
-    (version "2018.3.5")
+    (version "2020.3.2")
     (source
      (origin
        (method url-fetch)
@@ -8811,7 +8811,7 @@ levels to unlock.")
                            (version-major+minor version) "/"
                            "simgear-" version ".tar.bz2"))
        (sha256
-        (base32 "1vkqm66r1205k3hdjmx5wmx5kvmsb0dgfzrs8n5gqnxj8szs42dl"))))
+        (base32 "0kkxanfhdw16phb3b890ywbfnswzjfl5mi2ikjjhz3fwz6rx6i09"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases
@@ -8847,11 +8847,11 @@ and also provides the base for the FlightGear Flight Simulator.")
                            (version-major+minor version) "/"
                            "flightgear-" version ".tar.bz2"))
        (sha256
-        (base32 "0ya3vb539kwi1qrifqhsj5j3k4w6s06hrllp2vdzxf6id7cgf0hc"))
+        (base32 "056cvrb6qwn9p64nigm3d6md86fcqv00691a4a0r0ppqhslbr6xd"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-           ;; There are some bundled libraries.
+           ;; There are some bundled libraries, not all of them listed here.
            (for-each delete-file-recursively
                      '("3rdparty/sqlite3/"))
            #t))))
@@ -8920,7 +8920,7 @@ and also provides the base for the FlightGear Flight Simulator.")
                                "FlightGear-" version "-data.tar.bz2"))
            (sha256
             (base32
-             "04fv9za5zlyxlyfh6jx78y42l3jazvzl9dq2y6rzxqlcc9g5swhk"))))))
+             "0bpr1nidcdc0p7a8z8rnvsisp6jy7ick5m9npdx6z2b0gj7ikcsq"))))))
     (home-page "https://home.flightgear.org/")
     (synopsis "Flight simulator")
     (description "The goal of the FlightGear project is to create a
-- 
2.29.2

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#44573; Package guix-patches. (Wed, 11 Nov 2020 15:39:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#44573; Package guix-patches. (Thu, 12 Nov 2020 08:02:02 GMT) Full text and rfc822 format available.

Message #14 received at 44573 <at> debbugs.gnu.org (full text, mbox):

From: Barnabás Béres <beresbarnus03 <at> gmail.com>
To: 44573 <at> debbugs.gnu.org
Date: Thu, 12 Nov 2020 09:01:34 +0100
[Message part 1 (text/plain, inline)]
Thanks for adding the good hashes!
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#44573; Package guix-patches. (Wed, 03 Nov 2021 14:18:01 GMT) Full text and rfc822 format available.

Message #17 received at 44573 <at> debbugs.gnu.org (full text, mbox):

From: phodina <phodina <at> protonmail.com>
To: "44573 <at> debbugs.gnu.org" <44573 <at> debbugs.gnu.org>
Subject: RE: logo [PATCH] gnu: flightgear: Update to 2020.3.2
Date: Wed, 03 Nov 2021 14:17:39 +0000
Hi,

here's the patch for the latest version of flightgear.

Flight works, though I have to work on my pilot skills :-D

--8<---------------cut here---------------start------------->8---

* gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.11.
 (flightgear-data): Update uri.

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 42753dc1a4..6ada83bdd0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9261,7 +9261,7 @@ (define-public marble-marcher
 (define simgear
   (package
     (name "simgear")
-    (version "2018.3.5")
+    (version "2020.3.11")
     (source
      (origin
        (method url-fetch)
@@ -9269,7 +9269,7 @@ (define simgear
                            (version-major+minor version) "/"
                            "simgear-" version ".tar.bz2"))
        (sha256
-        (base32 "1vkqm66r1205k3hdjmx5wmx5kvmsb0dgfzrs8n5gqnxj8szs42dl"))))
+        (base32 "0g2g3n3sb6kdimvcrn9kvlhyyrp5c6lx20fgzz8l609v5aygr3dv"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases
@@ -9305,7 +9305,7 @@ (define-public flightgear
                            (version-major+minor version) "/"
                            "flightgear-" version ".tar.bz2"))
        (sha256
-        (base32 "0ya3vb539kwi1qrifqhsj5j3k4w6s06hrllp2vdzxf6id7cgf0hc"))
+        (base32 "15sar94x13j2y1m6adgmz2q1m1i9bzj3sxqla6y3m9vyf33hc9zy"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -9375,10 +9375,10 @@ (define-public flightgear
            (method url-fetch)
            (uri (string-append "mirror://sourceforge/flightgear/release-"
                                (version-major+minor version) "/"
-                               "FlightGear-" version "-data.tar.bz2"))
+                               "FlightGear-" version "-data.txz"))
            (sha256
             (base32
-             "04fv9za5zlyxlyfh6jx78y42l3jazvzl9dq2y6rzxqlcc9g5swhk"))))))
+             "0n5mw9vw1snab16c1y3i9ylkiv54az57bs2mvpq20hhg5hdiagqj"))))))
     (home-page "https://home.flightgear.org/")
     (synopsis "Flight simulator")
     (description "The goal of the FlightGear project is to create a
--
2.33.1




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Wed, 03 Nov 2021 22:10:02 GMT) Full text and rfc822 format available.

Notification sent to Barnabas Beres <beresbarnus03 <at> gmail.com>:
bug acknowledged by developer. (Wed, 03 Nov 2021 22:10:02 GMT) Full text and rfc822 format available.

Message #22 received at 44573-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: phodina <phodina <at> protonmail.com>
Cc: 44573-done <at> debbugs.gnu.org
Subject: Re: [bug#44573] logo [PATCH] gnu: flightgear: Update to 2020.3.2
Date: Thu, 4 Nov 2021 00:09:19 +0200
[Message part 1 (text/plain, inline)]
On Wed, Nov 03, 2021 at 02:17:39PM +0000, phodina via Guix-patches via wrote:
> Hi,
> 
> here's the patch for the latest version of flightgear.
> 
> Flight works, though I have to work on my pilot skills :-D

Thanks. Patch pushed.

> --8<---------------cut here---------------start------------->8---
> 
> * gnu/packages/games.scm (simgear, flightgear): Update to 2020.3.11.
>  (flightgear-data): Update uri.
> 
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 42753dc1a4..6ada83bdd0 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -9261,7 +9261,7 @@ (define-public marble-marcher
>  (define simgear
>    (package
>      (name "simgear")
> -    (version "2018.3.5")
> +    (version "2020.3.11")
>      (source
>       (origin
>         (method url-fetch)
> @@ -9269,7 +9269,7 @@ (define simgear
>                             (version-major+minor version) "/"
>                             "simgear-" version ".tar.bz2"))
>         (sha256
> -        (base32 "1vkqm66r1205k3hdjmx5wmx5kvmsb0dgfzrs8n5gqnxj8szs42dl"))))
> +        (base32 "0g2g3n3sb6kdimvcrn9kvlhyyrp5c6lx20fgzz8l609v5aygr3dv"))))
>      (build-system cmake-build-system)
>      (arguments
>       `(#:phases
> @@ -9305,7 +9305,7 @@ (define-public flightgear
>                             (version-major+minor version) "/"
>                             "flightgear-" version ".tar.bz2"))
>         (sha256
> -        (base32 "0ya3vb539kwi1qrifqhsj5j3k4w6s06hrllp2vdzxf6id7cgf0hc"))
> +        (base32 "15sar94x13j2y1m6adgmz2q1m1i9bzj3sxqla6y3m9vyf33hc9zy"))
>         (modules '((guix build utils)))
>         (snippet
>          '(begin
> @@ -9375,10 +9375,10 @@ (define-public flightgear
>             (method url-fetch)
>             (uri (string-append "mirror://sourceforge/flightgear/release-"
>                                 (version-major+minor version) "/"
> -                               "FlightGear-" version "-data.tar.bz2"))
> +                               "FlightGear-" version "-data.txz"))
>             (sha256
>              (base32
> -             "04fv9za5zlyxlyfh6jx78y42l3jazvzl9dq2y6rzxqlcc9g5swhk"))))))
> +             "0n5mw9vw1snab16c1y3i9ylkiv54az57bs2mvpq20hhg5hdiagqj"))))))
>      (home-page "https://home.flightgear.org/")
>      (synopsis "Flight simulator")
>      (description "The goal of the FlightGear project is to create a
> --
> 2.33.1
> 
> 
> 

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 02 Dec 2021 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 146 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.