diff --git a/.gitignore b/.gitignore index 64245aa..9ad2da4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /weston-1.8.93.tar.xz /weston-1.9.0.tar.xz /weston-1.9.92.tar.xz +/weston-1.10.0.tar.xz diff --git a/sources b/sources index 31495f6..e71d1c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -baa5d7dd5a919bac9b08224490c21798 weston-1.9.92.tar.xz +1cd17c54ecac6d9a3cd90bf12eaa3e20 weston-1.10.0.tar.xz diff --git a/weston.spec b/weston.spec index b375df8..41de35f 100644 --- a/weston.spec +++ b/weston.spec @@ -1,5 +1,5 @@ Name: weston -Version: 1.9.92 +Version: 1.10.0 Release: 1%{?dist} Summary: Reference compositor for Wayland Group: User Interface/X @@ -20,7 +20,7 @@ BuildRequires: libunwind-devel %endif BuildRequires: libva-devel BuildRequires: libwayland-client-devel -BuildRequires: libwayland-server-devel >= 1.3.0 +BuildRequires: libwayland-server-devel >= 1.10.0 BuildRequires: libwayland-cursor-devel BuildRequires: libwebp-devel BuildRequires: libxcb-devel @@ -112,6 +112,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %{_libdir}/pkgconfig/weston.pc %changelog +* Thu Feb 18 2016 Kalev Lember - 1.10.0-1 +- Update to 1.10.0 + * Thu Feb 04 2016 Kalev Lember - 1.9.92-1 - Update to 1.9.92