From e11893521f04a6fbc1530eff9739bc1631caa44f7895819c49846f7d7d9aa1ca Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Oct 2012 12:23:05 +0000 Subject: [PATCH] wayland-1.0.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=8 --- wayland-0.99.0.tar.xz | 3 --- wayland-1.0.0.tar.xz | 3 +++ wayland.changes | 6 ++++++ wayland.spec | 9 ++++----- 4 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 wayland-0.99.0.tar.xz create mode 100644 wayland-1.0.0.tar.xz diff --git a/wayland-0.99.0.tar.xz b/wayland-0.99.0.tar.xz deleted file mode 100644 index 392c322..0000000 --- a/wayland-0.99.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b05b553d130571c6b6b3d60e9bb7d0682576fb9d30bacc959a04c4c5d7431289 -size 177420 diff --git a/wayland-1.0.0.tar.xz b/wayland-1.0.0.tar.xz new file mode 100644 index 0000000..a504e92 --- /dev/null +++ b/wayland-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833634b3bf8a079beb8652a0b52a0a2d135266cc74922dce993342c300a374a0 +size 390124 diff --git a/wayland.changes b/wayland.changes index 41fed10..56dcd91 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 23 12:17:02 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 1.0 +* more consistent error checking + ------------------------------------------------------------------- Fri Oct 19 21:33:55 UTC 2012 - tobias.johannes.klausmann@mni.thm.de diff --git a/wayland.spec b/wayland.spec index bd2a467..257ef15 100644 --- a/wayland.spec +++ b/wayland.spec @@ -16,7 +16,7 @@ # Name: wayland %define lname libwayland0 -Version: 0.99.0 +Version: 1.0.0 Release: 0 Summary: Wayland Compositor Infrastructure License: MIT @@ -28,9 +28,9 @@ URL: http://wayland.freedesktop.org/ Source: %name-%version.tar.xz Patch1: 0001-scanner-Fix-valgrind-errors.patch BuildRoot: %_tmppath/%name-%version-build -BuildRequires: autoconf >= 2.64 -BuildRequires: automake >= 1.11 -BuildRequires: libtool >= 2.2 +#git#BuildRequires: autoconf >= 2.64 +#git#BuildRequires: automake >= 1.11 +#git#BuildRequires: libtool >= 2.2 BuildRequires: pkgconfig, pkgconfig(libffi), libexpat-devel, xz BuildRequires: doxygen @@ -96,7 +96,6 @@ to develop applications that require these. %prep %setup -q -%patch -P 1 -p1 %build if [ ! -e configure ]; then