From f8bfb03c5ae009dbab4bf978142be074a85707a0 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 4 Feb 2016 20:32:03 +0100 Subject: [PATCH] Update to 1.9.92 --- .gitignore | 1 + sources | 2 +- weston.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8fab577..64245aa 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /weston-1.8.92.tar.xz /weston-1.8.93.tar.xz /weston-1.9.0.tar.xz +/weston-1.9.92.tar.xz diff --git a/sources b/sources index ee6c1b0..31495f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -66bbba12f546570b4d97f676bc79a28e weston-1.9.0.tar.xz +baa5d7dd5a919bac9b08224490c21798 weston-1.9.92.tar.xz diff --git a/weston.spec b/weston.spec index 70904b7..b375df8 100644 --- a/weston.spec +++ b/weston.spec @@ -1,6 +1,6 @@ Name: weston -Version: 1.9.0 -Release: 3%{?dist} +Version: 1.9.92 +Release: 1%{?dist} Summary: Reference compositor for Wayland Group: User Interface/X License: BSD and CC-BY-SA @@ -41,6 +41,7 @@ BuildRequires: dbus-devel BuildRequires: lcms2-devel BuildRequires: colord-devel BuildRequires: freerdp-devel >= 1.1.0 +BuildRequires: wayland-protocols-devel %description Weston is the reference wayland compositor that can run on KMS, under X11 @@ -102,6 +103,7 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %dir %{_includedir}/weston %{_includedir}/weston/compositor.h %{_includedir}/weston/config-parser.h +%{_includedir}/weston/ivi-layout-export.h %{_includedir}/weston/timeline-object.h %{_includedir}/weston/matrix.h %{_includedir}/weston/platform.h @@ -110,6 +112,9 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %{_libdir}/pkgconfig/weston.pc %changelog +* Thu Feb 04 2016 Kalev Lember - 1.9.92-1 +- Update to 1.9.92 + * Mon Dec 28 2015 Igor Gnatenko - 1.9.0-3 - Rebuilt for libwebp soname bump