All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12
@ 2020-07-13 20:27 Heiko Thiery
  2020-07-14  6:00 ` Heiko Thiery
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Heiko Thiery @ 2020-07-13 20:27 UTC (permalink / raw)
  To: buildroot

Also update hash file formatting (2 spaces).

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 package/wine/wine.hash | 6 +++---
 package/wine/wine.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/wine/wine.hash b/package/wine/wine.hash
index e6d0ef88ed..08abccb4a8 100644
--- a/package/wine/wine.hash
+++ b/package/wine/wine.hash
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-sha256 181550ba69a80b00c631f80c28ff7642264613bbecdb0c0fc04d6534866713b4 wine-5.0.tar.xz
+sha256  87f17254c6794ec6eeb7020b164c859983c9df0dacdd66d6449ff000498c842e  wine-5.12.tar.xz
 # Locally calculated
-sha256 e237fa56668030e928551ddd60f05df5fe957f75eab874bbd017e085ed722e7c COPYING.LIB
-sha256 f3ca909e68d38c972e8ded5248b4745958dbb26f2e581ad73cfbedb6b0408e58 LICENSE
+sha256  e237fa56668030e928551ddd60f05df5fe957f75eab874bbd017e085ed722e7c  COPYING.LIB
+sha256  f3ca909e68d38c972e8ded5248b4745958dbb26f2e581ad73cfbedb6b0408e58  LICENSE
diff --git a/package/wine/wine.mk b/package/wine/wine.mk
index a4b6c6a15f..7d7b22a137 100644
--- a/package/wine/wine.mk
+++ b/package/wine/wine.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-WINE_VERSION = 5.0
+WINE_VERSION = 5.12
 WINE_SOURCE = wine-$(WINE_VERSION).tar.xz
-WINE_SITE = https://dl.winehq.org/wine/source/5.0
+WINE_SITE = https://dl.winehq.org/wine/source/5.x
 WINE_LICENSE = LGPL-2.1+
 WINE_LICENSE_FILES = COPYING.LIB LICENSE
 WINE_DEPENDENCIES = host-bison host-flex host-wine
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12
  2020-07-13 20:27 [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12 Heiko Thiery
@ 2020-07-14  6:00 ` Heiko Thiery
  2020-07-14  8:24 ` Thomas Petazzoni
  2020-07-27 13:15 ` Thomas Petazzoni
  2 siblings, 0 replies; 6+ messages in thread
From: Heiko Thiery @ 2020-07-14  6:00 UTC (permalink / raw)
  To: buildroot

Hi All,

Am Mo., 13. Juli 2020 um 22:28 Uhr schrieb Heiko Thiery
<heiko.thiery@gmail.com>:
>
> Also update hash file formatting (2 spaces).
>
> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
> ---
>  package/wine/wine.hash | 6 +++---
>  package/wine/wine.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/package/wine/wine.hash b/package/wine/wine.hash
> index e6d0ef88ed..08abccb4a8 100644
> --- a/package/wine/wine.hash
> +++ b/package/wine/wine.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated after checking pgp signature
> -sha256 181550ba69a80b00c631f80c28ff7642264613bbecdb0c0fc04d6534866713b4 wine-5.0.tar.xz
> +sha256  87f17254c6794ec6eeb7020b164c859983c9df0dacdd66d6449ff000498c842e  wine-5.12.tar.xz
>  # Locally calculated
> -sha256 e237fa56668030e928551ddd60f05df5fe957f75eab874bbd017e085ed722e7c COPYING.LIB
> -sha256 f3ca909e68d38c972e8ded5248b4745958dbb26f2e581ad73cfbedb6b0408e58 LICENSE
> +sha256  e237fa56668030e928551ddd60f05df5fe957f75eab874bbd017e085ed722e7c  COPYING.LIB
> +sha256  f3ca909e68d38c972e8ded5248b4745958dbb26f2e581ad73cfbedb6b0408e58  LICENSE
> diff --git a/package/wine/wine.mk b/package/wine/wine.mk
> index a4b6c6a15f..7d7b22a137 100644
> --- a/package/wine/wine.mk
> +++ b/package/wine/wine.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>
> -WINE_VERSION = 5.0

The current supported version 5.0 does not build with GCC 10 due to
the -fno-common issue. Updating to 5.12 solves the problem.

