GNU bug report logs -
#26045
[PATCH] gnu: wine: Update to 2.3.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26045 in the body.
You can then email your comments to 26045 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#26045
; Package
guix-patches
.
(Fri, 10 Mar 2017 08:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Danny Milosavljevic <dannym <at> scratchpost.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 10 Mar 2017 08:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wine.scm (wine): Update to 2.3.
---
gnu/packages/wine.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index d28e2dd4e..40e1dd5cf 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -54,15 +54,14 @@
(define-public wine
(package
(name "wine")
- (version "2.0")
+ (version "2.3")
(source (origin
(method url-fetch)
- (uri (string-append "https://dl.winehq.org/wine/source/"
- (version-major+minor version)
- "/wine-" version ".tar.bz2"))
+ (uri (string-append "https://dl.winehq.org/wine/source/2.x"
+ "/wine-" version ".tar.xz"))
(sha256
(base32
- "1ik6q0h3ph3jizmp7bxhf6kcm1pzrdrn2m0yf2x86slv2aigamlp"))))
+ "0zh6kvs4d6d99x5qgxbb5jq2wilwzifhmib2nhq0g3ychxx5rjdg"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26045
; Package
guix-patches
.
(Sat, 11 Mar 2017 21:03:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 26045 <at> debbugs.gnu.org (full text, mbox):
Danny Milosavljevic <dannym <at> scratchpost.org> skribis:
> * gnu/packages/wine.scm (wine): Update to 2.3.
If it builds and everything, go ahead! :-)
Thanks,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26045
; Package
guix-patches
.
(Sat, 11 Mar 2017 22:10:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 26045 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:
> * gnu/packages/wine.scm (wine): Update to 2.3.
> ---
> gnu/packages/wine.scm | 9 ++++-----
> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
> index d28e2dd4e..40e1dd5cf 100644
> --- a/gnu/packages/wine.scm
> +++ b/gnu/packages/wine.scm
> @@ -54,15 +54,14 @@
> (define-public wine
> (package
> (name "wine")
> - (version "2.0")
> + (version "2.3")
> (source (origin
> (method url-fetch)
> - (uri (string-append "https://dl.winehq.org/wine/source/"
> - (version-major+minor version)
> - "/wine-" version ".tar.bz2"))
> + (uri (string-append "https://dl.winehq.org/wine/source/2.x"
> + "/wine-" version ".tar.xz"))
> (sha256
> (base32
> - "1ik6q0h3ph3jizmp7bxhf6kcm1pzrdrn2m0yf2x86slv2aigamlp"))))
> + "0zh6kvs4d6d99x5qgxbb5jq2wilwzifhmib2nhq0g3ychxx5rjdg"))))
> (build-system gnu-build-system)
> (native-inputs `(("pkg-config" ,pkg-config)
> ("gettext" ,gettext-minimal)
Looks good and builds fine!
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Danny Milosavljevic <dannym <at> scratchpost.org>
:
You have taken responsibility.
(Sat, 11 Mar 2017 23:02:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Danny Milosavljevic <dannym <at> scratchpost.org>
:
bug acknowledged by developer.
(Sat, 11 Mar 2017 23:02:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 26045-done <at> debbugs.gnu.org (full text, mbox):
Wine 2.3 has been pushed to master now (commit 5a717a95b33d72026085c2309a2079956586c098).
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 09 Apr 2017 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.