[weston] weston 1.1.0

Richard Hughes rhughes at fedoraproject.org
Tue Apr 16 16:16:32 UTC 2013


commit a31f2e246bbfb94fbe6a2b6d425d1382b85fc1a8
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Apr 16 17:16:28 2013 +0100

    weston 1.1.0

 .gitignore  |    1 +
 sources     |    2 +-
 weston.spec |    9 +++++++--
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d009fbc..34c601d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /weston-1.0.0.tar.xz
 /weston-1.0.5.tar.xz
 /weston-1.0.6.tar.xz
+/weston-1.1.0.tar.xz
diff --git a/sources b/sources
index 378cc82..ab3df0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63202129d66d5514e572814da5dfa1f7  weston-1.0.6.tar.xz
+dd9f3043fc5228c6bc4e99873fae2254  weston-1.1.0.tar.xz
diff --git a/weston.spec b/weston.spec
index 700f755..5d91d08 100644
--- a/weston.spec
+++ b/weston.spec
@@ -1,7 +1,7 @@
 #define gitdate 20120424
 
 Name:           weston
-Version:        1.0.6
+Version:        1.1.0
 Release:        1%{?alphatag}%{?dist}
 Summary:        Reference compositor for Wayland
 Group:          User Interface/X
@@ -30,7 +30,7 @@ BuildRequires:  libudev-devel
 %endif
 BuildRequires:	libunwind-devel
 BuildRequires:  libwayland-client-devel
-BuildRequires:  libwayland-server-devel
+BuildRequires:  libwayland-server-devel >= 1.1.0
 BuildRequires:  libwayland-cursor-devel
 BuildRequires:  libxcb-devel
 BuildRequires:  libXcursor-devel
@@ -86,6 +86,8 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
 %dir %{_libdir}/weston
 %{_libdir}/weston/desktop-shell.so
 %{_libdir}/weston/drm-backend.so
+%{_libdir}/weston/fbdev-backend.so
+%{_libdir}/weston/headless-backend.so
 %{_libdir}/weston/tablet-shell.so
 %{_libdir}/weston/wayland-backend.so
 %{_libdir}/weston/x11-backend.so
@@ -107,6 +109,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
 %{_libdir}/pkgconfig/weston.pc
 
 %changelog
+* Tue Apr 16 2013 Richard Hughes <richard at hughsie.com> 1.1.0-1
+- weston 1.1.0
+
 * Wed Mar 27 2013 Richard Hughes <richard at hughsie.com> 1.0.6-1
 - weston 1.0.6
 


More information about the scm-commits mailing list