From fb4face1ca09d7027aba5c5c6b0d8076c2745bf0 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 25 Nov 2013 15:03:10 +0100 Subject: [PATCH] Weston 1.3.1 --- .gitignore | 1 + sources | 2 +- weston.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 60a174b..11ff2db 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /weston-1.1.0.tar.xz /weston-20130515.tar.bz2 /weston-1.2.0.tar.xz +/weston-1.3.1.tar.xz diff --git a/sources b/sources index 7479ef0..0c6134c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86f8c9e865923e138ce44ee41d951500 weston-1.2.0.tar.xz +ffe7c3bc0e7eb39a305cbbea8c7766f3 weston-1.3.1.tar.xz diff --git a/weston.spec b/weston.spec index 3768f62..a642bcd 100644 --- a/weston.spec +++ b/weston.spec @@ -5,8 +5,8 @@ %endif Name: weston -Version: 1.2.0 -Release: 3%{?alphatag}%{?dist} +Version: 1.3.1 +Release: 1%{?alphatag}%{?dist} Summary: Reference compositor for Wayland Group: User Interface/X License: BSD and CC-BY-SA @@ -34,7 +34,7 @@ BuildRequires: libudev-devel %endif BuildRequires: libunwind-devel BuildRequires: libwayland-client-devel -BuildRequires: libwayland-server-devel >= 1.2.0 +BuildRequires: libwayland-server-devel >= 1.3.0 BuildRequires: libwayland-cursor-devel BuildRequires: libxcb-devel BuildRequires: libXcursor-devel @@ -117,13 +117,18 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %files devel %defattr(-,root,root,-) +%dir %{_includedir}/weston %{_includedir}/weston/compositor.h %{_includedir}/weston/config-parser.h %{_includedir}/weston/matrix.h %{_includedir}/weston/version.h +%{_includedir}/weston/zalloc.h %{_libdir}/pkgconfig/weston.pc %changelog +* Mon Nov 25 2013 Lubomir Rintel - 1.3.1-1 +- Weston 1.3.1 + * Thu Oct 03 2013 Adam Jackson 1.2.0-3 - Build RDP backend if we have new enough freerdp (#991220)