From 2770fab7a60c10f97de9aa2f44795a5e5344f269ffc4d05e3ce243c2d41dd1a1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 20 Oct 2012 21:18:53 +0000 Subject: [PATCH] weston-0.99.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=4 --- weston-0.95.0.tar.xz | 3 --- weston-0.99.0.tar.xz | 3 +++ weston.changes | 5 +++++ weston.spec | 9 ++++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 weston-0.95.0.tar.xz create mode 100644 weston-0.99.0.tar.xz diff --git a/weston-0.95.0.tar.xz b/weston-0.95.0.tar.xz deleted file mode 100644 index 53843be..0000000 --- a/weston-0.95.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48244bdff173f8d57b15df1b43497b5a89d20740923f7d53cf11975a7890de15 -size 527368 diff --git a/weston-0.99.0.tar.xz b/weston-0.99.0.tar.xz new file mode 100644 index 0000000..08aa09f --- /dev/null +++ b/weston-0.99.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2713ab46f7c646895c6c6e1ebd2ead6a8f8b1b1616f45680e8457b7850872062 +size 323320 diff --git a/weston.changes b/weston.changes index ffea300..7fce8ad 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 20 11:08:23 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 0.99.0 + ------------------------------------------------------------------- Thu Aug 30 00:15:28 UTC 2012 - jengelh@inai.de diff --git a/weston.spec b/weston.spec index 98c2ed4..c729908 100644 --- a/weston.spec +++ b/weston.spec @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 0.95.0 +Version: 0.99.0 Release: 0 Summary: Wayland Compositor Infrastructure License: MIT @@ -29,7 +29,7 @@ Url: http://weston.freedesktop.org/ #Git-Web: http://cgit.freedesktop.org/wayland/weston/ Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -#git#BuildRequires: autoconf >= 2.64, automake >= 1.11 +BuildRequires: autoconf >= 2.64, automake >= 1.11 BuildRequires: gcc-c++ BuildRequires: libexpat-devel BuildRequires: libjpeg-devel @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(libudev) >= 136 BuildRequires: pkgconfig(mtdev) >= 1.1.0 BuildRequires: pkgconfig(pixman-1) BuildRequires: pkgconfig(poppler-glib) -BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-client) >= 0.99.0 BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(xkbcommon) >= 0.0.578 @@ -79,6 +79,9 @@ as a X window manager. %setup -q %build +if [ ! -e configure ]; then + NOCONFIGURE=1 ./autogen.sh; +fi; %configure --disable-static --disable-setuid-install make %{?_smp_mflags};