[wayland] wayland 0.95.0 (#843738)

Adam Jackson ajax at fedoraproject.org
Tue Sep 4 13:38:41 UTC 2012


commit 976aec9296f3a57669b57af13586f5fcf63ef61c
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Sep 4 09:38:40 2012 -0400

    wayland 0.95.0 (#843738)

 .gitignore   |    1 +
 sources      |    1 +
 wayland.spec |   38 ++++++++++++++++++++++++++++++++------
 3 files changed, 34 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7dba10c..6c23c60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /wayland-20101221.tar.bz2
 /wayland-0.85.0.tar.gz
 /wayland-20120424.tar.bz2
+/wayland-0.95.0.tar.xz
diff --git a/sources b/sources
index 8dbb1f3..6dc26d3 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 7576de8e840e372bea8179aa9218c9d7  wayland-20120424.tar.bz2
+23d6bcd500db9d1bb13e9b89722331dc  wayland-0.95.0.tar.xz
diff --git a/wayland.spec b/wayland.spec
index b40c5ff..4c444f2 100644
--- a/wayland.spec
+++ b/wayland.spec
@@ -1,8 +1,8 @@
-%global gitdate 20120424
+#global gitdate 20120424
 
 Name:           wayland
-Version:        0.89.0
-Release:        2%{?gitdate:.%{gitdate}}%{?dist}
+Version:        0.95.0
+Release:        1%{?gitdate:.%{gitdate}}%{?dist}
 Summary:        Wayland Compositor Infrastructure
 
 Group:          User Interface/X
@@ -11,7 +11,7 @@ URL:            http://%{name}.freedesktop.org/
 %if 0%{?gitdate}
 Source0:        wayland-%{gitdate}.tar.bz2
 %else
-Source0:        http://cgit.freedesktop.org/wayland/wayland/snapshot/%{name}-%{version}.tar.gz
+Source0:        http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
 %endif
 Source1:        make-git-snapshot.sh
 
@@ -42,6 +42,12 @@ License: MIT
 %description -n libwayland-client
 Wayland client library
 
+%package -n libwayland-cursor
+Summary: Wayland cursor library
+License: MIT
+%description -n libwayland-cursor
+Wayland cursor library
+
 %package -n libwayland-server
 Summary: Wayland server library
 License: MIT
@@ -56,6 +62,14 @@ Requires: wayland-devel%{?_isa} = %{version}-%{release}
 %description -n libwayland-client-devel
 Headers and symlinks for developing wayland client applications.
 
+%package -n libwayland-cursor-devel
+Summary: Headers and symlinks for developing wayland cursor applications
+License: MIT
+Requires: libwayland-cursor%{?_isa} = %{version}-%{release}
+Requires: wayland-devel%{?_isa} = %{version}-%{release}
+%description -n libwayland-cursor-devel
+Headers and symlinks for developing wayland cursor applications.
+
 %package -n libwayland-server-devel
 Summary: Headers and symlinks for developing wayland server applications
 License: MIT
@@ -66,7 +80,6 @@ Headers and symlinks for developing wayland server applications.
 
 %prep
 %setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
-rm spec/.gitignore
 
 %build
 autoreconf -v --install
@@ -92,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README TODO spec
+%doc README TODO
 %doc %{_datadir}/doc/wayland/*
 
 %files devel
@@ -108,6 +121,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_libdir}/libwayland-client.so.0*
 
+%files -n libwayland-cursor
+%defattr(-,root,root,-)
+%{_libdir}/libwayland-cursor.so.0*
+
 %files -n libwayland-server
 %defattr(-,root,root,-)
 %{_libdir}/libwayland-server.so.0*
@@ -118,6 +135,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libwayland-client.so
 %{_libdir}/pkgconfig/wayland-client.pc
 
+%files -n libwayland-cursor-devel
+%defattr(-,root,root,-)
+%{_includedir}/wayland-cursor*.h
+%{_libdir}/libwayland-cursor.so
+%{_libdir}/pkgconfig/wayland-cursor.pc
+
 %files -n libwayland-server-devel
 %defattr(-,root,root,-)
 %{_includedir}/wayland-server*.h
@@ -125,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/wayland-server.pc
 
 %changelog
+* Tue Sep 04 2012 Adam Jackson <ajax at redhat.com> 0.95.0-1
+- wayland 0.95.0 (#843738)
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.89.0-2.20120424
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list