diff --git a/wayland-0.95.0.tar.xz b/wayland-0.95.0.tar.xz deleted file mode 100644 index 173bce3..0000000 --- a/wayland-0.95.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a38b915ce294efb3f45d3c66ea21f8424aea676656eca93af0edcc5d55a1efcb -size 359928 diff --git a/wayland-0.99.0.tar.bz2 b/wayland-0.99.0.tar.bz2 new file mode 100644 index 0000000..59aef72 --- /dev/null +++ b/wayland-0.99.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7963c2187cfccf98a1963e1f26768bce9df68181400237c5747c358d9f0d3991 +size 201668 diff --git a/wayland.changes b/wayland.changes index 43f2763..d56c496 100644 --- a/wayland.changes +++ b/wayland.changes @@ -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 diff --git a/wayland.spec b/wayland.spec index aea2757..08bfb0a 100644 --- a/wayland.spec +++ b/wayland.spec @@ -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}