mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] weston: Version bump. 13.0.1 -> 13.0.3
@ 2024-06-11 16:20 Christian Melki
  2024-06-15 14:58 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-06-11 16:20 UTC (permalink / raw)
  To: ptxdist

This is a strange one. Apparently 13.0.1 was broken. As was 13.0.2
So we have 13.03. But it looks like the authors was having
various git issues only? Oh well. Bump it and be done with it.

https://lists.freedesktop.org/archives/wayland-devel/2024-June/043655.html

* Forward patchset, applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-HACK-don-t-build-tests.patch                         | 0
 patches/{weston-13.0.1 => weston-13.0.3}/series               | 0
 rules/weston.make                                             | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{weston-13.0.1 => weston-13.0.3}/0001-HACK-don-t-build-tests.patch (100%)
 rename patches/{weston-13.0.1 => weston-13.0.3}/series (100%)

diff --git a/patches/weston-13.0.1/0001-HACK-don-t-build-tests.patch b/patches/weston-13.0.3/0001-HACK-don-t-build-tests.patch
similarity index 100%
rename from patches/weston-13.0.1/0001-HACK-don-t-build-tests.patch
rename to patches/weston-13.0.3/0001-HACK-don-t-build-tests.patch
diff --git a/patches/weston-13.0.1/series b/patches/weston-13.0.3/series
similarity index 100%
rename from patches/weston-13.0.1/series
rename to patches/weston-13.0.3/series
diff --git a/rules/weston.make b/rules/weston.make
index b3a90288b..35ddab180 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston
 #
 # Paths and names
 #
-WESTON_VERSION	:= 13.0.1
+WESTON_VERSION	:= 13.0.3
 LIBWESTON_MAJOR := 13
-WESTON_MD5	:= 8f8d0209d64d536d328ed78f4b7cf70b
+WESTON_MD5	:= 1525ba0696a046381fa499e901c2cd17
 WESTON		:= weston-$(WESTON_VERSION)
 WESTON_SUFFIX	:= tar.gz
 WESTON_URL	:= https://gitlab.freedesktop.org/wayland/weston/-/archive/$(WESTON_VERSION)/$(WESTON).$(WESTON_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] weston: Version bump. 13.0.1 -> 13.0.3
  2024-06-11 16:20 [ptxdist] [PATCH v2] weston: Version bump. 13.0.1 -> 13.0.3 Christian Melki
@ 2024-06-15 14:58 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-06-15 14:58 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as e8d2bd2e3a4518842cc8ba23f70f2dfad22e913b.

Michael

[sent from post-receive hook]

On Sat, 15 Jun 2024 16:58:49 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> This is a strange one. Apparently 13.0.1 was broken. As was 13.0.2
> So we have 13.03. But it looks like the authors was having
> various git issues only? Oh well. Bump it and be done with it.
> 
> https://lists.freedesktop.org/archives/wayland-devel/2024-June/043655.html
> 
> * Forward patchset, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240611162013.421984-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/weston-13.0.1/0001-HACK-don-t-build-tests.patch b/patches/weston-13.0.3/0001-HACK-don-t-build-tests.patch
> similarity index 100%
> rename from patches/weston-13.0.1/0001-HACK-don-t-build-tests.patch
> rename to patches/weston-13.0.3/0001-HACK-don-t-build-tests.patch
> diff --git a/patches/weston-13.0.1/series b/patches/weston-13.0.3/series
> similarity index 100%
> rename from patches/weston-13.0.1/series
> rename to patches/weston-13.0.3/series
> diff --git a/rules/weston.make b/rules/weston.make
> index b3a90288b806..35ddab180cc7 100644
> --- a/rules/weston.make
> +++ b/rules/weston.make
> @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston
>  #
>  # Paths and names
>  #
> -WESTON_VERSION	:= 13.0.1
> +WESTON_VERSION	:= 13.0.3
>  LIBWESTON_MAJOR := 13
> -WESTON_MD5	:= 8f8d0209d64d536d328ed78f4b7cf70b
> +WESTON_MD5	:= 1525ba0696a046381fa499e901c2cd17
>  WESTON		:= weston-$(WESTON_VERSION)
>  WESTON_SUFFIX	:= tar.gz
>  WESTON_URL	:= https://gitlab.freedesktop.org/wayland/weston/-/archive/$(WESTON_VERSION)/$(WESTON).$(WESTON_SUFFIX)



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

end of thread, other threads:[~2024-06-15 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-11 16:20 [ptxdist] [PATCH v2] weston: Version bump. 13.0.1 -> 13.0.3 Christian Melki
2024-06-15 14:58 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox