[PATCH] gnu: wine and wine64: Update to 8.18.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kaelyn Takata
  • Christopher Baines
Owner
unassigned
Submitted by
Kaelyn Takata
Severity
normal

Debbugs page

Kaelyn Takata wrote 1 years ago
(address . guix-patches@gnu.org)(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)
a1221b0943f2646b39b47d904fb3447eb433135e.1698168982.git.kaelyn.alexi@protonmail.com
* gnu/packages/wine.scm (wine-minimal): Update to 8.18.
[properties]: Set upstream-name.

Change-Id: I018c320a990bf101d193095b68c44312ce9653a4
---
gnu/packages/wine.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 3822165f7f..400f0e7607 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -79,7 +79,7 @@ (define-module (gnu packages wine)
(define-public wine-minimal
(package
(name "wine-minimal")
- (version "8.16")
+ (version "8.18")
(source
(origin
(method url-fetch)
@@ -91,7 +91,8 @@ (define-public wine-minimal
(string-append "https://dl.winehq.org/wine/source/" dir
"wine-" version ".tar.xz")))
(sha256
- (base32 "1zgkqflqgl2y3a90f2nvcc1vhzr9ni0lps276553j8zgbqvnd0hn"))))
+ (base32 "1nv06awb3hv26v64nqnks9yiz7w368scxznj77vxa3zpmhafzyih"))))
+ (properties '((upstream-name . "wine")))
(build-system gnu-build-system)
(native-inputs (list bison flex))
(inputs `())

base-commit: f3714b3d5f51aced4b31447c42d5e89c75e3079f
--
2.41.0
Christopher Baines wrote 1 years ago
(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)
875y2jm8r7.fsf@cbaines.net
Kaelyn Takata via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (8 lines)
> * gnu/packages/wine.scm (wine-minimal): Update to 8.18.
> [properties]: Set upstream-name.
>
> Change-Id: I018c320a990bf101d193095b68c44312ce9653a4
> ---
> gnu/packages/wine.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)

Thanks for the patch! I tweaked the commit message to say wine-minimal
rather than wine and wine64, since that's where the change is being
made, and pushed this to master as
ada7e0d04286d800197cc06752ea1b4a0f8a91d0.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmVEyyxfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xed2w//UQPwn/XJ4iv85ooKbY8DL/6czTNx0i7b
dOSfZdDn/Ij+UGaMjOYVkH+TIdhtNHvhbOc8Oug8MPSrnhLPeGfuTMbPkSdFT13Y
fMVrbNvQaIBxikqQk+sd7ns1/YCYQiWyjSrSruEtw8fyPW8wW5zHf8fULRBhS3z7
ooynsAjJkdH5SUG5PYfPecjQgEN58PnFK6iN5DaVLvHIl5xCWEXvP+1uml41beOL
BJbXdz4dkEOXmfMekUrxz+nlflQKwjrB7YVbsyP1iP2XWL2DSRTq0YSALeDie+oR
iDKmBBt1ZE7Wp4AOQTOU8IkX+s6mBH/h3BlnNq8biBWnyIiGLXNjqmHCPtbmSJ7c
wN04jv5llq1a8Gf6Hbjf7I45bqDuOIf5OsSiJ7uUqTMMg1MVC4YkYpwP8pv74Hr5
HGvxhWimxqDybRq3UlSX7nWpXXALsRjQgi7emkpiSwrNrRK5E4z3i9G3ibH8LnnR
DTnklFG779y6C+3Dq53+I4kfmLvqzloStj8lVrmbiIwLFd0Ch5+N4BBCrOTi11/v
XBGrCZ9EfMdAAMC1NP2N2dYV76jyT5cRAzJ7Qv+GXBp8yeoP6n8wdfnrRJUuOltS
BoQDpClrOnAw5SzF7vLEBeTl6ynbbjUoI6XfqKQkSXQ1djxuViBFROQexWdRiGYx
jqMVsMWNkHg=
=mqqD
-----END PGP SIGNATURE-----

Kaelyn wrote 1 years ago
(name . Christopher Baines)(address . mail@cbaines.net)
0wHPwh3Ui-z-ukOWh0T8JMkvjb40LvkMvDb4RKKhqfyai1avcDoyUzXw87pO4vgIAuWa_FsLNwgVg95Vf7K9ecU0W1qs1HG_hqBGi51XUUI=@protonmail.com
------- Original Message -------
On Friday, November 3rd, 2023 at 3:27 AM, Christopher Baines <mail@cbaines.net> wrote:


Toggle quote (21 lines)
>
>
>
> Kaelyn Takata via Guix-patches via guix-patches@gnu.org writes:
>
> > * gnu/packages/wine.scm (wine-minimal): Update to 8.18.
> > [properties]: Set upstream-name.
> >
> > Change-Id: I018c320a990bf101d193095b68c44312ce9653a4
> > ---
> > gnu/packages/wine.scm | 5 +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
>
>
> Thanks for the patch! I tweaked the commit message to say wine-minimal
> rather than wine and wine64, since that's where the change is being
> made, and pushed this to master as
> ada7e0d04286d800197cc06752ea1b4a0f8a91d0.
>
> Chris

Sounds good, thank you! I titled it as wine and wine64 as:
a) that was how commit a965ff448d updating the packages to 8.16 was titled, and
b) updating the version of wine-minimal also updates the version of wine and wine64 because of how the package definitions are structured, and wine and wine64 are the user-facing packages.

Cheers,
Kaelyn
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66731@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66731
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help