wayland 1.2.0
This commit is contained in:
parent
da2bfebf07
commit
087761c3dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/wayland-1.0.6.tar.xz
|
/wayland-1.0.6.tar.xz
|
||||||
/wayland-1.1.0.tar.xz
|
/wayland-1.1.0.tar.xz
|
||||||
/wayland-20130515.tar.bz2
|
/wayland-20130515.tar.bz2
|
||||||
|
/wayland-1.2.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
0254cb887d22b49793db130dc98e6be2 wayland-20130515.tar.bz2
|
48d375afb15f3e68a72cf7b4fd8f4a63 wayland-1.2.0.tar.xz
|
||||||
|
12
wayland.spec
12
wayland.spec
@ -1,8 +1,8 @@
|
|||||||
%global gitdate 20130515
|
#global gitdate 20130515
|
||||||
|
|
||||||
Name: wayland
|
Name: wayland
|
||||||
Version: 1.1.90
|
Version: 1.2.0
|
||||||
Release: 0.1%{?gitdate:.%{gitdate}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
|
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -117,7 +117,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/wayland-egl.h
|
%{_includedir}/wayland-egl.h
|
||||||
%{_includedir}/wayland-version.h
|
%{_includedir}/wayland-version.h
|
||||||
%{_datadir}/aclocal/wayland-scanner.m4
|
%{_datadir}/aclocal/wayland-scanner.m4
|
||||||
%{_datadir}/aclocal/wayland-scanner.mk
|
%{_datadir}/pkgconfig/wayland-scanner.pc
|
||||||
|
%{_datadir}/wayland/wayland-scanner.mk
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%files -n libwayland-client
|
%files -n libwayland-client
|
||||||
@ -151,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/wayland-server.pc
|
%{_libdir}/pkgconfig/wayland-server.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 15 2013 Richard Hughes <rhughes@redhat.com> - 1.2.0-1
|
||||||
|
- wayland 1.2.0
|
||||||
|
|
||||||
* Wed May 15 2013 Richard Hughes <rhughes@redhat.com> - 1.1.90-0.1.20130515
|
* Wed May 15 2013 Richard Hughes <rhughes@redhat.com> - 1.1.90-0.1.20130515
|
||||||
- Update to a git snapshot based on what will become 1.1.90
|
- Update to a git snapshot based on what will become 1.1.90
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user