GNU bug report logs - #26045
[PATCH] gnu: wine: Update to 2.3.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Fri, 10 Mar 2017 08:42:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#26045: closed ([PATCH] gnu: wine: Update to 2.3.)
Date: Sat, 11 Mar 2017 23:02:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 12 Mar 2017 00:01:27 +0100
with message-id <20170312000127.6a9e0c20 <at> scratchpost.org>
and subject line Pushed wine
has caused the debbugs.gnu.org bug report #26045,
regarding [PATCH] gnu: wine: Update to 2.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
26045: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26045
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: wine: Update to 2.3.
Date: Fri, 10 Mar 2017 09:41:15 +0100
* 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)


[Message part 3 (message/rfc822, inline)]
From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: 26045-done <at> debbugs.gnu.org
Subject: Pushed wine
Date: Sun, 12 Mar 2017 00:01:27 +0100
Wine 2.3 has been pushed to master now (commit 5a717a95b33d72026085c2309a2079956586c098).


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.