From a67635239737f4a4cf351db390f8c7edbc16aeb6fe6c7ecbd6e64bf4b75eb85c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 19 Dec 2012 09:14:03 +0000 Subject: [PATCH] weston-1.0.3 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=8 --- weston-1.0.2.tar.xz | 3 --- weston-1.0.3.tar.xz | 3 +++ weston.changes | 7 +++++++ weston.spec | 11 ++++++++++- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 weston-1.0.2.tar.xz create mode 100644 weston-1.0.3.tar.xz diff --git a/weston-1.0.2.tar.xz b/weston-1.0.2.tar.xz deleted file mode 100644 index 04a7138..0000000 --- a/weston-1.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33849cadd538cab4c321bf2b5b1b0a188c08c1be24dcdb76bca7f75b21a22691 -size 561248 diff --git a/weston-1.0.3.tar.xz b/weston-1.0.3.tar.xz new file mode 100644 index 0000000..6499f89 --- /dev/null +++ b/weston-1.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3136a7d2f654ea3e946d4217f7e25321248ad2921f1f4e2504dda58968e04853 +size 562572 diff --git a/weston.changes b/weston.changes index de9942b..5383605 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 18 13:01:52 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 1.0.3 +* rewrite of the test suite +* fixes from the Coverity checker + ------------------------------------------------------------------- Sat Dec 1 06:35:02 UTC 2012 - jengelh@inai.de diff --git a/weston.spec b/weston.spec index 5841761..9c682fe 100644 --- a/weston.spec +++ b/weston.spec @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Wayland Compositor Infrastructure License: MIT @@ -38,6 +38,7 @@ BuildRequires: libvpx-devel BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: rsvg-view +BuildRequires: xkeyboard-config BuildRequires: xz BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo-egl) >= 1.11.3 @@ -63,6 +64,7 @@ BuildRequires: pkgconfig(xkbcommon) >= 0.0.578 BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-xfixes) BuildRequires: pkgconfig(xcursor) +Requires: xkeyboard-config %description Weston is the reference implementation of a Wayland compositor, and a @@ -90,6 +92,13 @@ make %{?_smp_mflags}; make install DESTDIR="%buildroot"; rm -f "%buildroot/%_libdir"/*.la "%buildroot/%_libdir/weston"/*.la; +%check +mkdir -pm go-rwx xdg; +# Ignore exit code, because """the headless backend is not even in the 1.0 +# stable series. It means it will be an option starting from 1.2 of stable +# series.""" +XDG_RUNTIME_DIR="$PWD/xdg" make check || :; + %files %defattr(-,root,root) %_bindir/wcap-*