From dc517a0e892e102a5c0e188381223624ab7a0273b1910392176dc33f3a1e8ceb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 12 Sep 2014 11:21:13 +0000 Subject: [PATCH] weston-1.5.93 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=36 --- weston-1.5.92.tar.xz | 3 --- weston-1.5.93.tar.xz | 3 +++ weston.changes | 8 ++++++++ weston.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 weston-1.5.92.tar.xz create mode 100644 weston-1.5.93.tar.xz diff --git a/weston-1.5.92.tar.xz b/weston-1.5.92.tar.xz deleted file mode 100644 index 007f6ca..0000000 --- a/weston-1.5.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5e2a8d79e02d3c2770dd591fa6afe3306305024673105ae1c54da894bfd7b49 -size 731976 diff --git a/weston-1.5.93.tar.xz b/weston-1.5.93.tar.xz new file mode 100644 index 0000000..af2615f --- /dev/null +++ b/weston-1.5.93.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5068badb2acb14e4b3dca66b390ad4798de60a9c2e5fcbaef2d694b31e3cb85 +size 733240 diff --git a/weston.changes b/weston.changes index b9ea549..4a33f0c 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 12 11:14:34 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 1.5.93 +* Weston is now more picky about incorrect command line arguments. +* Weston's libinput backend, which is enabled by default, now + requires libinput 0.6.0. + ------------------------------------------------------------------- Mon Sep 8 12:58:51 UTC 2014 - jengelh@inai.de diff --git a/weston.spec b/weston.spec index 595d63f..176b8a6 100644 --- a/weston.spec +++ b/weston.spec @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 1.5.92 +Version: 1.5.93 Release: 0 Summary: Wayland Reference Compositor License: HPND and CC-BY-SA-3.0 @@ -57,7 +57,7 @@ BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libdrm) >= 2.4.30 BuildRequires: pkgconfig(libffi) -BuildRequires: pkgconfig(libinput) >= 0.5.0 +BuildRequires: pkgconfig(libinput) >= 0.6.0 BuildRequires: pkgconfig(libsystemd-login) >= 198 BuildRequires: pkgconfig(libudev) >= 136 BuildRequires: pkgconfig(libwebp)