diff --git a/wayland-1.20.92.tar.xz b/wayland-1.20.92.tar.xz deleted file mode 100644 index 9f87d92..0000000 Binary files a/wayland-1.20.92.tar.xz and /dev/null differ diff --git a/wayland-1.21.0.tar.gz b/wayland-1.21.0.tar.gz new file mode 100644 index 0000000..c9d4415 Binary files /dev/null and b/wayland-1.21.0.tar.gz differ diff --git a/wayland.spec b/wayland.spec index a315b60..0acdb2f 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,10 +1,10 @@ Name: wayland -Version: 1.20.92 +Version: 1.21.0 Release: 1 Summary: Wayland Compositor Infrastructure License: MIT URL: https://wayland.freedesktop.org/ -Source0: https://gitlab.freedesktop.org/wayland/wayland/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz +Source0: https://gitlab.freedesktop.org/wayland/wayland/-/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath @@ -92,6 +92,9 @@ chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so %{_datadir}/doc/wayland/ %changelog +* Wed Dec 14 2022 lijian - 1.21.0-1 +- update to 1.21.0 + * Sat Aug 27 2022 tianlijing - 1.20.92-1 - update to 1.20.92