From 41f2ee5ad3987a7dfb81b0de0560e9ea3825d42483dc2f7176ca6dc9f2231a49 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 18 Dec 2012 12:57:12 +0000 Subject: [PATCH] wayland-1.0.3 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=19 --- wayland-1.0.2.tar.xz | 3 --- wayland-1.0.3.tar.xz | 3 +++ wayland.changes | 7 +++++++ wayland.spec | 5 ++++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 wayland-1.0.2.tar.xz create mode 100644 wayland-1.0.3.tar.xz diff --git a/wayland-1.0.2.tar.xz b/wayland-1.0.2.tar.xz deleted file mode 100644 index cf50ec3..0000000 --- a/wayland-1.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1e05e65e492ac1b44540e6cd0526a6bd0cc4d166ec4f8bdb1851e26f4405760 -size 390588 diff --git a/wayland-1.0.3.tar.xz b/wayland-1.0.3.tar.xz new file mode 100644 index 0000000..a5e54de --- /dev/null +++ b/wayland-1.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6be5ee11ba534baaa116350b5efb874bf9963bf3fb18bcf40130317e83a5913 +size 391040 diff --git a/wayland.changes b/wayland.changes index a0129b0..35d006d 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 18 12:46:10 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 1.0.3 +* a couple of documentation fixes +* the test suite now cleans up its temporary files + ------------------------------------------------------------------- Sat Dec 1 06:18:11 UTC 2012 - jengelh@inai.de diff --git a/wayland.spec b/wayland.spec index 0f8f913..b6cbedd 100644 --- a/wayland.spec +++ b/wayland.spec @@ -18,7 +18,7 @@ Name: wayland %define lname libwayland0 -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Wayland Compositor Infrastructure License: HPND @@ -113,6 +113,9 @@ b="%buildroot"; make install DESTDIR="$b"; rm -f "$b/%_libdir"/*.la; +%check +XDG_RUNTIME_DIR=/tmp make check %{?_smp_mflags}; + %post -n libwayland-client0 -p /sbin/ldconfig %postun -n libwayland-client0 -p /sbin/ldconfig %post -n libwayland-cursor0 -p /sbin/ldconfig