> +WINE_VERSION = 5.12
>  WINE_SOURCE = wine-$(WINE_VERSION).tar.xz
> -WINE_SITE = https://dl.winehq.org/wine/source/5.0
> +WINE_SITE = https://dl.winehq.org/wine/source/5.x
>  WINE_LICENSE = LGPL-2.1+
>  WINE_LICENSE_FILES = COPYING.LIB LICENSE
>  WINE_DEPENDENCIES = host-bison host-flex host-wine
> --
> 2.20.1
>

-- 
Heiko

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12
  2020-07-13 20:27 [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12 Heiko Thiery
  2020-07-14  6:00 ` Heiko Thiery
@ 2020-07-14  8:24 ` Thomas Petazzoni
  2020-07-14 17:52   ` Heiko Thiery
  2020-07-27 13:15 ` Thomas Petazzoni
  2 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2020-07-14  8:24 UTC (permalink / raw)
  To: buildroot

On Mon, 13 Jul 2020 22:27:58 +0200
Heiko Thiery <heiko.thiery@gmail.com> wrote:

> -WINE_VERSION = 5.0
> +WINE_VERSION = 5.12

How big is the jump from 5.0 to 5.12 in terms of Wine changes? Is it as
simple as doing this version bump, or do we need to adjust the package
to accommodate for new options/dependencies ?

It'd be good to have some feedback from Andr? on this.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12
  2020-07-14  8:24 ` Thomas Petazzoni
@ 2020-07-14 17:52   ` Heiko Thiery
  0 siblings, 0 replies; 6+ messages in thread
From: Heiko Thiery @ 2020-07-14 17:52 UTC (permalink / raw)
  To: buildroot

Hi,

Am Di., 14. Juli 2020 um 10:24 Uhr schrieb Thomas Petazzoni
<thomas.petazzoni@bootlin.com>:
>
> On Mon, 13 Jul 2020 22:27:58 +0200
> Heiko Thiery <heiko.thiery@gmail.com> wrote:
>
> > -WINE_VERSION = 5.0
> > +WINE_VERSION = 5.12
>
> How big is the jump from 5.0 to 5.12 in terms of Wine changes? Is it as
> simple as doing this version bump, or do we need to adjust the package
> to accommodate for new options/dependencies ?

I did not check for new options ;-/

>
> It'd be good to have some feedback from Andr? on this.

He definitely should do a review.

-- 
Heiko

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12
  2020-07-13 20:27 [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12 Heiko Thiery
  2020-07-14  6:00 ` Heiko Thiery
  2020-07-14  8:24 ` Thomas Petazzoni
@ 2020-07-27 13:15 ` Thomas Petazzoni
  2020-10-30 13:11   ` André Hentschel
  2 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2020-07-27 13:15 UTC (permalink / raw)
  To: buildroot

On Mon, 13 Jul 2020 22:27:58 +0200
Heiko Thiery <heiko.thiery@gmail.com> wrote:

> Also update hash file formatting (2 spaces).
> 
> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
> ---
>  package/wine/wine.hash | 6 +++---
>  package/wine/wine.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)

There was no feedback from Andr?, so I applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12
  2020-07-27 13:15 ` Thomas Petazzoni
@ 2020-10-30 13:11   ` André Hentschel
  0 siblings, 0 replies; 6+ messages in thread
From: André Hentschel @ 2020-10-30 13:11 UTC (permalink / raw)
  To: buildroot

Am 27.07.20 um 15:15 schrieb Thomas Petazzoni:
> On Mon, 13 Jul 2020 22:27:58 +0200
> Heiko Thiery <heiko.thiery@gmail.com> wrote:
> 
>> Also update hash file formatting (2 spaces).
>>
>> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
>> ---
>>  package/wine/wine.hash | 6 +++---
>>  package/wine/wine.mk   | 4 ++--
>>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> There was no feedback from Andr?, so I applied. Thanks!
> 
> Thomas
> 

Hi,

Sorry, seems I need to adjust my mail filters...
I'd say the 5.0.1 fixpoint release would have been a more stable option, but I think it's not too bad.
In case there are issues (I will build it now and have a look) I will submit patches, otherwise we'll keep that until 6.0 :)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-30 13:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13 20:27 [Buildroot] [PATCH 1/1] package/wine: bump version to 5.12 Heiko Thiery
2020-07-14  6:00 ` Heiko Thiery
2020-07-14  8:24 ` Thomas Petazzoni
2020-07-14 17:52   ` Heiko Thiery
2020-07-27 13:15 ` Thomas Petazzoni
2020-10-30 13:11   ` André Hentschel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.