From 64b97bbf2debcd6076185c53060068feaf28718c6d9f5824cbd7caa585522902 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 1 Dec 2012 06:24:39 +0000 Subject: [PATCH] wayland-1.0.2 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=17 --- baselibs.conf | 2 +- wayland-1.0.1.tar.xz | 3 --- wayland-1.0.2.tar.xz | 3 +++ wayland.changes | 11 +++++++++++ wayland.spec | 11 ++++++----- 5 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 wayland-1.0.1.tar.xz create mode 100644 wayland-1.0.2.tar.xz diff --git a/baselibs.conf b/baselibs.conf index f5b51ea..324ede5 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,7 +1,7 @@ libwayland-server0 libwayland-client0 +libwayland-cursor0 wayland-devel requires "libwayland-server0- = " requires "libwayland-client0- = " requires "libwayland-cursor0- = " -libwayland-cursor0 diff --git a/wayland-1.0.1.tar.xz b/wayland-1.0.1.tar.xz deleted file mode 100644 index e4deff2..0000000 --- a/wayland-1.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99c99dc640dd0e84673f713852cbfc93acb243f03abae9cf0c162078a5404ac6 -size 390784 diff --git a/wayland-1.0.2.tar.xz b/wayland-1.0.2.tar.xz new file mode 100644 index 0000000..cf50ec3 --- /dev/null +++ b/wayland-1.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e05e65e492ac1b44540e6cd0526a6bd0cc4d166ec4f8bdb1851e26f4405760 +size 390588 diff --git a/wayland.changes b/wayland.changes index f1e3228..a0129b0 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Dec 1 06:18:11 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 1.0.2 +* new wl_display_dispatch_queue_pending() entry point that allows + avoiding triple buffering in Mesa +* avoid premature exit and potential memory corruption in + wl_display_roundtrip() +- Put all include files in a separate directory so that we see + when downstream users forget to use pkgconfig + ------------------------------------------------------------------- Mon Nov 26 20:45:44 UTC 2012 - tobias.johannes.klausmann@mni.thm.de diff --git a/wayland.spec b/wayland.spec index 192fd9e..0f8f913 100644 --- a/wayland.spec +++ b/wayland.spec @@ -18,7 +18,7 @@ Name: wayland %define lname libwayland0 -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: Wayland Compositor Infrastructure License: HPND @@ -105,12 +105,13 @@ to develop applications that require these. if [ ! -e configure ]; then autoreconf -fi; fi; -%configure --disable-static +%configure --disable-static --includedir=%_includedir/%name-%version make %{?_smp_mflags} %install -%make_install -rm -f "%buildroot/%_libdir"/*.la +b="%buildroot"; +make install DESTDIR="$b"; +rm -f "$b/%_libdir"/*.la; %post -n libwayland-client0 -p /sbin/ldconfig %postun -n libwayland-client0 -p /sbin/ldconfig @@ -134,7 +135,7 @@ rm -f "%buildroot/%_libdir"/*.la %files devel %defattr(-,root,root) %_bindir/wayland-scanner -%_includedir/wayland-*.h +%_includedir/%name-%version %_libdir/libwayland-*.so %_libdir/pkgconfig/wayland-*.pc %_datadir/aclocal