From 2380b6e304b7c62786e576aef1c84c492e96499d Mon Sep 17 00:00:00 2001 From: Erico Nunes Date: Thu, 14 Jul 2022 15:03:25 +0200 Subject: [PATCH] Update to 10.0.1 Update to 10.0.1 Update download URL Signed-off-by: Erico Nunes --- .gitignore | 1 + sources | 2 +- weston.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e9d6cba..c208c0c 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /weston-8.0.0.tar.xz /weston-9.0.0.tar.xz /weston-10.0.0.tar.xz +/weston-10.0.1.tar.xz diff --git a/sources b/sources index 74b13a6..f3e707a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (weston-10.0.0.tar.xz) = 77e05530751e4f743eebf015ab5b78a1fcc66b774713b5e296cfffc488be84e459f811c85ac4280b7b63eebf4ff5c958dd7306376ab343e6b80feae16c8c35a4 +SHA512 (weston-10.0.1.tar.xz) = 688d843096a95b463161b98e85ca3443b31ba2ee49fc8d456a2780cc96f576e9d097054e9f361997a66e9cc8373cf29e406a742dae3884b3b50b26acf1710c8c diff --git a/weston.spec b/weston.spec index 0f39c6b..ec18605 100644 --- a/weston.spec +++ b/weston.spec @@ -1,13 +1,13 @@ %global apiver 10 Name: weston -Version: %{apiver}.0.0 +Version: %{apiver}.0.1 Release: 1%{?dist} Summary: Reference compositor for Wayland License: BSD and CC-BY-SA URL: http://wayland.freedesktop.org/ -Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz +Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz BuildRequires: gcc BuildRequires: gcc-c++ @@ -197,6 +197,10 @@ export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs" %{_datadir}/libweston-%{apiver}/protocols/ %changelog +* Thu Jul 14 2022 Erico Nunes - 10.0.1-1 +- Update to 10.0.1 +- Update download URL + * Tue Apr 12 2022 Erico Nunes - 10.0.0-1 - Update to 10.0.0 - Remove weston-launch following upstream.