wayland 0.99.0

This commit is contained in:
Adam Jackson 2012-10-18 15:14:08 -04:00
parent 976aec9296
commit f0928c9ed6
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1,2 +1 @@
7576de8e840e372bea8179aa9218c9d7 wayland-20120424.tar.bz2
23d6bcd500db9d1bb13e9b89722331dc wayland-0.95.0.tar.xz
4431e0b1ff1c75f707faa0b54ba920a3 wayland-0.99.0.tar.xz

View File

@ -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@redhat.com> 0.99.0-1
- wayland 0.99.0
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 0.95.0-1
- wayland 0.95.0 (#843738)