GNU bug report logs -
#59482
[staging] [PATCH] gnu: sdl2: Update to 2.26.2
Previous Next
Reported by: dan <i <at> dan.games>
Date: Tue, 22 Nov 2022 14:42:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
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 59482 in the body.
You can then email your comments to 59482 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#59482
; Package
guix-patches
.
(Tue, 22 Nov 2022 14:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
dan <i <at> dan.games>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 22 Nov 2022 14:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/sdl.scm (sdl2): Update to 2.26.0.
---
gnu/packages/sdl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 0c419dfaca..c000107637 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -115,7 +115,7 @@ (define-public sdl2
(package
(inherit sdl)
(name "sdl2")
- (version "2.24.0")
+ (version "2.26.0")
(source (origin
(method url-fetch)
(uri
@@ -123,7 +123,7 @@ (define-public sdl2
version ".tar.gz"))
(sha256
(base32
- "15vd9najhjh6s9z9hhx7zp51iby690a1g3h7kcwjvyb82x5w7r4i"))))
+ "15djpp1bkf5d9mfh3xv9zlr925zq65k3gpvb9g497kpbkwbdf040"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59482
; Package
guix-patches
.
(Sun, 29 Jan 2023 06:29:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 59482 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
dan <i <at> dan.games> writes:
> * gnu/packages/sdl.scm (sdl2): Update to 2.26.0.
Hello, now the staging branch has sdl2-2.26.1, well we can update it to
2.26.2:
[0001-gnu-sdl2-Update-to-2.26.2.patch (text/x-patch, inline)]
From c99cd765cea1ac6cf221e1e131d0733bfab89a39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong <at> member.fsf.org>
Date: Sun, 29 Jan 2023 14:24:22 +0800
Subject: [PATCH] gnu: sdl2: Update to 2.26.2.
* gnu/packages/sdl.scm (sdl2): Update to 2.26.2.
---
gnu/packages/sdl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index f4ef7b474a..b031f2e8b9 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -115,7 +115,7 @@ (define-public sdl2
(package
(inherit sdl)
(name "sdl2")
- (version "2.26.1")
+ (version "2.26.2")
(source (origin
(method url-fetch)
(uri
@@ -123,7 +123,7 @@ (define-public sdl2
version ".tar.gz"))
(sha256
(base32
- "011y6x13z8sd8dlya6d01f1z9czv9gn3gciq21ip2h6pxg3pqlq2"))))
+ "1q4r1camsr17mnpv00d6h3qy93b481rp68r6fbxbszq3vv1rplwm"))))
(arguments
(substitute-keyword-arguments (package-arguments sdl)
((#:configure-flags flags)
base-commit: cd5e9bddce1cde307dca446f2e620e7f422e7fe1
--
2.39.1
Changed bug title to '[staging] [PATCH] gnu: sdl2: Update to 2.26.2' from '[PATCH] gnu: sdl2: Update to 2.26.0.'
Request was from
宋文武 <iyzsong <at> envs.net>
to
control <at> debbugs.gnu.org
.
(Sun, 29 Jan 2023 06:31:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Fri, 31 Mar 2023 03:58:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
dan <i <at> dan.games>
:
bug acknowledged by developer.
(Fri, 31 Mar 2023 03:58:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 59482-done <at> debbugs.gnu.org (full text, mbox):
Hello,
宋文武 <iyzsong <at> envs.net> writes:
> dan <i <at> dan.games> writes:
>
>> * gnu/packages/sdl.scm (sdl2): Update to 2.26.0.
>
> Hello, now the staging branch has sdl2-2.26.1, well we can update it to
> 2.26.2:
>
>>From c99cd765cea1ac6cf221e1e131d0733bfab89a39 Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong <at> member.fsf.org>
> Date: Sun, 29 Jan 2023 14:24:22 +0800
> Subject: [PATCH] gnu: sdl2: Update to 2.26.2.
>
> * gnu/packages/sdl.scm (sdl2): Update to 2.26.2.
> ---
> gnu/packages/sdl.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
> index f4ef7b474a..b031f2e8b9 100644
> --- a/gnu/packages/sdl.scm
> +++ b/gnu/packages/sdl.scm
> @@ -115,7 +115,7 @@ (define-public sdl2
> (package
> (inherit sdl)
> (name "sdl2")
> - (version "2.26.1")
> + (version "2.26.2")
> (source (origin
> (method url-fetch)
> (uri
> @@ -123,7 +123,7 @@ (define-public sdl2
> version ".tar.gz"))
> (sha256
> (base32
> - "011y6x13z8sd8dlya6d01f1z9czv9gn3gciq21ip2h6pxg3pqlq2"))))
> + "1q4r1camsr17mnpv00d6h3qy93b481rp68r6fbxbszq3vv1rplwm"))))
> (arguments
> (substitute-keyword-arguments (package-arguments sdl)
> ((#:configure-flags flags)
>
> base-commit: cd5e9bddce1cde307dca446f2e620e7f422e7fe1
Installed, thanks to both of you!
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 28 Apr 2023 11:24:17 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.