GNU bug report logs -
#71329
[PATCH 0/2] opensurge: Update to 0.6.1.1
Previous Next
Reported by: iyzsong <at> envs.net
Date: Mon, 3 Jun 2024 04:08:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 71329 in the body.
You can then email your comments to 71329 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#71329
; Package
guix-patches
.
(Mon, 03 Jun 2024 04:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Mon, 03 Jun 2024 04:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
*** BLURB HERE ***
Sou Bunnbu (宋文武) (2):
gnu: surgescript: Update to 0.6.0.
gnu: opensurge: Update to 0.6.1.1.
gnu/packages/game-development.scm | 4 ++--
gnu/packages/games.scm | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
base-commit: 834a4195241806784d4b321b95f06d85f458ce18
--
2.41.0
Information forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#71329
; Package
guix-patches
.
(Mon, 03 Jun 2024 04:11:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71329 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/game-development.scm (surgescript): Update to 0.6.0.
Change-Id: Ie976d33f3f2df4ac5c37476fcd9675c122a5783a
---
gnu/packages/game-development.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 5b7852c4eb..17c1bc9736 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -921,7 +921,7 @@ (define-public sfxr
(define-public surgescript
(package
(name "surgescript")
- (version "0.5.6.1")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -930,7 +930,7 @@ (define-public surgescript
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1p1pxb4iixzq7z14bpy32dx3dhfaaf6mcz4y3g3g09bkdmm1ys6j"))))
+ (base32 "17k14108hvz329cqnr3g799ksmiv8d710slnghi2wmwswir8s0jd"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; there are no tests
--
2.41.0
Information forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#71329
; Package
guix-patches
.
(Mon, 03 Jun 2024 04:11:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71329 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/games.scm (opensurge): Update to 0.6.1.1.
[inputs]: Add mesa and physfs.
Change-Id: Ia62559372757f7cfd6dc4784e2a8271bbe6d7868
---
gnu/packages/games.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2c096ea15d..aaf95fc964 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1850,7 +1850,7 @@ (define-public meandmyshadow
(define-public opensurge
(package
(name "opensurge")
- (version "0.6.0.3")
+ (version "0.6.1.1")
(source
(origin
(method git-fetch)
@@ -1859,7 +1859,7 @@ (define-public opensurge
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0yia2qcva741a64qpls8a59lvnx5vynqkk2i3arkflw6f1m1vb55"))))
+ (base32 "1hwnjgkbywspmsmpmmnndqil86qqyd21y2q5krs8znwi35ychd3q"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ; there are no tests
@@ -1891,7 +1891,7 @@ (define-public opensurge
"Roboto-Bold.ttf"
"Roboto-Medium.ttf"))))))))
(inputs
- (list allegro font-google-roboto surgescript xdg-utils))
+ (list allegro font-google-roboto mesa physfs surgescript xdg-utils))
(home-page "https://opensurge2d.org")
(synopsis "2D retro side-scrolling game")
(description "@code{Open Surge} is a 2D retro side-scrolling platformer
--
2.41.0
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Tue, 11 Jun 2024 16:27:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Tue, 11 Jun 2024 16:27:03 GMT)
Full text and
rfc822 format available.
Message #16 received at 71329-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
iyzsong--- via Guix-patches via <guix-patches <at> gnu.org> writes:
> From: 宋文武 <iyzsong <at> member.fsf.org>
>
> *** BLURB HERE ***
>
> Sou Bunnbu (宋文武) (2):
> gnu: surgescript: Update to 0.6.0.
> gnu: opensurge: Update to 0.6.1.1.
>
> gnu/packages/game-development.scm | 4 ++--
> gnu/packages/games.scm | 6 +++---
> 2 files changed, 5 insertions(+), 5 deletions(-)
Looks good to me, I've pushed this to master as
cca59ba0e330d3ed95ae4398510bbf6b8241f54c.
Chris
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71329
; Package
guix-patches
.
(Tue, 11 Jun 2024 20:42:05 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 10 Jul 2024 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.