From 2032dd00ea6b9772bdf8f243d8a7518b52525cbb3c281399d44e3601bc798076 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 15 Jul 2013 09:58:15 +0000 Subject: [PATCH] weston-1.2.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=13 --- weston-1.1.1.tar.xz | 3 --- weston-1.2.0.tar.xz | 3 +++ weston.changes | 7 +++++++ weston.spec | 10 +++++++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 weston-1.1.1.tar.xz create mode 100644 weston-1.2.0.tar.xz diff --git a/weston-1.1.1.tar.xz b/weston-1.1.1.tar.xz deleted file mode 100644 index 5006120..0000000 --- a/weston-1.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87e1cbbd1a722019ba258d1893c583d96699289196309c93026ae591a2c1f02e -size 610204 diff --git a/weston-1.2.0.tar.xz b/weston-1.2.0.tar.xz new file mode 100644 index 0000000..d8c8e57 --- /dev/null +++ b/weston-1.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122e12ae8e4ec4618780465c0cc31d70d67054900a2aac458f82ed6eb5d397b7 +size 654068 diff --git a/weston.changes b/weston.changes index 685de06..bce940e 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 15 08:39:31 UTC 2013 - jengelh@inai.de + +- Update to new upstream release 1.2.0 +* New features that have been added: The Wayland Input Method + Framework, color management, Raspberry Pi backend and renderer. + ------------------------------------------------------------------- Fri Jun 7 22:26:21 UTC 2013 - hrvoje.senjan@gmail.com diff --git a/weston.spec b/weston.spec index f137a06..0c03835 100644 --- a/weston.spec +++ b/weston.spec @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 1.1.1 +Version: 1.2.0 Release: 0 Summary: Wayland Compositor Infrastructure License: MIT @@ -30,6 +30,7 @@ Url: http://weston.freedesktop.org/ Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.64, automake >= 1.11 +BuildRequires: autoconf >= 2.64, automake >= 1.11, libtool >= 2.2 BuildRequires: freerdp-devel BuildRequires: libexpat-devel BuildRequires: libjpeg-devel @@ -43,6 +44,7 @@ BuildRequires: xz BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo-egl) >= 1.11.3 BuildRequires: pkgconfig(cairo-xcb) +BuildRequires: pkgconfig(colord) >= 0.1.27 BuildRequires: pkgconfig(egl) >= 7.10 BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gio-2.0) @@ -50,6 +52,7 @@ BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libdrm) >= 2.4.30 BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(libsystemd-login) @@ -61,7 +64,7 @@ BuildRequires: pkgconfig(pixman-1) BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(wayland-client) >= 1.0.0 BuildRequires: pkgconfig(wayland-egl) -BuildRequires: pkgconfig(wayland-server) +BuildRequires: pkgconfig(wayland-server) >= 1.1.90 BuildRequires: pkgconfig(xkbcommon) >= 0.0.578 BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-xfixes) @@ -104,13 +107,14 @@ fi; %configure --disable-static --disable-setuid-install \ --disable-rpi-compositor \ --includedir="%_includedir/pkg/%name" -make %{?_smp_mflags}; +make %{?_smp_mflags} %install make install DESTDIR="%buildroot"; rm -f "%buildroot/%_libdir"/*.la "%buildroot/%_libdir/weston"/*.la; %check +ls -dl /proc/self || exit 0; mkdir -pm go-rwx xdg; # Ignore exit code, because """the headless backend is not even in the 1.0 # stable series. It means it will be an option starting from 1.2 of stable