diff --git a/.gitignore b/.gitignore index 50a9985..6bac838 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index b60f112..25930e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (weston-2.0.0.tar.xz) = 085a0ba278932d41b50edd6e89db5df31cd6a1179c6cfe9a8ac5ac64e63b25cfc3da1ad8c587259273c3812593029b803867195e2d82b12b5cdd2588ac59acc6 +SHA512 (weston-2.99.91.tar.xz) = ff53ac51c91b5bf6860268d8bb965b6de821898d026cb8f149c2089dc232c627d2f8b32a0dcb7c21b472302ea241bf56b990a04e408f9063f82bcc6c944d5b73 diff --git a/weston.spec b/weston.spec index 19c42b6..dc6dc4e 100644 --- a/weston.spec +++ b/weston.spec @@ -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 - 2.99.91-1 +- Update to 2.99.91 + * Thu Jul 13 2017 Adam Jackson - 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.