Update to 1.0.5 release.
authorOssama Othman <ossama.othman@intel.com>
Fri, 15 Feb 2013 18:32:17 +0000 (10:32 -0800)
committerOssama Othman <ossama.othman@intel.com>
Fri, 19 Apr 2013 22:50:24 +0000 (15:50 -0700)
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
packaging/wayland.spec

index 2bf881c..4b6b92b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       wayland
 Summary:    Wayland
-Version:    1.0.2
+Version:    1.0.5
 Release:    1
 Group:      System/Libraries
 License:    MIT
@@ -8,13 +8,16 @@ URL:        http://wayland.freedesktop.org
 Source0:    %{name}-%{version}.tar.bz2
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
-BuildRequires:  libffi-devel
+BuildRequires: libffi-devel
 BuildRequires: expat-devel
 
 %description
-Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. 
-The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, 
-or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers.
+Wayland is a protocol for a compositor to talk to its clients as well
+as a C library implementation of that protocol.  The compositor can be
+a standalone display server running on Linux kernel modesetting and
+evdev input devices, an X application,  or a wayland client
+itself. The clients can be traditional applications, X servers
+(rootless or fullscreen) or other display servers.
 
 
 %package devel