Update to 10.0.1

Update to 10.0.1
Update download URL

Signed-off-by: Erico Nunes <ernunes@redhat.com>
main
Erico Nunes 2 years ago
parent 8be221babf
commit 2380b6e304
  1. 1
      .gitignore
  2. 2
      sources
  3. 8
      weston.spec

1
.gitignore vendored

@ -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

@ -1 +1 @@
SHA512 (weston-10.0.0.tar.xz) = 77e05530751e4f743eebf015ab5b78a1fcc66b774713b5e296cfffc488be84e459f811c85ac4280b7b63eebf4ff5c958dd7306376ab343e6b80feae16c8c35a4
SHA512 (weston-10.0.1.tar.xz) = 688d843096a95b463161b98e85ca3443b31ba2ee49fc8d456a2780cc96f576e9d097054e9f361997a66e9cc8373cf29e406a742dae3884b3b50b26acf1710c8c

@ -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 <ernunes@redhat.com> - 10.0.1-1
- Update to 10.0.1
- Update download URL
* Tue Apr 12 2022 Erico Nunes <ernunes@redhat.com> - 10.0.0-1
- Update to 10.0.0
- Remove weston-launch following upstream.

Loading…
Cancel
Save