From 9c25e69ca27ef7294fa71dfc8b3764f23334cf0fcf5d39cc9a12b800c003aa4f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 4 Jan 2014 17:33:07 +0000 Subject: [PATCH] see sr#212788 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=14 --- wayland-1.2.1.tar.xz | 3 +++ wayland-1.3.91.tar.xz | 3 --- wayland.changes | 15 --------------- wayland.spec | 15 ++++----------- 4 files changed, 7 insertions(+), 29 deletions(-) create mode 100644 wayland-1.2.1.tar.xz delete mode 100644 wayland-1.3.91.tar.xz diff --git a/wayland-1.2.1.tar.xz b/wayland-1.2.1.tar.xz new file mode 100644 index 0000000..3c9ae95 --- /dev/null +++ b/wayland-1.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78062e2b081731d96de6a514a91322ad6e7cf6cacfa9c32997bbb3ad6e7f166f +size 407420 diff --git a/wayland-1.3.91.tar.xz b/wayland-1.3.91.tar.xz deleted file mode 100644 index 4b94cc6..0000000 --- a/wayland-1.3.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:209800291d73c607baacd398b16c1d9f8e0090514e3f64718a6b420d640ce7c7 -size 421068 diff --git a/wayland.changes b/wayland.changes index 987a8cb..ec82761 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,18 +1,3 @@ -------------------------------------------------------------------- -Tue Dec 24 21:15:33 UTC 2013 - jengelh@inai.de - -- Update to new upstream release 1.3.91 -* protocol: add sub-surfaces to the core - -------------------------------------------------------------------- -Thu Oct 17 22:10:02 UTC 2013 - tobias.johannes.klausmann@mni.thm.de - -- Update to version 1.3.0: -* More pixel formats for wl_shm, such as RGB565 -* Multi resource support. -* Support for language bindings -* Release requests for wl_pointer, wl_keyboard and wl_touch - ------------------------------------------------------------------- Tue Oct 15 20:29:24 UTC 2013 - dmueller@suse.com diff --git a/wayland.spec b/wayland.spec index 2fccb6d..f65981c 100644 --- a/wayland.spec +++ b/wayland.spec @@ -18,7 +18,7 @@ Name: wayland %define lname libwayland0 -Version: 1.3.91 +Version: 1.2.1 Release: 0 Summary: Wayland Compositor Infrastructure License: HPND @@ -35,7 +35,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: doxygen BuildRequires: fdupes BuildRequires: libexpat-devel -BuildRequires: libxml2-tools BuildRequires: pkgconfig BuildRequires: xz BuildRequires: pkgconfig(libffi) @@ -118,15 +117,9 @@ rm -f "$b/%_libdir"/*.la; %fdupes %buildroot/%_prefix %check -%if !0%{?qemu_user_space_build} -mkdir -m go-rwx xdg -export XDG_RUNTIME_DIR="$PWD/xdg" -if ! make check %{?_smp_mflags}; then - cat tests/test-suite.log - prj="%_project" - # Ignore testsuite errors in the develprj - if [ "${prj:0:8}" = "openSUSE" ]; then exit 1; fi -fi +%if ! 0%{?qemu_user_space_build} +mkdir -m go-rwx xdg; +XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags}; %endif %post -n libwayland-client0 -p /sbin/ldconfig