diff --git a/weston-11.0.1.tar.xz b/weston-11.0.1.tar.xz deleted file mode 100644 index 63e5016..0000000 --- a/weston-11.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a413f68c252957fc3191c3650823ec356ae8c124ccc0cb440da5cdc4e2cb9e57 -size 1900796 diff --git a/weston-11.0.1.tar.xz.sig b/weston-11.0.1.tar.xz.sig deleted file mode 100644 index cbf8445..0000000 Binary files a/weston-11.0.1.tar.xz.sig and /dev/null differ diff --git a/weston-11.0.2.tar.xz b/weston-11.0.2.tar.xz new file mode 100644 index 0000000..14d35c6 --- /dev/null +++ b/weston-11.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7240752cef0b7de622baf8bd5348e63fc6b19f02ef824961b2add177d9652952 +size 1901480 diff --git a/weston-11.0.2.tar.xz.sig b/weston-11.0.2.tar.xz.sig new file mode 100644 index 0000000..6293e9d Binary files /dev/null and b/weston-11.0.2.tar.xz.sig differ diff --git a/weston.changes b/weston.changes index 50ccdc0..4c6ab91 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 17 10:26:49 UTC 2023 - Jan Engelhardt + +- Update to release 11.0.2 + * No curated changelog available + ------------------------------------------------------------------- Fri Mar 24 20:57:29 UTC 2023 - Bjørn Lie diff --git a/weston.spec b/weston.spec index 0f9da27..d929897 100644 --- a/weston.spec +++ b/weston.spec @@ -1,7 +1,7 @@ # # spec file for package weston # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,8 +19,7 @@ Name: weston %define lname libweston0 %define major 11 -%define realver 11.0.1 -Version: 11 +Version: 11.0.2 Release: 0 Summary: Wayland Reference Compositor License: CC-BY-SA-3.0 AND MIT @@ -28,8 +27,8 @@ Group: System/X11/Servers URL: https://wayland.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/wayland/weston #Git-Web: https://cgit.freedesktop.org/wayland/weston/ -Source: https://gitlab.freedesktop.org/wayland/weston/uploads/f5648c818fba5432edc3ea63c4db4813/weston-11.0.1.tar.xz -Source2: https://gitlab.freedesktop.org/wayland/weston/uploads/bb54e28b5ee47aaccb30a8ffbc31f977/weston-11.0.1.tar.xz.sig +Source: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/weston-%version.tar.xz +Source2: https://gitlab.freedesktop.org/wayland/weston/-/releases/%version/downloads/weston-%version.tar.xz.sig BuildRequires: Mesa-libGLESv3-devel BuildRequires: autoconf >= 2.64 BuildRequires: automake >= 1.11 @@ -122,7 +121,7 @@ This package contains all necessary include files and libraries needed to develop plugins for Weston. %prep -%autosetup -n %name-%realver -p1 +%autosetup -p1 %build echo "Workaround broken weston that fails to cope with -Wl,--no-undefined injected by meson/ninja"