Update to 2.99.91

This commit is contained in:
Kalev Lember 2017-07-19 11:53:25 +02:00
parent 6480bc1a5d
commit af3d96af48
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/weston-1.11.94.tar.xz
/weston-1.12.0.tar.xz
/weston-2.0.0.tar.xz
/weston-2.99.91.tar.xz

View File

@ -1 +1 @@
SHA512 (weston-2.0.0.tar.xz) = 085a0ba278932d41b50edd6e89db5df31cd6a1179c6cfe9a8ac5ac64e63b25cfc3da1ad8c587259273c3812593029b803867195e2d82b12b5cdd2588ac59acc6
SHA512 (weston-2.99.91.tar.xz) = ff53ac51c91b5bf6860268d8bb965b6de821898d026cb8f149c2089dc232c627d2f8b32a0dcb7c21b472302ea241bf56b990a04e408f9063f82bcc6c944d5b73

View File

@ -1,8 +1,8 @@
%global apiver 2
%global apiver 3
Name: weston
Version: 2.0.0
Release: 2%{?dist}
Version: 2.99.91
Release: 1%{?dist}
Summary: Reference compositor for Wayland
License: BSD and CC-BY-SA
@ -156,6 +156,9 @@ find %{buildroot} -name \*.la -delete
%{_libdir}/libweston-desktop-%{apiver}.so
%changelog
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 2.99.91-1
- Update to 2.99.91
* Thu Jul 13 2017 Adam Jackson <ajax@redhat.com> - 2.0.0-2
- Stop BuildRequiring cairo-gl. We install none of the additional demo clients
it builds, and it's going away from the cairo package soon.