Jan Engelhardt 2014-09-12 11:21:13 +00:00 committed by Git OBS Bridge
parent 42db612a33
commit dc517a0e89
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5e2a8d79e02d3c2770dd591fa6afe3306305024673105ae1c54da894bfd7b49
size 731976

3
weston-1.5.93.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5068badb2acb14e4b3dca66b390ad4798de60a9c2e5fcbaef2d694b31e3cb85
size 733240

View File

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

View File

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