[wayland] wayland 0.99.0

Adam Jackson ajax at fedoraproject.org
Thu Oct 18 19:14:33 UTC 2012


commit f0928c9ed60e96f4098fd08d7e885880fd414415
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Oct 18 15:14:08 2012 -0400

    wayland 0.99.0

 .gitignore   |    1 +
 sources      |    3 +--
 wayland.spec |    7 ++++++-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c23c60..489a39c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /wayland-0.85.0.tar.gz
 /wayland-20120424.tar.bz2
 /wayland-0.95.0.tar.xz
+/wayland-0.99.0.tar.xz
diff --git a/sources b/sources
index 6dc26d3..332fae4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-7576de8e840e372bea8179aa9218c9d7  wayland-20120424.tar.bz2
-23d6bcd500db9d1bb13e9b89722331dc  wayland-0.95.0.tar.xz
+4431e0b1ff1c75f707faa0b54ba920a3  wayland-0.99.0.tar.xz
diff --git a/wayland.spec b/wayland.spec
index 4c444f2..fd36684 100644
--- a/wayland.spec
+++ b/wayland.spec
@@ -1,7 +1,7 @@
 #global gitdate 20120424
 
 Name:           wayland
-Version:        0.95.0
+Version:        0.99.0
 Release:        1%{?gitdate:.%{gitdate}}%{?dist}
 Summary:        Wayland Compositor Infrastructure
 
@@ -16,6 +16,7 @@ Source0:        http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.x
 Source1:        make-git-snapshot.sh
 
 BuildRequires:  autoconf automake libtool
+BuildRequires:  doxygen
 BuildRequires:  pkgconfig(libffi)
 BuildRequires:  expat-devel
 BuildRequires:  libxslt
@@ -116,6 +117,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/wayland-version.h
 %{_datadir}/aclocal/wayland-scanner.m4
 %{_datadir}/aclocal/wayland-scanner.mk
+%{_mandir}/man3/*.3*
 
 %files -n libwayland-client
 %defattr(-,root,root,-)
@@ -148,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/wayland-server.pc
 
 %changelog
+* Thu Oct 18 2012 Adam Jackson <ajax at redhat.com> 0.99.0-1
+- wayland 0.99.0
+
 * Tue Sep 04 2012 Adam Jackson <ajax at redhat.com> 0.95.0-1
 - wayland 0.95.0 (#843738)
 


More information about the scm-commits mailing list