From d54ea7c606af088bc30a68b2e302223151cc1ca65f5cf5905042d45b314747b1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 20 Nov 2012 10:29:40 +0000 Subject: [PATCH] wayland-1.0.1 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=13 --- wayland-1.0.0.tar.xz | 3 --- wayland-1.0.1.tar.xz | 3 +++ wayland.changes | 7 +++++++ wayland.spec | 49 ++++++++++++++++++++++++-------------------- 4 files changed, 37 insertions(+), 25 deletions(-) delete mode 100644 wayland-1.0.0.tar.xz create mode 100644 wayland-1.0.1.tar.xz diff --git a/wayland-1.0.0.tar.xz b/wayland-1.0.0.tar.xz deleted file mode 100644 index a504e92..0000000 --- a/wayland-1.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:833634b3bf8a079beb8652a0b52a0a2d135266cc74922dce993342c300a374a0 -size 390124 diff --git a/wayland-1.0.1.tar.xz b/wayland-1.0.1.tar.xz new file mode 100644 index 0000000..e4deff2 --- /dev/null +++ b/wayland-1.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c99dc640dd0e84673f713852cbfc93acb243f03abae9cf0c162078a5404ac6 +size 390784 diff --git a/wayland.changes b/wayland.changes index bad4e44..5305a5e 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 20 10:28:39 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 1.0.1 +* Supply a fix for out-of-order delete_id events, which allows + to fix a crash that happens during EGLSurface destruction. + ------------------------------------------------------------------- Fri Nov 2 11:08:51 UTC 2012 - cfarrell@suse.com diff --git a/wayland.spec b/wayland.spec index 61ccd04..192fd9e 100644 --- a/wayland.spec +++ b/wayland.spec @@ -14,24 +14,29 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -Name: wayland + + +Name: wayland %define lname libwayland0 -Version: 1.0.0 -Release: 0 -Summary: Wayland Compositor Infrastructure -License: HPND -Group: Development/Libraries/C and C++ -URL: http://wayland.freedesktop.org/ +Version: 1.0.1 +Release: 0 +Summary: Wayland Compositor Infrastructure +License: HPND +Group: Development/Libraries/C and C++ +Url: http://wayland.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/wayland/wayland #Git-Web: http://cgit.freedesktop.org/wayland/wayland/ -Source: %name-%version.tar.xz -BuildRoot: %_tmppath/%name-%version-build +Source: %name-%version.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.64 #git#BuildRequires: automake >= 1.11 #git#BuildRequires: libtool >= 2.2 -BuildRequires: pkgconfig, pkgconfig(libffi), libexpat-devel, xz -BuildRequires: doxygen +BuildRequires: doxygen +BuildRequires: libexpat-devel +BuildRequires: pkgconfig +BuildRequires: xz +BuildRequires: pkgconfig(libffi) %description Wayland is a protocol for a compositor to talk to its clients as well @@ -42,8 +47,8 @@ The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. %package -n libwayland-client0 -Group: System/Libraries -Summary: Wayland core client library +Summary: Wayland core client library +Group: System/Libraries %description -n libwayland-client0 Wayland is a protocol for a compositor to talk to its clients as well @@ -54,8 +59,8 @@ The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. %package -n libwayland-cursor0 -Group: System/Libraries -Summary: Wayland cursor library +Summary: Wayland cursor library +Group: System/Libraries %description -n libwayland-cursor0 The purpose of this library is to be the equivalent of libXcursor in @@ -64,8 +69,8 @@ loads them directly into an shm pool making it easy for the clients to get buffer for each cursor image. %package -n libwayland-server0 -Group: System/Libraries -Summary: Wayland core server library +Summary: Wayland core server library +Group: System/Libraries %description -n libwayland-server0 Wayland is a protocol for a compositor to talk to its clients as well @@ -76,11 +81,11 @@ The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers. %package devel -Summary: Development files for the Wayland Compositor Infrastructure -Group: Development/Libraries/C and C++ -Requires: libwayland-client0 = %version -Requires: libwayland-cursor0 = %version -Requires: libwayland-server0 = %version +Summary: Development files for the Wayland Compositor Infrastructure +Group: Development/Libraries/C and C++ +Requires: libwayland-client0 = %version +Requires: libwayland-cursor0 = %version +Requires: libwayland-server0 = %version %description devel Wayland is a protocol for a compositor to talk to its clients as well