Accepting request 138850 from home:tobijk:X11:Wayland

Update to version 0.99.0

And btw sorry for the intel-driver oversight
(a moved klausi123)

OBS-URL: https://build.opensuse.org/request/show/138850
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2012-10-20 11:00:34 +00:00 committed by Git OBS Bridge
parent 7ccc6e6156
commit 7b64c01b51
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a38b915ce294efb3f45d3c66ea21f8424aea676656eca93af0edcc5d55a1efcb
size 359928

3
wayland-0.99.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7963c2187cfccf98a1963e1f26768bce9df68181400237c5747c358d9f0d3991
size 201668

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 19 21:33:55 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
- Update to version 0.99.0
+ responsible error handling
+ well-defined atomic update mechanism and event dispatching (thread safe)
+ Some API breakage
+ Wayland 1.0 will be released on October 22nd.
-------------------------------------------------------------------
Sat Feb 11 15:55:16 UTC 2012 - jengelh@inai.de

View File

@ -16,7 +16,7 @@
#
Name: wayland
%define lname libwayland0
Version: 0.95.0
Version: 0.99.0
Release: 0
Summary: Wayland Compositor Infrastructure
License: MIT
@ -25,11 +25,13 @@ 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
Source: %name-%version.tar.bz2
BuildRoot: %_tmppath/%name-%version-build
#git#BuildRequires: autoconf >= 2.64, automake >= 1.11
BuildRequires: autoconf >= 2.64
BuildRequires: automake >= 1.11
BuildRequires: libtool >= 2.2
BuildRequires: pkgconfig, pkgconfig(libffi), libexpat-devel, xz
BuildRequires: doxygen
%description
Wayland is a protocol for a compositor to talk to its clients as well
@ -95,6 +97,7 @@ to develop applications that require these.
%setup -q
%build
autoreconf -fi
%configure --disable-static
make %{?_smp_mflags}